Hacker News Evening Brief – March 23, 2026


Welcome to your evening Hacker News briefing for Monday, March 23, 2026. Here are the top 30 stories making waves in the tech world today.


AI & Tech Policy

iPhone 17 Pro Demonstrated Running a 400B LLM

Score: 295 | Comments: 171 | Link: https://twitter.com/anemll/status/2035901335984611412

A demonstration shows the iPhone 17 Pro running a massive 400 billion parameter language model locally on device, representing a significant leap in mobile AI capabilities. This feat highlights the advances in mobile hardware optimization and on-device processing power that enable such large models to run efficiently on consumer smartphones. The implications for privacy-focused AI applications and reduced dependency on cloud services are substantial.

Top Discussion Points: Commenters debated the practicality and battery life implications of running such large models on mobile devices, with some questioning whether local processing can truly compete with cloud-based solutions in terms of responsiveness and accuracy.


If DSPy is so great, why isn’t anyone using it?

Score: 165 | Comments: 98 | Link: https://skylarbpayne.com/posts/dspy-engineering-patterns/

This article explores the apparent gap between the hype surrounding DSPy, a framework for declarative self-improving Python programs, and its actual adoption in production environments. The author examines potential reasons for low adoption, including complexity, learning curve, and the maturity of the ecosystem compared to more established alternatives. The piece serves as a critical examination of why promising developer tools sometimes fail to gain traction despite their theoretical advantages.

Top Discussion Points: Users shared experiences with DSPy, noting that while the concepts are powerful, the implementation can be challenging to integrate into existing workflows. Some suggested that the lack of comprehensive documentation and real-world examples hinders broader adoption.


Walmart: ChatGPT checkout converted 3x worse than website

Score: 315 | Comments: 219 | Link: https://searchengineland.com/walmart-chatgpt-checkout-converted-worse-472071

Walmart’s experiment with ChatGPT-powered checkout resulted in three times worse conversion rates compared to their traditional website checkout, raising questions about the readiness of generative AI for e-commerce user interfaces. The case study provides valuable insights into the limitations of current AI technology when applied to complex, multi-step user journeys that require precision and reliability. This real-world data point challenges the prevailing narrative that AI will immediately transform all aspects of digital commerce.

Top Discussion Points: Commenters discussed the importance of matching the right tool to the right use case, with many noting that while AI can enhance certain experiences, traditional interfaces often excel at straightforward transactional tasks. The conversation highlighted the need for careful A/B testing and gradual rollout of AI features.


Reports of code’s death are greatly exaggerated

Score: 543 | Comments: 408 | Link: https://stevekrouse.com/precision

This article pushes back against the narrative that AI coding assistants will eliminate the need for human programmers, arguing that while tools will change, the fundamental need for code will persist. The author examines the historical pattern of technological disruption in programming and suggests that increased automation often leads to greater demand for software rather than less. The piece makes a nuanced case for the complementary relationship between human developers and AI tools.

Top Discussion Points: The discussion explored various perspectives on the future of programming, with some commenters sharing personal experiences of increased productivity with AI tools and others expressing concerns about the devaluation of junior developer roles. Many agreed that while the nature of coding work will evolve, demand for software continues to grow.


I built an AI receptionist for a mechanic shop

Score: 114 | Comments: 131 | Link: https://www.itsthatlady.dev/blog/building-an-ai-receptionist-for-my-brother/

A developer recounts building an AI-powered receptionist system for her brother’s auto repair shop to handle appointment scheduling and customer inquiries. The case study demonstrates practical implementation of voice AI technology in a small business context, including challenges with phone system integration, voice recognition accuracy, and handling the unpredictability of real customer interactions. This real-world application provides valuable lessons for anyone considering similar AI implementations.

Top Discussion Points: Commenters praised the practical nature of the project and asked detailed questions about the technical implementation, including the choice of AI providers, cost considerations, and how the system handles edge cases like difficult accents or complex repair questions.


Security & Privacy

Trivy under attack again: Widespread GitHub Actions tag compromise secrets

Score: 75 | Comments: 25 | Link: https://socket.dev/blog/trivy-under-attack-again-github-actions-compromise

Security researchers discovered another attack campaign targeting Trivy, a popular container security scanner, through compromised GitHub Actions tags that expose secrets to attackers. This incident highlights the ongoing security challenges in the supply chain ecosystem, where trusted dependencies and tooling become vectors for malicious actors. The article details the attack methodology and provides recommendations for organizations to protect themselves from similar compromises.

Top Discussion Points: Commenters discussed the difficulty of securing the software supply chain, with many calling for better verification mechanisms and more conservative dependency management practices. Some shared their own experiences with similar attacks and suggested additional safeguards.


Cyber.mil serving file downloads using TLS certificate which expired 3 days ago

Score: 112 | Comments: 105 | Link: https://www.cyber.mil/stigs/downloads

The U.S. Department of Defense’s cybersecurity website was found serving file downloads with an expired TLS certificate, creating a security risk and breaking browser security warnings. This ironic situation at a government agency tasked with promoting cybersecurity best practices underscores the challenges even experienced organizations face with certificate management and operational security hygiene. The incident has prompted criticism and renewed attention to basic security practices across government systems.

Top Discussion Points: The discussion focused on the importance of automated certificate management and the embarrassment of such failures at cybersecurity-focused organizations. Commenters shared tools and practices for preventing similar certificate expiration issues.


Cyberattack on vehicle breathalyzer company leaves drivers stranded in the US

Score: 111 | Comments: 145 | Link: https://techcrunch.com/2026/03/20/cyberattack-on-vehicle-breathalyzer-company-leaves-drivers-stranded-across-the-us/

A cyberattack on a major vehicle breathalyzer company has left thousands of drivers across the United States unable to use their vehicles, as the ignition interlock devices require real-time authentication from the compromised company’s servers. This incident illustrates the risks of over-reliance on cloud connectivity for safety-critical systems and the potential for widespread disruption when such systems go offline. Drivers reported being unable to get to work, medical appointments, or other essential activities.

Top Discussion Points: Commenters debated the ethics of requiring constant internet connectivity for safety devices and discussed regulatory frameworks that might prevent such situations. Many called for offline fallback modes for safety-critical systems to prevent this type of widespread disruption.


Tech Tools & Projects

Bombadil: Property-based testing for web UIs

Score: 186 | Comments: 73 | Link: https://github.com/antithesishq/bombadil

Bombadil introduces property-based testing principles to web UI testing, automatically generating test cases that verify application behavior across a wide range of inputs and scenarios. Unlike traditional example-based testing, this approach can discover edge cases and unexpected behaviors that human testers might miss. The tool represents an attempt to bring the rigor of property-based testing, popular in functional programming communities, to the often messy world of web development.

Top Discussion Points: Users discussed the learning curve of property-based testing and whether the benefits justify the additional complexity. Some shared success stories from using similar tools in their projects, while others questioned the practicality for typical web development timelines.


Show HN: Threadprocs – executables sharing one address space (0-copy pointers)

Score: 39 | Comments: 30 | Link: https://github.com/jer-irl/threadprocs

This experimental project enables multiple independent executables to run in a single shared virtual address space, allowing zero-copy pointer sharing between processes while maintaining their isolation as separate binaries. The technique explores a middle ground between traditional multi-process architectures with expensive serialization and shared-memory threading models with their own complexity. The implementation relies on carefully managing ASLR and virtual address layout to ensure consistent memory layouts across processes.

Top Discussion Points: Commenters questioned the practical applications of such a system, noting the significant edge cases and security concerns that would need to be addressed. Some suggested potential use cases in high-performance computing scenarios where avoiding serialization overhead is critical.


BIO: The Bao I/O Coprocessor

Score: 48 | Comments: 13 | Link: https://www.bunniestudios.com/blog/2026/bio-the-bao-i-o-coprocessor/

Bunnie Huang details the design and implementation of the Bao I/O coprocessor, a specialized hardware component for handling input/output operations in embedded systems. The project explores the architecture of specialized coprocessors and their role in offloading complex I/O tasks from main processors, potentially improving efficiency and reducing power consumption. The article provides deep technical insights into hardware design and the trade-offs involved in creating custom silicon solutions.

Top Discussion Points: The discussion focused on the economics of custom silicon versus using off-the-shelf components, with commenters sharing perspectives on when specialization makes sense versus the flexibility of general-purpose processors.


Side-Effectful Expressions in C (2023)

Score: 19 | Comments: 1 | Link: https://blog.xoria.org/expr-stmt-c/

This article examines the nuanced behavior of side effects in C expressions, exploring how the language’s specification handles evaluation order and the potential pitfalls developers face. The author dissects complex expression evaluation scenarios and explains the rules governing when side effects occur and how they interact with different C language features. Understanding these subtleties is crucial for writing predictable and portable C code across different compilers and optimization levels.

Top Discussion Points: While this story had minimal comments, it represents valuable technical content about a fundamental aspect of C programming that even experienced developers sometimes misunderstand.


The quadratic problem nobody fixed

Score: 14 | Comments: 0 | Link: https://iev.ee/blog/the-quadratic-problem-nobody-fixed/

The article discusses a common quadratic complexity problem that appears in many codebases but often goes unaddressed until it causes performance issues at scale. The author explores why these problems persist despite being well-understood and suggests approaches for identifying and fixing them before they become critical. This type of content serves as a reminder that algorithmic efficiency remains important even in an era of abundant computing resources.


The gold standard of optimization: A look under the hood of RollerCoaster Tycoon

Score: 533 | Comments: 143 | Link: https://larstofus.com/2026/03/22/the-gold-standard-of-optimization-a-look-under-the-hood-of-rollercoaster-tycoon/

This deep dive examines the legendary optimization work behind RollerCoaster Tycoon, which managed to simulate complex theme park management on minimal hardware through ingenious programming techniques. The article explores how the developers achieved remarkable performance through careful memory management, custom data structures, and domain-specific optimizations that modern developers often overlook. The piece serves as both a historical curiosity and a source of inspiration for developers interested in writing efficient code.

Top Discussion Points: Commenters marveled at the ingenuity of the original development team and discussed how modern development practices sometimes sacrifice efficiency for developer productivity. Some shared their own experiences optimizing legacy codebases.


Digs: Offline-first iOS app to browse your Discogs vinyl collection

Score: 16 | Comments: 2 | Link: https://lustin.fr/blog/building-digs/

The developer shares the journey of building Digs, an iOS application that allows vinyl collectors to browse their Discogs collection offline. The article covers technical challenges in offline-first architecture, data synchronization strategies, and the user experience considerations for music collectors who want to access their library without internet connectivity. This case study provides practical insights for developers building similar offline-capable applications.


Web & Infrastructure

PC Gamer recommends RSS readers in a 37mb article that just keeps downloading

Score: 777 | Comments: 357 | Link: https://stuartbreckenridge.net/2026-03-19-pc-gamer-recommends-rss-readers-in-a-37mb-article/

A humorous and concerning example of web bloat describes how PC Gamer published an article about RSS readers that weighs in at 37 megabytes and continues to download content indefinitely. The piece serves as both a case study in poor web performance and meta-commentary on the state of modern web development, where even articles about lightweight technologies like RSS can become bloated behemoths. The incident highlights the importance of web performance optimization and the unintended consequences of certain web development practices.

Top Discussion Points: Commenters expressed shock at the size of the article and shared similar examples of bloated web pages. The discussion evolved into a broader conversation about the state of web development and the need for more lightweight approaches to content delivery.


GitHub appears to be struggling with measly three nines availability

Score: 359 | Comments: 189 | Link: https://www.theregister.com/2026/02/10/github_outages/

Analysis of GitHub’s recent performance suggests the platform is only achieving around 99.9% uptime, or “three nines” availability, which many consider inadequate for a service that much of the world’s development infrastructure depends on. The article examines the business implications of this downtime and the challenges of operating a platform at GitHub’s scale. The discussion touches on whether current expectations for availability are realistic given the complexity of modern distributed systems.

Top Discussion Points: Commenters debated what level of uptime is reasonable for a platform of GitHub’s importance, with some arguing that 99.9% is actually quite good given the scale and complexity. Others pointed out that even brief outages can have significant economic impact across the entire software industry.


The future of version control

Score: 628 | Comments: 352 | Link: https://bramcohen.com/p/manyana

Bram Cohen, creator of BitTorrent, shares his thoughts on the evolution of version control systems and potential directions for future development. The article explores the limitations of current systems like Git and discusses whether fundamental architectural changes are needed to better support modern development workflows. Cohen’s perspective as someone who has successfully built large-scale distributed systems provides interesting insights into potential improvements to version control.

Top Discussion Points: The discussion featured extensive debate about Git’s strengths and weaknesses, with some commenters defending its distributed nature and others calling for fundamentally different approaches. Many shared their pain points with current tools and suggested features they would like to see in next-generation version control systems.


History & Science

General Motors is assisting with the restoration of a rare EV1

Score: 70 | Comments: 78 | Link: https://evinfo.net/2026/03/general-motors-is-assisting-with-the-restoration-of-an-1996-ev1/

In a surprising turn of events, General Motors is providing assistance with the restoration of a rare EV1, the electric vehicle that GM controversially crushed in the early 2000s. This cooperation between the company and preservationists represents a symbolic moment in the history of electric vehicles, acknowledging the early EV1 program as an important technological milestone despite its eventual cancellation. The restored vehicle will serve as a historical artifact documenting an important chapter in automotive electrification.

Top Discussion Points: Commenters discussed the historical significance of the EV1 program and the lessons that might have been learned from its early technical approaches. Many reflected on how much electric vehicle technology has advanced since the EV1’s introduction.


Academic & Research

I tried Karpathy’s Autoresearch on an old research project

Score: 16 | Comments: 0 | Link: https://ykumar.me/blog/eclip-autoresearch/

A researcher describes applying Andrej Karpathy’s Autoresearch methodology to revisit an old research project, exploring how modern AI tools can accelerate the research process. The article documents the experience of using automated research assistance tools to analyze data, generate hypotheses, and iterate on experiments. This case study provides insights into how AI might transform traditional research workflows and the potential benefits and limitations of these tools.


An unsolicited guide to being a researcher [pdf]

Score: 118 | Comments: 17 | Link: https://emerge-lab.github.io/papers/an-unsolicited-guide-to-good-research.pdf

This comprehensive guide offers advice for researchers at all career stages, covering topics from choosing research questions to writing papers and managing academic careers. The document distills practical wisdom from experienced researchers into actionable advice that could benefit graduate students and established academics alike. The unsolicited nature of the guide suggests the authors felt compelled to share knowledge that isn’t always formally taught in academic settings.

Top Discussion Points: Commenters shared their own experiences with the research process and discussed which pieces of advice they found most valuable. Some suggested additional topics they would have liked to see covered in the guide.


Show HN: The King Wen Permutation: [52, 10, 2]

Score: 50 | Comments: 24 | Link: https://gzw1987-bit.github.io/iching-math/

This project analyzes the mathematical properties of different orderings of the 64 I Ching hexagrams, discovering that the permutation cycle decomposition between the King Wen and Fu Xi sequences is [52, 10, 2] with no fixed points. The analysis applies mathematical rigor to an ancient philosophical text, revealing previously undocumented patterns in how the hexagrams are arranged. This intersection of ancient wisdom and modern mathematics demonstrates how different intellectual traditions can be connected through careful analysis.

Top Discussion Points: Commenters appreciated the novelty of applying mathematical analysis to traditional Chinese philosophy and discussed the cultural significance of the I Ching. Some shared similar examples of mathematical patterns found in ancient texts.


Business & Industry

The machine didn’t take your craft. You gave it up.

Score: 19 | Comments: 5 | Link: https://www.davidabram.dev/musings/the-machine-didnt-take-your-craft/

This article challenges the narrative that AI is destroying creative professions, arguing instead that the real threat is the commodification and undervaluing of creative work that preceded AI’s emergence. The author suggests that if creative work had been properly valued and supported, there would be less fear of AI replacement. This perspective reframes the discussion about AI and creativity to focus on the economic and cultural factors that make creative work vulnerable.

Top Discussion Points: Commenters debated whether this perspective accurately reflects the reality of creative industries or whether it underestimates the genuine threat posed by AI automation. The conversation touched on the broader economic pressures facing creative professionals.


”Collaboration” is bullshit

Score: 182 | Comments: 88 | Link: https://www.joanwestenberg.com/collaboration-is-bullshit/

A provocative piece argues that the corporate obsession with collaboration often masks deeper organizational problems and can actually reduce productivity by preventing focused individual work. The author suggests that many meetings, brainstorming sessions, and collaborative tools are performative rather than productive, and that true collaboration should be the exception rather than the rule. This contrarian take resonates with many workers who feel overwhelmed by constant collaboration demands.

Top Discussion Points: The comment section was filled with workers sharing their experiences of collaboration fatigue and suggesting ways to create environments that allow for both effective collaboration and focused individual work. Many agreed that the term “collaboration” has been overused and often misapplied.


Tin Can, a ‘landline’ for kids

Score: 281 | Comments: 229 | Link: https://www.businessinsider.com/tin-can-landline-kids-cellphone-cell-alternative-how-2025-9

This article profiles Tin Can, a hardware device designed to provide kids with a simplified communication experience reminiscent of old-fashioned landlines without the downsides of smartphones. The device addresses parents’ concerns about screen time, social media addiction, and digital safety while still allowing children to stay connected with family and friends. The product represents a backlash against the smartphone-first approach to technology for children and a reconsideration of what kids actually need from communication tools.

Top Discussion Points: Commenters debated whether such retro technology solutions actually solve modern parenting challenges or whether they just delay the inevitable introduction to more sophisticated devices. Many shared their own experiences with trying to limit children’s screen time and the trade-offs involved.


Geopolitics & War

US govt pays TotalEnergies nearly $1B to stop US offshore wind projects

Score: 64 | Comments: 16 | Link: https://www.lemonde.fr/en/international/article/2026/03/23/us-and-totalenergies-reach-nearly-1-billion-deal-to-end-offshore-wind-projects_6751739_4.html

The U.S. government has agreed to pay nearly $1 billion to TotalEnergies to terminate offshore wind projects, raising questions about the changing political and economic landscape for renewable energy. This development comes amid broader discussions about energy policy, climate commitments, and the role of government in supporting renewable infrastructure. The large payment to cancel projects suggests significant changes in strategy or market conditions for offshore wind development.

Top Discussion Points: Commenters debated the implications of this decision for climate policy and the renewable energy sector, with some suggesting it reflects shifting political priorities. The conversation touched on the challenges of long-term planning for energy infrastructure in a rapidly changing political and technological environment.


Migrating to the EU

Score: 700 | Comments: 563 | Link: https://rz01.org/eu-migration/

This comprehensive guide provides detailed information about the process of migrating to European Union countries, covering visa options, residency requirements, and practical considerations for potential immigrants. The article has gained significant traction as more people consider relocation to Europe for various reasons including quality of life, political stability, and career opportunities. The guide serves as a resource for navigating the complex bureaucracy of international migration within the EU framework.

Top Discussion Points: The comment section featured extensive discussion from people who have successfully migrated to EU countries sharing their experiences and advice. Others asked specific questions about different countries and immigration pathways, creating a valuable knowledge-sharing community around the topic.


Other

Is it a pint?

Score: 117 | Comments: 106 | Link: https://isitapint.com/

A simple but amusing website helps users determine whether various glass sizes actually constitute a proper pint, addressing the common frustration of being served less than a full pint at bars and restaurants. The site includes measurements for various glass shapes and sizes from around the world, highlighting the significant variation in what different establishments consider a “pint.” This humorous project addresses a universal annoyance while providing genuinely useful information for beer drinkers.

Top Discussion Points: Commenters shared their own experiences with short pours and discussed the cultural variations in serving sizes. Many appreciated the practical utility of the site and suggested additional glass types to include.


Two pilots dead after plane and ground vehicle collide at LaGuardia

Score: 156 | Comments: 277 | Link: https://www.bbc.com/news/articles/cy01g522ww4o

A tragic incident at LaGuardia Airport resulted in the deaths of two pilots when their plane collided with a ground vehicle, raising questions about airport safety protocols and the coordination between air traffic control and ground operations. The accident has prompted investigations into how such a collision could occur in a controlled airport environment and what measures might prevent similar incidents in the future. This news story highlights the inherent risks in aviation operations and the importance of rigorous safety procedures.

Top Discussion Points: Commenters expressed condolences for the victims and discussed the complex safety systems at airports that are designed to prevent exactly this type of accident. Many called for thorough investigations and emphasized the need for continuous improvement in aviation safety.


That’s it for this evening’s briefing. Stay curious, keep learning, and we’ll see you tomorrow morning with another roundup of what’s happening in the tech world.

Want these briefings delivered to your inbox? Subscribe at hn.due.io