Forgot your password?
typodupeerror

Comment Not a glowing recommendation (Score 1, Interesting) 110

So let me get this straight. If I live in a hot or cold environment, and/or I regularly use the advertised range (or as much of it that the car will give me, realistically) to avoid having to sit and wait for fast charge to 80% for an hour on a road trip, I'm looking at (probably) no more than 80% capacity available after 5 years?

That torpedos the used market solidly. No wonder they're available so much cheaper.

Comment Re:Questions (Score 4, Interesting) 90

Yep. The fundamental problem that requires loops is that opus et al are lazy AF. They do not "implement the plan, make no mistakes". They'll do a subset of {A..M} phases in a plan (90% of A, 70% B, 30% L, 0% M, etc.) and then say "all done!" when it compiles. So, you've got to loop it "do this until it's done". It's fundamentally brute forcing the problem, because the models aren't designed for completeness, just complete-enough, and then lies to you.

The harness exacerbates the problem. People have implemented some privately which do this correctly, but aside from the one I just made available on gh, I'm not aware of any that are public which do so natively/by core design. (And even then, it's sometimes iffy...)

Comment Re:Questions (Score 1) 90

This is all just marketing to try to cover for the fact that Claude Code wasn't properly conceived or designed on the onset to do what agentic tools like Hermes (and others, like Meept, or that Paperclip company with its autonomous employees) already do: create autonomous agentic workflows with clearly defined executors.

"It's a loop" is just bullshit to cover for the fact that they've got no clear, clean way to constrain context or workflows. They're trying to make themselves sound edgy so they can seem at the forefront of something they've clearly fallen far behind on.

Watch, they'll come out with some "new" feature in a couple of months which is already old hat to those at the forefront.

Slashdot Top Deals

I've noticed several design suggestions in your code.

Working...