▲ | dutchCourage 4 days ago | |||||||
That sounds crazy to me, Claude Code has so many limitations. Last week I asked Claude Code to set up a Next.js project with internationalization. It tried to install a third party library instead of using the internationalization method recommended for the latest version of Next.js (using Next's middleware) and could not produce of functional version of the boilerplate site. There are some specific cases where agentic AI does help me but I can't picture an agent running unchecked effectively in its current state. | ||||||||
▲ | jondwillis 4 days ago | parent | next [-] | |||||||
I pretty much always attach (insert library here) LLM.txt as context, or a direct link to the documentation page for (insert framework feature) Not very agentic but it works a lot better. | ||||||||
| ||||||||
▲ | zachwills a day ago | parent | prev | next [-] | |||||||
This is where prompting comes in. You need to remember to tell it about which libs you want or encourage it to web search to find the latest ones, or use something like context7 MCP to get the latest versions. | ||||||||
▲ | kobalsky 3 days ago | parent | prev | next [-] | |||||||
I have seen it doing incredible stuff. One shotted adding a feature that included modifications to a proprietary backoffice system, db schema updates, defining new api models, implementing changes on the backend and then on the frontend. I've also seen seen it choking when tasked to add a simple result count on a search. The short answer is, it's cheap to let it try. | ||||||||
| ||||||||
▲ | taspeotis 4 days ago | parent | prev | next [-] | |||||||
I’m training myself to have the muscle memory for putting it into planning mode before I start telling it what to do. | ||||||||
▲ | h33t-l4x0r 3 days ago | parent | prev [-] | |||||||
Claude is always a little behind latest versions because of knowledge cutoff. Also I know the i18n lib you're talking about and it was probably the right call. |