Tiny Agents

community
Activity Feed

AI & ML interests

None defined yet.

Recent Activity

victorΒ 
posted an update 5 days ago
view post
Post
4590
Want to share my enthusiasm for zai-org/GLM-5.1 here too πŸ”₯

I think we have it: our open source Claude Code = GLM-5.1 + Pi (https://pi.dev/) - Built a Three.js racing game to eval and it's extremely impressive. Thoughts:

- One-shot car physics with real drift mechanics (this is hard)

- My fav part: Awesome at self iterating (with no vision!) created 20+ Bun.WebView debugging tools to drive the car programmatically and read game state. Proved a winding bug with vector math without ever seeing the screen

- 531-line racing AI in a single write: 4 personalities, curvature map, racing lines, tactical drifting. Built telemetry tools to compare player vs AI speed curves and data-tuned parameters

- All assets from scratch: 3D models, procedural textures, sky shader, engine sounds, spatial AI audio!

- Can do hard math: proved road normals pointed DOWN via vector cross products, computed track curvature normalized by arc length to tune AI cornering speed

You are going to hear about this model a lot in the next months - open source let's go - and thanks z-aiπŸš€πŸš€
  • 4 replies
Β·
victorΒ 
posted an update 3 months ago
view post
Post
2723
Interesting article: use Claude Code to help open models write CUDA kernels (for eg) by turning CC traces into Skills. They made a library out of it πŸ‘€

https://huggingface.co/blog/upskill
victorΒ 
posted an update 4 months ago
view post
Post
3492
Nvidia is on a roll lately. Nemotron 3 Nano is my new fav local model, but here's the real flex: they published the entire evaluation setup. Configs, prompts, logs, all of it. This is how you do open models πŸ”₯

https://huggingface.co/blog/nvidia/nemotron-3-nano-evaluation-recipe

WauplinΒ 
posted an update 9 months ago
view post
Post
3536
Say hello to hf: a faster, friendlier Hugging Face CLI ✨

We are glad to announce a long-awaited quality-of-life improvement: the Hugging Face CLI has been officially renamed from huggingface-cli to hf!

So... why this change?

Typing huggingface-cli constantly gets old fast. More importantly, the CLI’s command structure became messy as new features were added over time (upload, download, cache management, repo management, etc.). Renaming the CLI is a chance to reorganize commands into a clearer, more consistent format.

We decided not to reinvent the wheel and instead follow a well-known CLI pattern: hf <resource> <action>. Isn't hf auth login easier to type and remember?

The full rationale, implementation details, and migration notes are in the blog post: https://huggingface.co/blog/hf-cli

  • 6 replies
Β·
WauplinΒ 
in tiny-agents/tiny-agents 9 months ago

Upload agent.json

1
#10 opened 10 months ago by
enelra
WauplinΒ 
in tiny-agents/tiny-agents 10 months ago

Upload agent.json

1
#8 opened 10 months ago by
arunvashishtha

Upload agent.json

2
#9 opened 10 months ago by
arunvashishtha

Create agent.json

1
#6 opened 10 months ago by
hmnth1

Upload agent.json

1
#5 opened 10 months ago by
ogundipe72

Create trending/agent.json

#3 opened 11 months ago by
evalstate

Create trending/PROMPT.md

#4 opened 11 months ago by
evalstate
victorΒ 
posted an update 10 months ago
view post
Post
7633
Open Source Avengers, Assemble! Ask an expert AI agent team to solve complex problems together πŸ”₯

Consilium brings together multiple agents that debate and use live research (web, arXiv, SEC) to reach a consensus. You set the strategy, they find the answer.

Credit to @azettl for this awesome demo: Agents-MCP-Hackathon/consilium_mcp
  • 2 replies
Β·
celinahΒ 
posted an update 11 months ago
view post
Post
2809
✨ Today we’re releasing Tiny Agents in Python β€” an MCP-powered Agent in ~70 lines of code 🐍

Inspired by Tiny Agents in JS from @julien-c , we ported the idea to Python and integrated it directly into huggingface_hub β€” with a built-in MCP Client and a Tiny Agents CLI.

TL;DR: With MCP (Model Context Protocol), you can expose tools like web search or image generation and connect them directly to LLMs. It’s simple β€” and surprisingly powerful.

pip install "huggingface_hub[mcp]>=0.32.0"

We wrote a blog post where we show how to run Tiny Agents, and dive deeper into how they work and how to build your own.
πŸ‘‰ https://huggingface.co/blog/python-tiny-agents

  • 1 reply
Β·