The newsletter for ai builders of all levels. Mini-tutorials, tool reviews, and lay of the land from an exited founder turned investor and forever tinkerer.
Hey folks,
Everything is “CLI” talk these days (as you’ll see below) - to simplify it, it’s a text based way to talk to your computer. Imagine a hacker movie where a hoodied youngster types commands in a text box (a terminal). It’s a key tool in a developers toolkit. And much to my surprise, non-technical people (me) use it a lot for coding and non-coding tasks - ie i have it do my p&l and it’s actually my main AI chat interface over ChatGPT, Claude etc. I use Factory (because they have a web, slack, linear, cli presence so you can literally use it anywhere). I’ve set up their early access program so you can give it a whirl with a bunch of free tokens.
OpenAI trained a custom version of GPT-5 for coding tasks only: GPT-5-Codex. This model is not significantly smarter, but it brings other updates that make coding with it a better/easier experience. It creates fewer irrelevant comments in the code, works much faster for simpler queries, but can work for much longer on complex tasks. Our friends at Every have an amazing review of the model.
You can start using this model by using this command:
npm install @openai/codex@latest
codex -m 'gpt-5-codex'Another update to the whole codex ecosystem is that you can use images in your prompts now. Even in the codex web app.
On the same beat, Cursor has trained a new Tab model. This model powers their autocompletions when you are inside a code file. I’m oversimplifying, but this model is trained in near real-time on user feedback to generate suggestions that are more likely to be accepted and avoid making irrelevant suggestions. The new default model makes 21% fewer suggestions, but has a 28% higher accept rate for the suggestions it makes.
Claude has memory now. It can create snippets from a chat history to be remembered for later. Memory is also scoped to projects, so each project has a different list of memories and they don’t interfere with other other. It’s only available in Team and Enterprise plans for now.
OpenAI is launching a new program to help technical talent start companies. It’s called The Grove - a 6-week program, 1st and last week in person in SF, with roughly 15 participants for the first batch. Deadline to apply is 24th Sept.
Granola, Dovetail, and Cluely are powered by AssemblyAI’s Speech-to-Text models. You can start testing today with $50 of free credits.*
*sponsored
🌐 What I’m consuming
How Origin built an AI financial advisor respecting the SEC’s regulations.
Microsoft published this detailed blog on blind spots in MCP. Top concerns are
Multiple tools interfering with each other (should the model use the browser MCP to use GitHub, or use GitHub MCP)
Output from a tool call overwhelming the context window (many tools return 30-40k tokens in one go)
Too many tools per server (> 20 tools in total) degrade model performance by a lot.
Vercel has some advice for building MCP servers.
How to write effective tools for agents by using agents.
⚙️ Tools to tinker with
Scout Monitoring's MCP - Turns your coding assistant into a monitoring hub — errors, logs, and performance in plain language.*
Bunny - A screen-free, portable curiosity device for kids.
Bottleneck - Code review for hyper engineers. Desktop native, superhuman shortcuts and built for coding with agents.
GitButler Agents Tab - Easily launch Claude Code sessions for git branches and use them with a nice UI.
Structify - Turn messy data into clean datasets and automate it without code.
Granola can now take notes for phone calls on iPhone.
Reve - The image generation and editing app that doesn’t get in your way. (They have their own models, so they are not using nano-banana or flux, etc.)
*sponsored
🥣 Dev dish
An Apple shortcut to dictate tasks to the Cursor agent from your Apple Watch.
x402 MCP - Open protocol payments for Agents & MCP servers.
Happy - Mobile and Web client for Claude Code, with realtime voice, encryption and more.
You can use your Cluade account in Xcode 26.
🍦 Afters
AI agency pack - Another Ben who worked with us last year and did awesome things is now doing this.
Parahelp AI raised $21.2M and is hiring engineers.
Gauss - An agent for turning math problems into verifiable machine code (so computers can work on them).
Peval.io - A competition to see who can write the best prompts for models.
That’s it for today. Feel free to comment and share your thoughts. 👋
📷 thumbnail creds: @keshavatearth




I tried entering your npn imstall @openai/codex@latest in a command box but was immediately told "npn" was not a recognized command. And, is it really "imstall" instead of install?