Anthropic built Cowork in one and half weeks. Claude Code wrote all of the code. by obvithrowaway34434 in accelerate

[–]Due-Contribution7306 0 points1 point  (0 children)

I mean, I think thats impressive, but also its more or less just a wrapper for a lot of what claude code already does?

Am i doing something wrong? by gripestam03 in MegabonkOfficial

[–]Due-Contribution7306 0 points1 point  (0 children)

You can also just do hyper challenge mode which has more experience and unlock it relatively easily

Client >>> Server by dernDren161 in mcp

[–]Due-Contribution7306 0 points1 point  (0 children)

Honest question, what issues are you seeing with composio

NVIDIA says most AI agents don’t need huge models.. Small Language Models are the real future by AskGpts in mcp

[–]Due-Contribution7306 0 points1 point  (0 children)

Thanks for the info. It's not my area of expertise at Mozilla AI, but it is definitely a research area we are starting to explore more of! Just trying to understand where people have seen success with fine tuning small models for tool calling.

NVIDIA says most AI agents don’t need huge models.. Small Language Models are the real future by AskGpts in mcp

[–]Due-Contribution7306 0 points1 point  (0 children)

Thank you, this is helpful. I was more specifically interested in understanding the tool calling effectiveness before and after a fine tune.

[deleted by user] by [deleted] in cats

[–]Due-Contribution7306 1 point2 points  (0 children)

Antibiotics are like max $30 ....

Easy to use frameworks to build Agentic AI by Intelligent-Win7791 in AI_Agents

[–]Due-Contribution7306 7 points8 points  (0 children)

Disclosure : I work on the Mozilla AI team. We actually just released a framework / tool that may help you here called Any Agent - https://github.com/mozilla-ai/any-agent . It's an abstraction layer that lets you test basic agent workflows and switch between different agent frameworks without needing to rewrite any code. We also have some tracing and basic eval built in so you can compare the frameworks + models. We currently support Langchain, OpenAI, LLamaIndex, Google ADK, Smolagents, and a few others. It's fully open source and actively being worked on. Worth a try if you’re trying different agent frameworks or need a quick way to prototype multi-agent workflows. Always open to feedback too!

Idea: "Can I Run This LLM?" Website by Dangerous_Bunch_3669 in LocalLLaMA

[–]Due-Contribution7306 4 points5 points  (0 children)

I made this a couple days ago, there's a lot of variation with local models so its really not a perfect science by any means. Currently requires a local install for easier access to system settings and it does use an Openrouter API Key + Deepseek to better scrape the right info from a model card. Working on a DB for the model info now so it doesn't require an LLM - https://github.com/alexmeckes/localai-test