news

AI Tech News

Artificial intelligence remains the fastest-moving story in technology. Here you will find news on model releases and research, the labs and companies competing for the frontier, enterprise adoption, and the debates over safety, jobs, and regulation that AI continues to raise.

Typical stories include new model launches and benchmark claims, massive infrastructure and chip investments, AI features arriving in mainstream products, research papers that shift the field's direction, and enterprise deals that show where adoption is real rather than experimental.

AI now sets the agenda for the rest of the technology industry, steering capital, talent, and strategy at nearly every major company. Developers, executives, policymakers, and workers wondering how their jobs will change all have reasons to follow it closely.

Kagi added a setting for removing paywalled links from search results
2026-08-22

Paid search engine Kagi has introduced a new setting allowing users to filter out paywalled links from their search results. This update aligns with the platform's broader goal of providing a cleaner, ad-free browsing experience that prioritizes user control.

Show HN: OzBrain, a shared brain for knowledge between agents and your team
2026-08-22

OzBrain is a new shared knowledge platform that acts as a unified brain for human teams and various AI and coding agents to read and write data. It provides a single, structured source of truth that seamlessly integrates with popular tools like Claude, ChatGPT, and Cursor to keep your entire workflow in sync.

I accidentally logged hundreds of thousands of phone calls to military bases
2026-08-22

A researcher accidentally intercepted and logged hundreds of thousands of phone calls to military bases by taking over expired e164.arpa nameserver zones for multiple territories. The misconfiguration allowed the author to route sensitive telecommunications traffic through their own systems without initially realizing the extent of the data collection. This incident highlights the critical privacy and security risks associated with unmaintained DNS infrastructure.

OTel isn't going well (and I made a spreadsheet about it)
2026-08-22

OpenTelemetry is facing significant adoption challenges as engineering teams resist migrating away from vendor-specific observability SDKs because the project feels incomplete. To highlight these ongoing struggles, the author has compiled a spreadsheet detailing the persistent implementation frustrations developers experience with the open-source standard.

People of ACM – Russ Cox
2026-08-22

The latest People of ACM profile highlights Russ Cox's extensive contributions to the Go programming language, his leadership at the OEIS Foundation, and his insights from co-authoring Software Engineering at Google. Readers discussing the piece praised his recent floating-point performance optimizations and reflected on his famous definition of software engineering as programming scaled across time and teams.

AI boosted homework scores, then exam scores dropped: study
2026-08-22

A recent study reveals that while generative AI initially boosts homework scores, it ultimately lowers exam performance because many students use the technology to bypass the actual learning process. While AI can serve as an effective supplementary tool for diligent students who maintain their study habits, it harms long-term academic retention for those using it to take shortcuts. Ultimately, the technology acts as an amplifier that benefits focused learners but crowds out the productive struggle necessary for deep comprehension.

Show HN: Rex, a parallel functional language for scientific workflows
2026-08-22

A new open-source project called Rex was recently showcased on Hacker News as a parallel functional programming language tailored for scientific workflows. Developers can explore the source code and contribute to its ongoing development via its official GitHub repository.

Early-life stress leaves a 'scar' inside brain cells in mice
2026-08-22

Researchers have discovered that early-life stress in mice alters DNA packaging within brain cells, creating a molecular scar of trauma. This biological memory leaves the brain significantly more vulnerable to future stressful events.

Claudette: Make Claude stop talking like a BuzzFeed article
2026-08-22

A new developer tool called Claudette strips Anthropic's Claude AI of its overly enthusiastic BuzzFeed tone. Available as a Claude Code skill with a /debuzz command, it works by piping the AI's responses through Google's Gemini to rewrite them in a more neutral voice.

Autolith: A programming agent with a live runtime
2026-08-22

Autolith is a new terminal-based programming agent for Linux that operates directly within your repository to maintain continuous project context. By executing its tasks inside a live SBCL image, it provides developers with a seamless and highly responsive coding assistant right in the command line.

A look under our trunk: what's in our compute
2026-08-22

Waymo is revealing new details about the custom compute hardware and silicon that power its autonomous vehicles. The company has spent the past decade co-designing its hardware, sensors, and algorithms to deliver the safe, low-latency performance required for real-time driving. This reveal highlights their collaborative approach with industry partners to build a highly capable edge computing system for physical AI.

Everyone says assembly is untyped—everyone is wrong
2026-08-22

A recent article argues that Odin's inline assembly is superior to implementations in languages like Rust and Go because it challenges the assumption that assembly is inherently untyped. By organizing assembly into callable templates with a unified syntax across all instruction set architectures, Odin allows inline code to integrate seamlessly with the rest of the codebase while maintaining strict type safety.

Tumble Forth – from assembly to OS with C compiler (2023)
2026-08-22

Tumble Forth is an educational project that builds a bare-metal operating system and a C compiler from scratch, starting from assembly and utilizing the Forth programming language. The project aims to demystify complex computing by implementing these systems from the simplest possible foundational components. Readers in the discussion praise this audacious approach and share their own related experiences with bare-metal programming and Forth interpreters.

GitHub, autoscaling, and the component substitution fallacy
2026-08-22

An analysis of the recent GitHub outage reveals that a misconfigured autoscaling policy caused an Istio sidecar pod to hit its concurrency limits and fail to scale. This incident highlights the component substitution fallacy, demonstrating how swapping infrastructure components without properly adjusting underlying scaling policies can lead to severe system failures.

I'm becoming AI-blind
2026-08-22

A professional describes developing AI blindness, a phenomenon where the brain subconsciously tunes out work documents that show obvious signs of being generated by artificial intelligence. The author notes that their brain has learned to quickly spot these low-effort AI texts and automatically ignores them without processing the content. This cognitive fatigue highlights a growing challenge in modern workplaces as automated tools become increasingly prevalent in daily communications.

I ran Photoshop on a £0.60 computer chip
2026-08-22

A developer successfully ran a Macintosh emulation of Photoshop using a 60p Raspberry Pi RP2350 microcontroller, demonstrating the surprising capabilities of highly constrained modern hardware. Although the total cost of the custom board and display pushes the actual price closer to $40, the project highlights the efficiency of classic software compared to today's resource-heavy applications. The tech community responded with enthusiasm, sharing their own low-power microcontroller builds and praising the return to reasoning about strict hardware limitations.

AI companies destroy physical books – let's scan rare books before it's too late
2026-08-21

AI companies are secretly purchasing and destroying physical books to train their models, permanently locking human knowledge inside private corporate servers. To prevent this cultural heritage from disappearing, Anna’s Archive is urgently calling on volunteers worldwide to scan and upload books to its shadow library.

The August 17 outage
2026-08-21

A new update has been released regarding the service outage that occurred on August 17. The report details the causes of the disruption and outlines the specific steps being implemented to improve system reliability and prevent future incidents.

There's no such thing as a small software team anymore
2026-08-21

Small software teams are leveraging parallel AI coding agents to generate hundreds of daily commits, drastically outpacing historical productivity norms. This exponential surge in output means small groups of developers are now operating at the scale of much larger organizations. Consequently, they must navigate the same complex architectural and deployment challenges as tech giants like Uber.

I should have loved biology (2020)
2026-08-21

The author reflects on how traditional biology education failed to capture the inherent wonder of the subject. By relying on dry textbooks, the curriculum stripped away the excitement of discovering life's secrets and turned the class into a tedious experience.