Skip to content
View abendrothj's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report abendrothj

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
abendrothj/README.md

Jake Abendroth

Systems & Infrastructure Engineer

San Francisco, CA Β· Graduating December 2026 (BS Computer Science, USF)

I build high-performance systems tooling and isolated backend infrastructure, primarily in Rust and C. My work spans OS-level security mitigations (POSIX/kernel space), low-level memory management, and real-time AI agent architectures.

πŸ—οΈ Selected Work

  • simgit β€” Disk-Efficient Multi-Agent Git Worktrees (Rust) Engineered a copy-on-write Git worktree CLI (sg) designed for concurrent AI agent isolation. Bypasses standard checkouts by leveraging APFS clonefile, Linux reflink, and fuse-overlayfs fallbacks to share a single baseline's physical disk blocks across N agents. Benchmarked at 8.0x less physical disk usage for 8 concurrent agents compared to standard worktrees.

  • uutils/coreutils β€” Security Engineer & Core Contributor (Rust) Patched critical TOCTOU (Time-of-Check to Time-of-Use) symlink race conditions across install, ln, and tac during the private-disclosure window of a Canonical-funded Zellic audit. Authored cross-platform mitigations extending fd-anchored primitives (openat, mkdirat) to bypass dynamic path resolution vulnerabilities. Fixes cited for CVE-2026-35356 and CVE-2026-35362, currently shipping in Ubuntu 26.04. (#9792, #10140, #10991, #11505)

  • Finlingo β€” Co-Founder & CTO Architected the backend infrastructure for an autonomous financial action-agent. Built a highly concurrent WebRTC voice pipeline (LiveKit) with custom SIP trunk telephony and VAD-based interruption handling. Secured user infrastructure using AES-256-GCM field-level encryption and isolated backend execution environments (LXC).

  • LAO β€” Local AI Orchestrator (Rust) Offline-first AI workflow engine. Engineered a custom DAG scheduler that utilizes topological sorting and true OS threads for per-level parallel execution. Implemented a dynamic FFI plugin architecture (libloading) to load compiled .dylib/.so inference engines at runtime via a versioned C ABI.

  • wisp β€” Tailscale-Native Docker Dashboard (Rust) Zero-trust, agentless infrastructure dashboard. Uses a concurrent architecture with snapshot broadcasting, a dual TUI/Web UI with WebSocket live updates, and secure Tailscale SSH tunneling.

πŸ“ Currently

Pushing the limits of concurrent agent infrastructure and sprinting toward Q3 goals at Finlingo. Actively exploring Systems, Core Infra, and Security Engineering roles for Q1 2027.

πŸ”— Let's Connect

jakea.net Β· LinkedIn Β· contact@jakea.net

Pinned Loading

  1. uutils/coreutils uutils/coreutils Public

    Cross-platform Rust rewrite of the GNU coreutils

    Rust 23.8k 1.9k

  2. simgit simgit Public

    Cheap, isolated copy-on-write git worktrees for running many AI agents on one repo at once β€” N checkouts for ~1Γ— the disk. No daemon: just git + reflink/overlayfs.

    Rust

  3. wisp wisp Public

    wisp: A zero-trust, agentless infrastructure dashboard for the terminal. Powered by Rust and Tailscale SSH.

    Rust

  4. LAO LAO Public

    Local, offline workflow engine and CLI for chaining trusted local AI plugins into DAG-based workflows. Headless, plugin-driven, with prompt-to-workflow generation.

    Rust 7

  5. Doppel Doppel Public

    πŸ¦€ A blazing fast, zero-config BOLA/IDOR detector. Features session swapping, mutational fuzzing, and local AI support.

    Rust

  6. delegated delegated Public

    AI agent trust layer; signed delegation tokens, fail-closed policy enforcement, nonce replay protection.

    Rust