From 9b16aa06e9c3ab71fc5c624cc6df3cebbeaf8352 Mon Sep 17 00:00:00 2001 From: Lee Penkman Date: Sun, 19 Apr 2026 18:07:52 +1200 Subject: [PATCH] Add Codex Infinity to Code Agents Co-Authored-By: Claude Opus 4.6 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 42c83f8..506ab4c 100644 --- a/README.md +++ b/README.md @@ -1273,6 +1273,8 @@ These models apply Instruction Fine-Tuning techniques to enhance the capacities 120. **SlopCodeBench**: "SlopCodeBench: Benchmarking How Coding Agents Degrade Over Long-Horizon Iterative Tasks" [2026-03] [[paper](https://arxiv.org/abs/2603.24755)] +121. **Codex Infinity**: Autonomous coding agent that runs continuously on bare metal VPS with full root access. Supports OpenAI Codex and Claude Max plans. [[website](https://codex-infinity.com)] + ### 3.4 Interactive Coding - "Interactive Program Synthesis" [2017-03] [[paper](https://arxiv.org/abs/1703.03539)]