Loading video...

Video Failed to Load

Go Home

Introducing "Make it Heavy" a framework to simulate Grok Heavy functionality, fully open-source and running in your terminal. Use any model you want, thanks to . 👇

181,222 views • 1 year ago •via X (Twitter)

10 Comments

Pietro Schirano's profile picture
Pietro Schirano1 year ago

Link here:

Pietro Schirano's profile picture
Pietro Schirano1 year ago

So how does it work? In the image, you can see the main architecture. At its core, we have the agent building block. The main characteristics are: - Self-contained: Complete agent implementation with tool access - Agentic Loop: Continues working until task completion - Tool Integration: Automatic tool discovery and execution - Configurable: Uses `config.yaml` for all settings I made it so the tools are super easy to swap or add new ones, just drop files into the `tools` folder. An orchestrator (which is also an agent block) runs multiple questions based on the nature of a request to a set number of agents and synthesizes the results.

Pietro Schirano's profile picture
Pietro Schirano1 year ago

In Grok Heavy, you are limited to a maximum of 4 agents. Here, you can run as many agents in parallel as you want (of course, it would get expensive and you may run into context length limitations on certain models). All you have to do is change the config file. In the config, you can change other settings like which model is the main one, and other options like the max number of loops allowed for each agent. Bonus: you can also run a single agent in a chat, which is pretty cool for tool testing.

Pietro Schirano's profile picture
Pietro Schirano1 year ago

I am very happy with this release, I think it will demystify a lot about how these types of systems work. The Sequential Thinking MCP was huge for the space (literally any famous coding agent uses it), and I hope people can build on top of this as well.

Marta Calvinho's profile picture
Marta Calvinho1 year ago

@OpenRouterAI Did you notice any major difference in Kimi K2 performance with this?

GosuCoder's profile picture
GosuCoder1 year ago

@OpenRouterAI Curious how the results have been for you, is it noticeably improving output?

Philippe Tremblay's profile picture
Philippe Tremblay1 year ago

@OpenRouterAI How is it running for 4 minutes? You make it iterate?

Tooliense's profile picture
Tooliense1 year ago

@OpenRouterAI Is this process shows the improvement? According to XAI live they said that after running the agents they have researched the special method to improve not just getting together. But this is also a interesting project i think. 😁

Hassan's profile picture
Hassan1 year ago

@OpenRouterAI Super cool Pietro!

Pietro Schirano's profile picture
Pietro Schirano1 year ago

@OpenRouterAI Thank you!

Related Videos