|
NVIDIA's embedding model just topped every major benchmark, while Meta jumped into AI coding with Muse Spark 1.1—but the real action is in orchestration. New frameworks for coordinating parallel agents, plus tools for observability and memory, suggest we're finally moving past single-agent experiments toward systems that actually work together.
|
🔬 Research
Breakthroughs
|
NVIDIA-labs OO Agents: Native Python Object-Oriented Agents
Traditional agent development is split across prompt templates, tool schemas, callback code, and workflow graphs. We present NVIDIA Object-Oriented Agents (NOOA), a model-agnostic Python framework for building reliable AI agents. NOOA takes a simpler approach: an agent is a Python object. Its methods are the actions the model can take, fields are its state, docstrings are its prompts, and its type annotations are contracts. A method whose code body consists of "..." is completed at runtime by an...
Read more →
|
|
TRIM: Reducing AI-Generated CodeSlop via Agent Trajectory Minimization
Coding agents are increasingly used to accelerate code generation in many downstream tasks, such as fixing bugs, building applications, and prototyping. However, despite their value as coding assistants, agent-generated code tends to be larger and more verbose than the corresponding human-written implementation. In this work, we show that the cause lies in the agent's own search process: while iterating toward a passing solution, an agent accumulates speculative edits, abandoned hypotheses, and ...
Read more →
|
|
|
💼 Industry
Developments
|
|
🔧 Tools & Repos
Open Source
|
|