news

YC Startups News

The companies emerging from Y Combinator batches offer an early look at new markets and business models. Browse news on YC startups as they launch products, raise capital, expand teams, and occasionally grow into some of tech's most influential companies.

The coverage follows companies across their whole journey: first launches and early traction, seed and Series A announcements, pivots when the initial idea stalls, and the later chapters, acquisitions, public listings, or quiet windups. Patterns across many companies reveal which markets are heating up.

Founders read these stories for playbooks and cautionary tales, while investors mine them for emerging categories worth a closer look. Even readers outside the startup world get something from them: a preview of the products and services that may soon become mainstream.

The Apple Disk II Controller Card (2021)
2026-07-01

The Apple Disk II Controller Card is widely celebrated as a masterpiece of Steve Wozniak's engineering genius for its brilliant use of software to replace complex hardware components. By utilizing the computer's main CPU for tight timing loops, the innovative design enabled a remarkably fast and inexpensive floppy drive while inadvertently inspiring a complex ecosystem of software copy-protections. Decades later, the elegant and accessible architecture of the Disk II remains a highly influential reference point for understanding and teaching fundamental computer design.

Forestiere Underground Gardens
2026-07-01

Readers are discussing the Forestiere Underground Gardens in Fresno, California, a subterranean complex that remains naturally cool during the region's extreme summer heat. The historic site has inspired broader conversations about alternative, sustainable housing designs and underground living as innovative ways to adapt to rising temperatures and escape traditional urban environments.

Chip Off The Old Block
2026-07-01

Semiconductor engineers have developed a novel microchip architecture derived from legacy silicon designs to dramatically improve processing efficiency. This new processor bridges the gap between older manufacturing nodes and modern computational demands. Analysts predict this cost-effective innovation will extend the viability of current fabrication plants while powering next-generation applications.

Claude Code is steganographically marking requests
2026-06-30

A developer inspecting Claude Code for privacy reasons discovered that the tool secretly embeds hidden steganographic markers within its system prompts. These undisclosed tags are dynamically generated based on the API base URL and timezone, raising concerns about hidden tracking in AI coding assistants.

Claude Sonnet 5
2026-06-30

Claude Sonnet 5 has been released as the most agentic model in the Sonnet lineup to date. The new iteration delivers top-tier intelligence specifically optimized for complex coding tasks and everyday professional workflows. This launch significantly advances autonomous capabilities for developers and everyday users alike.

Building a custom octocopter from scratch with no prior hardware experience
2026-06-30

A maker with no prior hardware experience has successfully built a custom octocopter from scratch, utilizing a reinforcement learning controller that sustains flight even during motor failures. The creator has documented the entire project in a detailed build log for readers to follow.

Claude Science
2026-06-30

Claude Science is a new AI workbench that automates data analysis and pipeline assembly for scientific research. By tracing every step of the process like a skilled scientist, the platform allows researchers to spend less time on technical integration and more time on the science.

LongCat-2.0, a large-scale MoE model with 1.6T total and 48B Active
2026-06-30

LongCat-2.0 is a new large-scale Mixture of Experts model featuring 1.6 trillion total parameters and 48 billion active parameters. Notably, the entire training process for this massive artificial intelligence system was successfully completed using domestically produced chips.

Nano Banana 2 Lite
2026-06-30

Google DeepMind has introduced the Nano Banana 2 Lite, adding to its growing lineup of artificial intelligence models and tools. Specific details about the project's capabilities and intended applications have not yet been revealed.

Open Source Low Tech
2026-06-30

The concept of open source low tech emphasizes appropriate technologies that allow communities to build and repair their own tools using locally available scrap materials. By focusing on self-sufficiency and practical manufacturing, this approach aims to empower developing regions rather than creating dependency through traditional imported aid. Ultimately, it advocates for teaching people how to fabricate their own solutions to foster long-term local independence and resilience.

CERN bids farewell to the LHC and enters Long Shutdown 3
2026-06-30

As CERN initiates the third long shutdown of the Large Hadron Collider for major upgrades, visitors and former physicists are reflecting on the monumental scale of the engineering feat. The closure has also prompted candid discussions among former insiders regarding the current state of particle physics, with some criticizing the field for producing repetitive and low-impact research. Additionally, these insiders are debating the validity of prominent critics like Sabine Hossenfelder, who question the scientific return on massive public investments in the field.

30-year sentence for transporting zines is a five-alarm fire for free speech
2026-06-30

Daniel Sanchez Estrada has been sentenced to 30 years in prison for transporting a box of pamphlets, raising severe concerns among free speech advocates. Critics warn that this extreme punishment sets a dangerous precedent for the criminalization of information possession and distribution.

How does a pull-back car work? Illustrated teardown
2026-06-30

A recent illustrated teardown explores the hidden mechanical engineering inside a standard pull-back toy car. The visual guide breaks down the internal spring and gear systems, demonstrating how basic physics is leveraged to store and release kinetic energy.

Leanstral 1.5
2026-06-30

Leanstral 1.5 is an updated AI model optimized for Lean 4 formal proof engineering, automated theorem proving, and autoformalization. The system efficiently handles complex mathematical tasks by utilizing 6.5 billion active parameters out of a total of 119 billion.

European digital ID wallets rely on safety services of Google and Apple
2026-06-30

European governments are introducing digital identity wallets to allow citizens to access public services and verify their age online. However, a major issue with this rollout is its heavy reliance on the safety services provided by Google and Apple.

I built a mmWave material classification radar (2025)
2026-06-30

A developer has built a millimeter-wave radar system capable of classifying building materials, offering a potential non-destructive method for detecting hazardous substances like asbestos concealed within walls. By penetrating surfaces to identify hidden materials, the device eliminates the need for destructive physical testing. This innovation has sparked broader community interest in mmWave radar, highlighting its diverse applications ranging from DIY home presence detection to advanced imaging and airport security scanning.

One million passports leaked online
2026-06-30

A security lapse at Cannabis Club Systems, also known as Nefos Solutions, has potentially exposed over one million passports and photo IDs on the public web. The company left the highly sensitive identification documents completely unsecured online, putting countless users at risk of identity theft.

Knoppix
2026-06-30

Readers are sharing fond memories of the Knoppix Linux Live CD, recalling the pioneering distribution as a vital gateway into open-source operating systems during their youth. Many users relied on the bootable disc to safely explore programming and system tinkering without the risk of damaging their family's Windows partitions, highlighting its lasting impact on a generation of early tech enthusiasts.

Memory Safe Context Switching
2026-06-30

A recent discussion on memory-safe context switching explores the inherent safety risks and stack corruption vulnerabilities of using setjmp and longjmp in C. To overcome the language's rigid pointer model and enable safe stack relocation, developers propose workarounds like copying stack frames or strictly restoring continuations to their original memory addresses. The conversation also highlights a trend toward bypassing heavy system calls like ucontext in favor of highly optimized, custom assembly-based fiber libraries for more efficient context switching.

I ported Kubernetes to the browser
2026-06-30

A developer has successfully ported Kubernetes to run entirely within a web browser. This ambitious project was completed in just two months, utilizing large language models to generate nearly 100,000 lines of high-quality code.