Open Source

Projects

Tools I build in public — AI infrastructure, developer tooling, and platform engineering. All open source, all on GitHub.

github.com/sochaty
AI Tooling

Dhi

Active

AI-powered fill-in-the-middle autocomplete for VS Code

  • Privacy-first: local Ollama by default, no data leaving your machine
  • Sub-100ms acceptance latency on local models with async streaming
  • Cross-file context — aware of open editor tabs and related files
PythonFastAPITypeScriptVS Code Extension APIOllamaOpenAI
LLM Infrastructure

LLM Governance Engine

Active

PII firewall and YAML policy engine that stops sensitive data before it reaches any LLM

  • Enforcement before the model call — not logging after the fact
  • YAML policy DSL with hot-reload: no restarts to update rules
  • Microsoft Presidio detects 50+ PII entity types (CREDIT_CARD, SSN, EMAIL, IBAN)
FastAPIAngular 21PostgreSQLPresidioDockerSQLAlchemyFernet