Blog

Writing

Project notes, implementation writeups, and occasional research thoughts.

May 18, 2026

Milestone 10: Giving the Coding Agent Tools

The tenth CodeSelf milestone adds the first agentic tool loop: public-test execution, revision, final submission, structured traces, and strategy metrics for self-debugging.

CodeSelf Agentic Coding Tool Use

April 13, 2026

Milestone 5: From Tasks to Rollouts

The fifth CodeSelf milestone connects prompt rendering, model backends, code parsing, sandbox execution, reward scoring, and verbose rollout JSONL logs.

CodeSelf Model Inference Rollouts

March 30, 2026

Milestone 3: Making Benchmarks Fit One Task Format

The third CodeSelf milestone adds dataset loaders, hidden-test sidecars, leakage checks, deterministic splits, and fingerprints so benchmarks flow through one canonical task format.

CodeSelf Dataset Loaders Hidden Tests