Latest Tech News

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

Filtered by: lau Clear Filter

How Anthropic teams use Claude Code

Anthropic's internal teams are transforming their workflows with Claude Code, enabling developers and non-technical staff to tackle complex projects, automate tasks, and bridge skill gaps that previously limited their productivity. To learn more, we spoke with the following teams: Data infrastructure Product development Security engineering Inference Data science and visualization Product engineering Growth marketing Product design Reinforcement learning (RL) engineering Legal Throug

Topics: claude code team time use

All eyes on August as rumors suggest OpenAI is preparing to launch GPT-5

Edgar Cervantes / Android Authority TL;DR OpenAI plans to launch its GPT-5 model as early as August. The AI model was initially expected to arrive sometime in the middle of the year. GPT-5 is expected to be a more powerful model that incorporates the company’s o3 model and other technologies. Google has many competitors in the AI space, but none bigger than OpenAI. The company’s Gemini rival, ChatGPT, is one of the most popular chatbots currently available. And ChatGPT could get a big boost

The Very Real Case for Brain-Computer Implants

Brain-computer interfaces might have inspired works of science fiction, but the technology behind them is real and quickly developing. Companies like Synchron and Neuralink are racing to build a model that they can commercialize. Lauren and Mike speak with WIRED’s Emily Mullin to discuss why Synchron’s model is standing out, and the promises and limitations of these interfaces. Mentioned in this episode: There's Neuralink—and There's the Mind-Reading Company That Might Surpass It by Emily Mull

Rocket Lab Has Some Genuine Competition for SpaceX, but It Can’t Reach the Launchpad

California-based startup Rocket Lab is looking to compete with industry leader SpaceX with its upcoming launch vehicle, Neutron. But before it can debut its reusable rocket later this year, the company has to figure out a way to transport Neutron’s components to the southern tip of Wallops Island in Virginia. Rocket Lab is awaiting approval to dredge a permanent channel to the Mid-Atlantic Regional Spaceport (MARS) on Wallops Island, a spaceport surrounded by shallow waters and scarce infrastru

I’m worried about the underwhelming Pixel 10 leaks. Do you feel the same?

Google 🗣️ This is an open thread. We want to hear from you! Share your thoughts in the comments and vote in the poll below — your take might be featured in a future roundup. The Google Pixel series launch is usually a marquee event on the Android device calendar. Usually innovative in unexpected ways, the Pixel devices of previous years have pushed divergent designs, impressive camera performance, and an onslaught of AI features. But, with the Pixel 10 launch just a few weeks away and the leak

Qwen3-Coder: Agentic coding in the world

GITHUB HUGGING FACE MODELSCOPE DISCORD Today, we’re announcing Qwen3-Coder, our most agentic code model to date. Qwen3-Coder is available in multiple sizes, but we’re excited to introduce its most powerful variant first: Qwen3-Coder-480B-A35B-Instruct — a 480B-parameter Mixture-of-Experts model with 35B active parameters which supports the context length of 256K tokens natively and 1M tokens with extrapolation methods, offering exceptional performance in both coding and agentic tasks. Qwen3-Cod

Qwen3-Coder: Agentic Coding in the World

GITHUB HUGGING FACE MODELSCOPE DISCORD Today, we’re announcing Qwen3-Coder, our most agentic code model to date. Qwen3-Coder is available in multiple sizes, but we’re excited to introduce its most powerful variant first: Qwen3-Coder-480B-A35B-Instruct — a 480B-parameter Mixture-of-Experts model with 35B active parameters which supports the context length of 256K tokens natively and 1M tokens with extrapolation methods, offering exceptional performance in both coding and agentic tasks. Qwen3-Cod

Rocket Lab’s first hurdle to flying its new rocket is getting it to the pad

Rocket Lab has asked regulators for permission to transport oversized Neutron rocket structures through shallow waters to a spaceport off the coast of Virginia as it races to meet a September delivery deadline. The request, which was made in July, is a temporary stop gap while the company awaits federal clearance to dredge a permanent channel to the Wallops Island site. Rocket Lab plans to launch its Neutron medium-lift rocket from the Mid-Atlantic Regional Spaceport (MARS) on Wallops Island, V

Elon Now Facing the Possibility That SpaceX Will Never Get Starship Working

SpaceX is nine full-scale test launches into developing its enormous, nearly 400-feet-tall Starship, the most powerful rocket ever built. Over the last two and a half years, we've seen over half a dozen spectacular explosions. Two launches earlier this year sent massive streaks of debris hurtling over the Turks and Caicos Islands, prompting airspace closures. Its most recent test in May ended in an uncontrolled splashdown in the Gulf of Mexico after helplessly spinning on its axis and suffering

Trump wants to “eliminate or expedite” environmental rules for rocket launches

The Trump administration is considering slashing rules meant to protect the environment and the public during commercial rocket launches, changes that companies like Elon Musk’s SpaceX have long sought. A draft executive order being circulated among federal agencies, and viewed by ProPublica, directs Secretary of Transportation Sean Duffy to “use all available authorities to eliminate or expedite” environmental reviews for launch licenses. It could also, in time, require states to allow more la

Environmental protection rules for rocket launches targeted by Trump administration

The Trump administration is considering slashing rules meant to protect the environment and the public during commercial rocket launches, changes that companies like Elon Musk’s SpaceX have long sought. A draft executive order being circulated among federal agencies, and viewed by ProPublica, directs Secretary of Transportation Sean Duffy to “use all available authorities to eliminate or expedite” environmental reviews for launch licenses. It could also, in time, require states to allow more la

How WIRED Analyzed the Epstein Video

Michael Calore: Go to the movies. Lauren Goode: Just go to the movies. Katie Drummond: I like that. Michael Calore: This is the worst time of year to go to the movies. Lauren Goode: No, it's the best time of the year because air conditioning and comfy seats. Michael Calore: Yeah, but it's- Katie Drummond: I'm with Lauren, that's great advice. Lauren Goode: No, I've been three times this year and every time, very last minute. A friend invited me last minute to go see the 40th anniversary o

I've launched 37 products in 5 years and not doing that again

After launching 37 different products over the last few years, I’ve had one go viral and almost all the others struggle to get any traction at all. Like many indie makers, I used to think the best strategy was to just keep launching, make more bets, and hope one finally catches fire. But here’s what I’ve learned: Virality is rare and nearly impossible to predict Most of my launches that failed didn’t actually fail, they just grew much slower than I expected My current project, Refgrow, took

Nobody knows how to build with AI yet

Last week I released Protocollie. Built in 4 days with languages I don’t know, without even directly touching the code. People keep asking “how?” but I’m not entirely sure it’ll work the same way twice. We’re all making this up as we go. The Great Experiment Nobody's Running the Same Way There's this moment in every new technology where everyone pretends they know what they're doing. We're past that moment. Or maybe we haven't reached it yet. Either way, we're in this delicious middle ground

Ccusage: A CLI tool for analyzing Claude Code usage from local JSONL files

ccusage Analyze your Claude Code token usage and costs from local JSONL files — incredibly fast and informative! Installation Quick Start (Recommended) Thanks to ccusage's incredibly small bundle size ( ), you can run it directly without installation: # Using bunx (recommended for speed) bunx ccusage # Using npx npx ccusage@latest # Using deno (with security flags) deno run -E -R= $HOME /.claude/projects/ -S=homedir -N= ' raw.githubusercontent.com:443 ' npm:ccusage@latest 💡 Tip: We recomme

Remedy lays out its plan to fix FBC: Firebreak, which includes improved onboarding

Remedy has announced plans to fix FBC: Firebreak and restore the good will of consumers after a rough launch earlier this year. Many of the issues surrounding the launch were regarding the onboarding process, which the company acknowledges by saying that "many players come into the game and leave within the first hour." Remedy is trying to make that opening hour more welcoming to new players, so they don't "feel ineffective and confused as to what to do." It has already placed an introductory v

Rocket Report: SpaceX won’t land at Johnston Atoll; new North Sea launch site

Welcome to Edition 8.03 of the Rocket Report! We are at an interesting stage in Europe, with its efforts to commercialize spaceflight. Finally, it seems the long-slumbering continent is waking up to the need to leverage private capital to drive down the costs of space access, and we are seeing more investment flow into European companies. But it is critical that European policymakers make strategic investments across the industry or companies like PLD Space, which outlined big plans this week, w

Delaunay Mesh Generation (2012)

Delaunay Mesh Generation Our book is a thorough guide to Delaunay refinement algorithms that are mathematically guaranteed to generate meshes with high quality, including triangular meshes in the plane, tetrahedral volume meshes, and triangular surface meshes embedded in three dimensions. It is also the most complete guide available to Delaunay triangulations and algorithms for constructing them. We have designed the book for two audiences: researchers, especially graduate students, and engin

My experience with Claude Code after two weeks of adventures

My Experience With Claude Code After 2 Weeks of Adventures 17 Jul, 2025 Hatching... Cursor Shenanigans Cursor, my beloved, started rate limiting shenanigans a few days back. For a good 2 weeks after June 16, 2025, we had almost infinite API request access. I had a lot of code-related work around this time as I was working on Gumroad bounties plus my AI engineering/LLM eval-related consulting work. Apart from just codegen, I also use these tools to onboard/understand codebases faster and just

My experience with Claude Code after 2 weeks of adventures

My Experience With Claude Code After 2 Weeks of Adventures 17 Jul, 2025 Hatching... Cursor Shenanigans Cursor, my beloved, started rate limiting shenanigans a few days back. For a good 2 weeks after June 16, 2025, we had almost infinite API request access. I had a lot of code-related work around this time as I was working on Gumroad bounties plus my AI engineering/LLM eval-related consulting work. Apart from just codegen, I also use these tools to onboard/understand codebases faster and just

My Experience with Claude Code After 2 Weeks of Adventures

My Experience With Claude Code After 2 Weeks of Adventures 17 Jul, 2025 Hatching... Cursor Shenanigans Cursor, my beloved, started rate limiting shenanigans a few days back. For a good 2 weeks after June 16, 2025, we had almost infinite API request access. I had a lot of code-related work around this time as I was working on Gumroad bounties plus my AI engineering/LLM eval-related consulting work. Apart from just codegen, I also use these tools to onboard/understand codebases faster and just

An Engineer’s Diary Reveals the Human Cost of Building OpenAI’s Next Big Thing

Behind the seemingly magical abilities of OpenAI’s technology lies a story of intense human effort and immense personal sacrifice. In a candid reflection posted on July 15, former top engineer Calvin French-Owen peeled back the curtain on the company’s high stakes culture. He detailed a product launch that was “unquestionably one of the highlights of my career” but also the “hardest I’ve worked in nearly a decade.” French-Owen is a seasoned tech leader who cofounded the successful data company

How to make Android look like iOS 26, for better or for worse

Apple debuted its new design language for iOS 26, dubbed Liquid Glass, to a mixed reception in June. While some people enjoyed the new transparent icons and light refraction effects, others — including Android Authority‘s Robert Triggs — criticized it as an “accessibility nightmare.” But that hasn’t stopped many Android users from trying to emulate the new design on their own smartphones. And thanks to the customization features of Android and the ability to choose a different launcher, getting

The New Intern on Wall Street Is an AI, and It’s Already Taking Jobs

The transformation underway in finance should give pause to anyone who still thinks artificial intelligence is a distant threat. On July 15, Wall Street met its most overqualified and tireless intern. AI safety and research company Anthropic, a chief rival to OpenAI, unveiled its new “Financial Analysis Solution,” an enhanced version of its Claude AI assistant designed to take over the research, modeling, and compliance grunt work that finance teams typically rely on junior analysts to perform.

Claude Code's new tool is all about maximizing ROI in your organization - how to try it

Anthropic / Elyse Betters Picaro / ZDNET Anthropic has distinguished itself from industry competitors for two major reasons: user privacy and coding capabilities. In particular, it's Claude Code's solution -- which allows users to run the coding assistant directly in their workspace to write or manage code -- that has attracted an exponential number of users. It's now a highly requested feature. Also: Anthropic's Claude dives into financial analysis. Here's what's new On Tuesday, Anthropic la

Claude Code revenue jumps 5.5x as Anthropic launches analytics dashboard

Want smarter insights in your inbox? Sign up for our weekly newsletters to get only what matters to enterprise AI, data, and security leaders. Subscribe Now Anthropic announced today it is rolling out a comprehensive analytics dashboard for its Claude Code AI programming assistant, addressing one of the most pressing concerns for enterprise technology leaders: understanding whether their investments in AI coding tools are actually paying off. The new dashboard will provide engineering managers

Amazon’s ride on the rocket merry-go-round continues with SpaceX launch

A Falcon 9 rocket launched from Florida's Space Coast overnight with a batch of Internet satellites for Amazon's Project Kuiper network, thrusting a rival one step closer to competing with SpaceX's Starlink broadband service. Amazon's third set of operational Kuiper satellites lifted off at 2:30 am EST (06:30 UTC) on Wednesday from Cape Canaveral Space Force Station, Florida. SpaceX's Falcon 9 rocket arced downrange over the Atlantic Ocean, heading northeast to place its payload into the Kuiper

Cyberpunk 2077’s next update adds ‘AutoDrive’ and VRR for consoles

is a news editor covering technology, gaming, and more. He joined The Verge in 2019 after nearly two years at Techmeme. Cyberpunk 2077’s Update 2.3, set to launch on Thursday for Mac, PC, PlayStation 5, and Xbox Series X / S, will add a bunch of new features focused around vehicles and proper VRR support on consoles. The new AutoDrive feature, available in all cars and motorcycles, lets you drive from place to place automatically. You can set where you want to go on the game’s map, including d

Amazon launches more Kuiper internet satellites with help from rival: 'Big thanks to SpaceX'

United Launch Alliance Atlas V rocket carrying the first two demonstration satellites for Amazon's Project Kuiper broadband internet constellation stands ready for launch on pad 41 at Cape Canaveral Space Force Station on October 5, 2023 in Cape Canaveral, Florida, United States. As Amazon chases SpaceX in the internet satellite market, the e-commerce and computing giant turned to Elon Musk's rival company to get its next batch of devices into space. On Wednesday, a SpaceX Falcon 9 rocket carr