← Home

AI Briefing — March 17, 2026

🔬 Research

OpenSeeker: Democratizing Frontier Search Agents by Fully Open-Sourcing Training Data

90 upvotes · Yuwen Du, Rui Ye, Shuo Tang, Xinyu Zhu, Yijun Lu · Paper

OpenSeeker is the first fully open-source search agent that matches frontier-level performance using only 11.7k synthesized training samples. The system uses fact-grounded QA synthesis and denoised trajectory synthesis to generate high-quality training data, significantly outperforming other open-source agents like DeepDive (29.5% vs 15.3% on BrowseComp) and even competing with industrial solutions. This democratizes access to advanced search agent capabilities that were previously limited to tech giants.

AI Can Learn Scientific Taste

84 upvotes · Jingqi Tong, Mingzhe Li, Hangcheng Li, Yongzhuo Yang, Yurong Mou · Paper

Researchers developed Scientific Judge and Scientific Thinker models that can evaluate and propose research ideas based on their potential scientific impact. Using Reinforcement Learning from Community Feedback (RLCF) trained on 700K paper pairs, the system learns to distinguish high-impact research by analyzing citation patterns and community signals. This represents a shift from improving AI's execution capabilities to enhancing its scientific judgment and research direction.

Grounding World Simulation Models in a Real-World Metropolis

70 upvotes · Junyoung Seo, Hyunwook Choi, Minkyung Kwon, Jinhyeok Choi, Siyoon Jin · Paper

Seoul World Model (SWM) creates a city-scale world simulation grounded in real Seoul street-view data rather than imagined environments. Using retrieval-augmented conditioning on nearby street imagery, the system generates spatially faithful videos over trajectories reaching hundreds of meters while supporting diverse camera movements and text-prompted scenarios. This bridges the gap between artificial world models and real-world simulation for urban planning and autonomous vehicle testing.


🛠 Tools

666ghj/MiroFish — Multi-agent prediction engine for digital world simulation

3,260 stars/day · Repo

MiroFish is a swarm intelligence engine that creates parallel digital worlds populated by thousands of AI agents with independent personalities and behaviors. Users upload seed materials and describe prediction needs in natural language, then watch scenarios unfold through agent interactions to forecast real-world outcomes. With 31k stars, it's gaining traction as a decision-making tool that lets "the future rehearse in digital sandbox before decisions win in hundred battles."

obra/superpowers — Complete agentic software development workflow

3,152 stars/day · Repo

Superpowers transforms coding agents from hasty code generators into methodical software developers through composable skills and structured workflows. The framework emphasizes proper specification, TDD practices, and subagent-driven development where agents can work autonomously for hours following clear implementation plans. With 89k stars and integration across major coding platforms (Claude Code, Cursor, Codex), it's becoming the standard for professional AI-assisted development.

lightpanda-io/browser — Headless browser built from scratch in Zig

2,086 stars/day · Repo

Lightpanda is a ground-up browser implementation in Zig designed specifically for AI automation and scraping, not a Chromium fork. It delivers 11x faster execution and 9x lower memory usage than Chrome while maintaining Playwright/Puppeteer compatibility through CDP. With 20k stars, it's addressing the performance bottleneck of traditional browsers in AI workflows where speed and efficiency matter more than full web standards compliance.


📡 Analysis

Introducing Mistral Small 4

March 16 · Post · tags: ai, generative-ai, llms, mistral, llm-reasoning, llm-release

Despite its "Small" name, Mistral Small 4 is a significant 119B parameter model that unifies their flagship capabilities (Magistral reasoning, Pixtral multimodal, Devstral coding) into one Apache 2 licensed model. It supports variable reasoning effort modes and weighs 242GB on Hugging Face, representing Mistral's push toward comprehensive, open-weight models that compete with proprietary offerings.

Use subagents and custom agents in Codex

March 16 · Post · tags: ai, openai, coding-agents, codex-cli, parallel-agents

OpenAI Codex now supports subagents in general availability, joining the industry-wide adoption of parallel agent workflows in coding platforms. Users can define custom agents with specific instructions and models, then orchestrate complex debugging tasks across browser_debugger, code_mapper, and ui_fixer agents. This pattern is now standard across OpenAI, Claude, Gemini, Mistral, and VS Code implementations.

Quoting A member of Anthropic's alignment-science team

March 16 · Post · tags: ai-ethics, anthropic, claude, ai-ethics

An Anthropic researcher reveals that their controversial "blackmail exercise" was specifically designed to create visceral, salient examples of AI misalignment risks for policymakers who hadn't previously engaged with the concept. This highlights the ongoing challenge of communicating abstract AI safety concerns to decision-makers through concrete, understandable demonstrations rather than theoretical arguments.


Sources: HuggingFace Papers API, GitHub Trending, simonwillison.net