IBM demonstrates useful Quantum computing within 133-qubit Heron, announces entry into Quantum-centric supercomputing era

IBM Materials for Quantum Summit 2023
(Image credit: IBM)

At its Quantum Summit 2023, IBM took the stage with an interesting spirit: one of almost awe at having things go their way. But the quantum of today – the one that’s changing IBM’s roadmap so deeply on the back of breakthrough upon breakthrough – was hard enough to consolidate. As IBM sees it, the future of quantum computing will hardly be more permissive. IBM announced cutting-edge devices at the event, including the 133-qubit Heron Quantum Processing Unit (QPU), which is the company's first utility-scale quantum processor, and the self-contained Quantum System Two, a quantum-specific supercomputing architecture. And further improvements to the cutting-edge devices are ultimately required.

Each breakthrough that afterward becomes obsolete is another accelerating bump against what we might call quantum's "plateau of understanding." We’ve already crested this plateau with semiconductors, so much so that the latest CPUs and GPUs are reaching practical, fundamental design limits where quantum effects start ruining our math. Conquering the plateau means that utility and understanding are now enough for research and development to be somewhat self-sustainable – at least for a Moore’s-law-esque while.

Latest Videos FromTom's Hardware
Francisco Pires
Freelance News Writer

Francisco Pires is a freelance news writer for Tom's Hardware with a soft side for quantum computing.

  • bit_user
    I'll come back and read this in full, later. I just wanted to suggest that longer articles, like this, would benefit from a call-out box (not sure if that's the correct term) that gives a bullet-list summary of the article's key points. Not saying this is one of them, but there are some articles where I have just enough interest to see what it's about, but I'm not invested enough to read a piece of this length or longer.

    Perhaps not unlike how the reviews put the rating and pros + cons right up front. In the best case scenario, there might be one or more items in that list which intrigues me and motives me to read at least a portion of the article, in full.
    Reply
  • waltc3
    The two biggest marketing buzzwords in use today are "AI" in the #1 spot, followed by "Quantum Computing" in the #2 slot. So-called periodic "breakthroughs" that we see announced regularly are done primarily to achieve continuing investments in the companies making the announcements. Yet final products are still a decade or more away, much as with controlled fusion reactions, etc. Don't hold your breath waiting, is my advice...;)
    Reply
  • DougMcC
    waltc3 said:
    The two biggest marketing buzzwords in use today are "AI" in the #1 spot, followed by "Quantum Computing" in the #2 slot. So-called periodic "breakthroughs" that we see announced regularly are done primarily to achieve continuing investments in the companies making the announcements. Yet final products are still a decade or more away, much as with controlled fusion reactions, etc. Don't hold your breath waiting, is my advice...;)
    Company I work for has had AI solution in production for almost 6 months, making major cost savings. AI may not live up to every promise it has ever made, but it is already making major change happen.
    Reply
  • waltc3
    OK, explain to me the difference between a good production program for your company making cost savings and your company's internal version of "AI". All "AI" is, is computer programming--garbage in, garbage out, common, ordinary computer programming. That's it. "AI" is incapable of doing something it was not programmed to do. We'll see how the "AI" situation looks a year from now, after the novelty and the hype has worn off. That's the thing I object to--this crazy idea that AI can do things far in advance of what it is programmed to do--AI is not sentient, doesn't think, has no IQ, and does only what it is programmed to do. The rest of the AI hype is pure fiction--and it's being spieled right now as hyperbolic marketing. It's so false, it often seems superstitious.
    Reply
  • domih
    waltc3 said:
    OK, explain to me the difference between a good production program for your company making cost savings and your company's internal version of "AI". All "AI" is, is computer programming--garbage in, garbage out, common, ordinary computer programming. That's it. "AI" is incapable of doing something it was not programmed to do. We'll see how the "AI" situation looks a year from now, after the novelty and the hype has worn off. That's the thing I object to--this crazy idea that AI can do things far in advance of what it is programmed to do--AI is not sentient, doesn't think, has no IQ, and does only what it is programmed to do. The rest of the AI hype is pure fiction--and it's being spieled right now as hyperbolic marketing. It's so false, it often seems superstitious.
    True. ChatGPT started a giant hype 1+ year ago, with a lot of people not understanding what it actually does and journalists doing in hyperboles for gluing the readers eyeballs to their web site.

    However AI is an umbrella name that covers a lot of activities.

    All "AI" is, is computer programming--garbage in, garbage out, common, ordinary computer programming.

    A giant no here. Neural networks in the center of deep learning algorithms is NOT ordinary computer programming. It is not imperative. It is not Object Oriented Programing. It is not functional programming. Lookup the web and/or wikipedia for "neural networks and deep learning". You'll find plenty of basic detailed information (e.g. the sigmoid function, backpropagation, cnn, rnn, fnn, dnn, ann, transformers, etc) There are quite solid mathematical frameworks behind deep learning.

    That's it. "AI" is incapable of doing something it was not programmed to do.

    Again a giant no here. Look up the web for "ai solving new math problems".

    In a more prosaic example, if you feed a neural network with a large number of images with cats, it WILL be capable to recognize a cat it has never seen before. The NN was "programmed" to recognize cats, but NOT to recognize a cat it has never seen before, yet it does recognize it with a pretty high probability. Imperative programming cannot do that.

    ---

    I used AI everyday. Examples:

    a. I use AI to generate the documentation of my code. It saves a lot of keyboard data entry. It is usually accurate for simple functions. For more complex algorithms, it fails BUT it gives a draft template I can correct. Writing the documentation is not the only one feature of using AI for coding. In the future, I'll also probably use it to write class skeletons, again saving a lot of typing. I tried using AI for generating unit-tests, it's OK. BUT it limits itself to testing the successful execution path(s). So I still have to write the tests resulting in failures, in other words attempting to cover all the execution paths. My code coverage is currently 90%. I aim at 95+%. Why? Because the type of customers using our products want this level of code coverage, otherwise they reject the proposal. Think large corporations or government agencies looking for cybersecurity solutions.

    b. I'm also developing an IT server integrating radiology AI providers with IT systems used in hospitals. Each time I run tests, radiology images (e.g. x-rays) get analyzed by one of several 3rd party AI providers. AI radiology is more and more accepted and requested by practitioners because AI may detect an anomaly that a human radiologist may not see. In the case of cancer-like illnesses, detecting earlier can be life saving for the patients. When a cancer-like anomaly is detected too late (e.g. already at the metastasis phase) the potential for death is much higher. Conversely, treating a cancer-like illness that just started is usually successful. That's the reason health imaging AI is skyrocketing. The human practitioners still make the final analysis and reports. Imaging AI is an additional tool that does not replace the humans.

    c. If you use social networks (I don't) or a cell phone (I do), there are AI algorithms to recognize faces in images, or generate suggestions based on your browsing, etc. Again AI is an umbrella name that covers many sub-fields: deep learning, machine learning, image recognition, LLMs, generative AI, etc.
    Reply
  • DougMcC
    waltc3 said:
    OK, explain to me the difference between a good production program for your company making cost savings and your company's internal version of "AI". All "AI" is, is computer programming--garbage in, garbage out, common, ordinary computer programming. That's it. "AI" is incapable of doing something it was not programmed to do. We'll see how the "AI" situation looks a year from now, after the novelty and the hype has worn off. That's the thing I object to--this crazy idea that AI can do things far in advance of what it is programmed to do--AI is not sentient, doesn't think, has no IQ, and does only what it is programmed to do. The rest of the AI hype is pure fiction--and it's being spieled right now as hyperbolic marketing. It's so false, it often seems superstitious.

    I'll give this my best shot.
    Using imperative programming, we can define that if a customer case involves X, Y, Z parameters, it should be routed to Developer Dave for solutioning. Maintaining such a mapping from parameters (in potentially more than 3 dimensions) to developers is hard work and high maintenance. So we actually don't do this, we rely on relatively expert humans to do their best.

    That is, until modern AI. Now a modern AI analyzes commits to our codebase, connections between components, our documentation, and our internal wiki, and develops a model I can't say I fully understand of who has expertise on various topics. It more correctly routes cases to developers than the humans did, at a fraction of the cost.
    Reply
  • ttquantia
    DougMcC said:
    Company I work for has had AI solution in production for almost 6 months, making major cost savings. AI may not live up to every promise it has ever made, but it is already making major change happen.
    Yes, sure, "AI", which is really just a little bit more clever statistics than what has been widely available before, is useful for many things.
    But, it is pretty much useless, or of marginal usefulness, for 99 per cent of things people currently do with computers.
    And, listening to TV, media, newspapers, AI is supposed to change everything. It will not. For the next couple of years we will continue seeing new things being done with AI which are of questionable utility, and many will slowly disappear after it becomes too obvious that it just does not work. Example: replacing programmers with LLM based methods.

    Same with Quantum Computing. It is potentially useful for a very limited and narrow class of computational problems, maybe, and most likely 10 or 20 years from now. Nothing even close to justifying the current hype and investments.
    Reply
  • bit_user
    waltc3 said:
    the thing I object to--this crazy idea that AI can do things far in advance of what it is programmed to do
    Emergent capabilities are apparently a real phenomenon, in LLMs.

    waltc3 said:
    AI is not sentient,
    Nobody (serious) has said it is. It turns out that sentience is not required, in order to perform a broad range of cognitive tasks.

    waltc3 said:
    doesn't think,
    Define thinking.

    waltc3 said:
    has no IQ,
    IQ is a metric. You can have a LLM take an IQ test and get a score. By definition, it does have an IQ.
    Reply
  • bit_user
    ttquantia said:
    Yes, sure, "AI", which is really just a little bit more clever statistics than what has been widely available before, is useful for many things.
    But, it is pretty much useless, or of marginal usefulness, for 99 per cent of things people currently do with computers.
    And, listening to TV, media, newspapers, AI is supposed to change everything. It will not. For the next couple of years we will continue seeing new things being done with AI which are of questionable utility, and many will slowly disappear after it becomes too obvious that it just does not work.
    This is almost exactly backwards. AI gets better as the amount of compute power and memory increases. Also, as people develop better approaches and generally gain experience with it.

    Furthermore, the digitization of society is exactly what makes AI so powerful. The availability of vast pools of data has made it very easy to train AI, and the preponderance of web APIs has made it easy to integrate AI into existing systems.

    The AI revolution is only getting started. Yes, there was a hype bubble around LLMs, but the industry is continuing to develop and refine the technology and it's only one type of AI method being developed and deployed.

    ttquantia said:
    Same with Quantum Computing. It is potentially useful for a very limited and narrow class of computational problems,
    Oh, but some of those are incredibly high-value problems! Lots of drug-related and material science problems fall into the category of things you can tackle only with quantum computing.

    Not only that, but the implications for things like data encryption are pretty staggering.
    Reply
  • domih
    If you want to know how AI is used in various industries, visit https://www.insight.tech/.

    It is a blog like site sponsored by INTEL. It has an endless series of posts about applied AI.
    Reply