The demo is flooded under requests at the moment. To skip the queue, you can duplicate the space under your own Hub account; but it will still require providing your own API keys as space Secret variables!
@aymericroucher
-
Comparative performance analysis of small vs frontier AI models
By
–
It's really fast, but performs less well than o1 and gpt-4o. I guess models too small don't cut it yet for hard tasks.
-
Benchmarking progress in AI agent frameworks: From transformers.agents to smolagents
By
–
My previous submission, months ago with transformers.agents on GPT-4o scored a bit over 40% ont the same benchmark. We've been a long way since then with smolagents!
-
Hugging Face Releases Open Deep Research Agent Framework
By
–
Our blog post: https://
huggingface.co/blog/open-deep
-research
… Code here: https://
github.com/huggingface/sm
olagents/tree/main/examples/open_deep_research
… -

Hugging Face releases open-Deep-Research to replicate proprietary AI capabilities
By
–
Introducing open-Deep-Research by @huggingface ! Deep Research from @OpenAI is really good… But it's closed, as usual. > So with a team of cracked colleagues, we set ourselves a 24hours deadline to replicate and open-source Deep Research! We built open-Deep-Research,
-
Debating the transparency and values of AI vs. human-curated knowledge
By
–
Pick the best global source of truth for humanity:
– Wikipedia, transparently crowd-sourced from the knowledge of thousands of contributors
– ChatGPT, has an opaque set of values ~chosen by @sama under incentives from the richest/more powerful influence group I would fear a -
Agentic Performance and GAIA Benchmark Analysis
By
–
With an agentic setup, quite obvious that scores would increase! The comparison against other agents on the GAIA benchmark is more interesting.
-
Integration of new AI feature into core codebase
By
–
We did a blog post demoing an example of it, but it's the first release that makes it part of the core code (contributed by @merve
) -
How to install and set up smolagents for AI agents
By
–
pip install smolagents
And add [dev] to get the whole stuff! -
smolagents Framework Adds CLI Execution and Agent Memory
By
–
We just gave CLI execution to smolagents!
— m_ric (@AymericRoucher) 31 janvier 2025
✨ smolagent "Your task" directly launches a CodeAgent
▶️This also works with web agents (replace 'smolagent' with 'webagent') thanks to @mervenoyann!
💾 Another treat from release 1.7.0:
Now agents have a memory mechanism, enabling many… pic.twitter.com/IgRlZpLvwoWe just gave CLI execution to smolagents! smolagent "Your task" directly launches a CodeAgent
This also works with web agents (replace 'smolagent' with 'webagent') thanks to @mervenoyann
! Another treat from release 1.7.0:
Now agents have a memory mechanism, enabling many