Skip to content
View JRH89's full-sized avatar
🏕️
Working from home
🏕️
Working from home

Organizations

@TecHub-life

Block or report JRH89

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.

Content in all repositories owned by your account will be closed.
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
JRH89/README.md

Jared Hooker

Full-Stack Software Engineer | AI Agents • Developer Tools • SaaS

I build and ship production software across the stack, from backend systems and infrastructure to frontend applications and AI-powered developer tools.

My recent work focuses on agentic AI, local LLMs, developer tooling, and production SaaS, with an emphasis on building practical systems that automate real work.

Tech

  • Languages: TypeScript • JavaScript • Python • Java • Ruby • SQL
  • Frontend: React • Next.js • Tailwind CSS
  • Backend: Node.js • Ruby on Rails • PostgreSQL • Redis
  • AI: LLMs • AI Agents • MCP • Tool Calling • Ollama • Local Inference
  • Infrastructure: Docker • Linux • CI/CD • AWS • Cloudflare • Vercel

Featured Work

Evidence-first AI research and writing platform

Built a research system where AI agents can plan research, discover and use MCP tools, evaluate sources, and synthesize findings while maintaining an evidence trail behind generated claims.

  • Agentic research workflows with planning, tool discovery, execution, evaluation, and synthesis
  • MCP integration for connecting agents to external research tools and data sources
  • Evidence trails linking claims to sources, excerpts, tool calls, confidence, and limitations
  • Workspace-based research sessions with saved runs, sources, and revision history
  • APA and MLA paper generation with citations and export support
  • Next.js frontend, Node.js API, PostgreSQL, Firebase authentication, Stripe billing, and Claude API

🧠 Truss

Local-first, provider-agnostic coding agent platform

Built an agent runtime that works across desktop, VS Code, CLI/TUI, and Neovim interfaces.

  • Local and cloud LLM support through Ollama, LM Studio, llama.cpp, and compatible APIs
  • MCP, tool calling, structured outputs, Git operations, terminal execution, and browser preview
  • Shared configuration and agent behavior across multiple clients
  • Designed around local-first and BYOK workflows

📄 Rezzie

AI-powered resume tailoring platform

Full-stack AI SaaS for tailoring resumes to specific job opportunities while preserving the user's actual experience.

  • Python backend with a TypeScript frontend
  • LLM-powered resume analysis and tailoring
  • Firebase authentication with Google and email/password
  • BYOK support, usage credits, and Stripe subscriptions
  • Independently deployed frontend and backend infrastructure

B2B lead generation and automation platform

Built and operate a production SaaS for discovering, processing, and managing business leads.

  • Distributed browser automation and data-processing workflows
  • Optimized collection jobs for 30–50% faster execution and 50–70% lower memory usage
  • Stripe billing, Firebase authentication, HubSpot and Zapier integrations
  • Chrome extension, exports, email workflows, and production infrastructure

How I Work

I like owning problems end to end.

That can mean designing a database schema, building an API, implementing the frontend, integrating an LLM, debugging a production issue, configuring infrastructure, or figuring out why something is using twice as much memory as it should.

I'm particularly interested in the intersection of software engineering and AI, especially systems where models can use tools, interact with real environments, and perform useful work rather than simply generate text.


More

Currently open to Full-Stack Software Engineer and AI Engineer opportunities.

Pinned Loading

  1. truss-agent/truss-harness truss-agent/truss-harness Public

    A modular coding-agent runtime for local models with a CLI, full-screen TUI, VS Code extension, and desktop app built on the same tools, safeguards, and workspace state.

    TypeScript 10 1

  2. rezzie rezzie Public

    Turn one honest resume into a focused application for every role. Rezzie finds the signal, mirrors the right language, and never invents experience.

    TypeScript

  3. researchos researchos Public

    ResearchOS turns a question into a transparent research process: plan, source, evaluate, and write with evidence still attached.

    TypeScript

  4. ForgeLoop ForgeLoop Public

    ForgeLoop is a distributed software-engineering harness for autonomous coding agents. It decomposes feature specifications into parallel units of work, executes agents in isolated environments, and…

    Java