✕ Clear all filters
13 articles

📰 Dev.to · Alex Towell

13 articles · Updated every 3 hours · View all reads

All Articles 80,160Blog Posts 103,823Tech Tutorials 19,538Research Papers 17,531News 13,691 ⚡ AI Lessons
Posthumous: A Federated Dead Man's Switch
Dev.to · Alex Towell 2mo ago
Posthumous: A Federated Dead Man's Switch
A walkthrough of Posthumous, a self-hosted dead man's switch that monitors periodic check-ins via TOTP, progresses through escalating alert stages, and triggers
I Spent $0.48 to Find Out When MCTS Actually Works for LLM Reasoning
Dev.to · Alex Towell 2mo ago
I Spent $0.48 to Find Out When MCTS Actually Works for LLM Reasoning
Controlled experiments on constraint satisfaction problems. MCTS beats best-of-N only when blind sampling hits a ceiling and the verifier provides a gradient.
The MCP Pattern: SQLite as the AI-Queryable Cache
Dev.to · Alex Towell 2mo ago
The MCP Pattern: SQLite as the AI-Queryable Cache
I keep building the same thing. Not the same product — the products are different. One indexes a...
Chartfold: Owning Your Medical Records
Dev.to · Alex Towell 3mo ago
Chartfold: Owning Your Medical Records
A walkthrough of Chartfold, a Python tool that loads your medical records into SQLite and exposes them to Claude via MCP for structured analysis, visit prep, an
pagevault: Hiding an Encryption Platform Inside HTML
Dev.to · Alex Towell 3mo ago
pagevault: Hiding an Encryption Platform Inside HTML
pagevault turns any file into a self-contained encrypted HTML page. No backend, no JavaScript libraries. Just AES-256-GCM and the browser's Web Crypto API. The
The Incomputability of Simple Learning
Dev.to · Alex Towell 5mo ago
The Incomputability of Simple Learning
An exploration of why the simplest forms of learning may be incomputable, and what that means for the intelligence we can build.
symlik: Symbolic Likelihood Models in Python
Dev.to · Alex Towell 5mo ago
symlik: Symbolic Likelihood Models in Python
Define statistical models symbolically and automatically derive score functions, Hessians, and Fisher information.
repoindex: Give Claude Code Awareness of Your Entire Repository Collection
Dev.to · Alex Towell 5mo ago
repoindex: Give Claude Code Awareness of Your Entire Repository Collection
A metadata index that lets LLM tools like Claude Code query across all your git repositories.
Networks of Thought: Finding Your Research Niche in the Age of LLMs
Dev.to · Alex Towell 7mo ago
Networks of Thought: Finding Your Research Niche in the Age of LLMs
You can't compete with infinite compute. But you can find adjacent spaces where depth matters more...