Exponential View
·
1 month ago
A researcher tested whether LLM councils (multiple models deliberating together) avoid groupthink by comparing their outputs to individual model answers across 16 open-ended prompts. LLM councils kept only about 22-25% of good ideas that appeared in just one model's answer, while ideas from multiple models survived at roughly the same rate but received an 11% uplift in peer-review settings. The findings suggest that LLM councils risk losing novel ideas through consensus bias similar to human committees, requiring more explicit protocols to preserve valuable unique insights rather than relying on automatic blending or peer review.
Hugging Face Blog
·
1 month ago
Strands Robots, an open-source AWS SDK, integrates LeRobot datasets and policies into a single agent that orchestrates robot tasks from recording demonstrations through hardware deployment. The integration uses a shared LeRobotDataset format across simulation and physical hardware, allowing identical on-disk data structures whether captured in MuJoCo or on a physical SO-101 robot. A single agent workflow can record demonstrations, train policies, test in simulation, and deploy to physical robots or coordinate multiple robots through a mesh network with only keyword argument changes between modes.
Hugging Face Blog
·
1 month ago
A draft open specification called Agentic Resource Discovery (ARD) was developed by Microsoft, Google, GoDaddy, Hugging Face, and others to let AI agents dynamically search for tools and capabilities at runtime rather than requiring pre-installation. Hugging Face implemented ARD in its Discover Tool, which provides search access to thousands of skills, ML applications, and MCP servers through a REST API endpoint. Agents can now find the right capability through natural language search across federated registries instead of relying on manually configured, static catalogs or dumping all tool descriptions into the language model's context window.