← Home

AI Briefing — 2026-06-29

🔬 Research

DanceOPD: On-Policy Generative Field Distillation

73 upvotes · Wei Zhou et al. · Paper

Training a single image generation model to handle text-to-image, local editing, and global editing simultaneously is hard because these objectives conflict — editing tends to degrade T2I quality, and the two editing modes interfere with each other. DanceOPD addresses this with an on-policy distillation framework for flow-matching models: each training sample is routed to one "capability field," the student queries that field on its own rollout states, and a simple velocity MSE loss is used to compose expert skills. The framework also natively absorbs classifier-free guidance as an operator-defined field, making it a clean, unified training recipe for multi-capability generation models.


In-Context World Modeling for Robotic Control

56 upvotes · Siyin Wang et al. · Paper

Vision-Language-Action (VLA) models typically assume a fixed camera viewpoint and robot morphology, forcing expensive fine-tuning whenever the hardware configuration changes. ICWM reframes adaptation as in-context learning over system dynamics rather than task demonstrations: the robot briefly interacts with its environment in a task-agnostic way, and those self-generated transitions fill the context window so the model implicitly learns how this specific system behaves — no parameter updates needed. Experiments on real-world platforms show strong generalization to novel camera viewpoints, a common and costly failure mode for deployed VLA systems.


OPID: On-Policy Skill Distillation for Agentic Reinforcement Learning

48 upvotes · Shuo Yang et al. · Paper · Code

Sparse outcome-based RL trains stable language agents but gives no signal on which individual decisions were good or bad. OPID extracts hierarchical "skills" directly from completed on-policy trajectories — episode-level skills capture global workflows and failure patterns, while step-level skills encode critical local decisions — then reuses them as dense, token-level supervision via a log-probability shift trick. A critical-first routing mechanism applies step-level skills only at high-stakes timesteps and falls back to episode-level guidance otherwise, keeping RL as the primary objective while adding distribution-matched hindsight. Benchmarks on ALFWorld, WebShop, and search-based QA show consistent gains over outcome-only RL.


🛠 Tools

xbtlin/ai-berkshire — Value investing research framework powered by Claude Code / Codex

1,445 stars/day · Repo

A collection of Claude Code / Codex skills that operationalises the methodologies of Buffett, Munger, Duan Yongping, and Li Lu into a structured multi-agent research workflow. The four agents are run in parallel and deliberately put in conflict — e.g. Buffett says "dirt cheap at 6.3x PE" while Li Lu says "10-year certainty too low, pass" — forcing a genuine decision rather than a both-sides hedge. The repo claims real audited returns of +69% (2024) and +66% (2025 YTD), significantly outpacing major indices, though past performance caveats apply.


msitarzewski/agency-agents — A curated roster of personality-driven AI specialist agents

1,221 stars/day · Repo

A growing library of AI agent definitions — each with a specialized domain, distinct personality, and deliverable-focused workflow — that can be installed directly into Claude Code, Cursor, Codex, Gemini, and others via a native desktop app (macOS/Linux/Windows). Born from a Reddit thread, the project has accumulated 118k+ total stars and now ships a companion app at agencyagents.app for one-click installation without cloning. It's essentially a shareable "prompt team" that brings role specialization (frontend wizard, reality checker, etc.) to any coding assistant.


HKUDS/Vibe-Trading — An autonomous personal trading agent

492 stars/day · Repo

From Hong Kong University's data science lab, Vibe-Trading is a full-stack Python/FastAPI + React 19 agent for stock trading, installable via pip install vibe-trading-ai. It wraps comprehensive trading capabilities — market data, analysis, order execution — behind a single-command interface, positioning itself as an autonomous personal trading assistant. At 14.7k total stars and active multi-language documentation (EN, ZH, JA, KO, AR), it's gaining broad traction, though using any autonomous trading agent in production carries substantial financial risk.


📡 Analysis

Quoting Jon Udell — "Agent in the loop, not human in the loop"

28 Jun 2026 · Post · tags: coding-agents, agentic-engineering, llms

Jon Udell argues that the phrase "human in the loop" subtly cedes control to machines, and proposes flipping the framing: it's our loop, and agents are teammates we invite in. The practical implication is a call against black-box agentic pipelines that emit unreviewable PRs — engineers should design workflows where agent contributions remain legible and auditable. A concise but pointed reframe at a moment when agentic coding tools are becoming standard.


Quoting Dean W. Ball — On the economics of frontier AI and US export policy

26 Jun 2026 · Post · tags: anthropic, openai, generative-ai, llms

Dean W. Ball highlights an under-discussed constraint in frontier AI economics: labs have only a narrow post-release window — a few months — before a model becomes sub-frontier, competition emerges, and margins collapse. This makes US AI export restrictions particularly damaging, because the $100B+ data center buildout justifying current infrastructure investment assumes a global addressable market, not a restricted one. Useful framing for understanding why AI labs are vocal on trade and geopolitics.


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