Posts tagged tooling.

5 posts · all tags

DateTitleTagsMark
2026-05-05 I Built a Read-Later Chrome Extension Because Pocket Died
Pocket shut down in July 2025. I needed somewhere to dump the articles I keep telling myself I'll read later. So I built a Chrome extension that does exactly that and nothing else. Local-only, no accounts, no tracking.
engineering tooling privacy
2026-04-15 Open-Source Agent That Teaches Claude Code Your Architecture
AI made software cheap to build but not cheap to scale. Evolutionary architecture with domain-aware AI agents is the missing piece.
ai claude-code architecture
2026-04-13 OpenHealth – Chat with Apple Health Data, Anywhere
I built OpenHealth because Claude's and ChatGPT's Apple Health connectors are US-only. Drop your export.zip, get seven markdown files any LLM can read — browser, CLI, or phone-to-desktop over WebRTC.
ai engineering privacy
2026-04-02 How I Built an SMS Gateway with a $20 Android Phone
Turn any Android phone into a programmable SMS gateway for your SaaS — no per-message fees, no carrier contracts, no vendor lock-in.
engineering tooling architecture
2026-03-18 Why LLMs waste half their brain
AI coding agents burn too many tool calls just figuring out where things are. I built codemap to fix that — cheap model indexes, cheap model selects, big model codes.
ai claude-code tooling