Ask HN: Why hasn't x86 caught up with Apple M series?
397 points by stephenheron 1d ago 570 comments
Ask HN: Is there a temp phone number like temp email?
8 points by piratesAndSons 14h ago 11 comments
Ask HN: Best codebases to study to learn software design?
100 points by pixelworm 3d ago 89 comments
Ask HN: Are AI filters becoming stricter than society itself?
29 points by tsevis 3d ago 16 comments
A chatbot that builds Rails apps
2 kody_06 1 8/25/2025, 5:38:10 PM kodykendall.com ↗
Comments (1)
kody_06 · 1d ago
I'm working on an AI agent that uses LangGraph, GPT 4.1, Docker, and tool calling to build & modify Rails applications. It's fascinating how much you can accomplish with tool calling. This is part 1 of me going over the approach, including using multiple docker containers, mounted volumes, and tool calling to overwrite files within the mounted volumes, that can then render the changes in real time on an iframe. Part 2 coming soon.