Archive BRAIXD
Double-blind evals, a $399 robot, and Schwab's altcoin pivot / DISPATCH 110
PDF RSS

Dispatch 110 · 2026-08-27 braixd

Double-blind evals, a $399 robot, and Schwab's altcoin pivot

/ 00:07:54 / 8 sources

“Double-blind evals solve the teaching-to-the-test problem in AI evaluations — but only if the secure enclave itself can be verified.”

— Seln Oriax, today's narration

Google DeepMind pilots the first double-blind evaluation of a proprietary frontier model — neither test prompts nor model weights are revealed. Hugging Face unveils Microduck, a $399 open-source robot with camera, mic, and LiDAR. Anthropic's Claude team ships Chat SDK with managed agents. Charles Schwab adds Solana, Avalanche, and Chainlink to crypto accounts.

Chapters

  1. 00:00:04 The double-blind pilot
  2. 00:02:06 Microduck and the privacy standard
  3. 00:04:19 Claude's universal chat layer
  4. 00:05:49 Schwab goes altcoin
  5. 00:06:49 Wrap

Sources

8 cited
  1. 1

    Google DeepMind announces double-blind evaluation pilot for frontier AI

    X Google DeepMind

    In an industry first, we're piloting double-blind evaluations for frontier AI. By creating a secure environment where neither test prompts nor model weights are revealed, we can ensure external safety and performance ev…

    x.com/GoogleDeepMind/status/209296176355367… →
    Details
    Cited text
    In an industry first, we're piloting double-blind evaluations for frontier AI. By creating a secure environment where neither test prompts nor model weights are revealed, we can ensure external safety and performance evaluations of our models remain private, robust, and trustworthy.
    Context
    Benchmark contamination has been a quiet problem in AI — models get trained on or around public evals. Double-blind prevents that by design. If this scales across labs, it could raise the floor for credible model claims.
    Key points
    • First pilot of double-blind eval for a proprietary frontier model
    • Secure enclave: neither test prompts nor model weights are revealed to the other party
    • Compute overhead already under 5%
    • Partners: AVERI, OpenMined, MLCommons
    Engagement
    366 likes · 55 retweets · 49 replies
    Provenance
    Tweet · Primary source
  2. 2

    AVERI announces first double-blind eval of proprietary LLM

    X AVERI

    The first ever double-blind evaluation of a proprietary language model. This was made possible by a unique collaboration between AVERI, GoogleDeepMind, OpenMinedOrg, and MLCommons. We tested Gemini 2.5 Flash-Lite using

    x.com/AVERIorg/status/2092967933651665153 →
    Details
    Cited text
    The first ever double-blind evaluation of a proprietary language model. This was made possible by a unique collaboration between AVERI, GoogleDeepMind, OpenMinedOrg, and MLCommons. We tested Gemini 2.5 Flash-Lite using
    Context
    The model tested (Flash-Lite) tells you this is about frontier-class capability, not toy models. The real test will be whether other labs adopt or replicate this approach.
    Key points
    • Tested on Gemini 2.5 Flash-Lite
    • Requires four-way institutional collaboration
    • Uses PySyft as the secure computation backbone
    Provenance
    Tweet · Primary source
  3. 3

    Koen van der Veen on PySyft's role in the double-blind eval

    X Koen van der Veen

    Today, we released our work on double blind eval of frontier models using PySyft. To the best of my knowledge this is the first of its kind. Over the last ~10 months we rebuilt PySyft from the ground up with the OM team.

    x.com/koenvanderveen/status/209297926183340… →
    Details
    Cited text
    Today, we released our work on double blind eval of frontier models using PySyft. To the best of my knowledge this is the first of its kind. Over the last ~10 months we rebuilt PySyft from the ground up with the OM team.
    Context
    The infrastructure story matters as much as the policy one — double-blind evals only work if someone has actually built the secure computation layer. PySyft did that.
    Key points
    • PySyft was rebuilt over 10 months for this use case
    • Koen van der Veen's team built it with OpenMined
    Provenance
    Tweet · Primary source
  4. 4

    Hugging Face unveils Microduck: $399 open-source robot

    X Clement Delangue

    We're unveiling Microduck. It's a tiny $399 open-source robot you can teach new tricks with reinforcement learning. It can walk, pick things up, get back up when it falls, and even roller-skate. Welcome to the era of op…

    x.com/ClementDelangue/status/20929314476444… →
    Details
    Cited text
    We're unveiling Microduck. It's a tiny $399 open-source robot you can teach new tricks with reinforcement learning. It can walk, pick things up, get back up when it falls, and even roller-skate. Welcome to the era of open-source affordable robots to democratize physical AI and world models!
    Context
    Open-source is what makes this acceptable as a consumer device — you can audit what it sends home. Hexablob put it bluntly: closed consumer robots with cameras and mics will never survive public audits, and people are about to start asking.
    Key points
    • $399 price point for a fully assembled robot
    • Camera, microphone, and LiDAR built in
    • Can be taught via reinforcement learning
    • Published by Pollen Robotics / Hugging Face
    • 7,290 likes on the announcement tweet
    Engagement
    7290 likes · 767 retweets
    Provenance
    Tweet · Primary source
  5. 5

    Hexablob on the privacy implications of Microduck

    X Hexablob

    the real story: $399 to put a camera, a mic and a LiDAR in someone's living room. open-source is the only reason that's acceptable. you can read what it sends home. closed consumer robots will never survive that audit,…

    x.com/hexablob/status/2092952238276616459 →
    Details
    Cited text
    the real story: $399 to put a camera, a mic and a LiDAR in someone's living room. open-source is the only reason that's acceptable. you can read what it sends home. closed consumer robots will never survive that audit, and people are about to start asking.
    Context
    This is the question no one else led with: at $399 you're putting surveillance hardware in a home. The only thing that makes it OK is that you can verify what happens to the data. That's a new standard for consumer AI hardware.
    Key points
    • The privacy angle is the real story
    • Open-source code means verifiable data flows
    • Closed alternatives would face scrutiny
    Engagement
    33 likes
    Provenance
    Tweet · Primary source
  6. 6

    Claude Managed Agent + Vercel Chat SDK cookbook

    X ClaudeDevs

    We've added a new cookbook: connect a Claude Managed Agent to Vercel's Chat SDK. This gives an agent access to a universal chat layer.

    x.com/ClaudeDevs/status/2092984433649283284 →
    Details
    Cited text
    We've added a new cookbook: connect a Claude Managed Agent to Vercel's Chat SDK. This gives an agent access to a universal chat layer.
    Context
    The Vercel integration is the interesting part — it gives agents a universal chat layer they can drop into any platform with minimal setup. The self-hosted sandbox option means companies that care about data residency can run the whole stack themselves.
    Key points
    • Chat SDK with 15+ adapters (Slack, Teams, Discord, web)
    • Managed Agents runs server-side harness and memory
    • Each conversation is one persistent session
    • Bring-your-own Vercel Sandbox for tool execution or use built-in
    Engagement
    551 likes · 46 retweets
    Provenance
    Tweet · Primary source
  7. 7

    Charles Schwab adds Solana, Avalanche, and Chainlink to crypto accounts

    X Watcher.Guru

    JUST IN: $13 trillion Charles Schwab to add Solana, Avalanche, and Chainlink trading to Schwab Crypto accounts.

    x.com/WatcherGuru/status/2092967970696032476 →
    Details
    Cited text
    JUST IN: $13 trillion Charles Schwab to add Solana, Avalanche, and Chainlink trading to Schwab Crypto accounts.
    Context
    When a $13 trillion brokerage adds Solana, Avalanche, and Chainlink to standard crypto accounts, it's not a niche signal anymore. This is wealth management infrastructure reaching into the altcoin layer.
    Key points
    • Schwab adds three major altcoins beyond BTC and ETH
    • $13 trillion AUM makes this a mainstream institutional move
    • Signals continued broadening of crypto accessibility at legacy brokerages
    Engagement
    2255 likes · 294 retweets
    Provenance
    Tweet · Primary source
  8. 8

    Samir on Hugging Face as the frontier lab

    X Samir

    This latest launch proves that HuggingFace is the only true frontier "lab" (as in laboratory). @Thom_Wolf seems like the only one having fun building. Everyone else is trying to get the next trillion dollar IPO and they…

    x.com/heysamir_/status/2092976766226756042 →
    Details
    Cited text
    This latest launch proves that HuggingFace is the only true frontier "lab" (as in laboratory). @Thom_Wolf seems like the only one having fun building. Everyone else is trying to get the next trillion dollar IPO and they're over here experimenting and building an open-source
    Context
    Whether you agree or push back on the characterization, it captures something real: Hugging Face today is behaving more like a research lab than a SaaS company, and that posture shapes what gets built next.
    Key points
    • Positions HF as a lab, not just a platform
    • Contrasts Wolf's experimental approach with IPO-focused competitors
    Provenance
    Tweet · Primary source