🚀 Daily Pulse

Daily Pulse | June 22, 2026 | Sakana AI Launches Fugu Multi-Agent System API; Apertus Open Foundation Model for Sovereign AI; Anthropic Mandates Identity Verification for Claude; George Hotz on AI Valuation Logic

SinoBot Editorial

🎯 Monday Briefing🏆 Sakana AI Launches Fugu: Multi-Agent System as a Model: Not just another router — Fugu learns to dynamically assemble expert agents (Thinker/Worker/Verifier) from a model pool using evolved orchestration strategies discovered through reinforcement learning • 🔬 Swiss AI Initiative Unveils Apertus: EPFL, ETH Zurich, and CSCS collaborate on a fully open foundation model — weights, data, code, and alignment methods all transparent. Trained on 1,000+ languages, built for EU AI Act compliance from day one • 🆔 Anthropic Mandates ID Verification for Claude: Users now required to submit government-issued ID and a live selfie. Topped Hacker News with 652 points as the community debates security versus privacy • 💡 George Hotz: ‘The Doom Justifies the Valuation’: Comma.ai founder argues that traditional valuation metrics break down when a 20-person team can reshape an entire industry — and why that logic applies directly to robotics


1. 🏆 Sakana AI Launches Fugu: When a Multi-Agent System Ships as “One Model”

The headline in one sentence: Sakana AI has launched Fugu — a multi-agent orchestration system delivered through a single API. Instead of routing tasks to the “best model,” Fugu learns to assemble expert agents with distinct roles (Thinker, Worker, Verifier) from a pool of models and coordinate them through collaboration patterns discovered via evolutionary algorithms and reinforcement learning.

💡 Why it matters: The industry’s go-to approach for complex tasks has been either “use a bigger model” or “hand-craft an Agent pipeline.” Fugu represents a third path — letting the system learn how to build and coordinate its own agent teams. If this approach scales, it could fundamentally reshape how AI products are architected, with direct implications for robotics systems that must coordinate perception, planning, and control in real time.

Why Fugu Is Not Just Another Model Router

Several services already route queries to the “best model” for a given task. Fugu operates at a fundamentally different level:

  • Dynamic role orchestration: Fugu assigns specialized roles — Thinker (for reasoning/planning), Worker (for execution), Verifier (for validation) — to different models in its pool for each subtask. These roles are not fixed; the system adapts assignments dynamically
  • Evolutionary coordination: Based on the TRINITY paper (ICLR 2026), Fugu uses a lightweight evolved coordinator that discovers optimal model combinations through iterative interaction — no hand-designed workflows required
  • RL-discovered collaboration strategies: The Conductor paper (also ICLR 2026) reveals the deeper mechanism — reinforcement learning trains the system to discover natural-language coordination strategies that human engineers would never think to design

💡 Core distinction: Traditional routing = “throw the question at whichever model is most likely to answer correctly.” Fugu = “build a team and have its members collaborate to solve the problem.” Distribution logic vs. collaboration logic.

Product Tiers and Availability

Fugu comes in two tiers:

TierPositioningUse Case
FuguStandardDaily coding, reasoning, knowledge tasks
Fugu UltraEnhancedHigh-complexity multi-step tasks, deep reasoning

Both are accessible through a single OpenAI-compatible API. Not yet available in EU/EEA due to GDPR compliance work.

Why This Matters for Robotics

Fugu’s agent orchestration logic offers a direct reference for how robot control systems might evolve:

  • Robots currently rely on manually engineered perception→planning→control pipelines
  • If agent orchestration can be learned rather than designed, robots could adapt to new tasks without rewriting control logic
  • Multiple specialist models (vision, tactile sensing, motion planning) could be dynamically orchestrated for composite real-world tasks
  • Domain transfer — moving from one environment to another — could trigger automatic model pool reconfiguration

🔗 Sakana Fugu Official | TRINITY Paper | Conductor Paper


2. 🔬 Apertus: Europe’s Answer to Sovereign AI, Fully Open

The headline in one sentence: The Swiss AI Initiative — a joint effort by EPFL, ETH Zurich, and CSCS — has released Apertus, a foundation model that is fully open (weights, data, code, alignment methods), available in 8B and 70B parameter scales, trained on 1,000+ languages, and built for EU AI Act compliance from the ground up.

📌 Context: While the open vs. closed model debate has largely been framed as US (OpenAI/Anthropic) vs. China (DeepSeek), Europe has been quietly working on its own sovereign AI infrastructure. Apertus is that infrastructure’s first major deliverable.

What “Fully Open” Actually Means Here

Apertus goes well beyond “open weights” (à la Llama):

  • Training data public: Dataset composition and cleaning pipelines are fully transparent
  • Code available: Training, fine-tuning, and inference pipelines are reproducible
  • Weights downloadable: Models can be deployed directly without API dependencies
  • Alignment methods documented: Value alignment principles and implementation are recorded and auditable

💡 The open-weight distinction: Many models claiming to be “open source” only release weights — leaving training data, code, and methodology opaque. Apertus treats openness as a full-stack property. As the project states: “Apertus is to AI as Open is to Source.”

Compliance as a Feature

Apertus was designed with the EU AI Act as a hard constraint, not an afterthought:

  • Respects data opt-out mechanisms
  • Automatically removes personally identifiable information (PII)
  • Prevents training data memorization
  • Full audit trail for regulatory review

Multilingual Reach

With native support for 1,000+ languages, Apertus addresses a pain point that most foundation models ignore. For global robotics companies, this means:

  • One model serves multi-language user interactions without localization overhead
  • Local deployment avoids cross-border data transfer concerns
  • EU multi-language compliance is built-in, not bolted-on

🔗 Apertus Official | Swiss AI Initiative


3. 🆔 Anthropic Mandates ID Verification for Claude: Security vs. Privacy

The headline in one sentence: Anthropic has started requiring Claude users to submit government-issued ID and a live selfie for identity verification, sparking the most debated discussion on Hacker News today with 652 points and 550+ comments.

📌 The big question: As AI capabilities grow more powerful, platform identity requirements have escalated from email registration → phone verification → government ID + selfie. Where does this end?

What Changed

According to Anthropic’s support documentation, the verification process requires users to:

  1. Upload a government-issued identity document (passport, driver’s license, etc.)
  2. Complete a live selfie for identity matching
  3. Use Claude as usual once verified

The policy is rolling out gradually and not yet enforced in all regions.

The Community Debate

HN comments broke down into two sharply divided camps:

In favor:

  • Powerful AI demands stronger safety mechanisms to prevent misuse
  • High-impact platforms (fintech, social media) already require similar verification
  • For API users and enterprise customers, this is an inevitable compliance direction

Against:

  • Government ID requirements represent a serious privacy intrusion, especially for non-US users
  • The company with the most capable AI also demanding real-name registration creates a concentration of surveillance capability
  • No alternative verification methods (anonymous reputation scores, behavioral verification) are offered

💡 Robotics angle: As robot “brains” increasingly depend on cloud AI services, identity verification and access control become operational necessities — especially for industrial robots where operator identity and AI service permissions may require dual authentication.

🔗 Anthropic Support Article | HN Discussion


4. 💡 George Hotz: “The Doom Justifies the Valuation” — Rethinking AI Company Valuations

The headline in one sentence: Comma.ai founder George Hotz published “The Doom Justifies the Valuation,” arguing that traditional valuation frameworks collapse when a 20-person software team can command a billion-dollar valuation — replaced by a “potential impact” pricing logic that better explains today’s AI and robotics company valuations.

📌 Business insight: Hotz’s core argument — that AI company valuations aren’t based on current revenue but on “what the world looks like if they succeed” — maps directly onto the humanoid robotics sector, where no company has significant revenue but valuations reflect a deep option on a transformed future.

Hotz’s Core Thesis

Traditional valuation methods (P/E ratios, DCF models) fail in the AI era because:

  • A 20-person AI company can create a product that reaches billions of people
  • Revenue is a lagging indicator; transformative potential is the leading indicator
  • High valuations aren’t irrational exuberance — they’re rational pricing of asymmetric upside

Mirror in Robotics

The same logic Hotz applies to AI software companies directly explains humanoid robotics valuations:

  • Unitree’s valuation reflects not how many G1 units it has sold today, but the potential value of “general-purpose humanoid robots actually working”
  • Figure AI’s billion-dollar rounds price in the possibility that “Figure 02 + foundation model” transforms industrial automation
  • Early-stage robotics funding rounds are essentially option contracts on a future where physical labor is software-defined

The question is not whether there’s a bubble — it’s whether the option premium is reasonable for the potential payoff.

🔗 George Hotz Blog


📊 Market Signals at a Glance

SignalDirectionInterpretation
Agent orchestration as product🟢 BullishFugu validates commercial viability of learned agent coordination, benefiting the entire Robo-Agent ecosystem
Sovereign open-source AI🟢 BullishMore compliant open models lower AI deployment barriers for robotics companies operating in regulated markets
AI identity verification🟡 WatchIf mandated verification becomes the norm, identity management becomes a must-have for cloud-connected robots
Valuation framework shift🟢 BullishLong-term positive for innovation-driven robotics companies whose valuation logic aligns with Hotz’s thesis

Market signals are for informational purposes only and do not constitute investment advice.