Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: cla Clear Filter

Come for the Amenity Kits, Stay for the Flight

Last March, Air France hosted a private event at the upscale Ritz Paris hotel in Place Vendôme, in the luxurious heart of the city. The airline had built a full-scale mock-up of its new La Première first-class cabin and treated travel journalists like its most valued customers. The new cabin was classic and elegant, a showcase of the Air France aesthetic. Matteo Rainisio, founder of the Italian frequent-flier website The Flight Club, who was in attendance, called it akin to haute couture. Each

Mandelbrot in x86 Assembly by Claude

Mandelbrot in x86 assembly by Claude. Inspired by a tweet asking if Claude knew x86 assembly, I decided to run a bit of an experiment. I prompted Claude Sonnet 4: Write me an ascii art mandelbrot fractal generator in x86 assembly And got back code that looked... like assembly code I guess? So I copied some jargon out of that response and asked: I have some code written for x86-64 assembly using NASM syntax, targeting Linux (using system calls for output). How can I run that on my Mac? That

Building a Personal AI Factory

Building a Personal AI Factory (July 2025 snapshot) Published: July 1, 2025 Overview I keep several claude code windows open, each on its own git-worktree. o3 and sonnet 4 create plans, sonnet 3.7 or sonnet 4 execute the plan, and o3 checks the results against the original ask. Any issues found are fed back into the plan template and the code is regenerated. The factory improves itself. Read on to see what might be useful for you. Guiding Principle – Fix Inputs, Not Outputs When something

Play Fortnite? You can claim part of Epic's $245 million settlement payout - for one more week

Jakub Porzycki/NurPhoto via Getty Images More than 500,000 Fortnite players are in line to receive a cash payment from Epic Games after the Federal Trade Commission ruled that the game maker tricked customers into making unwanted purchases. Some people have already received payments, but there's still an opportunity for new claims. Also: Apple's $95 million Siri settlement claims are ending soon - how to secure your payout The $245 million settlement, first announced two years ago, accused th

Play Fortnite? You can get part of Epic's $245 million settlement payout - here's how

NurPhoto / Getty Images More than 500,000 Fortnite players are in line to receive a cash payment from Epic Games after the Federal Trade Commission ruled that the game maker tricked customers into making unwanted purchases. Some people have already received payments, but there's still an opportunity for new claims. Also: Apple's $95 million Siri settlement claims are ending soon - how to secure your payout The $245 million settlement, first announced two years ago, accused the publisher of us

Claude Code now supports hooks

Customize and extend Claude Code’s behavior by registering shell commands Claude Code hooks are user-defined shell commands that execute at various points in Claude Code’s lifecycle. Hooks provide deterministic control over Claude Code’s behavior, ensuring certain actions always happen rather than relying on the LLM to choose to run them. Example use cases include: Notifications : Customize how you get notified when Claude Code is awaiting your input or permission to run something. : Customi

Rust CLI with Clap

Types Define Interfaces Types are important. In fact, I'd guess that the expressive type system in rust is the single biggest reason why so many developers love the language. Types allow us to have a contract between parts of the system about our data and how to interact with it. All programming languages have the concept of types, but these exist along several dimensions. Strongly typed vs weakly typed as well as static vs dynamic typing. Rust stakes out its place as a statically, strongly typ

Anthropic Let an AI Agent Run a Small Shop and the Result Was Unintentionally Hilarious

Anthropic ran an experiment where its Claude chatbot was put in charge of a tiny, automated "shop" inside its San Francisco headquarters — and the results were nothing short of hilarious. Despite claims in an Anthropic post that "Claudius," the name given to the AI agent in charge of stocking the shop's shelves, was "close to success," everything about the gambit seems to demonstrate just how bad AI is at managing things in the real world. Dubbed "Project Vend," the month-long experiment was u

Claude Code now supports Hooks

Customize and extend Claude Code’s behavior by registering shell commands Claude Code hooks are user-defined shell commands that execute at various points in Claude Code’s lifecycle. Hooks provide deterministic control over Claude Code’s behavior, ensuring certain actions always happen rather than relying on the LLM to choose to run them. Example use cases include: Notifications : Customize how you get notified when Claude Code is awaiting your input or permission to run something. : Customi

Rust CLIs with Clap

Types Define Interfaces Types are important. In fact, I'd guess that the expressive type system in rust is the single biggest reason why so many developers love the language. Types allow us to have a contract between parts of the system about our data and how to interact with it. All programming languages have the concept of types, but these exist along several dimensions. Strongly typed vs weakly typed as well as static vs dynamic typing. Rust stakes out its place as a statically, strongly typ

From chatbots to collaborators: How AI agents are reshaping enterprise work

Join the event trusted by enterprise leaders for nearly two decades. VB Transform brings together the people building real enterprise AI strategy. Learn more Scott White still marvels at how quickly artificial intelligence has transformed from a novelty into a true work partner. Just over a year ago, the product lead for Claude AI at Anthropic watched as early AI coding tools could barely complete a single line of code. Today, he’s building production-ready software features himself — despite n

"Truly Psychopathic": Concern Grows Over "Therapist" Chatbots Leading Users Deeper Into Mental Illness

As of April, according to an analysis by the Harvard Business Review, the number one use of AI chatbots is now therapy. The more we learn about what that looks like in practice, the less it sounds like a good idea. That's not entirely surprising: even AI experts remain hazy on exactly how the tech actually works, top companies in the industry still struggle to control their chatbots, and a wave of reporting has found that AI is pushing vulnerable people into severe mental health crises. So it'

The government’s Apple antitrust lawsuit is still on

is The Verge’s executive editor. He has covered tech, policy, and online creators for over a decade. The US Department of Justice notched an initial win in its antitrust case against Apple today, with a federal judge rejecting Apple’s attempt to dismiss the lawsuit outright. The government’s allegations are “sufficient to demonstrate Apple’s specific intent to monopolize the smartphone and performance smartphone market,“ Judge Julien Neals wrote in an opinion on Monday. Apple filed to dismiss

What happened when Anthropic's Claude AI ran a small shop for a month (spoiler: it got weird)

Daniel Grizelj/Getty Images Large language models (LLMs) handle many tasks well -- but at least for the time being, running a small business doesn't seem to be one of them. On Friday, AI startup Anthropic published the results of "Project Vend," an internal experiment in which the company's Claude chatbot was asked to manage an automated vending machine service for about a month. Launched in partnership with AI safety evaluation company Andon Labs, the project aimed to get a clearer sense of h

Anthropic's Claude stocked a fridge with metal cubes when it was put in charge of a snacks business

If you're worried your local bodega or convivence store may soon be replaced by an AI storefront, you can rest easy — at least for the time being. Anthropic recently concluded an experiment, dubbed Project Vend, that saw the company task an offshoot of its Claude chatbot with running a refreshments business out of its San Francisco office at a profit, and things went about as well as you would expect. The agent, named Claudius to differentiate it from Anthropic's regular chatbot, not only made s

So you want to serialize some DER?

So you want to serialize some DER? (Editor’s Note: My day job is at Anthropic.) This story starts where all good stories start, with ASN.1. ASN.1 is… I guess you’d call it a meta-serialization format? It’s a syntax for describing data abstractly (a notation, you might say), and then there’s a bunch of different actual encodings that you can use to turn data into bytes. There’s only one encoding I choose to acknowledge, which is DER (the Distinguished Encoding Representation, it’s got a monocle

Use keyword-only arguments in Python dataclasses

Python dataclasses are a really nice feature for constructing classes that primarily hold or work with data. They can be a good alternative to using dictionaries, since they allow you to add methods, dynamic properties, and subclasses. They can also be a good alternative to building your own class by hand, since they don’t need a custom __init__() that reassigns attributes and provide methods like __eq__() out of the box. One small tip to keeping dataclasses maintainable is to always construct

JavaScript Trademark Update

On June 18, the Trademark Trial and Appeal Board (TTAB) dismissed our fraud claim against Oracle. We disagree with this decision. That claim alleged Oracle knowingly misled the USPTO in its 2019 renewal by submitting a screenshot of the Node.js website to show use of the “JavaScript” trademark. As the creator of Node.js, I find that especially offensive. Node.js was never an Oracle product or brand. Oracle didn’t create it, didn’t run it, and wasn’t authorized to use it to prop up its trademark

Time Is Three-Dimensional and Space Is Just a Side Effect, Scientist Says

A fringe new theory suggests that time is the fundamental structure of the physical universe, and space is merely a byproduct. According to Gunther Kletetschka, a geologist — not a physicist, you'll note, but more on that later — from the University of Alaska Fairbanks, time is three-dimensional and the dimensions of space are an emergent property of it, a press release from the university explains. "These three time dimensions are the primary fabric of everything, like the canvas of a paintin

Fancy Airplane Seats Have Nowhere Left to Go—So What Now?

Not so long ago, direct aisle access along with the ability to lie horizontally were the hallmarks of comfort on airplanes if on entering you happened to be turning right and not left. Fast-forward a decade and the prevailing new high-water mark is now the private suite with sliding doors, expansive entertainment screens and even double beds. Qatar Airways’ Qsuite allows four passengers to dine together face-to-face, while Virgin Atlantic’s Retreat Suite offers an oversized version of business

Anthropic’s Claude AI became a terrible business owner in experiment that got ‘weird’

For those of you wondering if AI agents can truly replace human workers, do yourself a favor and read the blog post that documents Anthropic’s “Project Vend.” Researchers at Anthropic and AI safety company Andon Labs put an instance of Claude Sonnet 3.7 in charge of an office vending machine, with a mission to make a profit. And, like an episode of “The Office,” hilarity ensued. They named the AI agent Claudius, equipped it with a web browser capable of placing product orders and an email addr

Anthropic says Claude helps emotionally support users - we're not convinced

Richard Drury/Getty Images More and more, in the midst of a loneliness epidemic and structural barriers to mental health support, people are turning to AI chatbots for everything from career coaching to romance. Anthropic's latest study indicates its chatbot, Claude, is handling that well -- but some experts aren't convinced. Also: You shouldn't trust AI for therapy - here's why On Thursday, Anthropic published new research on its Claude chatbot's emotional intelligence (EQ) capabilities -- w

Can AI run a physical shop? Anthropic’s Claude tried and the results were gloriously, hilariously bad

Join the event trusted by enterprise leaders for nearly two decades. VB Transform brings together the people building real enterprise AI strategy. Learn more Picture this: You give an artificial intelligence complete control over a small shop. Not just the cash register — the whole operation. Pricing, inventory, customer service, supplier negotiations, the works. What could possibly go wrong? New Anthropic research published Friday provides a definitive answer: everything. The AI company’s ass

OpenAI’s Unreleased AGI Paper Could Complicate Microsoft Negotiations

A small clause inside OpenAI’s contract with Microsoft, once considered a distant hypothetical, has now become a flashpoint in one of the biggest partnerships in tech. The clause states that if OpenAI’s board ever declares it has developed artificial general intelligence (AGI), it would limit Microsoft’s contracted access to the startup’s future technologies. Microsoft, which has invested more than $13 billion in OpenAI, is now reportedly pushing for the removal of the clause and is considering

Project Vend: Can Claude run a small shop? (And why does that matter?)

We let Claude manage an automated store in our office as a small business for about a month. We learned a lot from how close it was to success—and the curious ways that it failed—about the plausible, strange, not-too-distant future in which AI models are autonomously running things in the real economy. Anthropic partnered with Andon Labs, an AI safety evaluation company, to have Claude Sonnet 3.7 operate a small, automated store in the Anthropic office in San Francisco. Here is an excerpt of

Apple's $95 million Siri settlement claims are ending soon - how to secure your payout

Elyse Betters Picaro / ZDNET Think that Apple's Siri snooped on your private conversations in the past? If so, you may be able to snag a slice of the $95 million that Apple is paying out to settle a class-action lawsuit. But you have to act fast, as the deadline to submit your claim is days away. Also: My favorite iPhone productivity feature just got a major upgrade with iOS 26 (and it's not Siri) A settlement page recently published in the case of Lopez v. Apple Inc. explains the steps and d

Anthropic summons the spirit of Flash games for the AI age

On Wednesday, Anthropic announced a new feature that expands its Artifacts document management system into the basis of a personal AI app gallery resembling something from the Flash game era of the early 2000s—though these apps run on modern web code rather than Adobe's defunct plugin. Using plain English dialogue, users can build and share interactive applications directly within Claude's chatbot interface using a new API capability that lets artifacts interact with Claude itself. Claude is an

People use AI for companionship much less than we’re led to believe

The overabundance of attention paid to how people are turning to AI chatbots for emotional support, sometimes even striking up relationships, often leads one to think such behavior is commonplace. A new report by Anthropic, which makes the popular AI chatbot Claude, reveals a different reality: In fact, people rarely seek out companionship from Claude and turn to the bot for emotional support and personal advice only 2.9% of the time. “Companionship and roleplay combined comprise less than 0.5

People use AI for companionship much less than we’re led to think

The overabundance of attention paid to how people are turning to AI chatbots for emotional support, sometimes even striking up relationships, often leads one to think such behavior is commonplace. A new report by Anthropic, which makes the popular AI chatbot Claude, reveals a different reality: In fact, people rarely seek out companionship from Claude, and turn to the bot for emotional support and personal advice only 2.9% of the time. “Companionship and roleplay combined comprise less than 0.

The $177 million AT&T data breach settlement could mean a payout for you - how to qualify

NurPhoto/Getty Images If you're a current or former AT&T customer, a new class action settlement means you might be in line for a little cash. Earlier this year, the company confirmed two major data breaches -- one from 2019 or earlier and one from 2024. The stolen data, which ultimately ended up for sale on the dark web, included social security numbers, names, email addresses, mailing addresses, phone numbers, dates of birth, and more. Also: 184 million passwords leaked across Facebook, Goo