←back to thread

221 points caspg | 2 comments | | HN request time: 0.445s | source
Show context
caspg ◴[] No.42164142[source]
I wanted to develop a simple tool to compare maps. I thought about using this opportunity to try out Claude AI for coding a project from scratch. It worked surprisingly well!

At least 95% of the code was generated by AI (I reached the limit so had to add final bits on my own).

replies(2): >>42164624 #>>42164812 #
MrMcCall ◴[] No.42164624[source]
The problem is that you must understand that 95% in order to complete the last 5%.
replies(4): >>42164697 #>>42164702 #>>42164767 #>>42166353 #
1. ericskiff ◴[] No.42164767[source]
Interestingly, I’m pretty sure they mean they hit the limit with tokens on Claude.

There’s a daily 2.5 million token limit that you can use up fairly quickly with 100K context

So they may very well have completed the whole program with Claude. It’s just the machine literally stopped and the human had to do the final grunt work.

replies(1): >>42164771 #
2. ericskiff ◴[] No.42164771[source]
We’ve been hitting this in our work and in experimentation, and I can confirm that Claude sonnet 3.5 has gotten 100% of the way there, including working through errors and tricky problems as we tested the apps it built.