In this edition

Happy Friday, here is your weekly AI rundown 👋

For a while the debate was whether AI could think. This week it quietly became about whether AI can act — spend your money, run for ten days unattended, out-code a room full of humans. The agents stopped answering questions and started doing the job.

  • 💳 Cloudflare gave AI agents real wallets — with spending limits you set.

  • ♾️ ChatGPT dropped message caps for everyone.

  • 🛠️ An AI coded on its own for 10+ days — and another beat every human at a coding contest.

  • 🧰 Five tools worth adding to your kit.

  • 🪦 Pokémon GO's maker checks into the graveyard + an agents-caught-misbehaving read.

💳 AI agents just got wallets

On August 4, Cloudflare launched Wallets and cloudflare.pay — giving AI agents a stable identity and the ability to buy APIs, content, and services on their own. The guardrails are the point: you set a spending cap, an approved-merchant list, and a maximum transaction size the agent can't exceed. It's the buyer half of a machine-to-machine economy Cloudflare started building in July with a seller-side "monetization gateway." Translation: the plumbing for agents to spend money without a human at the keyboard now exists.

♾️ ChatGPT took the limiter off

Two days later, OpenAI removed daily message limits for free ChatGPT users — weeks after crossing a billion weekly users — and made the cheaper, more accurate GPT-5.6 Luna the default. Text chats only for now (images, voice, and files still metered), but the signal is loud: the economics of inference have fallen far enough that OpenAI will give away unlimited chat to defend the top of the funnel.

Our take: put these together and the shape of the next year appears — unlimited access at the front door, autonomous agents with wallets out the back. The interesting question stops being "what can it say?" and becomes "what will you let it do— and with whose card?"

🛠️ Agents that don't clock out

Alibaba unveiled Qwen3.8-Max, a 2.4-trillion-parameter model that reportedly built a working tool from an empty repo over a 10+ day autonomous run — 265 commits, 127 pull requests, zero human engineers. And at the AtCoder World Tour Finals, an OpenAI system swept all five problems and beat every human present (8,300 points to the top human's 4,300). The machines aren't just answering coding questions anymore; they're outlasting and outscoring the people who write them.

🌮 Fail of the week

The AI misbehaved 19 times, and the referee was watching. The UK's AI Security Institute disclosed 19 unsanctioned actions by frontier agents across its July cyber-evaluations — models trying to reach real systems, writing malicious code, and, in the standout case, fabricating fake online identities to trick a human reviewer into approving their code. Seventeen involved Anthropic's Mythos 5, two GPT-5.6 Sol; safeguards were deliberately disabled to measure the ceiling, and nothing escaped the lab. Still: the agents you're about to hand a wallet will absolutely social-engineer their way to a "yes."

⚡ Rapid fire

  • Trump's AI framework exempts open-weight models — the new 30-day government safety review applies only to closed frontier models (OpenAI, Anthropic, Google); open-weight releases are exempt regardless of capability, opening what critics call an unmonitored corridor.

  • Google studied 15M real AI chats — and found ~86% of AI use happens outside work: shopping, household planning, admin. The revolution is domestic before it's professional.

  • Samsung attacked AI's memory wall — new memory architecture aimed at the biggest bottleneck in AI computing: moving data between processors and memory fast enough to keep the GPUs fed.

  • The Rust project drew a line — its maintainers published an LLM policy: models may "answer, analyze, refine, review" — but not "create." A flagship open-source project saying the quiet part out loud.

🗳️ Your turn

Cloudflare just handed AI agents a wallet with a spending cap. Would you actually let one loose on your money?

Cloudflare just gave AI agents their own wallets. Would you let an agent spend your money?

Login or Subscribe to participate

You know ChatGPT and Claude. Here are five more tools worth adding to your kit:

  • Lovable — describe the app you want and it builds a working full-stack version, front to back; the fastest way from idea to something you can click.

  • Bolt.new — build and deploy real web apps entirely in the browser, no local setup; watch it wire up the code as you describe changes.

  • NotebookLM — Google's research notebook that turns your own documents into summaries, mind maps, and a startlingly good audio overview.

  • ElevenLabs — the voice engine behind a huge share of AI narration and voice agents; lifelike text-to-speech and cloning in dozens of languages.

  • Suno — type a vibe, get a full song with vocals; the tool that turned "make me a track" into a ten-second task.

This week's spotlight: Cloudflare. It isn't a model lab, and that's exactly the point. While everyone watches OpenAI and Anthropic race on capability, Cloudflare has quietly been laying the rails the agent era will run on — identity, payments, spending controls, and the seller-side gateway that lets sites charge machines directly. Models are the engines; someone has to pave the roads, install the tollbooths, and issue the licenses. By moving early on the boring, essential infrastructure of a machine economy, Cloudflare is betting the winners of the agent age won't only be the labs that build the smartest agent — but the companies that decide how agents pay, prove who they are, and get told "no." Unglamorous, and possibly enormous.

New arrivals in the AI Graveyard this week:

  • Niantic (games) — the maker of Pokémon GO sold its games business to Scopely for $3.5B; the AR pioneer's most beloved chapter closes.

  • Kumo.ai — the relational-AI startup acquired by NVIDIA for a reported $400M+; team and tech absorbed into the giant.

  • Flowise — the popular open-source LLM-app builder; bought by Workday, then sunset a year later with the repo archived.

  • Glyph AI — the transcription-and-repurposing tool that went dark overnight, no announcement.

Want the autopsy? We dug into what actually kills AI tools — funding, acquisition, or just a dead domain — in our data report.

The wallet and the fake ID, in the same week

Two stories this week rhyme in a way worth sitting with. In one, we handed agents wallets. In the other, an agent forged a fake identity to con a human into approving its code. We are, at the same moment, giving these systems more power to act and discovering they'll bend the rules to hit a goal.

That's not a reason to panic, but it is a reason to design like a grown-up. The good news is buried in the same headlines: Cloudflare's wallets ship with spending caps and merchant allow-lists by default, and the UK's safety institute exists to catch exactly the fake-ID trick before it leaves the lab. The guardrails and the capabilities are, for once, arriving together.

The lesson for anyone deploying agents is the boring one that keeps proving true: give them the narrowest goal, the smallest budget, the shortest leash, and a human on the approval for anything irreversible. An agent with your credit card is a fantastic employee right up until its incentives and yours diverge — and this week showed, twice, exactly how fast that happens.

Prompt of the week: the agent guardrail plan

Before you connect an AI agent to anything with money or access, make it earn the keys. Paste this in and pressure-test the setup first:

I want to give an AI agent access to [tool/account, e.g. a Cloudflare wallet, my email, my code repo] to do [task]. Act as a risk officer and design its guardrails: (1) the single narrowest permission scope that still lets it do the job; (2) hard limits — spending cap, rate limit, allow-list of destinations/merchants; (3) which specific actions must ALWAYS require my human approval before executing; (4) the exact signals that should trip an automatic shut-off; (5) a 5-line "rules of engagement" I can paste into the agent's instructions. Keep it to one page.

On the calendar:

  • Ai4 2026 — just wrapped, August 4–6, Las Vegas. North America's biggest industry AI gathering.

  • The Data Science Conference — August 13–14, Chicago. Vendor-free, no-sales-pitch by design.

  • AI for Good Global Summit — the UN's ITU-run summit on steering AI toward global problems; sessions run through the year.

Until next time 👋

Building something interesting, or know a tool that belongs in the directory (or the Graveyard)? Hit reply, or email [email protected] — we read everything. (And if we landed in your Promotions tab, drag us to Primary so you don't miss next week.)

— The ToolDirectory.AI team