Close Menu
Ztoog
    What's Hot
    Mobile

    Top 20 phones of the year 2023

    Technology

    Free Technology for Teachers: TeachMeet Online

    Mobile

    First Samsung, now HONOR is also working on a smart ring

    Important Pages:
    • About Us
    • Contact us
    • Privacy Policy
    • Terms & Conditions
    Facebook X (Twitter) Instagram Pinterest
    Facebook X (Twitter) Instagram Pinterest
    Ztoog
    • Home
    • The Future

      Can work-life balance tracking improve well-being?

      Any wall can be turned into a camera to see around corners

      JD Vance and President Trump’s Sons Hype Bitcoin at Las Vegas Conference

      AI may already be shrinking entry-level jobs in tech, new research suggests

      Today’s NYT Strands Hints, Answer and Help for May 26 #449

    • Technology

      Elon Musk tries to stick to spaceships

      A Replit employee details a critical security flaw in web apps created using AI-powered app builder Lovable that exposes API keys and personal info of app users (Reed Albergotti/Semafor)

      Gemini in Google Drive can now help you skip watching that painfully long Zoom meeting

      Apple iPhone exports from China to the US fall 76% as India output surges

      Today’s NYT Wordle Hints, Answer and Help for May 26, #1437

    • Gadgets

      Future-proof your career by mastering AI skills for just $20

      8 Best Vegan Meal Delivery Services and Kits (2025), Tested and Reviewed

      Google Home is getting deeper Gemini integration and a new widget

      Google Announces AI Ultra Subscription Plan With Premium Features

      Google shows off Android XR-based glasses, announces Warby Parker team-up

    • Mobile

      Deals: the Galaxy S25 series comes with a free tablet, Google Pixels heavily discounted

      Microsoft is done being subtle – this new tool screams “upgrade now”

      Wallpaper Wednesday: Android wallpapers 2025-05-28

      Google can make smart glasses accessible with Warby Parker, Gentle Monster deals

      vivo T4 Ultra specs leak

    • Science

      June skygazing: A strawberry moon, the summer solstice… and Asteroid Day!

      Analysts Say Trump Trade Wars Would Harm the Entire US Energy Sector, From Oil to Solar

      Do we have free will? Quantum experiments may soon reveal the answer

      Was Planet Nine exiled from the solar system as a baby?

      How farmers can help rescue water-loving birds

    • AI

      Rationale engineering generates a compact new tool for gene therapy | Ztoog

      The AI Hype Index: College students are hooked on ChatGPT

      Learning how to predict rare kinds of failures | Ztoog

      Anthropic’s new hybrid AI model can work on tasks autonomously for hours at a time

      AI learns how vision and sound are connected, without human intervention | Ztoog

    • Crypto

      Bitcoin Maxi Isn’t Buying Hype Around New Crypto Holding Firms

      GameStop bought $500 million of bitcoin

      CoinW Teams Up with Superteam Europe to Conclude Solana Hackathon and Accelerate Web3 Innovation in Europe

      Ethereum Net Flows Turn Negative As Bulls Push For $3,500

      Bitcoin’s Power Compared To Nuclear Reactor By Brazilian Business Leader

    Ztoog
    Home » Quality Assurance, Errors, and AI – O’Reilly
    Technology

    Quality Assurance, Errors, and AI – O’Reilly

    Facebook Twitter Pinterest WhatsApp
    Quality Assurance, Errors, and AI – O’Reilly
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp

    A current article in Fast Company makes the declare “Thanks to AI, the Coder is no longer King. All Hail the QA Engineer.” It’s value studying, and its argument might be appropriate. Generative AI will probably be used to create extra and extra software program; AI makes errors and it’s tough to foresee a future by which it doesn’t; due to this fact, if we would like software program that works, Quality Assurance groups will rise in significance. “Hail the QA Engineer” could also be clickbait, but it surely isn’t controversial to say that testing and debugging will rise in significance. Even if generative AI turns into far more dependable, the issue of discovering the “last bug” won’t ever go away.

    However, the rise of QA raises quite a lot of questions. First, one of many cornerstones of QA is testing. Generative AI can generate exams, after all—not less than it will possibly generate unit exams, that are pretty easy. Integration exams (exams of a number of modules) and acceptance exams (exams of complete techniques) are tougher. Even with unit exams, although, we run into the essential drawback of AI: it will possibly generate a check suite, however that check suite can have its personal errors. What does “testing” imply when the check suite itself could have bugs? Testing is tough as a result of good testing goes past merely verifying particular behaviors.



    Learn sooner. Dig deeper. See farther.

    The drawback grows with the complexity of the check. Finding bugs that come up when integrating a number of modules is tougher and turns into much more tough while you’re testing your complete software. The AI would possibly want to make use of Selenium or another check framework to simulate clicking on the consumer interface. It would wish to anticipate how customers would possibly change into confused, in addition to how customers would possibly abuse (unintentionally or deliberately) the applying.

    Another issue with testing is that bugs aren’t simply minor slips and oversights. The most essential bugs end result from misunderstandings: misunderstanding a specification or accurately implementing a specification that doesn’t mirror what the shopper wants. Can an AI generate exams for these conditions? An AI would possibly be capable to learn and interpret a specification (notably if the specification was written in a machine-readable format—although that might be one other type of programming). But it isn’t clear how an AI might ever consider the connection between a specification and the unique intention: what does the shopper really need? What is the software program actually imagined to do?

    Security is one more challenge: is an AI system in a position to red-team an software? I’ll grant that AI ought to be capable to do a superb job of fuzzing, and we’ve seen recreation taking part in AI uncover “cheats.” Still, the extra advanced the check, the tougher it’s to know whether or not you’re debugging the check or the software program underneath check. We shortly run into an extension of Kernighan’s Law: debugging is twice as arduous as writing code. So when you write code that’s on the limits of your understanding, you’re not good sufficient to debug it. What does this imply for code that you just haven’t written? Humans have to check and debug code that they didn’t write on a regular basis; that’s referred to as “maintaining legacy code.”  But that doesn’t make it simple or (for that matter) satisfying.

    Programming tradition is one other drawback. At the primary two corporations I labored at, QA and testing had been undoubtedly not high-prestige jobs. Being assigned to QA was, if something, a demotion, often reserved for a very good programmer who couldn’t work nicely with the remainder of the crew. Has the tradition modified since then? Cultures change very slowly; I doubt it. Unit testing has change into a widespread observe. However, it’s simple to put in writing a check suite that give good protection on paper, however that truly exams little or no. As software program builders understand the worth of unit testing, they start to put in writing higher, extra complete check suites. But what about AI? Will AI yield to the “temptation” to put in writing low-value exams?

    Perhaps the most important drawback, although, is that prioritizing QA doesn’t resolve the issue that has plagued computing from the start: programmers who by no means perceive the issue they’re being requested to resolve nicely sufficient. Answering a Quora query that has nothing to do with AI, Alan Mellor wrote:

    We all begin programming enthusiastic about mastering a language, perhaps utilizing a design sample solely intelligent folks know.

    Then our first actual work exhibits us an entire new vista.

    The language is the straightforward bit. The drawback area is tough.

    I’ve programmed industrial controllers. I can now discuss factories, and PID management, and PLCs and acceleration of fragile items.

    I labored in PC video games. I can discuss inflexible physique dynamics, matrix normalization, quaternions. A bit.

    I labored in advertising and marketing automation. I can discuss gross sales funnels, double choose in, transactional emails, drip feeds.

    I labored in cell video games. I can discuss stage design. Of a method techniques to drive participant stream. Of stepped reward techniques.

    Do you see that we now have to be taught in regards to the enterprise we code for?

    Code is actually nothing. Language nothing. Tech stack nothing. Nobody provides a monkeys [sic], we will all try this.

    To write an actual app, it’s a must to perceive why it should succeed. What drawback it solves. How it pertains to the actual world. Understand the area, in different phrases.

    Exactly. This is a superb description of what programming is admittedly about. Elsewhere, I’ve written that AI would possibly make a programmer 50% extra productive, although this determine might be optimistic. But programmers solely spend about 20% of their time coding. Getting 50% of 20% of your time again is essential, but it surely’s not revolutionary. To make it revolutionary, we should do one thing higher than spending extra time writing check suites. That’s the place Mellor’s perception into the character of software program so essential. Cranking out strains of code isn’t what makes software program good; that’s the straightforward half. Nor is cranking out check suites, and if generative AI can assist write exams with out compromising the standard of the testing, that might be an enormous step ahead. (I’m skeptical, not less than for the current.) The essential a part of software program growth is knowing the issue you’re attempting to resolve. Grinding out check suites in a QA group doesn’t assist a lot if the software program you’re testing doesn’t resolve the fitting drawback.

    Software builders might want to commit extra time to testing and QA. That’s a given. But if all we get out of AI is the flexibility to do what we will already do, we’re taking part in a shedding recreation. The solely strategy to win is to do a greater job of understanding the issues we have to resolve.

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp

    Related Posts

    Technology

    Elon Musk tries to stick to spaceships

    Technology

    A Replit employee details a critical security flaw in web apps created using AI-powered app builder Lovable that exposes API keys and personal info of app users (Reed Albergotti/Semafor)

    Technology

    Gemini in Google Drive can now help you skip watching that painfully long Zoom meeting

    Technology

    Apple iPhone exports from China to the US fall 76% as India output surges

    Technology

    Today’s NYT Wordle Hints, Answer and Help for May 26, #1437

    Technology

    5 Skills Kids (and Adults) Need in an AI World – O’Reilly

    Technology

    How To Come Back After A Layoff

    Technology

    Are Democrats fumbling a golden opportunity?

    Leave A Reply Cancel Reply

    Follow Us
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    Top Posts
    AI

    A flexible library for auditing differential privacy – Google Research Blog

    Posted by Mónica Ribero Díaz, Research Scientist, Google Research

    Technology

    The Future We Saw Coming Is Now

    As IEEE Spectrum editors, we satisfaction ourselves on recognizing promising applied sciences and following them…

    Technology

    $390 Off This Bobsweep Robot Vacuum Is a Deal Pet Owners Won’t Want to Miss

    If you have received a pet who sheds, it looks like preserving the home clear…

    Technology

    Save Up to 27% Off Ecobee Smart Home Devices and Accessories Today

    Ecobee is a reputation that most individuals affiliate with sensible thermostats, however that is removed…

    Gadgets

    This pair of Sony noise-canceling headphones are $100 off at Amazon—but only for now

    We could earn income from the merchandise accessible on this web page and take part…

    Our Picks
    The Future

    Investigators Say Boeing Overwrote Security Footage Related to Jet Door That Blew Out

    Science

    Ultra low-cost smartphone attachment measures blood pressure at home

    Gadgets

    Apple iPhone 16e (2025): Specs, Price, Release Date

    Categories
    • AI (1,493)
    • Crypto (1,754)
    • Gadgets (1,805)
    • Mobile (1,851)
    • Science (1,867)
    • Technology (1,803)
    • The Future (1,649)
    Most Popular
    The Future

    Megalopolis’ Twisty Saga to Theaters Isn’t Quite Over Yet

    Crypto

    GCL Energy Technology and Ant Digital Technologies Launch First Blockchain-Based RWA Project in Photovoltaic Industry

    Crypto

    Bitcoin Price Targets $46,000 As DXY Receives Kiss Of Death

    Ztoog
    Facebook X (Twitter) Instagram Pinterest
    • Home
    • About Us
    • Contact us
    • Privacy Policy
    • Terms & Conditions
    © 2025 Ztoog.

    Type above and press Enter to search. Press Esc to cancel.