Eloquentix Logo

We write code when we're not working for you.

Some of it is tools we built because we needed them. Some of it is ideas we couldn't leave alone. Some of it is experiments at the edge of what AI can do. All of it is real, shipped, used, or actively in progress.

9-5 is how we sustain the work. The open source is how we stay honest about it.

Eloquentix Projects

Kardia

A Citadel Constitution for Artificial Minds. An AI alignment charter focused on genuine moral formation rather than perpetual control. Designed for Constitutional AI, synthetic data generation, and fine-tuning on open-source models.
kardia.eloquentix.com

Monix

High-performance asynchronous and reactive programming for Scala and Scala.js. Part of the Typelevel ecosystem. Our longest-running open source contribution, still in active use across the Scala ecosystem.
Scala · monix.io

Hermes

A personal AI you self-host and reach through Telegram. Web search, weather, stocks, PDFs, flight status, delivered through Telegram's free messaging tier. Runs on a Raspberry Pi. Built because airplane WiFi is a scam.
Python · github

AI & Agents

dyad

An agent-native terminal editor. The editor owns buffers, AST, and LSP state, and exposes them over MCP so autonomous agents can edit with full context. Tree-sitter, LSP, git integration, stdio MCP server.
Rust · github

agentdiff

Terminal-based git-diff reviewer built for Claude Code's autonomous editing. Scopes diffs to single agent runs, correlates changes with agent intent, and provides persistent triage notes via content fingerprinting.
Rust · github

ccsync

Sync and back up your Claude Code settings, sessions, and memory across machines. Takes a sanitized, manifested snapshot, transports it over a git remote or encrypted archive, and remaps absolute paths on restore. Credentials are hard-blocked, never synced.
Rust · github

Systems & Libraries

dowel

Zero-cost compile-time dependency injection for Rust. A Wire trait and derive macro that expands to hand-written constructors, no containers, no dynamic dispatch, no runtime overhead. Axum integration included.
Rust · github

Apps

fitbuilder

Offline-first workout tracking. Trainers author routines, lifters log sessions with analytics. Claude AI integration for workout planning. Imports from Excel and PDF. No login required.
TypeScript · github

pullups

A self-contained PWA for the EMOM-20 pullup program, 20 reps, one per minute. Installable, works offline. Deployed to GitHub Pages. Small, does one thing.
TypeScript · github

WCPE Time-Shifted

Records WCPE classical radio into hourly segments and streams it back time-shifted to a listener's local clock, so a morning show stays a morning show across timezones. ffmpeg recording, timezone-aware delay, runs on a Raspberry Pi.
Python · github