Is bug reporting on the way out as dodo bird?
-
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.
-
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
A "meter" is a device that measures something. A "metre" is a distance of about three feet, or 1000 millimetres.
-
Replace send_reply("ID10T error!"); with Replace send_reply("OLD FART FAULT");
"A little time, a little trouble, your better day" Badfinger
Disparaging remarks about older people is just childish. What do you want to be when you grow up?
-
With proliferation of "AI" - is bug reporting DEFINITELY and REALLY useless ? AKA "who cares ".....