Jesse Waites
Jesse Waites, Polyglot Software Developer, Creative Technologist, Hiker, Rock & Ice Climber
Home About Blog Portfolio Contact AI

Blog

Introducing Agent Gateway for Ruby on Rails

A small Rails engine gem that gives AI agents structured, read-only access to the data you choose to expose.

Why Does AI Sometimes Give Inconsistent Answers?

AI doesn't work like a calculator. It predicts words based on patterns, not fixed rules. Learn why answers can vary and why you should always verify against the original source material.

AI Agent Orchestration on Rails

Build a multi-agent AI platform where specialized agents use real tools to perform real tasks, all orchestrated on Rails.

RAG on Ruby on Rails

Build a powerhouse Retrieval-Augmented Generation (RAG) system with Ruby On Rails

Introducing the Strftime Roulette Rubygem

I'm releasing strftime_roulette, a Ruby gem that adds a strftime_roulette method to Date and Time objects. Every call returns a randomly formatted string. That's it. That's the gem.

The Inference Pattern: Tracking AI Usage with Polymorphic Models in Rails
Injecting dynamic Spotify data into my AI Voice Assistant

How I built a real-time voice agent using Gemini 2.0 and injected dynamic Spotify API data into its context window.

Building macOS apps with Apple AI: A guide to integrating Apple Intelligence with macOS

What I learned building an app that interfaces with Apple's Foundation Models AI.

Debugging custom Bridge Components in Hotwire Native

I’ve been building a Hotwire Native iOS app with a Rails backend and recently created a custom bridge component called ApproachMapBridgeComponent. The goal was simple: when users click a button in the web view, it should open a native map modal in the iOS app. But instead of a working feature, the button did absolutely...

Liquid Glass Tab Bar for Hotwire Native Apps

I'm working on a Hotwire Native iOS app, and I wanted the app to have that slick new Liquid Glass tab bar, which means that is is completely transparent and the content flows under and below the bottom tab bar. Here's how I updated my existing tab bar to have the modern Liquid Glass UI...

48 total posts — showing 1–10