~/devreads

Thoughtbot

https://robots.thoughtbot.com/ · 3 posts · history since 2026 · active

Yesterday

Bethan Ashley 4 min read

Stop. Right now, stop reading and take 2 minutes. Draw how to make toast. That’s it. No further instruction. No clarification. Just those words on repeat. “Draw how to make toast.” The moment you say it, something interesting happens. Everyone stops. Instantly engaged. Then the questions start. “What do you mean?” “Can I use a pencil?” “Do you want steps?”…

9 Jun

Valeria Graffeo 4 min read

So one day a client came to me and said: “we want a Chrome extension.” Simple enough, right? First thing to know: the client didn’t want to build a real extension from scratch with its own codebase and logic. They wanted a wrapper, essentially their existing Rails app, dressed up and living inside a Chrome extension panel. Same features, same…

8 Jun

Daniel Garcia 10 min read

As AI-assisted software development becomes more widely adopted, more of the Ruby code in our Rails apps is being written by agents. Each team has its own conventions for how that code should look and behave, and we want those conventions enforced automatically rather than relying on the agent to remember them on its own. This is part of a…