Same 3 tasks, they spent $30, we spent $5 — OpenClacky 1.0, an open-source AI agent optimized for token cost
Most AI agents don't have a cost problem on paper. They have a cost problem at the end of the month.
More and more people use AI agents for real work
ruby
dev.to
May 28, 2026
TIL 5/27/26
Tomato Crusher (working title) Test-Build-Resolution Tracker
I'm taking the approach of build, test, fail, iterate. This will be a short-hand recap o
ruby
dev.to
May 28, 2026
TIL 5/27/2026
Spin up from FirstDraft Co-pilot.
It's been a while since I've done this, so I'll outline the process.
Include devise gem on gemfile
bundle install
ruby
dev.to
May 27, 2026
The Better Primary Key: A Guide to ULIDs for Rails Developers
In a previous article, I talked about Snowflake IDs. They are great, but they require a bit of configuration because you need to manage "Worker IDs."
ruby
dev.to
May 27, 2026
🇺🇸 Glancer — Ask your Rails database questions in plain language
A Rails engine that allows you to query the database using natural language, with RAG and LLMs. No need to write any code.
Every Rails project reac
ruby
dev.to
May 27, 2026
🇺🇸 Rails Realtime ERD: Visualize Your Rails Schema in Real Time
Anyone who works with Ruby on Rails applications knows that, as a project grows, quickly understanding the relationships between models can become inc
ruby
dev.to
May 27, 2026
🇧🇷 Rails Realtime ERD: visualize seu schema Rails em tempo real
Quem trabalha com aplicações Ruby on Rails sabe que, conforme o projeto cresce, entender rapidamente as relações entre modelos pode se tornar cada vez
ruby
dev.to
May 27, 2026
How Long is a Rugby Game?
Rugby is an exciting sport and the most demanding of all sports. Many rugby fans are just starting to get into the sport and ask themselves how long a
ruby
dev.to
May 27, 2026
TIL 5/22/2026
Rails X XCode Tips
When reading commands from a textbook, the \ in the command instruction line is usually just a line continuation in instructions.
ruby
dev.to
May 26, 2026
Why flag_shih_tzu is changing its default SQL for bit flags
flag_shih_tzu stores many boolean attributes in one integer column. Each boolean gets one bit 〰️ well that used to be true 〰️ v1.0.0 supports multi-bi
ruby
dev.to
May 26, 2026
CLAUDE.md for Ruby on Rails: 13 Rules That Stop AI from Fighting the Framework
Ruby on Rails is the framework that popularized "convention over configuration." There's a right place for everything — models in app/models, controll
ruby
dev.to
May 26, 2026
I will continue using Devise with Rails 8!
I am developing a boilerplate called SuperRails.
S
ruby
dev.to
May 26, 2026
Contributing Upstream Instead of Forking: My grape-swagger-rails Story
Recently I had a chance to contribute to grape-swagger-rails, helping modernize the project and release v1.0.0.
What started as a small fix turned
ruby
dev.to
May 26, 2026
Thoughts on Codingame 2026 Spring challenge
Thoughts on Codingame 2026 Spring challenge (Trolls in woods)
I liked the challenge a lot, the most enjoyable experience so far! I even reached leg
ruby
dev.to
May 25, 2026
yard-yaml 0.1.1: safer UTF-8 handling for YAML documentation
yard-yaml 0.1.1 is available.
yard-yaml is a RubyGem that plugs into YARD and helps Ruby projects document YAML files alongside the rest of their A
ruby
dev.to
May 25, 2026
How I Built a Rails App That Syncs Empire Flippers Listings to HubSpot and Google Sheets
A Rails integration app that syncs Empire Flippers listings to HubSpot and Google Sheets using Sidekiq, PostgreSQL, and service objects.
ruby
dev.to
May 25, 2026
Build a Secure API with Rails 8 - Part-3: Auth Controllers
Hey folks 👋
Welcome back. In Part 2 we laid the foundation: a Rails 8 API with a User model, password hashing through Devise, OAuth2 password grant v
ruby
dev.to
May 25, 2026
Jekyll SEO Implementation
Originally published at thatdevpro.com. This framework reference is part of the 14-tier Engine Optimization stack from ThatDevPro, an SDVOSB-certifie
ruby
dev.to
May 24, 2026
Why your bash scripts keep breaking — and how to escape the trap
The script that ate my afternoon
I had a "five-minute" bash script last Tuesday. By Thursday it was 380 lines, three functions deep, and si
ruby
dev.to
May 24, 2026
yard-fence 0.9.0: cleaner YARD docs when Markdown braces get in the way
🤺 yard-fence 0.9.0 is out.
This is the first blog post I have written for the gem, so I will start with the short version:
yard-fence is a Ruby ge
ruby
dev.to
May 24, 2026