frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: Neal – Claude and Codex working together

https://github.com/navels/neal
2•navels•1h ago
neal is a CLI I wrote while trying to use an LLM coding agent (in this case, Codex GPT-5.4) to work autonomously on a migration of our large frontend codebase. A few things came up during that project that guided the development of neal:

1. Telling an agent to "keep working unless blocked" doesn't actually work over long stretches of time.

2. Large projects should be broken up into smaller chunks of work.

3. The coding agent should start each chunk of work with a fresh context to prevent context rot.

4. The coding agent benefits from having a different agent doing adversarial reviews along the way.

What I ended up with is an orchestrator that

- lets you configure planner, coder, and reviewer roles. I started with Codex and Claude using their SDKs but later added OpenRouter as well as a compatibility mode for verifying that a model can handle the orchestration. Currently there are 44 compatible OpenRouter models.

- runs a plan that you provide through a planner / reviewer loop which splits the work into reasonable-sized chunks and formats the plan document so that it can be executed by neal.

- runs each chunk of work through a coder / read-only reviewer loop. Once both agents are satisfied, neal moves on to the next chunk. Once everything is complete there is a final pass through the coder / reviewer loop to ensure the implementation satisfies the entire plan.

- resets the coder's context with each chunk of work to prevent context drift, leaving the reviewer's context long-running.

The migration landed (549 commits, over 3000 files added/modified). I also ran 100 benchmark cases (from SWE-bench Pro) that Codex failed to solve on its own through neal and observed 8 solved when using neal with Codex in both (coder and reviewer) roles and 15 solved when using Claude as the reviewer. I had hoped for a more exciting benchmark outcome but this at least demonstrated neal's value, especially putting a different model in the reviewer role.

neal is an npm package installed via

  npm install -g @navels/neal
and configured via

  neal setup
It works with your Codex and/or Claude Code subscriptions (as long as those CLIs are authenticated locally) or via OpenAI/Anthropic/OpenRouter API keys.

I have a more detailed writeup of neal's capabilities and how it came to be on my blog: https://navels.dev/blog/neal/

With how fast model capabilities are progressing I'm not expecting this tool to be very useful for too much longer, but I'm still using it as my daily driver, with Claude Fable as the planner/coder and Codex Sol as the reviewer. If you try neal I'd love to hear your feedback, especially if you have a use case that doesn't quite work or you want additional models available.

Show HN: MCP Memory – Fast Agent Memory Using Google's OKF and SQLite FTS5

https://github.com/fellowgeek/mcp-memory
32•pcbmaker20•2h ago•12 comments

Show HN: Landing page demos that run the real app in a microVM per visitor

https://www.paperplanes.sh/demo
2•lasdw•54m ago•0 comments

Show HN: Track habits, metrics, time and whateven you think worth tracking

https://habitpocket.io/
2•bohdanstefaniuk•57m ago•1 comments

Show HN: SightDiff – before/after visual proof of what your AI agent changed

https://sightdiff.com/
3•ja34luv•1h ago•1 comments

Show HN: ChatGPT SEO for Shopify Merchants

https://apps.shopify.com/foundgpt-llms-txt
2•rahular1•1h ago•0 comments

Show HN: Unicasso – image to ASCII art via optimization with CLIP

https://github.com/jakobrees/unicasso
3•imko_•1h ago•0 comments

Show HN: Meat-O-Meter – the internet most generous ruler (18+)

https://meat-o-meter.ya-abr97.chatgpt.site/
5•dmitriyabr•1h ago•1 comments

Show HN: An agent engine with no SDK, just TOML and webhooks

https://substructure.ai/
2•xwil•1h ago•0 comments

Show HN: Orca – Instant cross-platform in-app purchase orchestration

5•pcvetkovski•1h ago•0 comments

Show HN: Neal – Claude and Codex working together

https://github.com/navels/neal
2•navels•1h ago•0 comments

Show HN: NanoRL – RL training for LLMs in ~1,800 lines

https://github.com/alex000kim/nanoRL
9•alex000kim•1h ago•0 comments

Show HN: Prompts Suno follows, not longer prompts

https://sunomarket.com
3•wowinter15•1h ago•0 comments

Show HN: WikiZipf – Guess the most frequent words of a Wikipedia article

https://wikizipf.com/?lang=en
2•Madki•2h ago•0 comments

Show HN: Modern Alternative to Plausible

https://getopen.so
6•rahulbridge•2h ago•2 comments

Show HN: Ghostglyph – Turn photos into cyberpunk ASCII art in the browser

https://ghostglyph.net/
3•pj3677•2h ago•0 comments

Show HN: Delphi – Build your own AI trading agent in seconds

https://tradewithdelphi.com/
3•ariavikram•2h ago•0 comments

Show HN: Ichabod – The (slightly spooky) headless professional network

https://ichabod.dev
2•alexandermkinn•2h ago•0 comments

Show HN: I made a tool that rebuilds editable slides from images

https://sliderebuild.org
2•Graxi•2h ago•0 comments

Show HN: MCP-uplift – run legacy MCP servers behind the new stateless protocol

https://github.com/MohibShaikh/mcp-uplift
2•bazmou•2h ago•0 comments

Show HN: HypeBESTIE, sincere RLHF-free, em-dash-free image compliment generator

https://hypebestie.onrender.com
3•mcramblett•2h ago•1 comments

Show HN: I spent almost 2 years collecting website design inspiration

http://explorer.withfudge.com/
2•sim04ful•2h ago•0 comments

Show HN: A walkable 3D tour of a feedforward neural net

https://ffnn.vercel.app/
5•aithena•2h ago•2 comments

Show HN: Diffusion PDF – A Diffusion Image Model Embedded Entirely in a PDF File

https://diffusion.alexvd.dev/
4•alexvd•2h ago•0 comments

Show HN: Pressentable – turn a spreadsheet into a typeset client report

https://pressentable.com/
2•younesR•2h ago•0 comments

Show HN: Ballet – Workflow automation that writes integrations against any API

https://www.ballet.dev/
32•danielkimber•16h ago•12 comments

Show HN: UTC Time - live clock, ISO 8601, Unix timestamp

https://utctime.app/
20•nadermx•12h ago•3 comments

Show HN: Woxi - Open-source Mathematica / Wolfram Language reimplementation

https://woxi.ad-si.com
305•adius•1d ago•44 comments

Show HN: I built an MCP that gives DeepSeek V4 Flash eyes (bad ones)

https://github.com/theJian/squint-mcp
2•theJian•5h ago•0 comments

Show HN: IronBee – an AI QA engineer that tests your Vercel preview on every PR

https://medium.com/@serkan_ozal/your-ai-qa-engineer-now-runs-on-every-vercel-preview-16ca2d9dc03a
3•sozal•1h ago•0 comments

Show HN: Git-knife – Edit commit messages, authors, and dates like a spreadsheet

https://github.com/TheRealYT/git-knife
163•YonathanTesfaye•2d ago•101 comments