Urgent.News

What's breaking now, across thousands of outlets.

Tech

“We’re not doing 30 bets a year”: Vijay Pande on betting small after running $4 billion at a16z

Vijay Pande — who left a16z's roughly $4 billion biotech practice last year to start the much smaller, AI-native VZVC — talks about why biology is finally shifting from a "discovery" science to an "engineering" one, why clinical trials are still brutally expensive, and why he thinks open, shared datasets (not walled-off ones) are what will actually let AI transform medicine.

Vijay Pande, formerly a professor at Stanford University and known for his creation of Folding@home, transitioned from managing a $4 billion investment practice at a16z to founding VZVC, a firm focused on smaller, concentrated bets. In an interview, Pande discussed the shift in the biotech industry from a discovery-based approach to one that can be engineered, thanks to advances in AI and machine learning.

These technologies allow researchers to better understand targets for drug development, optimize trial processes, and ultimately create more effective treatments. Despite the reduction in costs and time for clinical trials, the success rate for drugs moving from the first to the third trial stage still remains low at 20%, largely due to the inaccuracy of animal models in predicting human responses.

Pande believes AI can bridge this gap by providing a more accurate representation of how a drug will perform in humans, enabling more precise medicine tailored to individual patients. This shift is accelerated by the lack of data sharing across different medical fields, which hinders the development of specialized AI models capable of providing comprehensive insights for various diseases.

Written by urgent.news from TechCrunch's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at techcrunch.com →

More in Tech

Your Compute-Usage Receipt Can Be Cryptographically Signed and Still Be Forged. Here's the One Field That Actually Prevents It, From the Command Line.

Co-authored by Rudrendu Paul and Sourav Nandy . Repo: github.com/RudrenduPaul/ComputeLedger , Apache-2.0. npm install -g computeledger-cli (Node.js 18+) or pip install computeledger-cli (Python…

  • Cryptographic signatures alone cannot guarantee receipt authenticity
  • Public key should be included in signed payload, not separately
  • Hashing entire payload with public key prevents forgery

REST vs SOAP vs GraphQL vs gRPC — Interview Notes for Backend Engineers

I have shipped REST APIs for four years (Flask, AWS Lambda + API Gateway, FastAPI). This is the reference I use in design reviews and phone screens — focused on when to pick each style, not memorising…

  • REST APIs use resources (nouns) and HTTP methods (verbs) with JSON format
  • REST is common for public or mobile APIs due to browser-friendliness and caching
  • gRPC is suitable for internal, high-performance service-to-service communication

How QR codes are reshaping the future of commerce

How QR codes are reshaping the future of commerce newspress_en Sat, 08/29/2026 - 18:55 Science & Technology More than half a century ago, goods moved through the checkout at a far slower pace than…

  • QR codes store extensive product information beyond basic number
  • Tesco tests QR codes to optimize product rotation and reduce waste
  • QR codes enable supply chain traceability and counterfeiting prevention

Qt 5 to Qt 6 Migration Guide for 2026

Qt 6 is a major version, and migrating a real Qt 5 application to it is more than a recompile. The framework was modularised, the build system shifted toward CMake, some APIs were removed or replaced…

  • Qt 6 introduces CMake as primary build system, replacing qmake.
  • Qt 6 modularizes functionality, moving some to separate modules.
  • Deprecated Qt 5 APIs removed, with some classes/functions/signatures changed.

More from Saturday 29 August →