Is bug reporting on the way out as dodo bird?
-
With proliferation of "AI" - is bug reporting DEFINITELY and REALLY useless ? AKA "who cares ".....
Considering that the dodo may be on the way back [Gene editing company hopes to bring dodo ‘back to life’ | Extinct wildlife | The Guardian](https://www.theguardian.com/science/2023/jan/31/gene-editing-company-hopes-to-bring-dodo-back-to-life) that may not be a good example, anymore. But no, bug reports will still need to be made. Bugs will still occur, some of them will be potentially catastrophic (what do you mean, the plane tried to land 2 meters below the runway???). So bug reporting will still be needed. AI might be able help narrow down the nature and/or location of the bug, maybe even one day correct the bug, but for now, as others here and in other locations have noted AI is very poor AI at writing code. I can't imagine it would do any better at fixing bugs. And companies producing software will still be liable.
Keep Calm and Carry On
-
With proliferation of "AI" - is bug reporting DEFINITELY and REALLY useless ? AKA "who cares ".....
I doubt it - from what I see of AI, it can't create, just rehash whatever it was given as input: look at MS recent fun-and-games with Bing; look at ChatGPT output when posted in QA as a "Solution". Most of the time it won't even compile, let alone do what is needed, so what makes you think it could fix a bug? At least, without introducing a dozen more? And there are areas where bugs and the reporting of them is really important: 99% of Tesla recalls since Jan 22 have been software problems* If those bugs weren't reported, do you think they would be fixed? Would you be happy with a bank that didn;t fix bugs? A plane? A mobile company? I don't think you would ... and I don't think anyone would be happy with a car, bank, phione, plane that had it's software fixed by the current generation of "Artificial Intelligence" which does seem to exhibit "Artificial Stupidity" instead. * a quick google: 99% of Tesla Vehicle “recalls” Since January 2022 Were Simple Bug Fixe[^] Tesla is forced to 'recall' all Full Self-Driving Beta with update, NHTSA says may cause crash | Electrek[^] Tesla Recalls 130,000 Vehicles in U.S. Over Software Bug | Hypebeast[^]
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!
-
With proliferation of "AI" - is bug reporting DEFINITELY and REALLY useless ? AKA "who cares ".....
-
With proliferation of "AI" - is bug reporting DEFINITELY and REALLY useless ? AKA "who cares ".....
You'll first have to convince the AI it's a bug and not a feature. Not possible if marketing trains it. Everyone will customize their AI to comply with their business model.
"Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I
-
With proliferation of "AI" - is bug reporting DEFINITELY and REALLY useless ? AKA "who cares ".....
Not for me, I recently spent a lot of time on this GitHub project in C#: MaxiBug: A fork of the MiniBug2 issue tracker that uses a Postgres database[^] :-\
-
With proliferation of "AI" - is bug reporting DEFINITELY and REALLY useless ? AKA "who cares ".....
As long as there are customers, there will bug reports. Don't see AI being involved in this at all except to possibly weed out actual bugs from the growing geriatric population of users that make mistakes. :laugh:
Latest Article:
SVG Grids: Squares, Triangles, Hexagons with scrolling, sprites and simple animation examples -
As long as there are customers, there will bug reports. Don't see AI being involved in this at all except to possibly weed out actual bugs from the growing geriatric population of users that make mistakes. :laugh:
Latest Article:
SVG Grids: Squares, Triangles, Hexagons with scrolling, sprites and simple animation examplesDo we really need AI to code something like:
void insert_bug_report(bug const& bug_report)
{
if (user_age > GERIATRIC)
{
send_reply("ID10T error!");
}
else
{
add_bug_to_database(bug_report);
}
}(With apologies to all the oldsters who haven't reached their dotage)
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
-
Do we really need AI to code something like:
void insert_bug_report(bug const& bug_report)
{
if (user_age > GERIATRIC)
{
send_reply("ID10T error!");
}
else
{
add_bug_to_database(bug_report);
}
}(With apologies to all the oldsters who haven't reached their dotage)
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
-
With proliferation of "AI" - is bug reporting DEFINITELY and REALLY useless ? AKA "who cares ".....
-
Replace send_reply("ID10T error!"); with Replace send_reply("OLD FART FAULT");
"A little time, a little trouble, your better day" Badfinger
-
Do we really need AI to code something like:
void insert_bug_report(bug const& bug_report)
{
if (user_age > GERIATRIC)
{
send_reply("ID10T error!");
}
else
{
add_bug_to_database(bug_report);
}
}(With apologies to all the oldsters who haven't reached their dotage)
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
-
The AI covered its a$$ by hiding the GERIATRIC constant in a header file no person will find. Except me… the value was 0!
-
AI (Ai) has a biblical meaning as "ruined heap". Yikes.
"A little time, a little trouble, your better day" Badfinger
-
With proliferation of "AI" - is bug reporting DEFINITELY and REALLY useless ? AKA "who cares ".....
Not so sure about the dodo [^]
Nothing succeeds like a budgie without teeth. To err is human, to arr is pirate.
-
With proliferation of "AI" - is bug reporting DEFINITELY and REALLY useless ? AKA "who cares ".....
Erm, no
Paul Sanders. If I had more time, I would have written a shorter letter - Blaise Pascal. Some of my best work is in the undo buffer.
-
With proliferation of "AI" - is bug reporting DEFINITELY and REALLY useless ? AKA "who cares ".....
Really hope AI replaces bug triage soon. For the last 5 days, I've been trying to get Microsoft to fix a bug with winget, and it's a relatively simple one: some packages can't be installed. During 2 days of triage, it was cleared up that the -e flag stopped working, and that their fuzzy matching just isn't reliable. Fine. I ask them to fix the -e flag, but for days they keep hammering on about their fuzzy matching. I don't want fuzzy matching, I want an -e flag that works. Who the heck does orchestration scripts based on fuzzy matching? It's a 1 step repro. Why is this so hard? It's been driving me up the walls.