Obie Fernandez
@obie
dj/producer (aka Kyberian, KNBI) ✤ Principal Engineer @Shopify ✤ partner at http://magmalabs.io ✤ bestselling author 🇺🇦 slava ukraini!🇺🇦
My new artist album "The Purest Light" is out. 12 brand new tracks spanning progressive house and trance. Check it out open.spotify.com/album/4IVzRQVH…
So far the hardest part of this new AI agent future we're living in is simply keeping track of what all your agents are doing and the multi-tasking involved in keeping them productive, geesh... Makes me think I need an AI agent to help me supervise them all.
I find that Claude Code planning mode is only useful for really small tasks - for larger tasks what's working better for me: Ask Claude to make a plan in a markdown file -- then promptly take that Claude out back and shoot it (ctrl+c) Spin up a new Claude and tell it: "a…
21 years ago today, after months of work, @dhh released Rails v0.5.0 to the world with the note: “this piece will grow in public.” He wasn’t wrong. Since then, Rails has powered countless companies, grew with the support of thousands of contributors, and has kept true to its core…
API Error: 500 {"type":"error","error":{"type":"api_error","message":"Overloaded"}} ugh
Pro Tip for agentic coding: Set rules to use @rails runner and not use rails console for debugging and insights.
"You're absolutely right!" Oh how I hate these three little words. #anthropic #claudecode
I hate to say it but Claude Code with Opus 4 feels completely nerfed at the moment. Not sure wtf is going on, but this is nearly unusable and I hope @anthropic fixes it soon because if not the last month or so seems like it might have just been a cruel joke
Great to having Obie Fernandez @obie at rubyconf.africa 2025. Looking forward to his yet to be launched book "Patterns of Application Development Using AI Revisited" #RubyConfAfrica #RubyConfAfrica2025 #africanruby #nairuby #rubycommunity
Scoop: Boris Cherny and Cat Wu are back at Anthropic, two weeks after joining Cursor. 🤯🤯🤯 theinformation.com/briefings/anth…
Ruby AI Newsletter mentioned at @railsconf! 😍 Thank you @inazarova!
Slides from my talk at Rails Conf “Startups on Rails in past, present and future”, are up: evilmartians.com/events/startup…
What if we kept our APIs private instead of exposing them publicly? Then wrapped system internals with an MCP server (or equivalent) and expose a single API endpoint that simply accepts a prompt. 🤔
Attending @railsconf and talking to folks, my biggest realization is just how expansive @rails’ usage is, just that it doesn’t get spoken about publicly as often as other frameworks / technologies. Rails just seems to be silently chugging along in many companies’ tech stacks…
There is no reason to use fixtures anymore. They are not faster at all! Well-written factories will be slightly faster. The second file is with factories, and it is 13 seconds faster than using fixtures. So, if you want a fast test suite, you have to choose factories. I hope…
Significant read! Why Ruby fibers are a killer app for the AI age paolino.me/async-ruby-is-… #ai #ruby #rubyonrails
Early bird and Supporter tickets for the San Francisco Ruby Conference just went on sale! lu.ma/sfrubyconf2025 This is a special event, dedicated to celebrating the startups that grew huge on Ruby and Rails–like Chime, Gusto, Figma, and many more, and the new once that…
🚀 ClaudeOnRails v0.2.0 is here! Now with Rails MCP Server integration for real-time documentation access. Your AI agents just got smarter! ✨ Interactive setup - just press Y 📚 Real-time Rails docs 🤖 Enhanced AI accuracy 🛠️ Zero config needed gem 'claude-on-rails',…
How to prepare for this new age in which AI will effortlessly handle everything that already exists and remix it with ease? Open your mind. Commune with the universal consciousness. Find your muse. Drop acid. Meditate. Invent. Be human. Thing is, doing that takes practice.…
😵💫 ugh.. yes this matches my own mental model too
tbqh this completely matches my own mental model of how AI assisted coding is useful. Yes, the AI is about 50% as good as you. However, you can have unlimited numbers of agents, and there is only one of you. You are the main thread.
🚂 Announcing ClaudeOnRails! Hey everyone! Just released a gem that might change how you build Rails apps. ClaudeOnRails creates a swarm of specialized AI agents for your Rails project: • Architect (coordinates everything) • Models, Controllers, Views specialists •…