▲ | the_mitsuhiko 4 days ago | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Unfortunately, Claude Code is not open source, but there are some tools to better figure out how it is working. If you are really interested in how it works, I strongly recommend looking at Claude Trace: https://github.com/badlogic/lemmy/tree/main/apps/claude-trac... It dumps out a JSON file as well as a very nicely formatted HTML file that shows you every single tool and all the prompts that were used for a session. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | rbren 3 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
If you’re looking for an OSS alternative check out OpenHands CLI: https://github.com/All-Hands-AI/OpenHands?tab=readme-ov-file | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | CuriouslyC 4 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
https://github.com/anthropics/claude-code You can see the system prompts too. It's all how the base model has been trained to break tasks into discrete steps and work through them patiently, with some robustness to failure cases. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|