Latest Tech News

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

Filtered by: cla Clear Filter

Open the pod bay doors, Claude

It’s a well-worn trope in science fiction. We see it in Stanley Kubrick’s 1968 movie 2001: A Space Odyssey. It’s the premise of the Terminator series, in which Skynet triggers a nuclear holocaust to stop scientists from shutting it down. Those sci-fi roots go deep. AI doomerism, the idea that this technology—specifically its hypothetical upgrades, artificial general intelligence and super-intelligence—will crash civilizations, even kill us all, is now riding another wave. The weird thing is th

The MasterClass Labor Day sale discounts subscriptions by 50 percent

MasterClass promises online learning with instructors who are the very best in their fields, and an annual subscription is currently 50 percent off across all tiers. Subscribers to MasterClass will have access to over 200 classes taught by iconic authors, chefs, athletes and leaders representing a diverse collection of skill sets and backgrounds. With a subscription, you could watch a class on writing taught by James Patterson, or learn cooking techniques from Thomas Keller. If you're trying to

How to build a coding agent

😎 The following was developed last month and has already been delivered at two conferences. If you would like for me to run a workshop similar to this at your employer, please get in contact Hey everyone, I'm here today to teach you how to build a coding agent. By this stage of the conference, you may be tired of hearing the word "agent". You hear the word frequently. However, it appears that everyone is using this term loosely without a clear understanding of what it means or how these coding

Writing with LLM is not a shame

Writing with LLM is not a shame. An essay about transparency on AI use. tl;dr: For people who are curious about AI, you rapidly detect people who are using it not correctly (for those who use AI “smartly” or correctly, it’s more complicated to detect it). I’m pretty sure you already saw tons of ai-written posts on social media. For me, I started to notice this in January 2024. At this moment, I was shocked of seeing all these ai-written articles or comments and I decided to disclaim my AI uses

Show HN: How to Build a Coding Agent (free workshop)

😎 The following was developed last month and has already been delivered at two conferences. If you would like for me to run a workshop similar to this at your employer, please get in contact Hey everyone, I'm here today to teach you how to build a coding agent. By this stage of the conference, you may be tired of hearing the word "agent". You hear the word frequently. However, it appears that everyone is using this term loosely without a clear understanding of what it means or how these coding

MasterClass deal: Get half off subscriptions for Labor Day

If you want to brush up on some skills or learn new ones, MasterClass offers a good way to do just that. The streaming service has hundreds of classes taught by professionals and experts in their fields, and now you can get a subscription for 50 percent less than usual. All MasterClass membership tiers are on sale right now, so you can sign up for as low as $5 per month. With a subscription, you could watch a class on writing taught by James Patterson, or learn cooking techniques from Thomas Ke

Build Log: Macintosh Classic

Continuing the retro computer series, I've recently completed the first part of a restoration of my Aunt's old Macintosh Classic. This Classic was handed to me alongside my Uncle Mark's Apple II, which I'll probably cover later (we've played a game of whack-a-mole with issues on that machine! Well worth it but I haven't hit a point where enough things are working to cover it well, heh). The Classic is a strange Mac—it was introduced in 1990 as a budget version of the 1986 Macintosh Plus, with

Bank Fires Workers in Favor of AI Chatbot, Rehires Them After Chatbot Is Terrible at the Job

Companies all over the world are currently racing to shrink their workforces and replace them with AI. Often, it seems, this isn’t working out for the firms involved. Case in point: A bank in Australia recently did so, but then had to ask its workers to come back after it turned out that the chatbot that it had launched to replace them couldn’t cut the mustard. Last month, the Commonwealth Bank of Australia announced that it would be laying off 45 customer service workers as it rolled out a new

My AI Had Fixed the Code Before I Saw It

Was this newsletter forwarded to you? Sign up to get it in your inbox. Before I opened my laptop, the code had reviewed itself. I launched GitHub expecting to dive into my usual routine—flag poorly named variables, trim excessive tests, and suggest simpler ways to handle errors. Instead, I found a few strong comments from Claude Code , the AI that writes and edits in my terminal: "Changed variable naming to match pattern from PR [pull request] #234, removed excessive test coverage per feedbac

Trump Mobile is promoting its smartphone with terribly edited photos of other brands' products

Since it was announced in June, Trump Mobile has committed to an increasingly-surreal smoke-and-mirrors approach to its promised T1 smartphone. Despite the initial claims that the phone would be made in the United States, it seemed highly unlikely from the start that it was accurate. The "Made in USA" claims were quietly removed from the Trump Mobile website at a later date. AppleInsider spotted the latest bizarre wrinkle to this story, which is that the actual phone still does not exist. The p

Claude wins high praise from a Supreme Court justice - is AI's legal losing streak over?

J Studios/DigitalVision via Getty Images ZDNET's key takeaways Kagan praised Claude's analysis of a complex legal issue. Many lawyers have been caught using ChatGPT poorly in case filings. The legal profession is grappling with its use of AI. Get more in-depth ZDNET tech coverage: Add us as a preferred Google source on Chrome and Chromium browsers. Can AI provide legitimately useful assistance to lawyers and judges? One of the nation's most powerful attorneys seems to think so. US associa

Crimes with Python's Pattern Matching (2022)

One of my favorite little bits of python is __subclasshook__ . Abstract Base Classes with __subclasshook__ can define what counts as a subclass of the ABC, even if the target doesn’t know about the ABC. For example: class PalindromicName (ABC): @classmethod def __subclasshook__ (cls, C): name = C . __name__ . lower() return name[:: - 1 ] == name class Abba : ... class Baba : ... >>> isinstance(Abba(), PalindromicName) True >>> isinstance(Baba(), PalindromicName) False You can do some weird stu

Topics: abc case class def print

The unbearable slowness of AI coding

The Unbearable Slowness of AI Coding 19 Aug, 2025 I’ve been coding entirely with Claude Code for the past two months. At first it was exhilarating. I was speeding through tasks. I was committing like mad. Now, as I’ve built up a fairly substantial app, it’s slowed to a crawl. Ironically, the app I’m building lets me parallelize many instances of Claude Code at once. Often, I’ll have 5 instances running while I’m thinking about new features. The slowness comes in when I actually need to revi

Topics: app claude code coding ll

The Unbearable Slowness of AI Coding

The Unbearable Slowness of AI Coding 19 Aug, 2025 I’ve been coding entirely with Claude Code for the past two months. At first it was exhilarating. I was speeding through tasks. I was committing like mad. Now, as I’ve built up a fairly substantial app, it’s slowed to a crawl. Ironically, the app I’m building lets me parallelize many instances of Claude Code at once. Often, I’ll have 5 instances running while I’m thinking about new features. The slowness comes in when I actually need to revi

Topics: app claude code coding ll

MasterClass subscriptions are 50 percent off in this Labor Day sale

MasterClass promises online learning with instructors who are the very best in their fields, and an annual subscription is currently 50 percent off across all tiers. Subscribers to MasterClass will have access to over 200 classes taught by iconic authors, chefs, athletes and leaders representing a diverse collection of skill sets and backgrounds. With a subscription, you could watch a class on writing taught by James Patterson, or learn cooking techniques from Thomas Keller. If you're trying to

Enterprise Claude gets admin, compliance tools—just not unlimited usage

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 A few weeks after announcing rate limits for Claude and the popular Claude Code, Anthropic will offer Claude Enterprise and Teams customers upgrades to access more usage and Claude Code in a single subscription. The upgrades will also include more admin controls and a new Compliance API that will give enterprises “access to usage data and

Anthropic bundles Claude Code into enterprise plans

Anthropic on Wednesday announced a new subscription offering that will incorporate Claude Code into Claude for Enterprise. Previously available only through individual accounts, Anthropic’s command-line coding tool can now be purchased as part of a broader enterprise suite, allowing for more sophisticated integrations and more powerful admin tools. “This is the most requested feature from our business team and enterprise customers,” Anthropic product lead Scott White told TechCrunch. The integ

Docker container for running Claude Code in "dangerously skip permissions" mode

Claude Code Container A Docker container for running Claude Code in "dangerously skip permissions" mode. claude-container3.mp4 Build the docker container and execute run_claude.sh to run an isolated version of claude code with access to the current working dir ( readOnly:/workspace/input ). /workspace/ ├── input/ # Host input files (read-only mount of $PWD) ├── output/ # Analysis results (writable mount to host) ├── data/ # Reference data (optional read-only mount) ├── temp/ # Temporary file

Rails Charts Using ECharts from Apache

Rails Charts One more gem to build nice charts for your Ruby on Rails application. With it you can build various types of charts Apache eCharts library (v. 5.4.0). This gem simplifies interface and adding few helpers to start adding charts in your app with just a few lines of code. What you can build with it: In most cases with one line of code you can have a nice chart. The idea of this gem was inspired by Chartkick gem which is great and allows you to build charts very quickly. It works be

Google pays $30M to settle lawsuit over children’s YouTube data

In Brief Google will pay $30 million to settle a class action lawsuit claiming it violated children’s privacy on YouTube, per Reuters. The lawsuit alleges that Google collected data from children watching YouTube videos; while this kind of data collection has become common, it remains illegal to collect data from children under the age of 13, per the longstanding COPPA legislation. Though Google will settle the case, the company denies these allegations. It’s possible that up to 45 million p

Best Workout Subscription Apps in 2025: Apple Fitness Plus, Peloton, Centr, Classpass and more

Find out if you can stream the workouts on your phone, TV, tablet or via another method. Make sure you choose an app that is aligned with you fitness goals. Consider the cost of the subscription and if it's within your budget. CNET staff -- not advertisers, partners or business interests -- determine how we review products and services. If you buy through our links, we may earn a commission. Whether you’re just getting started on your fitness journey or are looking to kick things up a gear,

Apple preps native Claude integration on Xcode

Towards the end of this year’s WWDC keynote, Craig Federighi said that Apple had “expanded” their vision for Swift Assist, and would bring native integration with ChatGPT, alongside support for other LLMs via API, directly to Xcode. Now, 9to5Mac can confirm that Apple is set to support native integration with Anthropic’s Claude as well. Digging into today’s release of Xcode 26 beta 7, 9to5Mac found multiple references to built-in support for Anthropic accounts directly within the new “Intellige

Claude AI will end ‘persistently harmful or abusive user interactions’

is a news writer who covers the streaming wars, consumer tech, crypto, social media, and much more. Previously, she was a writer and editor at MUO. Posts from this author will be added to your daily email digest and your homepage feed. Anthropic’s Claude AI chatbot can now end conversations deemed “persistently harmful or abusive,” as spotted earlier by TechCrunch. The capability is now available in Opus 4 and 4.1 models, and will allow the chatbot to end conversations as a “last resort” after

Anthropic's Claude AI now has the ability to end 'distressing' conversations

Anthropic's latest feature for two of its Claude AI models could be the beginning of the end for the AI jailbreaking community. The company announced in a post on its website that the Claude Opus 4 and 4.1 models now have the power to end a conversation with users. According to Anthropic, this feature will only be used in "rare, extreme cases of persistently harmful or abusive user interactions." To clarify, Anthropic said those two Claude models could exit harmful conversations, like "requests

Anthropic: Claude can now end conversations to prevent harmful uses

OpenAI rival Anthropic says Claude has been updated with a rare new feature that allows the AI model to end conversations when it feels it poses harm or is being abused. This only applies to Claude Opus 4 and 4.1, the two most powerful models available via paid plans and API. On the other hand, Claude Sonnet 4, which is the company's most used model, won't be getting this feature. Anthropic describes this move as a "model welfare." "In pre-deployment testing of Claude Opus 4, we included a pr

MasterClass deal: Subscriptions are 40 percent off right now

If you want to brush up on some skills or learn new ones, MasterClass offers a good way to do just that. The streaming service has hundreds of classes taught by professionals and experts in their fields, and now you can get a subscription for 40 percent less than usual. All MasterClass membership tiers are on sale right now, so you can sign up for as low as $6 per month. With a subscription, you could watch a class on writing taught by James Patterson, or learn cooking techniques from Thomas Ke

Anthropic says some Claude models can now end ‘harmful or abusive’ conversations

Anthropic has announced new capabilities that will allow some of its newest, largest models to end conversations in what the company describes as “rare, extreme cases of persistently harmful or abusive user interactions.” Strikingly, Anthropic says it’s doing this not to protect the human user, but rather the AI model itself. To be clear, the company isn’t claiming that its Claude AI models are sentient or can be harmed by their conversations with users. In its own words, Anthropic remains “hig

Gear News of the Week: A New Privacy Phone Arrives, and Samsung Has a $30K 115-Inch Micro RGB TV

There's a new smartphone promising to protect your privacy: the Up Phone, from a company called Unplugged. Except it's not new. Unplugged has been around for a few years—the company was cofounded by Erik Prince, the founder of private military company Blackwater—and it originally announced the Up Phone in 2023. But this week, the company claims it's “relaunching” the phone, under new leadership. Like the original, the Up Phone's UnpluggedOS (formerly LibertOS) is built on the Android Open Sourc

Every Free Battlefield 6 Open Beta Challenges Reward You Can Earn

The Battlefield 6 open beta has taken the gaming world by storm, as hundreds of thousands of players have queued up to trade shots, blow up buildings and rack up killstreaks. The final beta period is in full swing: It began on Thursday, Aug. 14 and goes through Sunday, Aug. 17, so you'll want to join the playtest now if you want to experience the next era of Battlefield chaos before the full release on Oct. 10. Familiar maps and modes are making a return, as players play tug-of-war in Rush sec