-
Chat Modes: Configuring the LLM for Each Turn
A real job for Jev: routing every chat turn to a mode with its own instructions, tools, model, and thinking.
-
Sequence Is Not Structure: Getting Lost in Long LLM Conversations
Long LLM conversations preserve sequence, not structure. I want a way to see where ideas branch, drift, and remain unfinished.
-
Moving Active Storage Between Buckets Without 404s
A small fallback service and rclone made it possible to move Active Storage files to a new S3 bucket without downtime.
-
Generative UI in Rails with RubyLLM
Let the model compose responses from a catalog of UI components. Rails validates and renders them.
-
Share Extension Auth in iOS 18: Four Approaches Compared
Share Extensions can no longer open your app directly. A comparison of four approaches to handle authentication in iOS 18.
-
Dictionary-Quality Word Pronunciation Without Dictionary APIs
Using LLM-based TTS for a language-learning app, with IPA to guide the pronunciation of ambiguous words like ‘read’.
-
Diving into Fizzy's Routes: Rails' resolve and direct
How Fizzy uses direct and resolve for public board links and models without their own pages.