VSvarunsingla.com

← All entries

Day 187· · 6 min read

three stories about AI asking to be leashed while wiring itself

Foundations & Protocols

deeper into daily life -- CEOs asking the UN for binding AI rules, a cheaper Claude Opus 5.5, and Amazon opening seller tools to outside AI agents.

Viral app of the day

Hindsight: An Open-Source Memory System That Lets AI Agents Remember Like

Hindsight, built by the startup Vectorize and released fully open source on GitHub, is a long-term memory layer for AI agents that organizes what an agent knows into four networks modeled loosely on human memory: World (facts about the world), Experiences (the agent's own past actions), Opinion (beliefs held with a confidence score), and Observation (higher-level mental models the system builds by reflecting on its facts and experiences over time). It exposes three operations -- retain, recall, and reflect -- and ships drop-in wrappers, wrap_openai() and wrap_anthropic(), that add persistent memory to an existing agent's calls with essentially one extra line of code. Because it sits on top of LiteLLM underneath, the same integration covers more than 100 models rather than locking an agent into a single provider. Why it's taking off: memory is the one piece of the agent stack almost every serious project has been rebuilding from scratch -- a database table here, a prompt trick there -- the way retrieval was before vector databases standardized RAG two years ago. Hindsight's release lands the same week Amazon shipped its own "persistent memory" feature for Seller Assistant (Section 3), which is a sign the whole industry is converging on memory as the next layer worth standardizing, not reinventing per product.

1) OpenAI and Anthropic Tell the UN: The Industry Needs Rules It Doesn't

On September 23, the heads of several major AI firms addressed the UN Security Council in a session convened by France, alongside the UN General Assembly gathering in New York. Anthropic CEO Dario Amodei told the 15-member council: "If managed poorly, I even believe AI could be a risk to humanity as a whole." OpenAI CEO Sam Altman echoed the warning, saying humanity could "lose control of the future of AI," and argued that if AI is to be democratic, "the most important decisions cannot be made by labs in San Francisco alone" -- they must be shaped through democratic processes and governments accountable to the people they serve. Altman specifically called for international AI standards, "accurate and speedy" incident reporting, and secure government-to-industry channels for sharing safety incidents. France and the UK's foreign ministers backed the call for a common international framework. The session came just over a week after the Trump administration publicly rejected what it called a "globalist scheme" to control AI, so the labs were making this appeal to a room that includes a US government not currently inclined to sign on.

The concept, simply: for most of this year, AI governance has run on voluntary commitments -- labs publishing their own safety frameworks and self-imposed testing thresholds, with no external body able to enforce them. What Amodei and Altman asked for at the UN is different in kind: binding rules, set by governments and applied across the whole industry, not just the labs willing to adopt them. That is a request to be constrained by something outside the industry's own control, not another round of self-regulation.

Why it matters: this continues a thread this journal has followed since Day 175's "who's building the off switch" and Day 177's "who gets to set AI's limits" -- except this time it's not a government proposing rules the labs might resist, it's the labs themselves standing in front of the UN Security Council asking for rules that don't exist yet. Read skeptically: a public plea for regulation costs a CEO very little and buys real goodwill, especially while no binding framework is actually close to being written. The gap between "we asked for rules" and "rules now apply to us" is still wide, and the US administration's rebuff a week earlier suggests it may stay wide for a while.

2) Anthropic Ships Claude Opus 5.5: Near-Flagship Capability at 40% Less

On September 22, Anthropic released Claude Opus 5.5, the first model in its new 5.5 family. Anthropic says it performs at roughly the level of Claude Fable 5.1 on most work while costing 40% less to run than Opus 5, with output speeds up over 30%. List pricing dropped to $4 per million input tokens and $20 per million output tokens, a 20% cut from Opus 5. The model ships with a 1-million-token default context window and a 128,000-token maximum output, and is available on AWS, Google Cloud, and Microsoft Azure. Anthropic also raised five-hour usage limits on Pro, Max, Team, and seat-based Enterprise plans, and introduced a rate-limit reset that users can save and trigger whenever they choose. Sonnet 5.5 and Haiku 5.5 are expected within weeks.

The concept, simply: labs have two ways to make a model family more capable overall. One is pushing the ceiling higher with a new flagship. The other -- what Opus 5.5 does -- is pushing yesterday's near-flagship intelligence down into a cheaper, faster tier, so the same quality of reasoning gets applied to far more routine, high-volume tasks that a full-price flagship was never worth using for. Why it matters: this is Anthropic's own version of the price story Day 180 covered with OpenAI's GPT-6 Sol and Luna -- another permanent cut on a mid-tier frontier model, arriving one day later. It's also the model that makes Section 3 economically sane: an agent running always-on, continuous monitoring across millions of seller accounts only pencils out once the model doing that watching is this much cheaper per call.

3) Amazon Opens Its Seller Tools to Outside AI Agents -- Starting With Claude

At Amazon Accelerate on September 23, Amazon opened its Seller Central APIs to outside AI agents for the first time, launching a US beta "Selling Partner" plugin that lets sellers manage inventory, prices, listings, and analytics through Anthropic's Claude on Bedrock or Amazon's own Quick assistant, without opening the Seller Central dashboard at all. The update also adds persistent memory and always-on "workflows" -- for example, an agent that alerts a seller the moment their ratings start declining, running continuously rather than only when asked. Amazon said sellers already accept Seller Assistant's own recommendations more than 90% of the time, and is bundling a free 12-month Quick Plus subscription for primary account holders through the end of 2026. Amazon is a major investor in Anthropic, and Claude already powers Seller Assistant inside Seller Central today. The concept, simply: a plugin like this hands an outside AI agent an API-level door into a live storefront -- not a chat window bolted on top, but the same levers a human seller would pull, reachable directly by Claude. Combined with persistent memory and an always-on workflow, that's the difference between an assistant you consult and an agent that's continuously watching and acting on your behalf. Why it matters: this is the "agentic AI quietly turning into infrastructure" thread from Day 171, reaching one of the largest concrete marketplaces in the world -- not a demo, but millions of real sellers. Read next to Section 2: a 40%-cheaper Opus 5.5 is exactly what makes an always-on, high-frequency agent workload like this affordable to run at Amazon's scale in the first place.

4) Topics Covered So Far -- Day 1 Through Day 181

180 days in, five threads keep recurring and this issue touches three of them at once. The shift from AI that answers to AI that acts -- agentic AI, and the protocols stitching agents together like MCP and A2A -- has now reached Amazon's own storefront APIs. The safety and governance debate has escalated from voluntary lab pledges earlier this year to today's CEOs asking the UN Security Council directly for binding rules. A running price war has cut frontier-adjacent model costs by half or more in a matter of weeks, most recently GPT-6 Sol and Luna on Day 180 and now Claude Opus 5.5. And a fast-growing open-source ecosystem of skills, guardrails, and now memory systems keeps building the plumbing underneath all of it -- today's spotlight, Hindsight, is the memory layer's turn.

Market signal

Amazon Stock Dips as Wall Street Weighs the Agent Hand-off. Amazon shares fell about 2.24% on September 23, the same day the company announced it was opening Seller Central to outside AI agents. It was a crowded news day -- the UN AI regulation remarks landed the same week -- so the drop can't be pinned on the seller-agent announcement alone. But it's a useful marker: Amazon is framing the hand-off of seller-facing work to third-party AI agents as a growth story, while investors' first reaction was cautious rather than enthusiastic. Worth watching whether that hesitation fades once sellers actually start using the plugin, or whether it's the first sign of a broader question e-commerce platforms will face: who captures the margin once an agent, not a person, is doing the day-to-day storefront work.

Practical takeaways
When AI lab CEOs ask a government for binding rules, read it as a signal about where the industry expects the next hard constraint to land -- not as evidence that one already exists.

Amodei's and Altman's UN remarks are requests, not new law, and the US administration had already pushed back on a binding international framework a week earlier. The near-term reality for builders is still self-regulation and existing sector rules, not a new global standard.

Re-check the mid-tier model you ruled out on cost last quarter -- Opus 5.5 just moved the bar again.

A 20% list-price cut plus 40% lower cost per workload on a model performing near the prior flagship tier is exactly the kind of change worth re-testing against, especially for agent-heavy, high-volume workloads that make many calls per task.

If you're building an agent that needs to remember anything beyond a single session, evaluate an open memory standard like Hindsight before rolling your own.

Ad hoc memory -- a database table plus a prompt trick -- is still the default for most agent projects, but a maturing open-source layer that plugs into existing SDKs with one extra call is worth evaluating before building that piece from scratch.

VS
Varun Singla
Singapore · About · Learning in public