news

YC News

From new batch announcements to alumni raising major rounds, Y Combinator remains a bellwether for early-stage tech. This section collects news involving the accelerator, the startups that pass through it, and the ideas and trends its community is betting on.

Stories here range from changes to the program itself, its deal terms, batch sizes, and leadership, to the successes and stumbles of companies it funded years ago. Batch composition gets particular attention, since the categories founders cluster around tend to foreshadow broader trends.

For anyone working in or around startups, following this accelerator is an efficient habit: it condenses signals about talent, ideas, and capital into one observable community. Founders weighing an application also use this coverage to understand what the program has become.

Michael Rabin has died
2026-04-18

Renowned computer scientist Michael Rabin has passed away, prompting widespread tributes from developers and former students. The tech community is mourning his loss while celebrating his foundational contributions, particularly the Rabin fingerprinting algorithm used in data deduplication and the Rabin-Karp method used in threat scanning. Alongside his technical legacy, former students fondly remember him as a masterful and engaging lecturer at universities like Harvard and Columbia.

Are the costs of AI agents also rising exponentially? (2025)
2026-04-18

Readers discuss how the high hourly costs of frontier AI agents compare to human software engineers, suggesting that cheaper distilled models and custom ASIC hardware could eventually drive down inference expenses. The conversation also highlights a potential industry shift from time-based project estimates to token-based spending models. Furthermore, commenters emphasize the critical need for better cost-attribution tools to accurately track granular AI agent expenses.

Amiga Graphics Archive
2026-04-18

The Amiga Graphics Archive is a newly launched website dedicated to preserving and showcasing visual art created for the Commodore Amiga home computer. Introduced in 1985, the Amiga featured revolutionary custom chips that delivered unprecedented graphics capabilities far beyond other personal computers of the era. This digital collection serves as a tribute to the pioneering visual legacy of the iconic retro system.

Hyperscalers have already outspent most famous US megaprojects
2026-04-18

Major tech hyperscalers are investing unprecedented capital into data center and AI infrastructure, with their current spending already surpassing the historical costs of the most famous US megaprojects. This massive financial commitment highlights the intense industry race to dominate the next generation of cloud computing and artificial intelligence.

"cat readme.txt" is not safe if you use iTerm2
2026-04-18

A newly identified vulnerability in the iTerm2 terminal emulator allows attackers to turn a simple "cat readme.txt" command into arbitrary code execution. By exploiting how the application processes terminal output, hackers can weaponize seemingly harmless file reads to run malicious scripts.

Thoughts and feelings around Claude Design
2026-04-18

Early users of Claude Design report mixed results, praising the tool for its logical information architecture but criticizing its strict usage limits and tendency to generate generic outputs. The conversation around the AI's homogenization problem quickly evolved into a broader debate about the current state of user interface and user experience design. Many participants lamented that marketing-driven demands for unique brand recognition have ultimately sacrificed the predictable, platform-level consistency found in older software.

Category Theory Illustrated – Orders
2026-04-18

Readers discussing an illustrated guide to category theory recommend more rigorous mathematical textbooks, noting the subject's steep learning curve for those without advanced backgrounds. Commenters also critique the original article's mathematical accuracy, specifically highlighting flawed logic in its sorting code examples. Furthermore, users debate the author's confusing definitions regarding strict versus non-strict linear orders and the handling of equality in mathematical comparisons.

Brunost: The Nynorsk Programming Language
2026-04-18

A developer has introduced Brunost, a new programming language that uses the Nynorsk written standard of Norwegian for its syntax. The creator humorously apologized to the tech community for adding yet another language to the already crowded programming landscape.

Show HN: I made a calculator that works over disjoint sets of intervals
2026-04-18

A developer has showcased a novel calculator that utilizes interval and union arithmetic to overcome floating-point precision issues and compute true inverses of mathematical functions. Originally built to test a custom TypeScript library for handling disjoint sets of intervals, the project has sparked community discussions regarding interval math standards, notation, and related graphical applications.

Towards trust in Emacs
2026-04-18

Eshel Yaron has introduced the Emacs Trust Manager to enhance security within the Emacs ecosystem. This new feature allows users to safely manage and verify trusted content directly inside the editor. The addition marks a significant step forward in improving the overall reliability of the platform.

Slop Cop
2026-04-18

Readers discuss a new tool designed to strip verbose AI-generated phrasing from text, noting its value for concise business communication. However, they argue that the true flaw of AI content is a lack of substance rather than specific vocabulary, warning that over-optimizing for brevity can lead to half-baked ideas and fragmented messaging styles. Ultimately, the discussion emphasizes that effective writing requires a careful balance between concise editing and preserving necessary nuance.

Show HN: MDV – a Markdown superset for docs, dashboards, and slides with data
2026-04-18

A new tool called MDV acts as a Markdown superset for creating data-rich documents, dashboards, and slides. It enables users to embed data and visualizations directly into their files. Additional features include live preview capabilities, HTML and PDF export options, and a dedicated VS Code extension.

Scientists discover “cleaner ants” that groom giant ants in Arizona desert
2026-04-18

Researchers in the Arizona desert have discovered a unique biological partnership where tiny cone ants act as cleaners for much larger harvester ants. The smaller ants peacefully crawl over the giants to lick and nibble them, creating a terrestrial cleaning station similar to those found in marine ecosystems.

Optimizing Ruby Path Methods
2026-04-18

An Intercom engineer explains how optimizing Ruby path methods improved the continuous integration pipeline for their monolithic application. The optimization effort was one of the author's first major projects after joining the company.

It's OK to compare floating-points for equality
2026-04-18

A recent article suggests that comparing floating-point numbers for equality is sometimes acceptable, but industry experts argue this view is overly reductive for computational geometry. Because geometric inputs are inherently inexact, exact floating-point comparisons are fundamentally unworkable for boundary representations, requiring geometry kernels to rely on fuzzy tolerances instead. While field-based representations can bypass these floating-point precision issues, developers note they introduce severe new complexities, such as the difficulty of implementing user-requested fillets in CAD software.

80386 Memory Pipeline
2026-04-18

A detailed technical discussion examines the internal microcode of the classic Intel 80286 and 80386 processors, focusing on the mechanics of switching between real and protected modes. By analyzing vintage BIOS disassemblies and historical patents, the thread clarifies why the instruction prefetch queue must be immediately flushed via a control transfer after enabling protected mode to prevent processor triple faults.

Understanding the FFT Algorithm (2013)
2026-04-18

Reader discussions surrounding an article on the Fast Fourier Transform algorithm debate the level of mathematical complexity required to truly understand such concepts. Beyond theory, participants highlight practical applications ranging from removing visual artifacts on color e-ink displays to analyzing network traffic. The conversation also explores using frequency domain techniques like the Lomb-Scargle periodogram to process unevenly sampled packet capture data.

Landmark ancient-genome study shows surprise acceleration of human evolution
2026-04-18

A landmark study analyzing the genomes of over 15,000 ancient individuals reveals a surprising acceleration in human evolution. Researchers discovered that natural selection rapidly shaped hundreds of genes linked to crucial traits such as immunity, skin tone, and behavior. These findings provide unprecedented insight into how quickly our species genetically adapted to its environment.

Fuzix OS
2026-04-18

FUZIX is a micro-Unix operating system designed for retrocomputing on old and resource-constrained hardware like 8-bit microcontrollers and the Raspberry Pi Pico. Although the project supports standard Unix-style processes and is making steady progress, poor documentation remains a notable issue for hobbyists. The development team is currently working on a portable C compiler to help alleviate the steep learning curve associated with the cross-compilation toolchain.

The simple geometry behind any road
2026-04-18

This article explores the foundational mathematical principles and geometric rules that dictate the design, layout, and digital mapping of modern road networks. By breaking down how these infrastructure pathways unfold, the piece highlights the hidden computational geometry and spatial algorithms that ensure the safety and efficiency of global transportation systems.