A model learns to use a computer from 18 years of video, Sakana tops real cyber-defense benchmarks, a frontier world model gets a full open reproduction — and World models and security, both getting real. Datalab's Marker 2 vs MinerU, Docling & LiteParse: The Doc-Parsing Benchmark

Sakana AI launched Fugu-Cyber, a multi-agent orchestration model for cybersecurity that packages a whole agent system as one model. It hits 86.9% on CyberGym and 72.1% on CTI-REALM — topping GPT-5.5-Cyber and Mythos-Preview on both.

So what: "Multi-agent system as a model" is the interesting move — orchestration baked in, not bolted on. Beating dedicated cyber models from OpenAI-class labs on real benchmarks signals security is now a distinct model category where specialist orchestration wins.

A head-to-head of open PDF-to-markdown parsers. Marker 2 scores 76.0 on olmOCR-bench at 2.9 pages/sec — matching Gemini/MinerU quality while running ~5x faster, beating MinerU and Docling on score and throughput at once.

So what: Document parsing is the silent failure point of most RAG stacks — bad extraction poisons everything downstream. Winning quality and speed simultaneously makes Marker 2 the new default front door for turning PDFs into clean model input.

sponsored

Induction Labs' first "imagination model," Photon-1, learned to use a computer by watching the equivalent of 18 years of screen recordings — with no action labels. From a single pretraining run it can simulate desktops, play tournament checkers (after fine-tuning on 20,000 games), and model billiard physics.

So what: One unlabeled-video pretraining run yielding desktop control, game play, and physics is the world-model thesis paying off — learn the dynamics once, specialize cheaply. If screen-recording video is enough to learn computer use, the data moat for agents just got a lot shallower.

Open-Dreamer reproduces the Dreamer 4 world-model pipeline in JAX/Flax NNX and — crucially — publishes the full training recipe: code, configs, and the stability-engineering lessons. Trained on Minecraft/VPT-style data, it's a clean, performant open implementation.

So what: World models have been reproducibility-hostile — the training tricks live in a few labs' heads. Publishing the recipe, not just weights, is how the technique actually spreads. This is the reference that turns Dreamer 4 from a paper into something you can train.

So what: A clean reference for the emerging "database + embeddings + graph orchestration" agent stack — the pattern most production agents are quietly converging on.

sponsored

FEATURED TUTORIALS with CODES

  • Building Self-Evolving AI Agents with OpenSpace Using Skills, MCP, Lineage, and Low-Cost Reuse Codes | Tutorial

  • Research-Grade EdgeBench Analysis: AI Agent Benchmarking, Leaderboard Analytics, Scaling Laws, and Evaluation Metrics Codes | Tutorial

  • How to Build a T4-Friendly Autonomous Data Science Agent with DeepAnalyze-8B, Sandboxed Code Execution, and Iterative Analysis Codes | Tutorial

  • Building a Stable Fable 5 Traces Workflow in Colab: Parsing Tool Calls, Auditing Data, and Training Baselines Codes | Tutorial

Embeddings

Embeddings

How AI Turns Meaning Into Math

Panel 1 · The Problem

The Question:

How do you turn meaning into numbers?

Panel 2 · The Big Idea

💡 "Give each word a list of numbers. Similar words = similar numbers!"

📎 The Meaning Map

"dog" → [0.2, -0.5, 0.8, 0.1, ...] 🐶

"puppy" → [0.3, -0.4, 0.7, 0.2, ...] 🐶

"cat" → [0.1, -0.6, 0.7, 0.0, ...] 🐱

"cement" → [-0.9, 0.3, -0.1, 0.7, ...] 🏗

Similar numbers = close. Different = far away.

Modern AI uses 768 to 1,536 numbers per word. No single number means "animal" or "size" — but together, they capture meaning.

How? By reading billions of sentences. "Dog" and "puppy" both appear near "bark" and "leash" — so they must be similar! (Word2Vec, 2013 💵)

Panel 3 · 🕷 The Aha Moment

King − Man + Woman

= QUEEN 👑

Nobody taught the AI what "gender" is.
It learned it on its own — from the geometry of words. 🧠

✨ It Gets Weirder

Paris − France + Italy = Rome 🌏

walking − walk + swim = swimming 🏊

Doctor − Man + Woman = Nurse 💊

Panel 4 · Why You Should Care

🔍 Search

Type "car" → also get "automobile" and "vehicle" — their embeddings are neighbors.

🧾 RAG

Ask a chatbot a question → it embeds your words → finds similar documents in its knowledge base.

🎵 Recommendations

Spotify embeds songs. Close in embedding space = similar sound. Recommend one to fans of the other.

🤖 Chatbots

Every word you type to ChatGPT becomes an embedding first. The AI sees numbers, not words.

The Takeaway

Embeddings turned meaning into math.
That's why search, RAG, and recommendations work. 🚀

$ ./partner --with us

# Reach 1M+ AI developers, researchers & builders.
# Sponsor a future issue of the Intelligence Brief.
> apply: forms.gle/CY1eqZzuWFQBp7dH9

How was today’s email?

Awesome  |   Decent    |  Not Great

Keep Reading