Skip to content
View abendrothj's full-sized avatar
πŸ“š
Learning
πŸ“š
Learning

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

CS Undergrad @ University of San Francisco Β· Graduating December 2026

I build things β€” mostly systems tooling and infrastructure in Rust and C, though I've shipped across the stack from AI pipelines to mobile apps. Co-founding a fintech startup on the side.

πŸ—οΈ Projects

  • uutils/coreutils (Open Source Contributor)
    Identified and mitigated a class of TOCTOU symlink race conditions across install, ln, and tac. Extended safe_traversal.rs to all Unix platforms and added fd-anchored primitives (mkdir_at, open_file_at, create_dir_all_safe, copy_file_safe) that became the foundation for subsequent fixes in the codebase. (#9792, #10140, #10991, #11505)

  • wisp
    Tailscale-native, agentless Docker operations dashboard built in Rust. Concurrent architecture with snapshot broadcasting and action channels. Dual TUI and local web interface with websocket live updates, Azure DB telemetry, and cross-platform releases.

  • LAO (Local AI Orchestrator)
    Offline-first AI workflow orchestrator in Rust. Custom DAG scheduler with level-based parallel execution and a dynamic plugin architecture that loads compiled .dylib/.so inference engines at runtime via FFI. Includes a native egui GUI with visual workflow editing.

  • Argus
    High-performance file integrity monitor in Rust. Parallel SHA-256 hashing with configurable thread count, recursive directory scanning, real-time monitoring, and NDJSON output for change tracking across large directory trees.

  • Finlingo β€” Co-Founder & CTO
    AI personal finance app for students and young professionals. Finny, the AI agent, monitors spending drift, surfaces subscription leaks, and answers natural language queries against your financial data. React Native frontend, domain-driven TypeScript backend, Plaid integration, and a two-step AI pipeline for intent classification and contextual response generation.

πŸ“ Currently

Finishing my CS degree while working on open source. Open to internships and new grad roles in systems, infrastructure, or security.

πŸ”—

jakea.net Β· LinkedIn

Pinned Loading

  1. wisp wisp Public

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

    Rust

  2. uutils/coreutils uutils/coreutils Public

    Cross-platform Rust rewrite of the GNU coreutils

    Rust 23.5k 1.9k

  3. LAO LAO Public

    Cross-platform desktop tool for chaining local AI models and plugins into powerful, agentic workflows. It supports prompt-driven orchestration, visual DAG editing, and full offline execution.

    Rust 7

  4. Doppel Doppel Public

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

    Rust

  5. Argus Argus Public

    Directory Checksum/Monitor tool

    Rust