[ Home ]

Developing in the age of AI

Achieve an agent workflow of 0% frustration. Agents inherited a human problem: taking shortcuts. Better prompts don't fix that — removing wrong options does. This site documents the tools and patterns that force good decisions by default.

Start Here.

SELECTED ENTRIES
01 / PROJECTS

Water Tank Monitor with ESP32 and OpenWRT

An ultrasonic distance sensor on an ESP32-C3 posts water level readings over WiFi to a minimal Rust server running on an OpenWRT router — no cloud, no app, just an email when the tank runs low.

READ ARTICLE →
02 / PROJECTS

Memex: Stop Babysitting Your LLM Sessions

Memex is a local CLI that gives LLMs persistent, semantic memory across sessions — no API keys, no MCP server, just markdown files and a vector index.

READ ARTICLE →

[SYSTEMS_LOG]

Practical Stuff.

ALL PROJECTS →
PROJECT_ID: 001

Water Tank Monitor with ESP32 and OpenWRT

An ultrasonic distance sensor on an ESP32-C3 posts water level readings over WiFi to a minimal Rust server running on an OpenWRT router — no cloud, no app, just an email when the tank runs low.

Water Tank Monitor with ESP32 and OpenWRT
PROJECT_ID: 002

Memex: Stop Babysitting Your LLM Sessions

Memex is a local CLI that gives LLMs persistent, semantic memory across sessions — no API keys, no MCP server, just markdown files and a vector index.

Memex: Stop Babysitting Your LLM Sessions

Open Source.

UTILITIES & PACKAGES

ALL LIBRARIES →
[ELIXIR] v0.3.0

phoenix_page_meta

SEO meta tags and structured page metadata for Phoenix LiveView apps. Handles og:*, twitter:*, canonical, and breadcrumb generation.

[ELIXIR] v1.0.0

ecto_trim

Automatic whitespace normalization for Ecto text fields. Drop-in custom type that trims leading, trailing, and excess internal whitespace on cast.

[ELIXIR] v0.1.0

ecto_context

Scoped CRUD with a built-in permission layer via macro DSL. Generates consistent context functions without boilerplate.

[ELIXIR] v0.1.0

static_context

Uniform query API for in-memory lookup data. Same interface as Ecto contexts but backed by hardcoded module data — no database required.

[ELIXIR] v0.1.0

langchain_prompt

Opinionated prompt architecture for Elixir. Structures prompts as composable modules with consistent rendering and LangChain integration.

[ELIXIR] v0.1.0

sitemap_builder

Minimal, pipeline-friendly XML sitemap generator. Produces standard sitemaps and sitemap index files from plain Elixir data structures.