r/LocalLLaMA
· Communities
I built a tool to turn your Claude Code sessions into fine-tuning data for local models
If you use Claude Code, every session is already sitting on disk as a .jsonl file under ~/.claude/projects/. It has real coding conversations: multi-turn edits, tool calls, reasoning traces. That's training data you already generated for free. The problem is the format is not what any fine-tuning framework expects. So