(no title)
solresol | 9 months ago
Here's my workflow that keeps failing: - it writes some code. It looks good a first glance - I push it to github - automated tests on github show that there's a problem - go back to codex and ask it to fix it - it does stuff. It looks good again.
Now what do I do? If I ask it to push again to github, then it will often create a pull request that doesn't include stuff from the first pull request, but it's not a pull request that stacks on top of the previous pull request, it's a pull request that stacks on top of main.
When asked to write something that called out to gpt-4.1-mini, it used openai.ChatCompletion.create (!?!!?)
I just found myself using claude to fix codex's mistakes.
fcoury|9 months ago
One of the things I am constantly struggling with is that the containers they use are having issues to fetch anything from the internet:
Hopefully they fix this and it gets better with time, but I am not going to renew past this month otherwise.hmottestad|9 months ago
Took me an few hours today to figure out how to install maven and have it download all the dependencies. Spent an hour trying to figure out why sudo apt-get update was failing, it was because I was was using sudo!
bargainbin|9 months ago
If both OpenAI and Devin are falling into the same pattern then that’s a good indication there’s a fundamental problem to be solved here.
csomar|9 months ago
landl0rd|9 months ago
[deleted]