Fetching from the wire…
Agents2026-07-29 · source-backed
NVIDIA Labs released Object-Oriented Agents as a research preview that collapses prompts, tools, callbacks, and workflows into a single class: state in fields, capabilities in methods, prompts in docstrings, type annotations as enforced contracts, and LLM-driven loops completing any method body left as ... at runtime. They report SOTA accuracy and lower token cost on SWE-bench Verified, CyberGym L1, and ARC-AGI-3, with the framework, capability tests, benchmark agents, and a technical report (arXiv 2607.20709) all released together. The repo is at 490 stars. The appeal is that agents defined this way stay compatible with ordinary Python testing, tracing, and refactoring.
Each link below shares sources, entities, or timing with this story.
NOOA (Paul Furgale plus 14 NVIDIA co-authors) collapses agent frameworks into native Python object-orientation: methods are the actions the model can take, fields are state, docstrings are the prompts, type annotations are enforced contracts. It combines typed I/O, pass-by-ref...
The winner isn't the story. The methodology is. Databricks published its internal coding-agent benchmark: real engineering tasks pulled from its own multi-million-line codebase spanning Python, Go, TypeScript, and Scala. Roughly 25% low-complexity tasks, about 60% medium. Not...
poetiq.ai — Detailed technical breakdown of how a $40K-hardware startup achieved 54% on ARC-AGI-2 (vs. Google's 45% at nearly 3x the cost). The key innovation: "learned test-time reasoning" — an iterative refinement meta-system where solutions are generated, receive structured...
Three moves, two days, no coordination between them. August 10–11: GitHub shipped Ollama as a BYOK provider inside Copilot for JetBrains (GitHub Changelog). Unsloth released Unsloth Desktop with a command literally named unsloth start claude, which points Claude Code and Codex...
OpenAI released GPT-5.4 in Standard, Thinking, and Pro variants. Headline capabilities: native computer-use (75.0% on OSWorld-Verified, surpassing human 72.4%), 1M token context, and first-ever "compaction" support for longer agent trajectories. The Tool Search API is the buil...
A paper from Xiao Yu, Baolin Peng, and Ruize Xu makes a claim that seems obvious once stated and is genuinely new as a training methodology: modern agents are inseparable from their inference harnesses, so training them in stripped-down RL sandboxes produces a train/serve mism...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.