llm-kb
← Back to products
Productlaunched

Ditto: mine your own LLM coding sessions into a file for your agent

Ditto extracts only the user's typed messages from local Claude Code and Codex session logs, stripping tool output and assistant replies, and compiles them into a file that an AI agent can read first. It solves the problem of losing personal work patterns and context across many coding sessions, giving the agent a honest record of how the user actually works.

Visit project ↗
2 engagement·1 source·Sun, Jul 12, 2026, 03:29 PM
The tool pulls every message the user typed from local Claude/Codex logs, removes tool output, errors, file dumps, and assistant replies, keeping only the user's words. It processed 1,656 sessions from 9 months of solo use. The resulting file is meant to be read by an AI agent before starting a new session, providing context from past work. Tech stack: not specified beyond using local logs. Traction: 112 stars in 3 days on GitHub.

Entities

Claude Code(tool)Codex(tool)ohad6k(person)

Related

ProductfeaturedWed, Jul 8, 2026, 11:42 AM

Mine AI chat logs into a local you.md agent profile

Ditto mines your Claude Code, Codex, and Cursor chat logs to build a local you.md profile that captures your thinking patterns, preferences, and definition of done. It solves the problem of AI agents lacking context about your work style by creating a persistent, honest record of how you actually work.

106 engagement·1 source·github
ProductSat, Jul 11, 2026, 05:29 PM

Upload project folder to get optimized markdown for LLM context

A web tool that lets users upload an entire project folder and receive a single, clean, optimized markdown file ready to paste into Claude or Codex. It solves the problem of manually preparing context for LLMs by automatically consolidating and formatting code files. All processing is done client-side for privacy.

1 engagement·1 source·reddit
ProductSun, Jul 12, 2026, 02:04 AM

Confessor: Analyzes Claude Code transcripts to show what the AI agent did on your computer

Confessor is an open-source tool that reads the JSONL log files Claude Code leaves on disk and generates a human-readable report of every action the AI agent performed, including tool calls, file reads, and shell commands. It helps developers understand and audit the behavior of AI coding agents on their machines.

6 engagement·2 sources·reddit
ProductSat, Jul 11, 2026, 08:54 PM

ddiff: LLM-generated diff format for isolating feature sets in code

ddiff is a format for isolating feature sets in code using LLM-generated diffs. It works by prompting an LLM to produce a diff of analysis of intents and code changes related to specific features, which can then be used by another LLM to implement the feature natively. The creator provides a live chat to Telegram group and a markdown WYSIWYG editor with rich uploads.

2 engagement·1 source·reddit
ProductSun, Jul 12, 2026, 12:47 PM

Coder: CLI tool to delegate coding tasks to background LLM agents

Coder is a CLI/plugin that lets developers dispatch coding tasks to background agents powered by Claude CLI or Codex CLI. It keeps the main session context clean and distributes workload across existing subscriptions. Built entirely with Claude Code, it is free and open source.

4 engagement·1 source·reddit