Back to News
Advertisement
Advertisement

⚑ Community Insights

Discussion Sentiment

58% Positive

Analyzed from 466 words in the discussion.

Trending Topics

#model#code#sometimes#seem#prompt#each#ways#more#problem#output

Discussion (8 Comments)Read Original on HackerNews

svachalekβ€’25 minutes ago
The patterns it talks about are true, but imo largely because of model defaults rather than model range. That is, if you prompt for a pelican on a bicycle, each model is going to have a small variety of ways to do it (the default). But if you add more details and requirements to the prompt, there are many, many different ways even a basic model can solve it (the range).

The additional prompting doesn't necessarily need to tell the model specifically what to fix or do better, sometimes it's just enough to break it out of its habit. Asking for a smart looking, middle aged pelican on a sporty red bike isn't making the problem easier but does break it out of its boring defaults.

I wouldn't go so far as to say PEBKAC but the good news is there's still a role for humans in the loop.

MarkusQβ€’about 2 hours ago
About half the people I discuss this with seem to think LLMs are great and don't see any problems with their output. The other half seem to get nothing but an endless stream of plausibly shaped rubbish.

It doesn't seem to depend on what model they use or how they prompt it. In code, there seems to be a loose correlation with testing styles; I've previously noticed that some people write tests to show that the code works as intended, and others try to write tests to show that it can't fail in ways that were unintended. But that correlation is weak.

I'm really puzzled by this.

gonzalohmβ€’about 1 hour ago
It's also not whether the code passes tests or not. Sometimes AI does the thing I ask for, and it works, but it's so different from the way I would do it or it's too verbose so I just scrap it and code it by hand.

I mostly use it for boilerplate code nowadays. Anything more complicated and it takes me more effort to review the output than to just code it slowly

saulpwβ€’22 minutes ago
Does it seem like it bifurcates based on the person? I've had both experiences myself, sometimes with the same model and within ~days of each other on seemingly similar tasks. It's almost impossible to deny sometimes that actual intelligence is being expressed (and could not be regurgitated intelligence from some random internet page), but then I see firsthand the eye-rolling "intelligence-shaped" output from something else and wonder where I went wrong.

It kinda feels like Michigan J Claude sometimes.

xg15β€’9 minutes ago
Funny if, after all those trillions of tokens and billions of dollars and grandiose arguments about consciousness, the end of humanity or the next stage of evolution, it turns out it really is just a markov chain after all...
skybrianβ€’about 2 hours ago
Doing things the same, standard way each time is often good. Most of the code we write is obvious. We notice it when it's a weird quirk rather than just being the most straightforward way.

I wonder how long it will take to fix the quirks?

Legend2440β€’about 2 hours ago
What do you mean not arriving? It's already here. AI models are awesome and I use them every day, as does every other software dev I know.
andrewstuartβ€’10 minutes ago
It’s just another anti AI rant this time focused on the fixable problem of AI tending towards the average.

This will get sorted out in time and in the meantime, instruct the LLM away from averaged answers. It’s not a problem.

If you do not want images that have that instantly recognizable AI style to them - busy, perfect, bright colors pseudo realistic, outside what humans would usually make - then instruct the AI that such images are a failure to meet your goals and instead instruct them in other directions.