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.
Together AI
·
1 month ago
Researchers compared Kimi K2.7 Code and Claude Fable 5 for generating landing pages, finding that Kimi cost 94% less while producing similar-quality output when provided with design references through a custom MCP server. Kimi averaged 16 times cheaper than Fable 5 and 8 times cheaper than Claude Opus, with a single B2B SaaS landing page costing 4 cents versus $1.09 for Fable. The results suggest open-source models are now competitive alternatives for code generation workflows when given adequate context and visual references.
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.