news

YC Startup News

Startups that come through Y Combinator often go on to shape entire markets. This section tracks news about YC-backed companies, from demo day launches and seed rounds to later funding, acquisitions, and the products these founders are building.

Expect launch announcements from current batch companies, follow-on rounds as alumni scale, product releases in categories from developer tools to AI agents and fintech, and the occasional exit or shutdown that closes a company's arc. Growth milestones and pivots fill in the stories between.

Watching these companies over time shows how early ideas evolve into real businesses, which is valuable study material for anyone building or backing startups. It also surfaces useful new products early, often before the wider market has heard of them.

Ask HN: What Are You Working On? (April 2026)
2026-04-13

A developer has created "Still Kicking," a camera-free smart picture frame that uses mmWave sensors to monitor an elderly person's motion, detect falls, and track sleep quality. Following the project's announcement on Hacker News, elder care professionals and physicians strongly encouraged the creator to commercialize the device, noting that such privacy-focused technology could help seniors age in place safely without the intrusion of cameras or wearable pendants.

Android now stops you sharing your location in photos
2026-04-13

Google's latest Android update strips location metadata from photos when users upload them through web browsers, breaking functionality for mapping sites like OpenBenches. This change prevents developers from using embedded geolocation data to accurately place user-submitted images on a map.

Taking on CUDA with ROCm: 'One Step After Another'
2026-04-13

AMD is challenging Nvidia's dominant CUDA ecosystem by leveraging its fully open-source ROCm stack and integrating the Triton compiler. By embracing a software-first culture, the company aims to steadily erode Nvidia's competitive moat in the accelerated computing market.

Building a CLI for all of Cloudflare
2026-04-13

Cloudflare has introduced a new unified command-line interface called cf to streamline interactions with its nearly 3,000 API operations for both developers and AI agents. The release also includes Local Explorer, a new utility designed to help users debug local data.

Servo is now available on crates.io
2026-04-13

The Servo web engine is now available on crates.io, marking its first official release on the Rust package registry. This milestone introduces a Long-Term Support version, providing developers with a stable and reliable foundation for future integration.

A perfectable programming language
2026-04-13

A recent discussion surrounding the perfectable programming language Lean explores the balance of language power, contrasting math-focused tools like Lean and Agda with general-purpose dependently typed languages like Idris. Participants also debate the true semantic value of homoiconicity in enabling advanced meta-programming, highlighting the ongoing challenge of designing dependently typed languages that are powerful enough for formal proofs without falling victim to unproductive complexity.

How to make Firefox builds 17% faster
2026-04-13

Firefox builds can now be completed 17% faster by utilizing the buildcache tool to cache WebIDL binding code generation. This optimization leverages buildcache's unique Lua plugin system, which allows for custom wrappers that traditional caching tools cannot support.

How long-distance couples use digital games to facilitate intimacy (2025)
2026-04-13

A new research paper explores how long-distance couples leverage digital games to maintain intimacy despite physical separation. The study reveals that shared gaming experiences serve as crucial virtual spaces for communication, highlighting the evolving role of interactive technology in sustaining modern relationships.

The economics of software teams: Why most engineering orgs are flying blind
2026-04-13

A recent analysis highlights that most organizations lack clear visibility into the actual costs and required revenue generation of their software engineering teams. This widespread financial blind spot prevents companies from accurately measuring the true economic viability of their technical departments.

Apple's accidental moat: How the "AI Loser" may end up winning
2026-04-13

Despite current perceptions of Apple as an AI loser, the company's delayed entry into the generative AI race may actually provide a unique long-term strategic advantage. By leveraging its closed ecosystem and hardware integration to build an accidental competitive moat, Apple is positioned to ultimately win the consumer AI market.

Microsoft isn't removing Copilot from Windows 11, it's just renaming it
2026-04-13

Microsoft is not removing its Copilot AI assistant from Windows 11, but is instead simply renaming the feature. Reader discussions surrounding the update largely diverge into broader debates about the overall user experience of Windows versus Linux for gaming. Many users express frustration with forced Windows integrations and advocate for alternative setups, such as dual-booting with Linux or using cloud gaming services.

I just want simple S3
2026-04-13

A developer's search for a simple, reliable, and fast S3-compatible storage solution has been complicated by the reported death of Minio. With the popular project's repository now archived, users are left seeking basic object storage alternatives without complex enterprise features like scaling or replication.

N-Day-Bench – Can LLMs find real vulnerabilities in real codebases?
2026-04-13

A new benchmark called N-Day-Bench evaluates the ability of large language models to identify real-world vulnerabilities within actual codebases. The framework utilizes strict GitHub advisories and OpenRouter-backed models to rigorously test AI-driven security scanning capabilities.

I ran Gemma 4 as a local model in Codex CLI
2026-04-13

Readers testing Gemma 4 locally report that while the model delivers exceptional inference speed and impressive one-shot coding performance rivaling top-tier proprietary AI, it struggles significantly with agentic tasks, tool use, and large context windows. Although early benchmarks were skewed by tokenizer and tool invocation bugs, corrected tests show the dense 31B variant actually outperforms the faster MoE model in overall quality. Ultimately, users praise its capabilities for specific local coding tasks on Apple Silicon but note that its limitations in iterative reasoning and context scaling prevent it from being a flawless autonomous coding assistant.

Tracking down a 25% Regression on LLVM RISC-V
2026-04-13

A developer investigated a 25% performance regression in LLVM for RISC-V targets by analyzing a specific benchmark. They successfully identified the issue and landed a patch that eliminates the performance gap with GCC for this workload.

This year’s insane timeline of hacks
2026-04-13

A newly compiled archive details a staggering timeline of major cybersecurity breaches that have largely flown under the radar this year. By documenting these underreported hacks, the collection sheds light on the escalating and often overlooked digital threats facing modern organizations.

Is math big or small?
2026-04-13

A recent article exploring the concept of scale in mathematics has sparked a debate among readers about whether abstract concepts possess an inherent size. Commenters argue that mathematical shapes lack a defined scale without physical context, suggesting that magnitude is entirely dependent on the observer's perspective and frame of reference. Ultimately, the discussion highlights that the perceived scale of mathematics is dictated by its real-world applications and the underlying purpose behind its use.

Michigan 'digital age' bills pulled after privacy concerns raised
2026-04-13

Michigan lawmakers withdrew proposed digital age legislation following backlash over its handling of consumer data privacy. Critics argued the bills relied on flawed opt-out mechanisms rather than requiring strict opt-in permission for data sales. The controversy highlights broader frustrations with tech companies using delayed consent models to harvest user data for AI training without explicit approval.

Optimization of 32-bit Unsigned Division by Constants on 64-bit Targets
2026-04-13

A newly published arXiv paper introduces advanced compiler optimization techniques for performing 32-bit unsigned division by constants on 64-bit processor architectures. The research focuses on improving computational efficiency and reducing execution overhead for these specific arithmetic operations. These optimizations are expected to benefit modern software development by streamlining low-level mathematical computations.

Show HN: Ithihāsas – a character explorer for Hindu epics, built in a few hours
2026-04-13

A developer has released Ithihāsas, a new interactive web tool designed to explore the complex characters and relationships within the Hindu epics Rāmāyaṇa and Mahābhārata. Built in just a few hours, the project visualizes these ancient narratives using interactive force graphs, dynasty trees, and chord diagrams.