All posts tagged

Open Source

Ruby Deserves Beautiful Documentation

Ruby Deserves Beautiful Documentation

The Ruby community doesn't have a great documentation theme. So I made one. Jekyll VitePress Theme brings VitePress's docs UX to Jekyll.

RubyLLM 1.14: From Zero to AI Chat App in Under Two Minutes

RubyLLM 1.14: From Zero to AI Chat App in Under Two Minutes

RubyLLM 1.14 ships a Tailwind chat UI, Rails generators for agents and tools, and a simplified config DSL. Watch the full setup in 1:46.

RubyLLM 1.12: Agents Are Just LLMs with Tools

RubyLLM 1.12: Agents Are Just LLMs with Tools

Agents aren't magic. They're LLMs that can call your code. RubyLLM 1.12 adds a clean DSL to define and reuse them.

The LLM Capabilities and Pricing API is Live

The LLM Capabilities and Pricing API is Live

The standard API for LLM model information I announced last month is now live and already integrated into RubyLLM 1.3.0.

A Standard API for LLM Capabilities and Pricing

A Standard API for LLM Capabilities and Pricing

No provider exposes model capabilities and pricing through their API. So we're building one.

RubyLLM 1.0

RubyLLM 1.0

One Ruby API for OpenAI, Claude, Gemini, and more. Chat, tools, streaming, Rails integration. No ceremony.

Building Cluster Headache Tracker from a Hospital Bed

Building Cluster Headache Tracker from a Hospital Bed

Cluster headaches hit up to eight times a day. The hospital gave me a paper form with one line per day. So I built an app between attacks.