newsReddit r/LocalLLaMATrust 58 · CommunityPublished 6d agoLive · 5d ago
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 I built claude_converter to bridge that gap. What it does: Conv
