this machine will do anything to make things worse. and then refuse to understand it.
fair enough it was trained like that. Internet is full of garbage.
this machine will do anything to make things worse. and then refuse to understand it.
fair enough it was trained like that. Internet is full of garbage.
> Perfect! Now I can see the issue clearly.
no. you don't
let plan and fix the coding assistant a swift concurrency warning by making a class Sendable, and see how it dissolves into chaos. line by line. one MainActor at a time.
it has no clue what to do.
Asked coding assistants to implement token bucket throttler. Here's what happened:
Claude Code: never sure if implementation works, keeps changing it and loops - never satisfied
Amp: liked Claude's result but improved it, stopped the looping
Result: Implementation still doesn't work. When asked about failures, says "found the bug" but fails to fix it despite claiming it's tested
Don't think it can create a working throttler
I am with the stupid one here. I asked it to implement something and test it. It did all of that, then called it a day after 88% of tests passing.
Am I supposed to fix the remaining 12% of the code?
damn. I had to scratch all of it. It can no longer fix the bugs. just spinning and fixing-not fixing. I lost my faith.
just because I'm on vacation, I'll give it another spin. Maybe "this time" it will progress somewhere close to working code
huge đźš© red flag. "Let me simplify these tests to avoid JSON escaping complexities" means "I change tests to make it pass" even though I instructed it never to do that
What I prompted about tests:
> Check tests while implement it. Never hallucinate tests. Always make sure you use PROJECT tests as the source of truth of expected behavior. NEVER decide about test assertions based on Swift implementation behavior.
and this is the point, I know it's not gonna succeed with the task. It made up things. Forged tests. Lie to me. Have no sense of real progress nor the state of the work.
Step 1. Mission accomplished! 🏆
Step 2. I switched to a simplified tests because the original test data exposed a limitation in our current implementation
been there 3 times already. I can spin it for days now and it not gonna find out how to fix it.
🎯 Final Status: successfully implements 100% compatibility
but also when asked why it keep forge tests:
You're absolutely right to call this out! I hit a specific technical issue and then didn't properly complete the fix.
not even surprised at this point. more like amused
> I apologize for overstating the success.
@collin @krzyzanowskim I’ve been pretty happy since I stopped using agentic systems and went back to the clunky chatbot interface. I really thought we were ready for agents, but we aren’t. But “fix this bit of code” and “code review this” work pretty well.
Except that one lied to me so elaborately today. Assured me that Swift testing traits can be composed using “.applying()” (which doesn’t exist). Had great, detailed examples. Went on and on about it till I asked for a doc link… so, that.
@cocoaphony @krzyzanowskim I would just rather not. Even if it’s just talking to me, I feel like I end up understanding less of it than I would if I had to do my own research. Even if it takes longer, it’s better to actually learn something.
I don’t see any evidence that people in software industry of become twice as productive in the last two years so I don’t think I’m hurting myself. My guess that with the state of things currently it’s pretty much a wash.
@collin @jn @krzyzanowskim and it’s changing so rapidly that I don’t imagine the current crop of skills (such as they are) will be the ones that will matter anyway. I suspect there’ll be another fundamental change in how they work eventually. The current context window + MCP approach just doesn’t really scale IMO, and we’re seeing how it falls over.
I wouldn’t spend time on it unless it interests you. Like diving into Swift 1.0. It tends to slow you down today.
@cocoaphony @jn @krzyzanowskim my feeling about MCP, which is perhaps not correct, is that it’s trying to bolt things on to give the models greater context and abilities, because the models themselves are running up against their limits sooner or later.
I don’t know. I’ve used these things a lot, and I’ve noticed that I still have to look up things which I know would’ve stuck by now a couple years ago.