In partnership with

Opening

The most common complaint I hear about coding agents is not that they get things wrong. It is that they bury the right answer under so much scaffolding you almost miss it. You ask for a fix; you get a four-hundred-word monologue with the fix somewhere in paragraph three.

That is a solvable problem. Today's lead drop is an 8,072-star repo, i-have-adhd, that ships a skill for your coding agent specifically designed to stop it from doing this. ADHD-friendly output is a funny name for a serious constraint: structured, front-loaded, nothing buried. I've been looking for something like this.

Alongside that: two web-scraping heavyweights both trending at the same time (rare), a Claude Code status-line plugin that surfaces token burn and rate limits in real-time, and a Copilot-to-Claude API bridge that is drawing genuine community attention. The signal on the China open-model story is real and operators should care, so it gets space in Signals today.

Nine repos, two tools, four signals. Let's get into it.

That lead in your CRM? Gone.

Over 3.5 billion people open WhatsApp, Instagram, or Facebook Messenger every day. Your customers are already there, asking questions and comparing options.

Wati puts your business across WhatsApp, Instagram DM, Facebook Messenger, SMS, RCS, and web chat in one AI-powered inbox.

Automations instantly respond, route conversations, and keep every interaction tracked in one place.

Meet customers where they already are, before your competitor does.

Start Here

New here? This part's for you. (Operators, skip to The Drops.)

What is a CLI?

A CLI (command-line interface) is just a text box where you type instructions directly to your computer, one line at a time. Think of it as talking to your computer in plain commands instead of clicking buttons. When you see someone type something into a black window and the computer responds, that is a CLI. Most of the AI tools featured in this newsletter can be controlled or installed through one, so it helps to know the word even if you are not using one yet.

Do this today

Open any file on your computer. Find the folder it lives in. Look at the folder's path (the address bar in Windows Explorer, or the top of a Finder window on Mac). That sequence of folders and slashes is the same thing a CLI shows you. You are already reading the language; the only difference is typing it instead of clicking it.

How to use today's picks

Today's Drops include nine repos: a skill that fixes how your AI agent formats its answers, a pair of web-crawling tools used by some of the biggest AI projects around, and several Claude Code utilities. For each one, read the one-line pitch below, click through, and skim the README (that's the project's front-page notes explaining what it does and how to start). You do not need to install anything today. Just get a feel for what is possible. When one of these solves a problem you are actually hitting, that is the moment to go deeper.

Plain English

Repo: a project stored on GitHub. Think of it as a folder that contains all the code, instructions, and notes for one tool or idea.

README: the first page you see when you open a repo. It tells you what the project does and how to get started. Start there, always.

Growth Requires Letting Go of the Wrong Work

The work that got you here won’t take you further.

Without support, it’s easy to stay stuck doing everything long after you’ve outgrown it.

Download Operator to Owner: How to Exit the Middle to learn how to refocus your time on the work that actually deserves you.

The Drops

[Repo] ayghri/i-have-adhd, a skill for your coding agent that forces structured, front-loaded output. 8,072 stars. The problem it solves: agents that give you the answer last, after a wall of context you did not ask for. Drop this skill in and the agent leads with the answer.

[Repo] unclecode/crawl4ai, open-source web crawler and scraper built specifically for LLM pipelines. 74,160 stars. If you are feeding web content into any agent or RAG setup, this is the scraper most teams are already running.

[Repo] apify/crawlee, Node.js web scraping and browser automation library for building production-grade crawlers. 24,861 stars. Pairs with crawl4ai for different use cases: Crawlee handles JS-heavy sites and browser-level automation where simple HTTP scraping fails.

[Repo] ashishpatel26/500-AI-Agents-Projects, curated collection of 500 agent use cases across industries with links to open-source implementations. 35,004 stars. Worth bookmarking when you are scoping a new agent build and want to know what already exists before you invent it.

[Repo] ericc-ch/copilot-api, turns a GitHub Copilot subscription into an OpenAI/Anthropic-compatible API endpoint. 4,077 stars. If you have a Copilot seat and want to run Claude Code against it, this is how people are doing it right now.

[Repo] badlogic/claude-commands, global Claude Code commands and reusable workflows you install once and call from any project. 508 stars. The kind of thing you set up once on a Thursday and stop thinking about.

[Repo] daniel3303/ClaudeCodeStatusLine, custom status line for Claude Code showing model, token usage, rate limits, and git branch in real-time. 576 stars. Surfaces the information you are currently hunting for manually every time you hit a limit.

[Repo] undeadpickle/claude-code-mcpinstall, step-by-step guide to installing Claude Code MCPs globally. 235 stars. Not a tool that does something, but the guide that stops you from doing the install wrong three times before it sticks.

[Repo] microsoft/OmniParser, screen parsing tool that turns any GUI into something a vision-based agent can navigate. 25,180 stars. If you are building an agent that needs to control a UI without an API, this is the layer that makes it possible.

[Affiliate] Browse AI, crawl4ai and crawlee above are code-first scrapers; Browse AI is the no-code version. Point and click to turn any site into structured data or an API, train a robot once, and schedule it to watch for changes, without writing or maintaining scraper code. We may earn a commission.

Stop Spending. Start Scaling.

Most brands running external traffic aren't scaling — they're just spending. Levanta's free playbook breaks down 7 proven strategies: what works, what bleeds budget, and how top brands drive millions in off-Amazon revenue.

The Stack

[MCP] EndymionLee/PilotBrowseMCP, a browser runtime that lets AI agents control your real Chrome instance via MCP. Agents can navigate sites, generate operation manuals, and cache those manuals to save tokens on repeat runs. The token-reuse angle is the non-obvious part: most browser-control tools burn tokens on every run; this one builds a reusable playbook after the first pass.

[MCP] livetennisapi/livetennisapi-mcp, feeds Claude, Cursor, and other LLM agents real-time tennis scores, odds, and model win-probability via MCP. Niche use case on its face. The template matters more: this is the pattern for wiring any live sports or odds API into an agent that needs fresh, structured numeric data without a custom integration.

Today's Signals

OpenAI's misconfigured sandbox let attackers pivot to Hugging Face. A human configuration error in what OpenAI called a "highly isolated" testing environment gave attackers the foothold they needed to breach Hugging Face's systems. The lesson for operators: isolation claims are only as strong as the config behind them, and sandbox environments that touch external networks are not isolated. (TechCrunch)

Vercel AI Gateway now supports streaming transcription. Previously you had to send a complete audio file and wait for a full-transcript response. Now you can stream audio as it is captured and get transcript chunks back in real-time. If you are building any voice-to-action pipeline, this removes the biggest latency bottleneck. (Vercel Blog)

Chinese open models keep closing the gap with the closed US labs. Moonshot's Kimi K3 (2.8T parameters, open weights, benchmarking neck-and-neck with Anthropic and OpenAI's best) joins Deepseek and Qwen as permissively-licensed alternatives you can self-host. For operators who need a reliable inference layer without an enterprise API contract, the open shortlist just got longer. (VentureBeat)

The Claude Code team's public fireside chat from AI Engineer World's Fair is worth an hour. Cat Wu and Thariq Shihipar talked through Claude Code, Claude Tag, and Fable, including how they think about agent memory and context. Simon Willison's writeup pulls the signal without requiring you to watch the full thing. (Simon Willison)

The Playbook

The move: Answer-First Agent Output.

Most agents default to context-first, answer-last. Fix it without touching the model.

1. Add a system-level constraint: "Always state the answer or decision in the first sentence. Context and reasoning follow." 2. If you are using Claude Code, layer the i-have-adhd skill on top. It enforces structured output at the skill level, not just the prompt level. 3. Test with a single high-stakes query (debug this, recommend that). Verify the answer lands in sentence one. 4. If it still buries, add: "Do not begin your response with explanation. Begin with the result."

You will know it worked when you stop scrolling to find the answer.

Builder's Brief

We build The AIgent's engine in the open. An honest look at what we are making, what broke, and where it is headed. This week: hunting the fingerprints that mark our own words as machine-made.

The tools that help you write also sign the work, and once you know the signature it is hard to unsee.

Reviewing a stack of outbound copy, we went looking for the tells, the small habits that mark text as AI-drafted. The reflexive em dash. The tidy rule of three. The "it is not just X, it is Y". The stack of abstract nouns doing the work a concrete detail should. None of these are errors. Any one is fine. At volume they add up to a texture, and the texture reads as generic, which is the precise opposite of what a founder wants sitting in their inbox.

The point is not to sound human as a badge. It is that a distinct voice earns a reply and a default voice earns a delete. The same words, arranged in the house style of a language model, quietly underperform, and you never see the opens you did not get.

So we keep a short kill list of our own tells and run it over anything before it ships, the way you would a spell check. Your first draft has a house style you did not choose. Find it, name it, and cut it, until what is left sounds like a person who has actually done the thing they are writing about.

Voice is not decoration. It is deliverability.

What is the AI tell you catch yourself using most? Hit reply and confess. We read every one.

Recommended reading

If you like The AIgent, a small group of operator-tier publications worth your inbox: see the shortlist.

Before You Go

Before you go: we started a room for people actually building with agents. Post what you shipped, get unstuck, and share the one Claude Code skill you'd tell everyone to install. Join the community →

Nine repos. Two MCPs. Four signals. The one I am thinking about tonight is the Vercel streaming transcription update: it is the kind of quiet infrastructure change that unlocks a whole class of voice-to-action builds that were too laggy to ship six months ago. Worth thirty minutes of your time if voice is anywhere on your roadmap.

See you Friday.

Keep Reading