←back to thread

214 points Brajeshwar | 2 comments | | HN request time: 0s | source
Show context
yodsanklai ◴[] No.45087351[source]
Seems about right for me (older developer at a big tech company). But we need to define what it means that the code is AI-generated. In my case, I typically know how I want the code to look like, and I'm writing a prompt to tell the agent to do it. The AI doesn't solve any problem, it just does the typing and helps with syntax. I'm not even sure I'm ultimately more productive.
replies(6): >>45087633 #>>45087699 #>>45087883 #>>45089870 #>>45090395 #>>45090712 #
1. victorbjorklund ◴[] No.45089870[source]
100%. My instructions are often pretty exact "i want a genserver that fetches the data every X sec and updates Y if new data"
replies(1): >>45091821 #
2. cpursley ◴[] No.45091821[source]
Yeah, Claude has gotten much better with Elixir. I think too many people expect one-shot miracles, but you have to guide it along like you would a junior, including directing it towards the proper context.