build-with-groq/g1
An experimental prototype using prompting to create Chain-of-Thought reasoning chains on Llama-3.1 70b for solving logical problems.

Not currently ranked — collecting fresh signals.
star history
The project implements dynamic reasoning chains where the LLM can choose to take additional reasoning steps or deliver a final answer at each point. It leverages a system prompt with techniques like requiring multiple derivation methods, exploring alternative answers, and step titling. The interface makes all reasoning tokens visible to the user, contrasting with OpenAI’s o1 which uses reinforcement learning-trained reasoning.
Frequently asked
- What is build-with-groq/g1?
- An experimental prototype using prompting to create Chain-of-Thought reasoning chains on Llama-3.1 70b for solving logical problems.
- Is g1 open source?
- Yes — build-with-groq/g1 is open source, released under the MIT license.
- What language is g1 written in?
- build-with-groq/g1 is primarily written in Python.
- How popular is g1?
- build-with-groq/g1 has 4.2k stars on GitHub.
- Where can I find g1?
- build-with-groq/g1 is on GitHub at https://github.com/build-with-groq/g1.