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.

Velocity · 7d
+6.6
★ / day
Trend
→steady
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.