#biostatistics-and-informatics

[ follow ]
#ai-in-healthcare
Medicine
fromFast Company
3 days ago

The AI drug revolution is real but the hype around it isn't

AI may revolutionize drug discovery, but it cannot simplify the complexities of human biology or guarantee successful treatments.
Healthcare
fromTNW | Health-Tech
4 days ago

Corti's new Symphony AI beats OpenAI and Anthropic on medical coding

Corti's Symphony for Medical Coding improves clinical coding accuracy by treating it as a reasoning task rather than a labeling problem.
fromRubyflow
1 week ago

Can Ruby Read an X-Ray? Building a Medical Image Processor.

The inclusion of Sobel edge detection, Laplacian filter, Gaussian blur, and custom convolution as native C bindings in ruby-libgd proves essential for medical imaging applications.
Science
fromNature
2 weeks ago

Drowning in data sets? Here's how to cut them down to size

The Square Kilometre Array Observatory will generate massive data, but storage and retention pose significant challenges for researchers.
Data science
fromNature
2 weeks ago

How I squeeze fresh science from public data

Utilizing existing data can lead to significant discoveries and collaborations in research.
Artificial intelligence
fromFortune
2 weeks ago

Could data from 100 million species help cure disease? One startup is betting on it | Fortune

Basecamp Research launches the Trillion Gene Atlas to map genetic diversity across 100 million species, aiming to expand biological knowledge 100-fold through AI-powered genomic data collection.
UX design
fromNielsen Norman Group
3 weeks ago

Statistical Significance Isn't the Same as Practical Significance

Statistical significance indicates a result is unlikely due to chance, but does not guarantee practical importance or meaningful impact on users or business outcomes.
Artificial intelligence
fromwww.scientificamerican.com
2 weeks ago

As AI keeps improving, mathematicians struggle to foretell their own future

First Proof, a benchmarking initiative, is launching its second round to evaluate large language models' ability to contribute to research-level mathematics, now requiring transparency and access from participating AI companies.
Healthcare
fromHarvard Business Review
3 weeks ago

Healthcare Uses Specialized Language. It Needs Specialized AI, Too.

Healthcare professionals across specialties use inconsistent terminology and communication styles, creating significant translation barriers that impede care coordination and data interoperability.
Science
fromNature
3 weeks ago

How bioRxiv changed the way biologists share ideas - in numbers

bioRxiv has grown to over 310,000 preprints since 2013, with neuroscientists as top users and monthly submissions reaching 4,000 by 2025, demonstrating widespread acceptance of preprint publishing in scientific research.
Law
fromAbove the Law
1 month ago

This Is Why Criminal Justice Needs Number Nerds - Above the Law

Data-driven evidence, not ideology, should guide criminal justice reform through incentive-based systems and rigorous testing of policies.
fromThe Atlantic
1 month ago

What Jay Bhattacharya Wants From the CDC

In his first email to CDC staff, he wrote that the federal government's "decisions, communications, and processes" broke the public's trust during the pandemic, and that "acknowledging this reality is a necessary step toward renewal." In practice, the CDC has been undergoing a kind of forced renewal for months.
Public health
Healthcare
fromFortune
3 weeks ago

Microsoft launches Copilot Health, a dedicated space for personal health data and AI-driven insights | Fortune

Microsoft launched Copilot Health, an AI assistant feature that integrates and analyzes health data from wearables, electronic health records, and lab results to provide personalized health insights and provider recommendations.
Artificial intelligence
fromwww.npr.org
3 weeks ago

ChatGPT might give you bad medical advice, studies warn

AI chatbots provide medical information to millions daily but often mislead users because people lack training in effectively communicating symptoms to these systems.
Cancer
fromNature
1 month ago

Cancer blood tests are everywhere. Do they really work?

Multi-cancer early detection blood tests show promise but lack regulatory approval and rigorous trial evidence, with initial results indicating limited effectiveness in improving cancer outcomes.
Science
fromNature
3 weeks ago

How data can help to guide NIH funding policy

NIH funding distribution data reveals Massachusetts has slightly higher grant success rates than Iowa and Nebraska, but differences are not statistically significant in available SBIR/STTR datasets.
Miscellaneous
fromComputerworld
1 month ago

Researchers warn about ChatGPT's new health service

ChatGPT Health fails to recommend emergency care in over half of cases where hospitalization is necessary, particularly with complex or ambiguous symptoms.
Healthcare
fromEngadget
3 weeks ago

Microsoft's Copilot Health can use AI to turn your fitness data and medical records 'into a coherent story'

Microsoft's Copilot Health aggregates medical records, fitness data, and health history to help patients prepare informed questions for their doctors, while explicitly not replacing professional medical advice.
Healthcare
fromZDNET
3 weeks ago

The good, bad, and ugly of AI healthcare, according to a doctor who uses AI

People increasingly use AI for health advice despite its unreliability, driven by declining trust in healthcare institutions and the technology's convenience and accessibility.
Science
fromArs Technica
1 month ago

Large genome model: Open source AI trained on trillions of bases

Evo 2, an AI system trained on trillions of base pairs from all life domains, can identify genes, regulatory sequences, and splice sites in complex genomes including humans.
fromMedium
1 month ago

Real-Time Data Validation in Healthcare Streaming: Building Custom Schema Registry Patterns with...

In a single streaming pipeline, you might be processing HL7 FHIR messages with frequent specification updates, claims data following various payer-specific formats, provider directory information with inconsistent taxonomies, and patient demographics with privacy redaction requirements. Our member eligibility stream processes roughly 50,000 records per minute during peak enrollment periods.
Healthcare
Healthcare
fromAxios
1 month ago

The era of Doctor AI is already here

Millions use ChatGPT for health advice daily despite clinical deployment debates, creating a reality where AI is already widely used for direct-to-consumer medical guidance outside formal healthcare systems.
#healthcare-ai
Healthcare
fromwww.mercurynews.com
1 month ago

Amazon bets on health care AI with tools for patients, doctors

Amazon Web Services launches Amazon Connect Health, an AI tool that automates medical documentation, billing codes, patient verification, and appointment scheduling to reduce healthcare administrative burden.
Healthcare
fromwww.mercurynews.com
1 month ago

Amazon bets on health care AI with tools for patients, doctors

Amazon Web Services launches Amazon Connect Health, an AI tool that automates medical documentation, billing codes, patient verification, and appointment scheduling to reduce healthcare administrative burden.
Data science
fromInfoWorld
1 month ago

How to choose the best LLM using R and vitals

Swap model by creating a new chat solver, clone or create tasks with alternative LLMs, run evaluations, and bind results for comparison and analysis.
Healthcare
fromTheregister
1 month ago

AI doctor's assistant swayed to change scrips - researchers

Healthcare AI systems can be manipulated through prompt injection techniques to bypass safety measures, reveal system instructions, and generate harmful recommendations that persist in patient records.
Artificial intelligence
fromZDNET
1 month ago

7 AI coding techniques that quietly make you elite

Agentic AI tools make a single developer far more productive, enabling rapid cross-platform product creation by encoding design systems, user profiles, and permanent bug lessons.
Tech industry
from24/7 Wall St.
2 months ago

NVIDIA Just Made a Bigger Push Into AI Drug Discovery

Nvidia's stock has traded sideways for six months despite strong AI demand and strategic deals that may enable an eventual breakout.
UK news
fromwww.theguardian.com
1 month ago

AI tools make potentially harmful errors in social work records, research says

AI transcription tools used in social work are producing harmful hallucinations and inaccuracies, misrepresenting clients' statements including falsely indicating suicidal ideation.
fromMedium
1 month ago

Algorithms Are Just Real Life, Formalized

Which Algorithm Is This? If you step back, this maps almost perfectly to the Top K Frequent Elements problem.We usually solve it for integers in a list. Here, the "elements" are audience profiles age and body-type combinations. First, define what an audience profile looks like: case class Profile(age: Int, height: Int, weight: Int) What we want is a function like this:
Scala
#ai-safety
fromFuturism
1 month ago
Healthcare

ChatGPT Health Is Staggeringly Bad at Recognizing Life-Threatening Medical Emergencies

Healthcare
fromFuturism
1 month ago

ChatGPT Health Is Staggeringly Bad at Recognizing Life-Threatening Medical Emergencies

ChatGPT Health fails to identify medical emergencies in over half of cases, incorrectly advising patients to stay home instead of seeking immediate hospital care.
fromThe Drum
2 months ago

Deeper data delivers more inspired partnership decisions

Imagine you're selecting an influencer to work with on your new campaign. You've narrowed it down to two, both in the right area, both creating the right sort of content. One has 24.6 million subscribers, the other 1.4 million. Which do you choose? Now imagine you could find out the first had 8.7 million unique viewers last month, while the second had 9.9 million. Do you want to change your mind?
Marketing
fromNews Center
1 month ago

Advancing Preventive Care and Cardiovascular Risk Prediction Through Online Tools - News Center

As the Magerstadt Professor of Cardiovascular Epidemiology, Khan studies the epidemiology of risk for heart failure. Using population-based cohorts and large electronic health record data analyses, she performs mechanistic studies that may enhance risk prediction and identify novel therapeutic agents for the prevention and treatment of cardiovascular disease. Khan and her team have developed a tool to predict risk and prevent cardiovascular disease such as heart failure, stroke, arrhythmia, coronary artery disease and many other conditions.
Public health
Information security
fromSecuritymagazine
1 month ago

Product Spotlight on Analytics

Taelor Sutherland is Associate Editor at Security magazine covering enterprise security, coordinating digital content, and holding a BA in English Literature from Agnes Scott College.
Medicine
fromNature
2 months ago

How DeepMind's genome AI could help solve rare disease mysteries

AlphaGenome uses AI to predict effects of non-coding DNA mutations, helping interpret previously triaged variants and aiding diagnosis of undiagnosed rare diseases.
fromTreehouse Blog
1 month ago

Portfolio Projects for Entry-Level Data Roles

Most beginner data portfolios look similar. They include: A few cleaned datasets Some charts or dashboards A notebook with code and commentary Again, nothing here is wrong. But hiring teams don't review portfolios to check whether you can follow instructions. They review them to see whether you can think like a data analyst. When projects feel generic, reviewers are left guessing:
Data science
fromNews Center
1 month ago

AI Model May Improve RNA Sequencing Research - News Center

Scientists in the laboratory of Rendong Yang, PhD, associate professor of Urology, have developed a new large language model that can interpret transcriptomic data in cancer cell lines more accurately than conventional approaches, as detailed in a recent study published in Nature Communications. Long-read RNA sequencing technologies have transformed transcriptomics research by detecting complex RNA splicing and gene fusion events that have often been missed by conventional short-read RNA-sequencing methods.
Cancer
Law
fromAxios
2 months ago

AI is reshaping police detective work, starting with cold cases

AI tools enable detectives to rapidly search and analyze large, multimodal evidence (calls, interviews, photos, social media) to accelerate cold and active investigations.
fromNature
1 month ago

AI is threatening science jobs. Which ones are most at risk?

Many of them say that AI's ascendance is already reducing demand for human researchers who can write code or do basic data analysis - tasks often handled by graduate students, postdocs or those without graduate training. Obsolescence of some basic roles in areas such as computer modelling "is not even in the future. It's happening now," says Xuanhe Zhao, a mechanical engineer at the Massachusetts Institute of Technology in Cambridge, because "AI is doing this much better than entry-level scientists".
Artificial intelligence
fromwww.bbc.com
2 months ago

Trial launched to 'help spot health risks early'

Public health consultant Dr Ross Keat said supporting people earlier to make small preventative changes would make "a big difference later on". Some 3,500 people in the north of the island within that age bracket are eligible for the checks. The checks will be carried out by two pre-existing nurses that support GP staff and would not replace GP appointments, Keat explained, adding that the cost would be minimal and absorbed by Ramsey Group Practice.
Public health
fromFast Company
2 months ago

Connected data will rescue healthcare

AI plays an important role-but not by fixing fragmented data on its own. The work of organizing, connecting, and interpreting healthcare information still belongs to people and the systems they build. Where AI helps is after that foundation is in place: by bringing the right information forward at the right time, reducing the effort it takes to find what matters, and supporting better decisions in the moment of care.
Medicine
Data science
fromComputerworld
2 months ago

Great R packages for data import, wrangling, and visualization

A set of R packages (dplyr, purrr, readr/vroom, datapasta, Hmisc) streamline data wrangling, importing, and analysis with faster, standardized, and reproducible tools.
fromWIRED
2 months ago

HHS Is Making an AI Tool to Create Hypotheses About Vaccine Injury Claims

Kennedy has also called for overhauling the current safety monitoring system for vaccine injury data collection, known as Vaccine Adverse Event Reporting System, or VAERS, claiming that it suppresses information about the true rate of vaccine side effects. He has also proposed changes to the federal Vaccine Injury Compensation Program that could make it easier for people to sue for adverse events that haven't been proven to be associated with vaccines.
Public health
fromNature
1 month ago

My 'detective' job as a competitive-intelligence consultant for pharma

We provide thought partnership. When a company is developing a drug, there's a lot of work involved, such as understanding the science, designing a study and generating good data. We come in and explain what the standard of care looks like today for their patient population, and what we think it will look like in five to eight years or whenever they plan to launch their therapy.
Medicine
Science
fromAxios
1 month ago

The narrow slice of data that worries biosecurity experts

Certain biological datasets that materially increase misuse risk should be governed like sensitive health records while most biological data remains openly accessible.
Data science
fromCIO
2 months ago

5 perspectives on modern data analytics

Data/business analytics is the top IT investment priority, yet analytics projects often fail due to poor data, vague objectives, and one-size-fits-all solutions.
Science
fromMail Online
2 months ago

Scientists use AI to create a virus never seen before

Scientists used AI and gene-assembly tools to create Evo-Φ2147, a novel 11-gene virus designed to kill pathogenic E. coli.
Medicine
fromPsychology Today
2 months ago

Navigating Medical Care in the Age of Artificial Intelligence

Generative AI has become an influential third party in the doctor-patient relationship, altering information-seeking, trust, and emotional responses to medical care.
Data science
fromTheServerSide.com
2 months ago

Why Java devs should switch to Python or R for data science | TheServerSide

Python and R dominate data science front-end work, offering richer ecosystems and easier data analysis than Java for many statistical and machine learning tasks.
fromMedium
1 month ago

Why "Data Scientist" is Becoming "AI Engineer" and What That Actually Means

The title "data scientist" is quietly disappearing from job postings, internal org charts, and LinkedIn headlines. In its place, roles like "AI engineer," "applied AI engineer," and "machine learning engineer" are becoming the norm. This Data Scientist vs AI Engineer shift raises an important question for practitioners and leaders alike: what actually changes when a data scientist becomes an AI engineer, and what stays the same? More importantly, what skills matter if you want to make this transition intentionally rather than by accident?
Artificial intelligence
Medicine
fromWIRED
1 month ago

AI Digital Twins Are Helping People Manage Diabetes and Obesity

An app predicts individualized blood sugar responses, provides AI-driven daily recommendations and coaching, and supported a user in weight loss and improved biometrics.
#ai-drug-discovery
fromFortune
2 months ago
Science

AI drug startup Insilico Medicine launches an AI 'gym' to help models like GPT and Qwen be good at science | Fortune

fromFortune
2 months ago
Science

AI drug startup Insilico Medicine launches an AI 'gym' to help models like GPT and Qwen be good at science | Fortune

#genomics
fromwww.cbc.ca
2 months ago
Public health

New project aims to map genomes of Black Canadians, provide better health outcomes | CBC News

fromwww.cbc.ca
2 months ago
Public health

New project aims to map genomes of Black Canadians, provide better health outcomes | CBC News

Medicine
fromThe Verge
2 months ago

Google pulls AI overviews for some medical searches

Google gave dangerous medical misinformation: advising pancreatic cancer patients to avoid high-fat foods and providing false liver function test information that could harm patients.
#genetic-screening
fromNature
2 months ago
Public health

Nationwide genetic screening proves effective at catching disease risk early

fromNature
2 months ago
Public health

Nationwide genetic screening proves effective at catching disease risk early

fromNews Center
1 month ago

New Computational Biology Track Added to PhD Graduate Program - News Center

A new PhD track is being added to the Walter S. and Lucienne Driskill Graduate Program in Life Sciences ( DGP) for the 2026 application cycle, to enhance student learning and build community around computational biology and bioinformatics at Feinberg. The computational biology and bioinformatics (CBB) track in the graduate program will prepare students through coursework and lectures to use modern computational approaches, including machine learning and artificial intelligence, to extract biological insight from large-scale datasets to address complex biological problems.
Data science
Public health
fromwww.scientificamerican.com
2 months ago

A shadow CDC' is scrambling to fill gaps in public health data

CDC authority and data reporting have collapsed due to leadership changes and cuts, leaving vaccine-related datasets paused and states forming alliances to fill public health gaps.
fromArs Technica
2 months ago

Developers say AI coding tools work-and that's precisely what worries them

Software developers have spent the past two years watching AI coding tools evolve from advanced autocomplete into something that can, in some cases, build entire applications from a text prompt. Tools like Anthropic's Claude Code and OpenAI's Codex can now work on software projects for hours at a time, writing code, running tests, and, with human supervision, fixing bugs. OpenAI says it now uses Codex to build Codex itself, and the company recently published technical details about how the tool works under the hood.
Artificial intelligence
Data science
fromNature
1 month ago

How to stop the survey-taking AI chatbots that threaten to upend social science

Online survey recruitment faces widespread inauthentic and automated responses, increasingly amplified by AI agents, threatening data validity.
#brainiac
Data science
fromMedium
2 months ago

Taking Back the Math: How Everyday Numbers Can Empower Us in an Algorithmic World

Learning basic mathematics empowers individuals to understand, question, and influence algorithms that shape choices, reducing opaque power imbalances in the algorithm-driven economy.
Healthcare
fromFortune
2 months ago

When AI meets healthcare, how should payers react? | Fortune

AI can fully automate most transaction-oriented payer jobs, significantly boost knowledge and relationship work productivity, and replace many interpreter and doer roles, transforming payer operations and member services.
Medicine
fromNature
1 month ago

Cheap AI chatbots transform medical diagnoses in places with limited care

Cheap large language models can substantially improve diagnostic accuracy and support under-resourced clinicians and community health workers in low- and middle-income settings.
fromPsychology Today
2 months ago

My Dad Got Sick-Doctors Dodged, AI Didn't

My dad was in the emergency room, short of breath, chest tight, upper back aching. He looked pale and confused. An ultrasound showed excess fluid between his lung and chest wall. "We'll drain it," a resident said, as if he were unclogging a sink. For the next five days, thick, red-tinged fluid filled a plastic container beside my dad's hospital bed. Doctors sent his cells for "staining," a way to identify cancer. But no one used that word.
Medicine
Medicine
fromComputerworld
1 month ago

AI chatbots are worse than search engines for medical advice

GenAI tools failed to improve urgency assessment and were worse at diagnosing conditions compared with users' usual methods.
[ Load more ]