Skip to content
View jhunter11's full-sized avatar

Block or report jhunter11

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
jhunter11/README.md

Jack Hunter

I build AI tools in Python and TypeScript, with a focus on agent memory, workflow controls, and evaluation. My projects include SQLite retrieval, MCP servers, task queues, model routing, and research pipelines that record failed ideas.

Research in progress

I am researching decoder-guided agent recovery using entropy measurements and recent agent activity. The idea is to help a supervisor choose a recovery action after a failure or an uncertainty spike. I have prototype measurement and intervention code, plus exploratory analyses. The decoder design still needs implementation and a controlled evaluation.

The notes include an experiment plan, a proposed hidden-state probe, and work completed so far. I have no validated result showing that the proposed decoder improves agent recovery.

Reuse my setup

The setup guide links the memory MCP installer, shared project context kit, and three skills for reviewing project work. It includes the tested versions and instructions for choosing the parts you need.

Projects to inspect

Project What you can review
Multi-Agent Memory MCP SQLite FTS5 retrieval, a typed graph, bounded two-hop search, and a synthetic benchmark
Jarvis Control Task queues, model routing, scoped memory, and typed authorization for AI workflows
Team memory kit Portable project instructions, blank memory templates, and a context builder
Agentic Quant Operator Research controls, paper ledgers, and recorded promotion refusals
Event Contracts Python and Rust contracts, replay, risk checks, and paper execution
PMQS Execution-aware backtests, settlement accounting, and evidence checks
CIFAR-10 project A ten-layer CNN, training code, and eight-seed validation records
Casino Line Modeling Sports-model calibration against market baselines, including negative results
Multi-agent system report Observations of throughput, review capacity, and memory pressure in one system

The memory benchmark uses synthetic data. The CNN result measures selected validation accuracy. The trading research does not establish an edge, and Jarvis Control is a development project without reported revenue. Each repository explains its test setup and evidence limits.

I use AI coding tools throughout my work. I focus on defining the task, checking the generated changes, and making results inspectable. The project notes describe additional work whose source stays private.

Contact: GitHub

Pinned Loading

  1. multi-agent-memory-MCP multi-agent-memory-MCP Public

    Local SQLite memory for AI agents through MCP. Includes text search, bounded graph recall, and examples for hosted and local models.

    TypeScript

  2. jarvis-control jarvis-control Public

    A TypeScript control plane for AI workflows with a durable task queue, scoped memory, model routing, and typed authorization records.

    TypeScript

  3. CSE433-Final-CNN-Project CSE433-Final-CNN-Project Public

    A CIFAR-10 CNN with ten weighted layers. Eight seeds reached 96.84% mean selected validation accuracy, with 0.10 percentage-point standard deviation.

    TeX

  4. swarm-compute-report swarm-compute-report Public

    A study of an AI system running up to 121 agents. It records output counts, memory use, and supervisor failures.

    TeX