ownshire 2026

My projects.

A stack of about thirteen pieces I build under the name Own*. My own infrastructure for the AI era, running on one home machine. Tools I wanted to exist, in roughly the order I built them.

Core

Own Engine
Custom C++ LLM inference engine. Llama 3.1 70B, continuous existence, LoRA, SFT, EWC, neurogenesis.
#c++ #cuda #active
Own Search Engine
Local web search. ~35M docs (Common Crawl + Wikipedia + Wikidata + Habr), BM25+RRF, mmap inverted index. Will be reachable at /s.
#c++20 #near-launch
Universal Catalog
Product knowledge graph - ~12.6M entities from Common Crawl. Identity resolution, compatibility graph through physical specifications.
#go #python #developed
Own RAG
Retrieval-augmented generation over Own Search (retrieval) + Own Engine (generation). Connector pattern.
#python #early

Services

Own Router
Transparent reverse proxy for Claude Code and other AI coding assistants. Logs requests, lets me inspect and modify system prompts.
#python #working
Own Data Services
Multi-provider data proxy - weather, currency, feeds, with fallback between sources. Powers instant answers and dashboard widgets.
#go #in-use
Own Career Checker
Job matcher over the search index - an applied consumer for the postings crawl.
#python #early

Frontend

Own Main Dashboard
Unified UI over Own* services: status, start/stop, proxied widgets. Single entry point into the stack.
#python #ts #in-work
Own Video Creator
Automatic demo-video pipeline: title slate → screen capture → closing slide → mp4.
#python #done
Own Tracker
Task tracker used for every Own* project. An MCP server; the tracker tracks itself.
#python #in-use
OwnShire
This site. Static HTML and CSS, no trackers, no JS, no CMS. A quiet hub for writeups and demo links.
#html #css #live

Specialized

VulkanBro Browser
Vulkan-based browser with 2D/3D hybrid rendering. Own HTML/CSS parser, own layout engine, twenty‑plus plugins with hot-reload.
#c++17 #vulkan #active
Read Bitcoin
Blockchain analytics pipeline: .dat → JSON → Parquet → ClickHouse, with a web UI on top.
#python #go #basic