Skip to content
View teddytennant's full-sized avatar

Highlights

  • Pro

Block or report teddytennant

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

Teddy Tennant

16 year old at NCSSM. I work on agentic harness engineering, reasoning in latent space, recursive self-improvement, and synthetic data.

Selected work

wizard -- self-extending autonomous coding agent in one Rust binary. Any provider (OpenAI-compatible, Anthropic, xAI) or fully local via llama.cpp. Live /evolve self-modification, MCP, messaging gateway, built-in bench. Ran its own AHE evolution loop under Grok 4.5 to drive the harness to a 100% pass rate.

agentic-harness-engineering -- contributor. Observability-driven automatic evolution of coding-agent harnesses. NexAU-AHE reaches 84.7% ± 2.1 pass@1 on Terminal-Bench 2, beating Codex, ACE, and Training-Free GRPO.

reverie -- JAX and Rust successor to Coconut. Depth-supervised halting calibrates latent compute to problem depth, so reasoning steps match hop count exactly. Includes a causal γ-ablation.

candor-bench -- honesty, sycophancy, calibration, and factuality evals for LLMs.

spore -- the most minimal Rust coding agent. One tool (bash), spawns and rewrites itself. There is a version hand-written in x86-64 assembly with no libc.

Upstream

61 merged pull requests in repos I do not own, including:

jax · tinygrad · Gymnasium · ratatui · zellij · rclone · petgraph · rand · maturin · insta

Stack

Rust, Python, PyTorch, JAX, SGLang, Nix, TypeScript, C++, Lua, Go. NixOS daily driver.

teddytennant.com · teddy5tennant@gmail.com

Pinned Loading

  1. wizard wizard Public

    Self-extending autonomous agent in one Rust binary. One-line install, any provider (OpenAI-compatible, Anthropic, xAI) or fully local via llama.cpp, live /evolve self-modification, MCP, messaging g…

    Rust 71 3

  2. china-qijizhifeng/agentic-harness-engineering china-qijizhifeng/agentic-harness-engineering Public

    Official AHE code — Agentic Harness Engineering: observability-driven automatic evolution of coding-agent harnesses (concurrent w/ meta-harness). NexAU-AHE reaches 84.7% ± 2.1 pass@1 on Terminal-Be…

    Python 851 96

  3. jax-ml/jax jax-ml/jax Public

    Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more

    Python 36.2k 3.7k

  4. reverie reverie Public

    Adaptive, curriculum-free reasoning in a continuous latent space, successor to Coconut, in JAX + Rust. Depth-supervised halting calibrates latent compute to problem difficulty (rho~1.0).

    Python 1

  5. spore spore Public

    The most minimal functional coding agent: one tool (bash), infinite reach because it spawns subagents and rewrites itself. ~350 lines of Rust.

    Rust 1

  6. wizard-ahe wizard-ahe Public

    AHE lab that recursively evolves the wizard agent's harness bundle (system prompt, tool descriptions, skills, subagents) against a Docker task set

    Python