Who were they there?
I like to ask a variety of questions, sometimes silly, serious, and/or strange. Never asking in an attempt to pester or “just asking questions” stuff.
I’m generally curious and/or trying to get a sense of people’s views.
Who were they there?
I think separating them improves the user experience for regular users, which I think counts as a real advantage. As I wrote in the body text:
As-is seeing an indication of a comment for a post only for it to turn out to be a bot is slightly disappointing at best, and mildly confusing at worst when their display has been disabled.
It’s a small detail, but small details add up when it comes to the user experience.
I haven’t paid interest in over a decade and have made thousands from rewards.
I’m not too familiar with credit cards, do you mean this in a literal money sense or something more complex, i.e. the value of rewards & money?
I had been publishing articles on my own website since 2003, but I did that mostly manually by writing whole HTML pages.
Huh, so literally raw html? I know it’s not too difficult, but I have wondered occasionally how many small websites may have been written that way.
Does it sometimes seem like commenting in high traffic online spaces feels this way too, not just Reddit?
Fun part is, that article cites a paper mentioning misgivings with the terminology: AI Hallucinations: A Misnomer Worth Clarifying. So at the very least I’m not alone on this.
Yeah, on further thought and as I mention in other replies, my thoughts on this are shifting toward the real bug of this being how it’s marketed in many cases (as a digital assistant/research aid) and in turn used, or attempted to be used (as it’s marketed).
perception
This is the problem I take with this, there’s no perception in this software. It’s faulty, misapplied software when one tries to employ it for generating reliable, factual summaries and responses.
It’s not a bad article, honestly, I’m just tired of journalists and academics echoing the language of businesses and their marketing. “Hallucinations” aren’t accurate for this form of AI. These are sophisticated generative text tools, and in my opinion lack any qualities that justify all this fluff terminology personifying them.
Also frankly, I think students have one of the better applications for large-language model AIs than many adults, even those trying to deploy them. Students are using them to do their homework, to generate their papers, exactly one of the basic points of them. Too many adults are acting like these tools should be used in their present form as research aids, but the entire generative basis of them undermines their reliability for this. It’s trying to use the wrong tool for the job.
You don’t want any of the generative capacities of a large-language model AI for research help, you’d instead want whatever text-processing it may be able to do to assemble and provide accurate output.
When I wrote “processing”, I meant it in the sense of getting to that “shape” of an appropriate response you describe. If I’d meant this in a conscious sense I would have written, “poorly understood prompt/query”, for what it’s worth, but I see where you were coming from.
(AI confidently BSing)
Isn’t it more accurate to say it’s outputting incorrect information from a poorly processed prompt/query?
Why do tech journalists keep using the businesses’ language about AI, such as “hallucination”, instead of glitching/bugging/breaking?
Thanks! I always wonder how people handle navigation with setups like you described.
Do you use your phone as a remote for it, or how do you navigate its interface?
Thanks! I’ll have to give it a look! I currently have Termux, but was wondering about others, although maybe I should have asked for Termux packages instead. 😅
I tried Micro briefly but its interface doesn’t seem to have been as well adjusted for mobile.
I know, I know, but haven’t you wanted to jot down some pseudocode while out and about, formatted neatly, so you could pop it over to your main machine to turn into working code?
Thanks for elaborating! I’m pretty sure I’ve written some variations of the first form you mention in my learning projects, or broken them up in some other ways to ease myself into it, which is why I was asking as I did.
One is simply organizing your code by having a bunch of operations that could be performed on the same data be expressed as an object with different functions you could apply.
Not OP, but also interested in wrapping my head around OOP and I still struggle with this in a few different respects. If what I’m writing isn’t a full program, but more like a few functions to process data, is there still a use case for writing it in an OOP style? Say I’m doing what you describe, operating on the same data with different functions, if written properly couldn’t a program do this even without a class structure to it? 🤔
Perhaps it’s inelegant and terrible in the long term, but if it serves a brief purpose, is it more in the case of long term use that it reveals its greater utility?
What’s a SRE?
Thanks!