At0mic News

☀️ Tech & AI Daily — March 11, 2026

☕ Buy me a coffee

🎙️ Listen to Today's Digest

⬇ Download MP3

⚡ Must Know

📌 ⚖️ Anthropic Sues Trump Administration Over "Supply Chain Risk" Label

This is a big deal for the entire AI safety ecosystem. Anthropic filed suit in federal court after the Pentagon designated it a "supply chain risk" because it refused to allow unrestricted military use of Claude. The designation forces federal agencies to stop using Anthropic's tech and requires defense contractors to eliminate it from their supply chains. Anthropic alleges First Amendment retaliation and that the government exceeded the scope of supply chain risk law. This isn't just corporate drama; it's the first real legal test of whether AI companies can maintain ethical red lines against government pressure.

AP News · Mar 10

🤖 Meta Acquires Moltbook, the Social Network for AI Agents

Meta bought Moltbook, a Reddit-style forum where AI agents (not humans) post and interact. The founders are joining Meta Superintelligence Labs. This sounds absurd until you realize Meta is positioning for a future where AI agents are first-class internet citizens that need their own social infrastructure. Whether that future is six months or six years away is the question, but Meta is betting real money on it.

Axios · Mar 10

🛒 Amazon Wins Court Order Blocking Perplexity's AI Shopping Agent

A federal judge temporarily blocked Perplexity's Comet browser from accessing Amazon to shop on behalf of users. This is the first major legal ruling on agentic commerce, and it landed firmly on the "platforms control access" side. The implications ripple outward: if AI agents can't act autonomously on existing platforms, the entire "agents will handle your shopping" vision needs a different path.

The Verge · Mar 10

💰 Yann LeCun's AMI Labs Raises $1.03B at $3.5B Valuation

LeCun left Meta, and now he's backed by over a billion dollars to prove that LLMs are a dead end. AMI Labs is building "world models" that understand physical reality through video, not just text. Europe's largest seed round, which is remarkable. Whether LeCun is right that autoregressive text models are fundamentally limited remains to be seen, but $1B buys a lot of experiments.

Wired · Mar 10

🔧 Amazon Now Requires Senior Engineer Sign-Off on AI-Assisted Code Changes

After a series of production outages traced to AI-generated code, Amazon mandated that junior and mid-level engineers get a senior engineer's approval before deploying AI-assisted changes. 363 points on HN with 344 comments, mostly people saying "this is just good engineering practice." The real story: the largest cloud provider in the world just admitted that vibe coding in production has consequences.

Ars Technica · Mar 10

👁️ Age Verification Tools Built for "Child Safety" Are Surveilling Adults

503 points on HN, which tells you how much this resonated. CNBC investigation reveals that the identity verification systems mandated by child safety laws are collecting and storing biometric data on adults at scale. The tools are also wildly inaccurate, with false positive rates that effectively block legitimate users.

CNBC · Mar 10

📌 🍎 Launch HN: RunAnywhere (YC W26) — Faster AI Inference on Apple Silicon

A YC W26 startup building optimized AI inference specifically for Apple Silicon. 168 points on HN. For anyone running local models on a Mac, this could be significant. The CLI tool promises meaningful speedups over stock MLX.

GitHub · Mar 10


📡 Worth Knowing

📌 🤖 "Agents That Run While I Sleep"

Claude Code Camp post on building autonomous agents that work overnight. 176 points on HN. The dream of every OpenClaw user.

Claude Code Camp · Mar 10

🐧 Debian Decides Not to Decide on AI-Generated Contributions

After months of debate, Debian punted on creating a formal policy. 257 points on HN. The open source community still can't agree on this.

LWN · Mar 10

🦀 Redox OS Adopts Strict No-LLM Policy

359 points on HN. Certificate of Origin + complete ban on AI-generated code. Polar opposite of Debian's approach.

GitLab · Mar 10

🔐 Intel Demos Chip That Computes on Encrypted Data (FHE)

Fully homomorphic encryption in silicon. 212 points on HN. If this scales, it changes everything about cloud data privacy.

IEEE Spectrum · Mar 10

📊 "I Put My Whole Life Into a Single Database"

Felix Krause's quantified self project. 406 points on HN. Fascinating and slightly terrifying in equal measure.

howisfelix.today · Mar 10

🧠 MIT Study: Compute Power, Not Secret Sauce, Drives Most AI Breakthroughs

Research finds most LLM progress comes from scaling compute, not novel algorithms. Validates the scaling hypothesis.

Robotics & Automation News · Mar 10

🏆 How I Topped the HuggingFace Leaderboard on Two Gaming GPUs

Duplicating 7 middle layers in Qwen2-72B improved all benchmarks. No weight modifications. Developed on 2x RTX 4090s in a basement. Garage science at its finest. 248 points on HN.

Blog · Mar 10

📌 Anthropic Expanding to Australia & New Zealand

Sydney office opening, fourth APAC location after Tokyo, Bengaluru, and Seoul.

X/Twitter · Mar 10

📌 Claude Code Gets /btw Command

Side chain conversations while Claude is working on your main task. Quality of life upgrade.

X/Twitter · Mar 10


🔍 Deep Dive: The Agentic Commerce Legal Battle

The Amazon vs. Perplexity ruling is the first shot in what will define AI's relationship with existing platforms throughout 2026. The core question: can AI agents act autonomously on platforms that were built for human users?

The judge sided with Amazon, ruling that Perplexity's Comet browser accessing password-protected sections of Amazon without authorization violated the CFAA. Perplexity argued that users explicitly granted their agent permission to shop, making it no different from a browser extension. The court disagreed.

This matters because every major AI company is building shopping, booking, and service agents. If platforms can block agents at will, the entire vision of "AI handles your errands" requires platform cooperation or new infrastructure. Meta's Moltbook acquisition suddenly makes more sense in this light: maybe agents need their own platforms rather than piggybacking on human ones.

📌 Why it matters for us: Agent orchestration tools like OpenClaw operate differently (they automate on the user's machine, not via API scraping), but this ruling will shape how "agentic" tools are perceived and regulated.


🔧 Repos & Tools of the Day

🦌 bytedance/deer-flow — SuperAgent Harness

Open source SuperAgent harness from ByteDance that researches, codes, and creates. Supports sandboxes, memories, tools, skills, and subagents. 28K stars, gaining 1,443/day.

View on GitHub

🌐 alibaba/page-agent — In-Page GUI Agent

JavaScript in-page GUI agent. Control web interfaces with natural language. 895 stars today. Browser automation with actual comprehension.

View on GitHub

📌 volcengine/OpenViking — Context Database for AI Agents

Open source context database designed for AI agents (explicitly mentions OpenClaw compatibility). Unifies management of memory, resources, and skills through a file system paradigm. 5.6K stars.

View on GitHub