Tag

Elixir

I Wanted an AI Agent That Wouldn’t Break Things. I Ended Up Building a Framework

I Wanted an AI Agent That Wouldn’t Break Things. I Ended Up Building a Framework

I wanted to build an AI agent for a real project. Somewhere between prompts, policies, and real edge cases, I ended up building an open source framework in Elixir.

7 min
Projects & Work in Progress
AI Elixir

How Spectre Works and Why I Chose Kinetic Instead of MCP

How Spectre Works and Why I Chose Kinetic Instead of MCP

How Spectre, Kinetic, Lens, Mnemonic, Directive, and Pulse fit together, why Kinetic handles local tool planning instead of MCP, and why each library remains independent.

10 min
Projects & Work in Progress
AI Elixir

Spectre Mnemonic: Memory for Agents That Actually Forgets Correctly

Spectre Mnemonic: Memory for Agents That Actually Forgets Correctly

The third article in the Spectre series introduces Spectre Mnemonic, an Elixir-first memory layer for agents with scoped recall, lifecycle governance, observations, mental models, and forgetting.

7 min
My Crazy Ideas
AI Elixir

Spectre Lens: Giving Agents Eyes Without Handing Them the Whole Browser

Spectre Lens: Giving Agents Eyes Without Handing Them the Whole Browser

The second article in the Spectre series introduces Spectre Lens, an Elixir-first browser perception layer that turns pages into agent-readable context.

6 min
My Crazy Ideas
AI Elixir Tools

I Wanted My Own Agent Library, So I Built One

I Wanted My Own Agent Library, So I Built One

The first article in the Spectre series introduces Spectre Kinetic, an Elixir-first planning layer for agents that lets models express intent while the runtime keeps control.

7 min
My Crazy Ideas
AI Elixir

Why my Phoenix node “finished loading” but RAM never came back

Why my Phoenix node “finished loading” but RAM never came back

A hands-on story about tracking down stubborn RAM usage in a Phoenix node after a heavy data load.

6 min
System Design
Elixir Performance Optimization

Trying Phoenix 1.8: My Honest Experience After the Switch

Trying Phoenix 1.8: My Honest Experience After the Switch

A personal walkthrough of adapting to Phoenix 1.8: DaisyUI, layout modules, async functions, custom modals, and JS tweaks for better UX.

7 min
My Thoughts
Elixir

Why You Might Not Need A Vector Database When PostgreSQL Can Power Your RAG

Why You Might Not Need A Vector Database When PostgreSQL Can Power Your RAG

Want to build RAG without dragging a new vector database into your stack? In this guide we walk through how to turn plain old PostgreSQL into a serious RAG backend.

8 min
System Design
AI Elixir

How I Ended Up Building My Own Multi-Domain, AI-Powered Blog Platform

How I Ended Up Building My Own Multi-Domain, AI-Powered Blog Platform

I got tired of cloned WordPress SEO farms, so I built a multi-domain, multi-language blog platform in Elixir with fast SEO-optimized pages, integrated analytics, AdSense, affiliates and AI agents that research trends and draft high-quality articles automatically.

6 min
Projects & Work in Progress
AI Elixir