8/3/2026 at 9:49:19 AM
How does it compare to nanocodex (https://github.com/gakonst/nanocodex)?by kamikazechaser
8/2/2026 at 8:11:35 PM
by paoloanzn
8/3/2026 at 9:49:19 AM
How does it compare to nanocodex (https://github.com/gakonst/nanocodex)?by kamikazechaser
8/2/2026 at 9:50:43 PM
I’m not quite sure why the harness itself needs to be small. Isn’t the system prompt and management of system prompt the bit you want lightweight?by fractorial
8/3/2026 at 8:06:32 PM
Are there any with small system prompts that are still useful, especially with local models and subagents?by tmzt
8/2/2026 at 9:57:30 PM
"Why does it need to be large?" should be the question instead.by userbinator
8/2/2026 at 11:14:47 PM
A harness needs to be good. Being large is annoying, sure, but it's generally not an issue. Unless this one has feature parity with the "large" ones (hint: it doesn't), I don't see any reason to use it only because it's small.by selcuka
8/3/2026 at 5:28:52 AM
I ported almost every key feature already tbh. Of course there will always be a compromise, but there is even still margin to add more. Tools, skills, context compaction, it’s all already implemented.by paoloanzn
8/3/2026 at 6:07:28 AM
I haven't actually tried it, my comment was based on the "Known bugs and issues" section in the readme (e.g. no MCP support yet). Apologies if that section is out of date. If the functionality is on par with the mainstream ones, then sure, small and lightweight is preferable.by selcuka
8/3/2026 at 2:15:34 PM
Actually the MCP support is really one of the only "key" things we had not brought over yet, but please feel free to open an issue or a PR!by paoloanzn
8/2/2026 at 11:16:38 PM
ultimately, the harness is just going to be another model specifically engineered to be deterministic, like ballbearings in a wheel minimizing friction.by cyanydeez
8/2/2026 at 10:36:46 PM
I think it's nice to have options, but I also don't see the appeal in "sub x mb" (except as codegolf or just for the hacky part, for day to day this does not matter) especially if features are missing or other compromises have been made just for the sake of remaining small.by K0IN
8/3/2026 at 5:31:10 AM
I’m mainly looking also at running a cli agent inside a small device, with few resources.by paoloanzn
8/3/2026 at 4:11:40 PM
Here I was thinking 1MB still feels way too large.by bitbasher
8/3/2026 at 1:17:04 AM
Probably you want all of them to be as simple and small as possible, especially if you want to use it to work on itself. Smaller codebases are (generally) easier to work with.by embedding-shape
8/3/2026 at 4:12:24 PM
For context, I've rolled my own research harness in Go; I've been trying very hard to keep the non-test LOC around ~30k lines. To me, I consider this large, but necessary, especially after meticulously crafting red diffs while adding features.I do use it to work on itself. I agree smaller is likely easier to work with; however, that's still, at least partly, disjoint from binary size.
by fractorial
8/3/2026 at 3:04:11 AM
Sometimes smaller software has the harder codebase.by adithyassekhar
8/3/2026 at 9:37:38 AM
Damn, you really got me there, nothing in my comment could have possibly have guarded against that not every smaller codebase is easier to work with. If only there was a way in English language to indicate side-thoughts, optionals and asides, but oh well.by embedding-shape
8/3/2026 at 5:26:59 AM
What about running agents on embedded devices with small resources? maybe even multi agents flows? good luck trying to do that with codex, let alone claude codeby paoloanzn
8/2/2026 at 11:22:04 PM
i love the idea, but you also need to maintain it long term: in today's world what is the best practice to do that... do you spin up an agent anytime codex-cli updates and mirror the updates in c++ and push a new release? or idk... set up an automated process that does this on a worker on CF in a sandbox when npm updates @openai/codex?by orliesaurus
8/3/2026 at 5:30:03 AM
there is already a wrapping script when you install it, every time i publish a new release it will detect it a prompt it to update (if you want to).by paoloanzn
8/3/2026 at 5:12:18 AM
[flagged]by realexweb
8/3/2026 at 12:17:23 AM
[dead]by duckweed_show
8/3/2026 at 1:37:37 AM
[flagged]by xms17189
8/2/2026 at 10:03:17 PM
[dead]by zane_shu