Skip to main content
  1. Home
  2. Emerging Tech
  3. Health & Fitness
  4. News

This Google algorithm can detect cancer more accurately than a human doctor

Add as a preferred source on Google

When it comes to diagnosing a disease as complicated as cancer, it’s natural to assume that machines just aren’t up to the task. No matter how good the algorithm or accurate the hardware, many folks naturally assume that human doctors will always spot symptoms more consistently than their mechanized counterparts. But robots, it turns out, have a major advantage: Objectivity.

In a study of breast biopsies, diagnostic agreement — the percentage of doctors who settled on a single diagnosis — was as low as 48 percent. And a 1968 study found that physicians, when given a copy of a stomach ulcer screening they’d already diagnosed, tended to disagree with themselves, rendering entirely different diagnoses.

Recommended Videos

It’s no real wonder, then, that algorithms are discovering insights that human doctors can’t. A recent Google project focused on analyzing breast biopsies used data from Camelyon16 project, which challenged participants to create cancer-detection algorithms. With the accumulated data, Google has developed a model that can match or exceed the performance of a pathologist taking an unlimited amount of time to examine images.

In preliminary tests, Google’s algorithm not only performed better than a human pathologist, but did just as well in a generalized scenario with images acquired from a different hospital. And in at least two instances, it did so faster than its human competition.

That’s not entirely surprising. As Google researchers point out in a recent blog post, pathologists are responsible for reviewing all biological tissue on a slide, and there are typically many slides per patient. Making matters worse, each slide is 10+ gigapixels when digitized at 40X magnification — a veritable mountain of information to sift through in a few hours. “Imagine having to go through a thousand 10-megapixel (MP) photos, and having to be responsible for every pixel,” Google’s Martin Stumpe, and Lily Peng wrote.

Google’s research is good news for cancer patients, for whom the diagnostic stakes are especially high. Diagnoses that are missed, incorrect, or delayed are believed to affect 10 to 20 percent of cases, and a 2009 report funded by the federal Agency for Healthcare Research and Quality found that 28 percent of 583 diagnostic mistakes were life-threatening or resulted in death or permanent disability.

Google notes that the algorithm isn’t a silver bullet — it can’t account for an experienced pathologist’s breadth of knowledge, for example. That’s why the search giant envisions them incorporated “in a way that complements the pathologist’s workflow,” rather than replacing the human element altogether. “We envision that algorithms such as ours could improve the efficiency and consistency of pathologists,” Stumpe wrote. “For example, pathologists could reduce their false negative rates (percentage of undetected tumors) by reviewing the top ranked predictive tumor regions including up to 8 false positive regions per slide.”

Kyle Wiggers
Kyle Wiggers is a writer, Web designer, and podcaster with an acute interest in all things tech. When not reviewing gadgets…
Researchers hid a prompt injection inside a PNG, and AI fell for it
Hacker

AI coding assistants like Claude are becoming every developer's favorite coworker. They can review code, explain confusing functions, and even write entire features with a single prompt. But new research suggests that this growing trust could also become their biggest weakness.

A team of security researchers (professor Sudipta Chattopadhyay and researcher Murali Ediga) has demonstrated an unusual attack that doesn't target the AI model directly. Instead, it targets what the AI doesn't pay enough attention to during code reviews. Rather than hiding malicious instructions in lines of code, the researchers tucked them inside an image file. Since many AI review tools treat images as decorative assets rather than as something worth inspecting, the pull request can appear perfectly harmless and sail through the review.

Read more
AI has already fallen into the wrong hands and they’re using it to make bombs
Logo, Text

Artificial intelligence has quickly become the go-to tool for everything from writing emails and summarizing meetings to helping students study or developers debug code. But the same technology that saves people time can also be misused, and a new report suggests that terrorist organizations are finding ways to do exactly that.

According to a research paper shared with The New York Times ahead of its publication, researchers found evidence that members of Boko Haram have been using popular AI chatbots to support both day-to-day activities and combat-related tasks. Interviews with 27 former members conducted in Nigeria over the past two years suggest that tools such as ChatGPT, Gemini, Claude, Grok, Meta AI, and DeepSeek were used to gather technical information, troubleshoot weapons, and even assist with planning attacks.

Read more
Claude Code can now browse the web without opening Chrome
The desktop app now includes an in-app browser that can read websites, click links, and interact with web apps.
Claude Code Featured

Developers spend a surprising amount of time bouncing between their code editor, browser tabs, API documentation, GitHub issues, and design files. Anthropic thinks Claude Code should simply do all of that without constantly asking users to switch windows. The company has announced a new in-app browser for Claude Code on desktop, allowing its AI coding assistant to open websites, read documentation, inspect designs, and interact with web pages directly from within the application.

A browser built into Claude Code

Read more