Monday, August 17, 2026

Good morning, NOLA. Today is about the practical limits and levers around AI: Anthropic has published the system prompts behind Claude, Simon Willison has a useful follow-up on getting Qwen 3.8 to stop overthinking, and AI credit resellers are becoming a real part of the developer economy. Also worth your time: a builder-friendly case for coding with care, a shared-memory AI experiment, and Stripe’s reported move for OpenRouter.

Tools You Can Put to Work

Claude publishes its system prompts

Anthropic has made the instructions that shape Claude’s behavior available in its documentation. It is a useful reference for anyone designing an assistant: good defaults are product decisions, and reading the real thing is more instructive than guessing. The HN discussion is lively, too.
Anthropic / Hacker News

Qwen 3.8 has a simple fix for its tendency to overthink

We featured Qwen 3.8’s release Saturday; Simon Willison’s follow-up gets to the operational question: how do you make a capable open model answer quickly when the task is simple? His answer is a reminder to test model settings and prompts before assuming a model is slow. HN discussion.
Simon Willison

Markdown SVG upgrades make diagrams easier to ship with docs

Simon Willison’s markdown-to-SVG tool has grown into a handy way to turn Markdown into clean, shareable visual assets. For builders writing guides, release notes, or lightweight decks, this is a pleasantly direct alternative to opening a design app for every diagram.
Simon Willison

MathCode aims to be a coding agent for mathematical work

MathCode is an early project focused on mathematical programming tasks. It is most interesting as a narrow-agent experiment: give an AI a clear workspace and evaluation target, rather than asking one general chatbot to do every job. HN discussion.
Hacker News

Waku is a native home for coding agents

Waku is a native desktop app built around working with coding agents. If your agent workflow has outgrown a terminal tab but you do not want another browser dashboard, this is a promising interface idea to watch. HN discussion.
Hacker News

How the AI Business Is Taking Shape

The AI credit resale economy, explained

This is a sharp look at the businesses buying and reselling access to AI model usage. The practical takeaway: model costs are becoming a product-design concern, and the route through which you buy model access can affect price, reliability, and flexibility. HN discussion.
Vectoral / Hacker News

Stripe is reportedly pursuing OpenRouter

TechCrunch reports that Stripe may acquire OpenRouter for more than $7 billion. If it happens, it would put model choice, billing, and routing closer together—useful context for anyone building an app that wants to offer more than one AI model without rebuilding its payment logic.
TechCrunch

Grok Bot points toward agents that work across your apps

The Rundown’s look at Grok Bot is about handing off real, cross-app tasks instead of merely chatting with a model. That is the agent promise people actually care about—though it is still worth starting with a small, reversible workflow before granting broad access.
The Rundown AI

A public AI experiment with memory shared by every user

Wildstatic proposes a public AI whose memory accumulates across its users. It is less a polished productivity tool than an interesting product question: what changes when an assistant remembers the community, not just the individual? HN discussion.
Hacker News

Craft, Experiments, and Human Stakes

AI coding without the vibes

A welcome argument for treating AI-assisted coding as craft: keep ownership of the work, use the model deliberately, and make review part of the loop. This pairs nicely with yesterday’s leadership framing—an AI teammate still needs direction and standards. HN discussion.
Peter Bloem / Hacker News

What a fifth-grade-only model can teach us

We linked this unusual training experiment yesterday, and it remains worth a closer look as a simple way to think about what a model can—and cannot—learn from its inputs. It is a charming, concrete demo rather than an abstract argument about intelligence. HN discussion.
Hacker News

When a child’s robot companion disappears

MIT Technology Review examines what happens when a child’s relationship with a companion robot abruptly ends. It is a thoughtful read for anyone building products that invite emotional attachment: shutting down a service can mean more than turning off a feature.
MIT Technology Review

Today’s Sources