Hacker Newsnew | past | comments | ask | show | jobs | submit | ccakes's commentslogin

I think there’s enough real conscious lifeforms in the world having a bad time that we should be focusing on them first.

> The scary part to me is that it actually works. Not practically, but that upper management and whatnot actually buy it.

That “below average” intelligence pool are well represented in upper management. FOMO is a powerful thing, smart people are often tricked by dumb ideas because they don’t want to miss out on something or be perceived to not understand the value of a bad idea


Counterpoint - the two major Australian supermarkets both sell in-store “finished” cookies that are like crack. They’re delicious. They come in a pack of 5 for $3.50 but 5 is way too much. I’d gladly pay $1 each for them as a snack while I’m shopping

There are occasions where shrinkflation does make sense. In the Mars case, I’d say there is consumer demand on the health side as well. Yes, a Mars bar is never “healthy” but 40g is less worse than 60g


What is a "finished" cookie?


Refers to the baking. These come mostly baked but frozen, then "finished" in store.


An eaten one?


Automatic filtering on modern iOS has been a game changer here. Assume Android has something similar, but I can't speak highly enough of that one feature


If only it didn’t show the missed call pip for filtered calls.


I use SpamBlocker for filtering (available on F-Droid) to block calls, and with at least newish Samsung there is an option to hide blocked calls in the menu of the phone app.

I've got it configured to block on a country basis, with previous calls and contacts as a whitelist - that works for me.


I found a good solution for that - just remove the "phone" app from the home screen.


Yeah… I’m an old. I still make and receive phone calls pretty regularly.


I do too. You don't need to have the phone app on your home screen to do either of those.


An MMO of Full Throttle would be amazing!


It'd be interesting to see what someone could do to turn a 90s era adventure game into an MMO! I never played the game myself but I think basically any game dev project that modernizes stuff is really neat.


Reminds me of RAGEagain for the Australian viewers

https://www.rageagain.com/


10 years ago I would have agreed with you but these days.. Outlook has been crapped on so much that Google Workspaces are competitive imo


Agreed, the 'new' outlook destroyed everything that was good about outlook. Which wasn't even all that good by the way, it was just the best but that says more about the competition than about outlook itself.


Meh, I enjoyed reading it. I could be LLM-assisted but also I have a bunch of younger devs on my team who do actually write like this

You’re welcome to not like the article, and it can even be LLM-assisted, but that doesn’t mean it’s slop


You’re welcome to enjoy the slop, doesn’t change what it is


Naive question, but isn’t every output token generated in roughly the same, non-deterministic, way? Even if it uses its actual history as context, couldn’t the output still be incorrect?

Not trolling, asking as a regular user


Have you ever seen those posts where AI image generation tools completely fail to generate an image of the leaning tower of Pisa straightened out? Every single time, they generate the leaning tower, well… leaning. (With the exception of some more recent advanced models, of course)

From my understanding, this is because modern AI models are basically pattern extrapolation machines. Humans are too, by the way. If every time you eat a particular kind of berry, you crap your guts out, you’re probably going to avoid that berry.

That is to say, LLMs are trained to give you the most likely text (their response) which follows some preceding text (the context). From my experience, if the LLM agent loads a history of commands run into context, and one of those commands is a deletion command, the subsequent text is almost always “there was a deletion.” Which makes sense!

So while yes, it is theoretically possible for things to go sideways and for it to hallucinate in some weird way (which grows increasingly likely if there’s a lot of junk clogging the context window), in this case I get the impression it’s close to impossible to get a faulty response. But close to impossible ≠ impossible, so precautions are still essential.


Yes, but Claude Cowork isn't just an LLM. It's a sophisticated harness wrapped around the LLM (Opus 4.5, for example). The harness does a ton of work to keep the number of tokens sent and received low, as well as the context preserved between calls low. This applies to other coding agents to varying extents as well.

Asking for the trace is likely to involve the LLM just telling the harness to call some tools. Such as calling the Bash tool with grep to find the line numbers in the trace file for the command. It can do this repeatedly until the LLM thinks it found the right block. Then those line numbers are passed to the Read tool (by the harness) to get the command(s), and finally the output of that read is added to the response by the harness.

The LLM doesn't get a chance to reinterpret or hallucinate until it says it is very sorry for what happened. Also, when it originally wrote (hallucinated?) the commands was when it made an oopsy.


Seems to be looking for a new maintainer. If anyone has the bandwidth, it’s a great piece of software


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: