Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:How stupid does one need to be? (Score 1) 96

hell, even when a human enters the data, from the business, into 'google', that data can be wrong...as I discovered just 3 days ago when a restaurant with "recently updated hours" said they should be open until 10pm...and were closed when I arrived at 8:45.

so yeah, if i'm investing in a trip to another freakin' country, damn right i'm gonna have every scheduled event or location double-checked by contacting a human at in the know some point in the process.

Comment Re:That math doesn't work. (Score 1) 81

As a dev in a relatively large team (divided into sub-teams), the faster we make coding tools (even if it is just internal libraries to turn 20 lines of boilerplate into 1 line of code, to turn large if-else chains into declarative look-up systems), the faster the code comes out... ...and the more QA needs to happen to verify every thing is working to whatever our level of mission-critical is.

The code is not always the bottleneck (until you get to a big new feature or a big necessary rewrite). The process of QA and regression testing is, as well as the need to spread features out to avoid overwhelming the current user-base that are just trying to get their job done and hate it when something appears that breaks muscle memory. "Damn Engineers, always love to change things." - Dr. McCoy.

Of course, this presumes your management cares about such things. Maybe for internal projects they won't and that could be an outlet for vibe and 'speed to delivery' ahead of anything else. But customer-facing code has customer-facing concerns that slow things down a lot more than just how fast your devs can churn code or churn themselves.

Comment Re:The Itsukushima girl is an absolute Karen (Score 1) 96

They had set out to descend after sunset, and I don't remember seeing any lights on the path. Even a paved road can be dangerous in pitch black.

This. I've had to descend a mountain as the sun was going down once (got stuck at the top due to weather for some time, and when it let up enough for a safe descent, it was late). It's absolutely not fun, even when there's still some light. Had it been dark, I think I would've taken my chances staying at the top rather than going down.

That said, anyone not a complete idiot checks things like "time of last cable car" a) in person, b) at the day, c) at the location. Because even there is an official website that is well-maintained (and that's already two big if's) things might change at the location due to weather, workers being ill, no tourists that day or whatever.

Also, checking in person means at least one other person knows that you're up there.

Comment it's a tool like any other tool (Score 1) 39

AI is a tool. And like any tool its introduction creates proponents and enemies.

Some might say I'm a semi-professional writer. As in: I make money with things I write. From that perspective, I see both the AI slop and the benefits. I love that AI gives me an on-demand proof-reader. I don't expect it to be anywhere near a professional in that field. But if I want to quickly check a text I wrote for specific things, AI is great, because unlike me it hasn't been over that sentence 20 times already and still parses it completely.

As for AI writing - for the moment it's still pretty obvious, and it's mostly low-quality (unless some human has added their own editing).

The same way that the car, the computer, e-mail and thousands of other innovations have made some jobs obsolete, some jobs easier, and some jobs completely new, I don't see AI as a threat. And definitely not to my writing. Though good luck Amazon with the flood of AI-written garbage now clogging up your print-on-demand service.

Comment Re: does it, though? (Score 1) 244

The human using the LLM, obviously.

Trivially obviously not. The LLM wasn't trained on texts exclusively written by the human using it, so it won't ever speak like that particular person.

If someone wants to train a specific "Tarrof" LLM - go ahead. I'm simply advocating against poisoning the already volatile generic LLM data with more human bullshit.

Comment Re: does it, though? (Score 1) 244

That is true but also besides the point. Communicating like "a human" is the point here. WHICH human, exactly? We already have problems with hallucinations. If we now train them on huge data sets intentionally designed for the human habit of saying the opposite of what you mean, we're adding another layer of problems. Maybe get the other ones solved first?

Slashdot Top Deals

"Don't worry about people stealing your ideas. If your ideas are any good, you'll have to ram them down people's throats." -- Howard Aiken

Working...