Skip to content
View Tschonsen's full-sized avatar
  • Germany
  • 20:46 (UTC +02:00)

Block or report Tschonsen

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Tschonsen/README.md

Hi, I'm Jonas Wirsching

Creative systems thinker building at the intersection of simulation, AI tooling, and developer experience.

I write Java and React myself; for everything else (C# .NET, Rust, Python) I work with Claude Code as a pair-programming partner. The result is one person shipping at a scope that normally takes a team.


What I'm building

StockSim — Realistic stock market simulator

C# .NET simulation engine + Electron/React UI. ~48 000 LOC, 530 tests, 18 interacting market systems (monetary policy, supply-chain propagation, options market with full Greeks, meme-stock dynamics, a regulator that flags suspicious trading).

Claude Token Tracker — Local Claude Code cost dashboard

Tauri + React. Parses Claude Code telemetry on disk, persists to SQLite, renders daily cost, per-model breakdown, cache-hit rate, peak-hour heatmap, monthly projection. Fully offline. 3.9 MB installer.

Claude Console — Desktop GUI wrapper for Claude Code (Phase 1 prototype)

Electron + React wrapping Claude Code as a real PTY. Multi-session tabs, file tree, mode selector, approval queue that lifts (y/n) prompts out of the terminal, diff viewer, agent monitor. Phase 2 is on hold — learnings are feeding into CodeBrain below.

CodeBrain — MCP server that Claude Code uses as a sub-agent

Local inference backend (Qwen-Coder 14B via Ollama) exposed as MCP tools. Claude Code delegates bulk work (content generation, polish, boilerplate) to save context window and rate-limit budget, while keeping reasoning for the hard parts. Think Claude-offloader, not Claude-replacement. Phase 2 live with batch_generate, polish, and .brain/context.md passthrough.

Spec-Driven Claude Development — Methodology framework for AI-collaborative projects

User-level CLAUDE.md plus a companion methodology doc. Codifies how I actually work with Claude: context-hygiene rules, three-tier decision autonomy, state-file hygiene that scales with project size, mini-audit and milestone checklists. The written scaffolding that keeps multi-session projects coherent when one of the collaborators has no memory between them.


Stack

  • Native: Java (Spring) · TypeScript · React · NoSQL
  • With AI partner: C# · .NET · Rust · Python · Electron · Tauri
  • Tooling: Claude Code, MCP, local LLMs (Ollama / Qwen-Coder), SQLite, WebSocket, ONNX

Currently

Iterating on SDCD with real project use, pushing CodeBrain into its next phase, and exploring what it really means for one developer to work effectively with an AI teammate on non-trivial systems.

Open to hire.

📍 Based in Germany · bilingual DE/EN · reach me via GitHub

Pinned Loading

  1. StockSim StockSim Public

    Realistic stock market simulator — C# .NET simulation engine + Electron/React UI, 48k LOC, 530 tests, 18 interacting market systems

    C# 1

  2. claude-token-tracker claude-token-tracker Public

    Desktop app that reads your local Claude Code telemetry and turns it into a live cost + usage dashboard — Tauri + React, offline-first

    TypeScript

  3. claude-console claude-console Public

    Electron GUI wrapper for Claude Code CLI — real PTY, multi-session, output parsing into approval queue + diff viewer + agent monitor. Phase 1 prototype.

    TypeScript

  4. CodeBrain CodeBrain Public

    An MCP server that offloads bulk work from Claude Code to a local LLM (Qwen2.5-Coder 14B via Ollama). Claude stays the reasoner; the local model takes the bulk drafting, polishing, and explanation …

    Python

  5. spec-driven-claude-development spec-driven-claude-development Public

    A methodology framework for collaborating with Claude on software projects. Core rules that bind every session, detailed procedures for planning, implementation, and audits, plus project-level temp…

    PowerShell