▲ | chaosprint 7 days ago | ||||||||||||||||||||||||||||||||||
The title is a bit exaggerated. The depth of the projects covered in the article is clearly not representative of "all". In fact, I now prefer to use a purely chat window to plan the overall direction and let LLM provide a few different architectural ideas, rather than asking LLM to write a lot of code whose detail I have no idea about. | |||||||||||||||||||||||||||||||||||
▲ | OldfieldFund 6 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||
It's a play on the name of the paper that jump-started ChatGPT: "Attention Is All You Need:" https://arxiv.org/abs/1706.03762 | |||||||||||||||||||||||||||||||||||
▲ | skerit 7 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||
I like using Claude-Code, it can be a real timesaver in certain cases. But it's far from perfect. Really difficult things/big projects are nearly impossible. Even if you break it down into hundred small tasks. I've tried to make it port an existing, big codebase from one language to another. So it has all of the original codebase in one folder, and a new project in another folder. No matter how much guidance you give it, or how clear you make your todos, it will not work. | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
▲ | dexwiz 6 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||
That's my gist. All of these seem pretty basic apps I would see implemented to demo a new web or REST framework. Comment ranker is cool, but I can't imagine its doing much more than scrape text > call semantic api > modify DOM. How much of this is buildings versus recalling tutorials in the dataset. For every vibe coded project with 20 lines of requirements, I have a model with 20 different fields all with unique semantic meanings. In focused areas, AI has been okay. But I have yet to see Claude or any model build and scale a code base with the same mindset. | |||||||||||||||||||||||||||||||||||
▲ | NitpickLawyer 7 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||
Most harnesses provide this as a "plan" vs. "act" mode now. You first "chat" in plan mode (no access to tools, no instructions to write any code basically), you then can optionally write those plans in a memorybank / plan.md, and then say "now go implement it", and it moves to the "act" mode where it goes through and does it, updating progress in plan.md as it goes. | |||||||||||||||||||||||||||||||||||
|