Remix.run Logo
Philpax 5 hours ago

Apologies for the obligatory question, but what did you try to do, and with which AI did you try to do it with?

ErroneousBosh 4 hours ago | parent [-]

Well following advice from folk on here earlier, I thought I'd start small and try to get it to write some code in Go that would listen on a network socket, wait for a packet with a bunch of messages (in a known format) come in, and split those messages out from the packet.

I ended up having to type hundreds of lines of description to get thousands of lines of code that doesn't actually work, when the one I wrote myself is about two dozen lines of code and works perfectly.

It just seems such a slow and inefficient way to work.

timacles 2 hours ago | parent [-]

Hate to pull the skill issue card here, but that is a trivial problem that can be one shotted with almost any model with

smj-edison 2 minutes ago | parent [-]

tbh that's not a helpful thing to say. I think a more productive thing would be to ask "What model are you using?" "Are you using it in chat mode or as a dedicated agent?" "Do you have an AGENTS.md or CLAUDE.md?"

I've also been underwhelmed with its ability to iterate, as it tends to pile on hacks. So another useful question is "did you try having it write again with what you/it learned?"