The Next TokenLearnBookArchive
Saved

Subject

Tools

Everything filed under Tools, newest first. all subjects →

ModelsAgentsSafetyPolicyResearchBusiness

arXiv cs.CL · Monday, August 3, 2026
Small Is Enough: Per-User Style Rewriting of AI-Edited Text via LoRA Adapters

A small system called InMyStyle adapts a local language model to rewrite AI-edited text to match your personal writing voice, trained on your own documents and running on your own machine. The idea that your AI writing assistant could actually sound like you, without sending your documents to a server somewhere, is the kind of quiet development that could change how people feel about using these tools for personal writing.

Simon Willison · Saturday, August 1, 2026
Stateless MCP has recaptured my interest (and inspired mcp-explorer and datasette-mcp)

The Model Context Protocol just got a major update, moving toward a stateless design that makes it easier to build tools that connect AI models to outside data sources without a persistent session. Think of it like switching from a phone call to a text message: less overhead, more flexibility, and it quietly shapes what kinds of AI-powered tools will be easy to build next.

Simon Willison · Tuesday, July 28, 2026
An opinionated guide to which AI to use to do stuff

Ethan Mollick updated his opinionated guide to which AI tool to use for which task, and Simon Willison found the evolution of that guide itself interesting. Watching how expert recommendations shift over time is a decent way to track which tools are actually earning their place.

Hacker News · Friday, July 24, 2026
Claude Cookbook

Anthropic published a Claude Cookbook full of real, working examples for getting better results out of the API, and the Hacker News community found it worth discussing. If you have ever stared at a blank prompt wondering how to structure a complex task, this is a practical starting point with actual code you can run.

Simon Willison · Wednesday, July 22, 2026
Nativ: Run AI models locally on your Mac

A new Mac app called Nativ makes it straightforward to run AI models entirely on your own machine, no internet connection and no data leaving your laptop. For anyone handling sensitive documents at work, local models are moving from a hobbyist experiment toward something genuinely practical.

Simon Willison · Sunday, July 19, 2026
Claude Code uses Bun written in Rust now

Claude Code, Anthropic's coding tool, recently switched to a faster underlying runtime and startup got 10 percent quicker on Linux. Almost nobody noticed. That is actually the point: the best infrastructure improvements are invisible, and the model you talk to sits on top of many quiet layers of engineering that never introduce themselves. When an AI tool feels snappy or slow, it is rarely the model itself. It is the whole stack underneath.

Simon Willison · Saturday, July 18, 2026
LLM cliché highlighter

Simon Willison built a small tool that highlights the clichés that tend to show up in AI-generated writing, phrases like 'no fluff, no filler' that have become a kind of verbal fingerprint. It is a practical thing you can use to quickly spot whether a document you received was written by a person or assembled by a model on autopilot.

Simon Willison · Friday, July 17, 2026
Firefox in WebAssembly

Someone compiled the entire Firefox browser to WebAssembly so it runs inside another browser. It is a fun technical stunt, but it quietly shows how flexible the underlying software layer is becoming, which is the same kind of flexibility that makes AI models easier to run in unexpected places.

LLM Networking with MikroTik

A hobbyist connected an LLM to MikroTik network hardware and had it help manage router configurations in plain English. It is a small project, but it points at something real: the next wave of AI use is going to be in the unglamorous, infrastructure-y corners of tech that never had friendly interfaces before.

Simon Willison · Tuesday, July 14, 2026
datasette code-frequency chart on GitHub

Simon Willison charted his own code output over time and found a visible jump that lines up with when he started using stronger coding assistants. It is a small, honest, personal data point, which is a rarer thing in AI discourse than it should be.

Simon Willison · Sunday, July 12, 2026
sqlite-utils 4.1

sqlite-utils, a popular tool for wrangling data with simple commands, just got a dot-release with small quality-of-life improvements. This matters because a lot of people use it to prep and explore data before feeding it to AI tools, so small improvements here save real time in real workflows.

Hacker News · Friday, July 10, 2026
Building a real-time AI tutor for 5-year-olds

A team spent a year learning that teaching a five-year-old to read is genuinely hard, even for AI, because a good tutor has to know when to push, when to back off, and how to keep a child from just guessing randomly. If you have young kids, this space is moving fast and it is worth paying attention to what actually works versus what just looks impressive in a demo.

Simon Willison · Thursday, July 9, 2026
Quoting Kenton Varda

A senior developer publicly banned AI-generated pull request and commit messages from his team, saying they were worse than useless for understanding what actually changed in the code. This is a good reminder that AI is great at sounding thorough while skipping the part that actually helps someone else.

Simon Willison · Wednesday, July 8, 2026
github-code Web Component

Simon Willison built a small web component using GPT-5.5 and shared the exact prompt he used, which is a useful reminder that a lot of real software is now being written this way, one prompt at a time. Watching what experienced developers actually prompt for, and how they share that work, tells you more about where the tools are headed than most product announcements do.

Geosql: A Claude/Codex skill for geospatial data

A new tool called GeoSQL lets Claude and Codex work with geospatial data, meaning you can ask an AI to query and reason about maps and location data without writing the SQL yourself. For anyone who works with geographic data and has always needed a specialist to write those queries, this is the kind of small tool that quietly saves an afternoon.

Simon Willison · Sunday, July 5, 2026
Better Models: Worse Tools

Here is the concept worth sitting with: a model and a tool are two different things, and upgrading one does not automatically fix the other. Think of it like your car and the roads it drives on. A faster engine is great, but if the road has new curves the car was not expecting, you slow down or crash. When developers build tools that talk to AI models, they write instructions assuming a certain model behavior. A newer model is like a new driver who learned slightly different habits. It may be smarter overall, but it does not automatically follow the old instructions the same way. That is why the stories today about degraded Codex performance and Claude breaking its own edit tool are connected. Better models and reliable tools are a package deal, and right now the industry is still figuring out how to keep them in sync.

Simon Willison · Sunday, July 5, 2026
Better Models: Worse Tools

Armin found that newer Claude models sometimes call an editing tool incorrectly in ways older models did not, meaning a model upgrade quietly broke a working pipeline. This is a good reminder that when you update the model underneath a tool, you are not just getting improvements, you are also getting a slightly different personality that may not play well with the old instructions.

Simon Willison · Wednesday, July 1, 2026
The AI Compass

Someone built a political-compass-style quiz specifically about AI and AI ethics, and it's a genuinely interesting way to figure out where you actually stand rather than where you assume you do. Takes a few minutes and is more honest than most AI opinion pieces.

Simon Willison · Monday, June 22, 2026
sqlite-utils 4.0rc1 adds migrations and nested transactions

Simon Willison shipped a new version of sqlite-utils with better support for database migrations, which is a small tool update but a signal worth noting: the serious AI builders are investing heavily in the unglamorous plumbing that makes data manageable. If you ever want to build something on top of a local model, clean data tooling is usually the part that trips you up first.

Simon Willison · Saturday, June 20, 2026
Quoting Sean Lynch

MCP, the protocol that lets AI agents connect to outside tools and services, is getting sharper because it handles login and authentication outside the model's view. That matters because it means the agent does not need to see your credentials to use them, which is a small design choice with real security consequences.

Hacker News · Sunday, June 14, 2026
AI coding at home without going broke

A developer laid out a practical setup for running AI coding tools at home without a big cloud bill, and 300 people on Hacker News thought it was worth their time. If you have been curious about experimenting yourself, this kind of guide is the on-ramp.

arXiv cs.CL · Friday, June 12, 2026
Shopping Reasoning Bench: An Expert-Authored Benchmark for Multi-Turn Conversational Shopping Assistants

A new benchmark was built specifically to test AI shopping assistants on multi-turn conversations, the kind where you say 'I need something for a wedding' and then 'actually it is outdoor' and then 'my budget changed.' Current models handle these real shopping conversations worse than the clean single-question tests suggest, so the gap between demo and reality is still wide.

Simon Willison · Thursday, June 11, 2026
datasette-agent 0.2a0

Simon Willison's datasette-agent now lets tools pause mid-task and ask the user a question, which is a small but important step toward agents that check in rather than barrel forward. That single feature is the difference between a tool that surprises you and one you can actually supervise.

Simon Willison · Sunday, June 7, 2026
micropython-wasm 0.1a2

Simon Willison shipped a tiny tool that runs MicroPython, a lightweight version of the Python programming language, directly in a browser using WebAssembly. It is a small release, but the pattern of shrinking AI and coding tools down so they run anywhere without a server keeps marching forward, and that eventually matters to anyone who uses web apps.

Hacker News · Sunday, June 7, 2026
I design with Claude more than Figma now

A designer wrote about replacing most of their Figma work with Claude, just describing layouts in plain language and letting the model generate the interface. If you work in any visual or creative field, this is worth reading not as inspiration but as a map of which parts of your workflow are already automatable today.

Hacker News · Saturday, June 6, 2026
Did Claude increase bugs in rsync?

A developer ran a careful analysis of the rsync codebase and found evidence that AI-assisted contributions correlated with more bugs, not fewer. If you are using AI tools to write or review code at work, this is a concrete reminder that the output still needs a real human looking at it, not just a quick skim.

Hacker News · Friday, June 5, 2026
Fine-tuning an LLM to write docs like it's 1995

Someone fine-tuned a language model specifically to write technical documentation in the plain, direct style of 1990s software manuals, and the AI crowd found it charming and a little instructive. It is a small proof that you can steer a model toward a very specific voice or era, which has real uses if you maintain any kind of style guide at work.

A Post-Quantum Future for Let's Encrypt

Let's Encrypt, the nonprofit that handles security certificates for a huge chunk of the web, is planning for a post-quantum future. Quantum computers powerful enough to break today's encryption are not here yet, but the locks we put on the internet today need to last for decades, so this kind of quiet, unsexy preparation is exactly the right thing to be doing now.