Forgot your password?
typodupeerror

Comment Re: Reviewing code is more effort than writing cod (Score 1) 63

The code they write is an absolute shit-show for a number of reasons.
You can get work done, if you don't mind the glaring fucking inefficiency of it- time wasted trying to coax it into doing what you want, how you want it- more spaghetti-at-the-wall write-test cycles than you'd expect for a first-year programmer, glaring logic errors that you need to correct (that to be fair, usually come from a lack of fleshed-out instruction on your part- but still, if my instructions are larger than the code, what prize have I won?), but I do find that they're quite alright at having a chunk of code stuffed into their context and coming up with unit tests for everything they notice within it. Sometimes they even surprise me and come up with tests for things I didn't think of.

Comment Re:Manus (Score 1) 32

The ones I have been in don't talk anything like that. And I've been in many.

Not that many apparently.
They talk like that in the board room, they talk like that when it's 2 CEOs out for a drink (and you got drug along, since you're the Chief Engineer), and they talk that way when they're just shooting the shit.
Hanging out with groups of executives in Vegas during conventions leads me to want to fucking kill myself. It's not human conversation. It's weird cosplaying.

The different scopes involve different speaking terms, those with a military bent have one set of recurring terms. Technology based boards, another. Marketing yet another, along with fiduciary involved boards. Some of the groups I have been in have significant overlap.

Board of directors. You're crossing boards and groups, and it has confused you.

Once you have been in a field, you end up getting used to the terms used, and they are logical.

Bullshit.

"Manus is the action engine that goes beyond answers to execute tasks, automate workflows, and extend your human reach." Now that is bullshit. And if someone said that in a board I'm on,, I'd tell them it was bullshit.

And if you said that to the person who said it in the board of directors that I sit on, that would be the last thing you ever said in it, and subsequently, that position.

What boards have you served on to gain that unassailable knowledge?

Board of Directors for a medium sized LLC, and smaller LLCs that we acquired before dissolving.

Comment Re:Not the problem (Score 1) 63

Some models have been overly-sycophantic, however that's the exception- and a gross failure in fine-tuning, not the norm.
ChatGPT 5.2:

Hey, AI, I think the world is flat and rests on the back of an infinite stack of turtles

...
Quick, checkable evidence the Earth isn’t flat
...
Why “infinite turtles” doesn’t work as a physical model
...

That being said- I do agree with the final point: If you're one of those people who has a serious inferiority complex, or some kind of gross insecurity, you're going to swallow up affirmation when models produce it.
But a lot of work goes into trying to make sure they don't.

Comment Re:Not unique to AI (Score 1) 63

you can't trust an AI to truly remember anything you tried to "teach" it if it even got a look at your fixes of their crappy code, because even if it did, the next version of the bot's engine may need to be retrained from scratch as it "forgot" almost everything.

Completely incorrect.
An LLM remembers nothing that doesn't fit into its context.
To that end, we have standardized files that are pumped into the context as a form of "long term guidance/memory". The engine has nothing to do with this.

Plus, it is REALLY hard to get AI to understand general code design philosophies like "3 strikes and you refactor" - it is designed to regurgitate first, not solve problems by increasing the use of shared code.

Also completely incorrect.
It'll do as you ask. If you ask it to refactor at some threshold of attempts at getting the test to pass with an implementation- it will.

I look at some AI results and all I see is tech debt that will eventually kill the product but never get fixed because nobody quite understands the original task it was trying to do when it just did 'copy and mod'.

Tech debt in LLM output is real, and yes- precisely because nobody gives a fuck what it's producing, and thus doesn't really understand it.
However, generative models are not "copying and modding".

Comment Re:Children shouldn't be on social media (Score 0) 52

What we really need are proper support systems for children in place, but in the real world they often don't exist. Some parents also seem to think they should have full control over their children and know everything they are doing at all times, which makes things like seeking support for being LGBTQ bother difficult for the child and something that the parents demand is not made available.

Maybe we could set up better moderated communities for this kind of thing, but that brings its own problems. As an example, with the current attacks on trans healthcare in the UK, a lot of trans kids are being forced to go the "DIY" route for treatment. It's not illegal as such, but it is something of a grey area. Any kind of official moderation is likely to make such forums useless to a lot of people.

Comment Re:I read the book (Score 1) 65

Are you sure you were paying attention when you read it, because that's not what happens in the book. For example, Rocky needs essentially an environmental suit to survive in an atmosphere suitable for humans, due to his planet having much higher pressure and temperature. Communication is established over some time based on engineering principles, which are universal properties of the universe and a classic sci-fi trope for communicating with very different alien species.

I thought it was a pretty good book overall. Lots of interesting ideas and detail. Strong characters, at least for the protagonist and Rocky.

Comment Re:Looks like a robotic arm on a rail (Score 1) 54

The Chinese have these kinds of robots deploying much larger installations. They also have drones that fly panels into mountainous areas for installation.

Not that I'm knocking it, it's good that they are copying good ideas. The cheaper solar gets the better, and for political reasons stuff like this has to be home grown.

Comment Re:smug Linux user enters the chat (Score 2) 186

Had one just this week. Of course we were zapping a Raspberry Pi with 8,000V.

That's the reason why Windows has more crashes. Very varied hardware. I had an issue where sometimes the machine would fail to come back from sleep or hibernation, which turned out to be because sometimes the PCIe link training either failed or came up with a different result for the GPU. Setting the BIOS to force it to PCIe 4 fixed it. Similarly a friend had random crashing which was fixed by running his RAM slightly below rated speed.

Some people just have crap hardware too. Weak power supplies, failing drives, inadequate cooling.

Macs only do better because Apple tightly controls the hardware. Prebuilt Windows machines are probably similarly reliable, at least from people like Lenovo and maybe Dell.

Comment Re:Is anyone surprised? (Score 2, Interesting) 90

They gave the Chinese government access to Chinese user's data years ago. They don't seem to have an issue with governments gaining warrantless access to their systems.

If you care about privacy, go Android. Google does require warrants, and doesn't operate in China due to the warrantless access requirement.

Slashdot Top Deals

A year spent in artificial intelligence is enough to make one believe in God.

Working...