Show HN: TrAIcer – capture your AI coding traces to sell later Developer Shahmir J. released TrAIcer, an open-source tool that lets developers capture and encrypt AI coding conversations from Anthropic and OpenAI for potential future sale on the upcoming Traice Market platform, while keeping raw data in the developer's own S3-compatible storage. The tool runs locally, redacts secrets, and submits only signed metadata to the marketplace, aiming to give developers control over their AI interaction data. Traicer is for developers who want to offer selected AI coding conversations for potential sale through Traice Market https://traice.market without giving the platform a copy of their working history. You are the seller and your storage remains the source of truth. Traicer runs on your machine, captures only supported provider calls you deliberately route through it, removes known secrets, encrypts accepted traces, and writes the ciphertext to S3-compatible storage you control. Traice Market is a work in progress, and account access is not generally available yet. Traicer remains useful before it opens: encrypted trace objects stay in your bucket, while signed safe metadata waits in the durable local outbox. When you connect an account later and restart Traicer, it submits that pending metadata idempotently, allowing those existing traces to enter marketplace workflows without uploading their raw contents. To discuss the project or hear when access opens, join the Traice Discord https://discord.gg/4QJ7E4nTT . A trace is the redacted request body and successful response body from one supported Anthropic or OpenAI call, together with its provider, model, client, timestamp, token usage, response status, and redaction report. If the client sent system instructions, code, repository context, tool definitions, tool calls, or tool results inside that provider payload, those values can be present after redaction. Traicer does not independently crawl your repository, watch processes, or record unrelated network traffic. Warning Traicer is an operator preview, not a general-purpose data-loss-prevention system. Its built-in detectors cannot guarantee that every sensitive value will be found. Begin with non-sensitive work, verify release checksums https://github.com/smashah/traicer/releases/latest , and review the preview limits compatibility-and-preview-limits before using it with production repositories. This is the current CLI output shape with synthetic identifiers and no trace contents. It shows a healthy local capture service running without a Traice Market account, then the safe local inventory created by two successful provider calls. bash $ traicer status Daemon: running pid 48120 Capture: healthy Storage database: ready Seller storage: ready Gateway: ready at http://127.0.0.1: