🧠 Anthropic’s annualized revenue surges to $65B


A Copilot autofix exposed Snowflake’s Jira, Amazon is scanning rare books, and visual canvases could make agent workflows easier to steer.
The Merpati Post
Daily AI Briefing

Issue · August 18, 2026

Anthropic’s reported $65B revenue run rate signals staggering AI demand, while today’s research highlights both the security risks of generated code and the value of verifiable, human-steered systems.

A faceted golden bar tower rises over an emerald data-center landscape while a small gray pigeon watches from a foreground ledge.

AI in general

Frontier models, research and policy

3 stories

Score · 92 / 100

Anthropic’s annualized revenue surges to $65B

Source: TechCrunch — August 17, 2026

AI BUSINESS · ANTHROPIC · ENTERPRISE AI

Anthropic’s annualized revenue run rate reportedly exceeded $65 billion at the end of July, up from $47 billion in May and $9 billion at the end of 2025. Investors reportedly expect the figure to reach $100–120 billion by year-end, while Anthropic prepares for a possible IPO seeking a valuation above $2 trillion. These are extrapolated run-rate figures rather than audited full-year revenue, and Anthropic did not confirm the report.

What matters

  • The reported run rate added $18 billion in two months.
  • OpenAI’s corresponding figure is reportedly $40 billion, although accounting methods may differ.
  • Anthropic was valued at $965 billion after its May financing.
  • If the IPO projections hold, this could become the largest public-market debut on record.

VerdictSKIM — The extraordinary numbers matter, but the short report relies on unnamed investors and secondary reporting.

Score · 89 / 100

Amazon, once an online bookseller, is destroying rare books to train AI models

Source: TechCrunch — August 17, 2026

TRAINING DATA · COPYRIGHT · AMAZON

Reporting traced a rare book fitted with a tracker to an Amazon facility where books are allegedly being de-spined and scanned for AI training. Amazon confirmed that it purchases books through commercial channels to improve products and services, without detailing the scanning program. Offline and out-of-print texts are increasingly valuable because they expand training corpora beyond the heavily scraped web and are unlikely to contain synthetic content.

What matters

  • The physical books are reportedly destroyed during high-volume scanning.
  • Rare texts offer both new intellectual material and reliably human-authored pre-LLM data.
  • Buying a copy may resolve ownership of the physical object, but not every copyright or preservation concern surrounding model training.
  • The story illustrates how demand for uncontaminated training data is reaching previously inaccessible collections.

VerdictREAD FULL — A tangible, well-reported look at the hidden physical supply chain behind frontier-model training.

Score · 86 / 100

AI Used to Verify Toughest Mathematics Proof Yet

Source: IEEE Spectrum — August 17, 2026

FORMAL VERIFICATION · MATHEMATICS · AI RESEARCH

Axiom Math says its AxiomProver system automatically formalized and verified the “246 theorem,” a major result concerning gaps between prime numbers. Formal verification checks a machine-readable proof against foundational rules, providing a much stronger correctness guarantee than a model simply asserting that an argument looks valid. The result is also relevant beyond mathematics: similar systems could eventually verify AI-generated programs and technical designs.

What matters

  • This is presented as the hardest mathematical proof yet formalized automatically by an AI system.
  • The milestone concerns verification of an existing theorem, not autonomous discovery of the theorem itself.
  • Translating informal mathematics into a proof assistant has traditionally required extensive expert labor.
  • Verified code generation is a promising downstream application, but it remains an aspirational extension of this work.

VerdictREAD FULL — A concise explanation of a meaningful step from plausible AI output toward mechanically checked correctness.

Software engineering

Coding agents, developer tools and infrastructure

3 stories

Score · 96 / 100

Wiz Red Agent Finds Its Way Into Snowflake’s Internal Jira Due to an AI-Generated GitHub Copilot “Autofix”

Source: Wiz — August 17, 2026

CODING AGENTS · CI/CD SECURITY · GITHUB COPILOT

A Copilot Autofix contribution replaced Snowflake’s existing safe input handling with direct interpolation of an untrusted GitHub issue title inside a shell command. Any GitHub user could consequently trigger command execution in a privileged Actions runner; Wiz’s autonomous Red Agent exploited the flaw, extracted a Jira credential, and confirmed read access to sensitive internal projects. Snowflake patched the workflow and rotated the credential on the same day it was reported.

What matters

  • The vulnerable change removed an environment-variable-and-jq pattern that had safely separated data from shell code.
  • The bug was introduced on June 18 and autonomously discovered five days later.
  • Wiz says audit logs showed no access by anyone other than its researchers during the exposure window.
  • AI-generated security fixes need the same review, static analysis, least-privilege controls, and adversarial testing as human changes—possibly more.

VerdictREAD FULL — The technical walkthrough is immediately useful for anyone reviewing agent-generated workflows or GitHub Actions code.

Score · 87 / 100

From AI Copilots to Agent Swarms

Source: IEEE Spectrum — August 17, 2026

AGENT SWARMS · SOFTWARE ENGINEERING · AMD

AMD says AI has already produced an overall 30 percent productivity improvement in its software work, exceeding a previous target of 25 percent over two to three years. The company now expects specialized, collaborating agent swarms to reshape the development lifecycle rather than merely automate individual human-defined tasks. The article is written by an AMD executive, so its metrics and future claims should be treated as a company perspective rather than independent evaluation.

What matters

  • AMD has applied AI to code generation, testing, bug analysis, triage, and review.
  • The proposed next step is parallel collaboration among agents with different roles and capabilities.
  • Redesigning workflows around agents could matter more than adding copilots to existing processes.
  • The article does not provide enough methodological detail to independently validate the 30 percent figure.

VerdictSKIM — Useful directional evidence from a large engineering organization, with the caveat that it is an executive-authored account.

Score · 84 / 100

A practical workflow for LLM-assisted development

Source: Iterate Think Thoughts — August 17, 2026

LLM WORKFLOW · CODE QUALITY · DEVELOPER PRACTICE

This field guide argues that agents are strongest at boilerplate, codebase exploration, unfamiliar syntax, and iterative implementation within a well-specified architecture. They perform poorly when asked to infer project-specific constraints or invent the correct structural solution from a vague objective. The recommended model is to retain human control over architecture while surrounding generation with tests, reviewers, critics, deterministic gates, and limited task scope.

What matters

  • Plan the architecture and constraints before delegating implementation.
  • Prefer bounded tasks with fast, objective feedback over broad “build this” prompts.
  • Generated code often looks locally correct while preserving a fundamentally inefficient or incorrect design.
  • Treat the model as one component in a controlled workflow, not as the workflow’s final authority.

VerdictREAD FULL — Practical, experience-based advice that can improve coding-agent reliability immediately.

Design & creative

Creative workflows and user experience

2 stories

Only 2 strong recent items found.

Score · 86 / 100

How canvases make agentic workflows visible, steerable, and cost-efficient

Source: GitHub Blog — August 17, 2026

AGENT UX · VISUAL WORKFLOW · PRODUCT DESIGN

GitHub argues that long-running agent work is poorly served by a linear chat transcript: plans, alternatives, artifacts, and decisions disappear into the scroll. A spatial canvas can expose the workflow as a persistent visual object, letting users organize branches, inspect intermediate states, and direct attention without repeatedly resending the entire conversation. The larger design lesson is that effective agent interfaces need observability and steering surfaces, not just a better prompt box.

What matters

  • Spatial organization separates goals, evidence, work in progress, and final artifacts.
  • Persistent visible state can reduce repeated context and therefore token consumption.
  • Canvases support non-linear exploration better than a single chronological thread.
  • This is a workflow argument and design pattern, not a benchmarked product comparison.

VerdictREAD FULL — Particularly useful for anyone designing agent products, IDEs, or human-in-the-loop workflows.

Score · 80 / 100

Whisker’s AI-powered litter robot thinks my cats swapped bodies

Source: The Verge — August 17, 2026

AI UX · CONSUMER PRODUCT · COMPUTER VISION

After six months of testing, The Verge found that Whisker’s $899 Litter-Robot 5 Pro performed its core mechanical job well but repeatedly failed at its premium AI promise: identifying individual cats and associating health data with the right animal. The review is a useful product-design case study in how unreliable classification can undermine an otherwise valuable experience—especially when the output is framed as health insight.

What matters

  • The basic automated cleaning and app controls remained useful.
  • Facial recognition confused the reviewer’s two cats, corrupting per-pet tracking.
  • The AI premium is difficult to justify when users cannot trust who generated each observation.
  • Health-adjacent AI features need confidence indicators, correction tools, and graceful fallbacks.

VerdictSKIM — Read for the UX lesson: adding AI can weaken a product when its failures contaminate trusted core data.

Open-source watch

Projects gaining meaningful traction

3 stories

Project · 01

akitaonrails/ai-memory

AI · DEVTOOL · AGENT · RUST

A Rust-based long-term memory layer for coding-agent CLIs, designed to retain project context and transfer it between agent vendors. The interoperability angle is notable: memory becomes a user-controlled project asset rather than something locked inside one assistant’s session history.

What matters

  • Gained approximately 207 stars on GitHub’s daily trending list.
  • Targets continuity across tools, sessions, and model providers.
  • Memory quality, stale assumptions, privacy, and repository-specific access controls will determine whether it is safe for serious use.

VerdictTRY — Worth testing on a non-sensitive project if you regularly switch between Claude, Codex, and other coding agents.

Project · 02

volcengine/OpenViking

AI · AGENT · INFRA · KNOWLEDGE

OpenViking describes itself as a self-evolving context database that unifies agent memory, retrieval-augmented knowledge, and skills. It is interesting because agent systems increasingly need a coherent context layer rather than separate stores for documents, memories, and executable capabilities.

What matters

  • Added approximately 239 stars on GitHub’s daily Python trending list.
  • Addresses a central infrastructure problem for persistent, stateful agents.
  • “Self-evolving” context needs careful evaluation for provenance, deletion, poisoning, and uncontrolled accumulation.

VerdictWATCH — The architecture is relevant, but assess retrieval quality and governance before adopting it as a system of record.

Project · 03

AlexsJones/llmfit

AI · DEVTOOL · INFRA · LOCAL MODELS

llmfit provides a command-line way to identify which of hundreds of models and providers will run on a given machine. It can reduce the trial-and-error involved in choosing local models by connecting hardware constraints to viable inference options.

What matters

  • Gained approximately 198 stars on GitHub’s daily trending list.
  • Written in Rust and aimed at fast local hardware assessment.
  • A model fitting in memory does not guarantee acceptable speed, context capacity, or task quality; validate recommendations with real workloads.

VerdictTRY — A focused utility with immediate value for anyone comparing local inference options.

Editor’s note

Today’s strongest stories combine consequential market evidence with concrete lessons about training-data scarcity, verifiable outputs, secure agent adoption, and interfaces that keep humans meaningfully in control.

30-second feedback

How useful was today’s digest?

★★★ Very useful ★★ Somewhat useful Not useful

Your choice opens the short form with your rating filled in. Or share a quick note.


The Merpati Post · Daily AI Briefing

background

Subscribe to The Merpati Post