Warp.dev Terminal – Overpriced, Buggy, and AI-Sabotaged My Code
57 points| MistermanX | 7 months ago
The AI started actively breaking working code after I hit the limit. Repeated errors, no learning, and corrupted scripts. It destroyed bots I had already built.
Anyone else feel this service is more hype than functionality?
[+] [-] aitchnyu|7 months ago|reply
[+] [-] Retsoat|7 months ago|reply
you're paying for Warp's integration, which for most people is better than what DIY can accomplish.
[+] [-] atmosx|7 months ago|reply
[+] [-] nsonha|7 months ago|reply
I used it before as a free Claude Code to do ad-hoc scripting, pretty useful. Now I have found a bunch of TUI programs (Amazon Q, rovo dev, opencode) that can assist with that kind of workflow. I don't like that it's a GUI app, but I like the fact that it's a terminal app where I can type command directly into, not just prompt. Claude 4 should be fine, was on free, never hit limit so not sure what's the lite experience is.
[+] [-] iudqnolq|7 months ago|reply
It feels analogous to what would happen if you put me in front of a broken project without source control that I've never seen before and asked me to fix it without giving me enough time to actually understand it. It starts from errors and bugs, guesses corresponding source code, and tries to narrowly fix just that snippet. Generally it favors deleting, but not specifically deleting new code.
I would have thought it could record a log of its actions and use that log to think about undoing. I would also think it could annotate lines with git blame so it knows undoing wouldn't involve changing anything more than say a day old. Unfortunately that isn't consistent with what I've seen.
I just make a WIP git commit and run git commit -A --amend --no-edit after manually reviewing each unit of work.
Edit: I also wish Claude implemented undo at a higher level instead of relying on the model. Some combination of snapshotting the whole repo and tracking operations that have precise inverses. But I understand that would have drawbacks.
[+] [-] Retsoat|7 months ago|reply
[+] [-] beng-nl|7 months ago|reply
[+] [-] Ken_At_EM|7 months ago|reply
[+] [-] Larrikin|7 months ago|reply
[+] [-] stuaxo|7 months ago|reply
[+] [-] CafeRacer|7 months ago|reply
Claude code, for example, sometimes is incredibly useful in generating repeatable patterns, and sometimes it just walks in circles. But at least I always understand what's it's doing, can revert and tell it to do differently.
[+] [-] radkiddo|7 months ago|reply
[+] [-] crypto_is_king|7 months ago|reply
[+] [-] Retsoat|7 months ago|reply
[+] [-] 0xfedcafe|7 months ago|reply
[+] [-] deverman|7 months ago|reply
[+] [-] gaws|7 months ago|reply
[1]: https://wezterm.org/
[+] [-] egorfine|7 months ago|reply
[+] [-] ivanjermakov|7 months ago|reply
[+] [-] KingMob|7 months ago|reply
[+] [-] CafeRacer|7 months ago|reply
[+] [-] nsonha|7 months ago|reply
[+] [-] jharohit|7 months ago|reply