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.

Sealed tomb filled with paintings and inscriptions discovered in Egypt
2026-07-20

A Dutch archaeological team from Leiden University, led by Dr. Carina van den Hoven, has discovered a sealed tomb filled with paintings and inscriptions in the Theban necropolis of Luxor, Egypt. The team uncovered the ancient site in the lower sector of Sheikh Abd al-Qurna during their current excavation campaign.

Qwen 3.8
2026-07-19

Qwen 3.8 is launching soon as an open-weight AI model boasting 2.4T parameters. The continuously evolving system is considered one of the most powerful available today, ranking second only to Fable 5 among leading frontier models.

Claude Code uses Bun written in Rust now
2026-07-19

Bun creator Jarred Sumner announced that Claude Code version 2.1.181 and later now use the runtime's rewritten Rust port. This update makes the AI coding tool 10% faster on startup.

Transcribe.cpp
2026-07-19

The Transcribe.cpp project is a new initiative designed to simplify audio transcription while providing an interactive sandbox for tech enthusiasts. By allowing users to play around with the technology easily, it aims to make complex code integrations both straightforward and fun.

NYC may require landlords and realtors to disclose the use of AI in listings
2026-07-19

New York City Mayor Mamdani has announced proposed regulations requiring landlords and real estate agents to disclose the use of artificial intelligence in property listings. This initiative is designed to increase transparency and protect tenants navigating the city's housing market.

I joined the IndieWeb, here's what I learned
2026-07-19

Prompted by curiosity after noticing the IndieWeb tag across various blogs and Mastodon posts, the author explores the decentralized web movement. By joining the community, the writer shares their firsthand experience and key takeaways about taking ownership of personal digital content.

OpenAI reduces Codex Model Context Size from 372k to 272k
2026-07-19

OpenAI has reduced the context window size of its Codex model from 372k to 272k tokens. The company is backporting this change to the stable 0.144 release alongside refreshed GPT-5.6 model instructions and metadata. These updates ensure feature consistency between stable clients and the latest public main branch.

Blender 5.2 LTS
2026-07-19

Blender has released version 5.2, marking the first long-term support update in the 5.x series. This update guarantees ongoing maintenance and stability for users until July 2028.

C64 Basic Dungeon Crawler: Goblin Attack (C64 Basic Part 8)
2026-07-19

The eighth installment of a Commodore 64 BASIC programming series details the development of a new dungeon crawler called Goblin Attack. The game features redefinable keys, chasing enemies, and a d20 combat system. The tutorial also covers the technical challenge of fixing a critical memory bug that caused the game to silently overwrite its own code.

Classic Amiga titles, free to download
2026-07-19

A comprehensive archive of classic Amiga public domain software, featuring historic collections from 17-Bit and Fred Fish, is now available for free download. Beyond offering retro computing nostalgia, the extensive library provides valuable historical insights into early software development and the foundational evolution of standardized data formats.

I burned all my tokens researching how to save tokens
2026-07-19

A developer maxed out their Claude subscription limit in thirty minutes while researching methods to reduce AI token consumption. Through this process, they built a custom deep research pipeline that uses shared memory and assigns distinct roles across three existing AI subscriptions. The author outlines how readers can replicate this cost-effective system using services they already pay for.

AI Mania Is Eviscerating Global Decision-Making
2026-07-19

Reader discussions surrounding the hype of artificial intelligence reveal a stark divide in user experiences, with some praising large language models as autonomous coding superpowers while others dismiss them as unreliable tools requiring constant micro-management. This polarization has sparked intense debate over whether the technology's effectiveness is merely a reflection of a user's underlying technical competence, highlighting a growing disconnect between the promised technological singularity and the practical realities of AI integration.

HomeLab #1: MikroTik as a Home Router
2026-07-19

The latest HomeLab series details the experience of configuring a MikroTik device to serve as a primary home router. Although the author cautions readers about the steep learning curve and warns to proceed at their own risk, the guide highlights that the advanced networking features make the complex setup highly rewarding.

AI advice made people less accurate but more confident – sudy
2026-07-19

A recent study reveals that relying on AI advice makes individuals less accurate but significantly more confident in their responses. When provided with AI guidance, people's willingness to admit uncertainty plummeted from 44% to just 3%. As a result, their overall task accuracy dropped sharply from 27% to 9% despite their heightened confidence.

The death and rebirth of my home server
2026-07-19

Tech blogger Steen shares a personal account of rebuilding their home server following a complete hardware failure. The article outlines the technical challenges of the data migration process and the final configuration of the newly resurrected self-hosted setup.

Moonshot AI suspends new subscriptions due to Kimi K3 demand
2026-07-19

Moonshot AI has temporarily suspended new subscriptions for its Kimi K3 model. An unexpected surge in user demand over the past 48 hours has pushed the company's GPU infrastructure to its maximum capacity. The pause is intended to ensure a stable experience for existing subscribers while the company manages the overwhelming traffic.

A new Intel Itanium (IA-64) emulator that boots Windows
2026-07-19

A newly developed emulator can now boot Windows on the discontinued Intel Itanium architecture, albeit at speeds comparable to a 1990s 486 processor on modern hardware. While this milestone is a notable technical achievement, community discussions highlight that Itanium's VLIW design fundamentally failed for general-purpose computing. Specifically, the architecture's reliance on predictable memory access and complex compiler optimizations could not efficiently handle the unpredictable multitasking and virtualization demands of modern workloads.

Scrying the AMD GFX1250 LLVM Tea Leaves
2026-07-19

AMD is preparing to unveil its new MI400 series Datacenter Accelerators at the upcoming Advancing AI event. In anticipation of the official reveal, developers are analyzing recent LLVM code commits to uncover technical details about the underlying GFX1250 architecture.

The Last MPEG-4 Visual Patent Has Expired
2026-07-19

The final patent covering the MPEG-4 Part 2 visual standard has officially expired, freeing the widely used video format from all remaining licensing restrictions. This significant milestone allows developers and companies to implement the technology without worrying about patent royalties.

Making Software: How to make a font
2026-07-19

A recent article explores the technical mechanics of font encoding, rendering, and typography fundamentals such as kerning and ligatures rather than providing a practical design tutorial. The explainer was praised by readers for its clear breakdown of complex typographic concepts and the technical distinctions between different font formats. It also sparked community discussions regarding custom font creation tools and the potential computational performance impacts of highly complex character designs.