Latest Tech News

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

Filtered by: od Clear Filter

Apple releases watchOS 11.6.1, here’s what’s new

Apple has released watchOS 11.6.1 for Apple Watch, reintroducing the Blood Oxygen app for certain customers in the United States. The update works in tandem with iOS 18.6.1, also released today, and marks the first time the feature has been available on new watch hardware since late 2023. Until now, launching the Blood Oxygen app on affected Apple Watch models displayed a blunt message: “The Blood Oxygen app is no longer available. Learn more in the Health app on your iPhone.” That limitation a

Anthropic brings Claude's learning mode to regular users and devs

This past spring, Anthropic introduced learning mode, a feature that changed Claude's interaction style. When enabled, the chatbot would, following a question, try to guide the user to their own solution, instead of providing them with an answer outright. Since its introduction in April, learning mode has only been available to Claude for Education users. Now, like OpenAI did with Study Mode, Anthropic is making the tool available to everyone. Starting today, Claude.ai users will find a new opt

Why LLMs can't really build software

One of the things I have spent a lot of time doing is interviewing software engineers. This is obviously a hard task, and I don’t claim to have a magic solution; but it’s given me some time to reflect on what effective software engineers actually do. When you watch someone who knows what they are doing, you'll see them looping over the following steps: Build a mental model of the requirements Write code that (hopefully?!) does that Build a mental model of what the code actually does Identify t

Blood oxygen monitoring returning to Apple Watch in the US

Apple will introduce a redesigned Blood Oxygen feature for some Apple Watch Series 9, Series 10, and Apple Watch Ultra 2 users through an iPhone and Apple Watch software update coming later today. Users with these models in the U.S. who currently do not have the Blood Oxygen feature will have access to the redesigned Blood Oxygen feature by updating their paired iPhone to iOS 18.6.1 and their Apple Watch to watchOS 11.6.1. Following this update, sensor data from the Blood Oxygen app on Apple Wa

Stop using these ESR power banks that have been recalled for fire and explosion risks

is a senior reporter who’s been covering and reviewing the latest gadgets and tech since 2006, but has loved all things electronic since he was a kid. Posts from this author will be added to your daily email digest and your homepage feed. ESR has issued a recall for 33,000 HaloLock wireless power banks, in 6,000mAh and 10,000mAh versions, because their lithium-ion batteries can “overheat and ignite, posing fire and burn hazards to consumers.” The power banks were cheaper alternatives to Apple’

Topics: 000 banks esr model power

Consumer safety groups are demanding an FTC investigation into Grok’s ‘Spicy’ mode

is The Verge’s senior AI reporter. An AI beat reporter for more than five years, her work has also appeared in CNBC, MIT Technology Review, Wired UK, and other outlets. A new letter to the Federal Trade Commission, and US attorneys general for all 50 states and the District of Columbia, calls for an urgent investigation into Elon Musk’s Grok — especially its new “Imagine” tool for AI-generated image and video. The tool, released by xAI earlier this month, encourages users to create NSFW conten

Blood Oxygen monitoring returns to the Apple Watch after US ban - see which models get it

Nina Raemont/ZDNET ZDNET's key takeaways Blood Oxygen is back for affected Apple Watch models. Will be reinstated with the latest iOS and WatchOS updates. Apple redesigned it to resolve an import ban over patent infringement. Get more in-depth ZDNET tech coverage: Add us as a preferred Google source on Chrome and Chromium browsers. After a lengthy pause due to legal issues, Apple is finally bringing back the Blood Oxygen monitor for affected Apple Watch models in the US. Models getting th

JetBrains working on higher-abstraction programming language

JetBrains, creator of the popular Kotlin programming language, is developing a new programming language intended to make AI and code much more controllable and transparent. In a July 23 interview with InfoWorld, JetBrains CEO Kirill Skrygan elaborated on company plans for an as-yet-unnamed language that would describe a program at a higher level of abstraction. He reflected on how computer code originally was written in Assembler and moved to higher levels of abstraction with C and C++, then on

Gemma 3 270M: The compact model for hyper-efficient AI

Today, we're adding a new, highly specialized tool to the Gemma 3 toolkit: Gemma 3 270M , a compact, 270-million parameter model designed from the ground up for task-specific fine-tuning with strong instruction-following and text structuring capabilities already trained in. The last few months have been an exciting time for the Gemma family of open models. We introduced Gemma 3 and Gemma 3 QAT , delivering state-of-the-art performance for single cloud and desktop accelerators. Then, we announce

Kodak has no plans to cease, go out of business, or file for bankruptcy

Media reports that Kodak is ceasing operations, going out of business, or filing for bankruptcy are inaccurate and reflect a fundamental misunderstanding of a recent technical disclosure the Company made to the SEC in its recently filed second quarter earnings report. These articles are misleading and missing critical context, and we'd like to set the record straight. The most important things to know are: Kodak has no plans to cease operations, go out of business, or file for bankruptcy prote

Have a Headache? These Are the Best Foods to Help Relieve It

Headaches can be annoying and persistent, and taking aspirin or simply lying down may not always help. If that sounds like you, you may want to look at changing your plate of food for more relief. Of course, just changing what food you consume won't automatically cure headaches or migraines, but some foods may help ease them when they arrive -- in addition to hydration, exercise, sleep and stress management. Tracking those habits and symptoms over time can be easier with the right smartwatch. "

Apple’s AirPods Max are $70 off in every color

Rumors and official teases about Google’s upcoming Pixel 10 phones are flowing like Niagara Falls, which to budget-minded folks means now is a good time to save on the soon-to-be-last-gen model. You can get a really good deal on the(in its Obsidian color) for $599 at Best Buy , which is a savings of $400 over its usual $999 cost. If you prefer the Pixel 9 (or if you’re not in time to get the deal on the Pro), you can find Google’s 2024 flagship smartphone with 128GB for the same $599, which is $

Topics: 599 best buy deal good

Kodak denies it’s shutting down amid media reports of financial struggles

Eastman Kodak is denying reports that it’s shutting down. On Wednesday, media outlets like CNN and CNBC detailed the company’s ongoing financial challenges, including statements made in its earnings report that warned investors it didn’t have “committed financing or available liquidity” to meet debt obligations coming due within 12 months. However, Kodak quickly published a press release to counter these claims, noting it has “no plans to cease operations” or file for bankruptcy protection. Ra

Apple Watch getting redesigned blood oxygen feature following legal dispute

Tim Cook, chief executive officer of Apple Inc., during the Apple Worldwide Developers Conference (WWDC) at Apple Park campus in Cupertino, California, US, on Monday, June 9, 2025. Apple on Thursday announced a redesigned blood oxygen feature for some Apple Watch users, following a years-long intellectual property dispute over the capability. Apple said the redesigned feature is coming to some Apple Watch Series 9, Series 10, and Apple Watch Ultra 2 users on Thursday. The update was possible b

Show HN: Zig-DbC – A design by contract library for Zig

Hi everyone, I've made an open-source library for using design by contract (DbC) principles in the Zig programming language. It's called Zig-DbC, and it currently provides the following features: - A simple API to define preconditions, postconditions, and invariants. - Contracts are active in `Debug`, `ReleaseSafe`, and `ReleaseSmall` modes to catch bugs early. - All checks are removed at compile time in `ReleaseFast` mode for zero performance cost. - An optional mode to handle partial sta

Blood Oxygen Monitoring Returning to Apple Watch in the US

Apple will introduce a redesigned Blood Oxygen feature for some Apple Watch Series 9, Series 10, and Apple Watch Ultra 2 users through an iPhone and Apple Watch software update coming later today. Users with these models in the U.S. who currently do not have the Blood Oxygen feature will have access to the redesigned Blood Oxygen feature by updating their paired iPhone to iOS 18.6.1 and their Apple Watch to watchOS 11.6.1. Following this update, sensor data from the Blood Oxygen app on Apple Wa

Is chain-of-thought AI reasoning a mirage?

Reading research papers and articles about chain-of-thought reasoning makes me frustrated. There are many interesting questions to ask about chain-of-thought: how accurately it reflects the actual process going on, why training it “from scratch” often produces chains that switch fluidly between multiple languages, and so on. However, people keep asking the least interesting question possible: whether chain-of-thought reasoning is “really” reasoning. Apple took up this question in their Illusio

Statement Regarding Misleading Media Reports

Media reports that Kodak is ceasing operations, going out of business, or filing for bankruptcy are inaccurate and reflect a fundamental misunderstanding of a recent technical disclosure the Company made to the SEC in its recently filed second quarter earnings report. These articles are misleading and missing critical context, and we'd like to set the record straight. The most important things to know are: Kodak has no plans to cease operations, go out of business, or file for bankruptcy prote

Apple Reintroduces Blood Oxygen Feature Ahead of Apple Watch Series 11 Launch

Apple is gearing up to unveil the Apple Watch Series 11 next month alongside the iPhone 17, but it has an early treat for some existing Apple Watch owners in the US today. Thursday marks the surprise reintroduction of the Apple Watch blood oxygen feature, redesigned for some Apple Watch Series 9, Series 10 and Apple Watch Ultra 2 owners. The feature will be available via a software update that's rolling out now. If you own one of these models and don't currently have access to the feature, you

The Apple Watch Is Finally Getting Blood Oxygen Sensing Back

If you have an Apple Watch Series 9, 10, or Ultra Watch 2 that you bought in the US in the past year, you'll finally get the blood oxygen sensing feature back via a software update later today, according to Apple. To make sure you get the feature, update your paired iPhone to iOS 18.6.1 and the Apple Watch to watchOS 11.6.1. Sensor data will be calculated in the app, and you will be able to see your blood oxygen in the Respiratory section of the Health app. If you bought your watch before 2024

Buzzy AI startup Multiverse creates two of the smallest high-performing models ever

One of Europe’s most prominent AI startups has released two AI models that are so tiny, they have named them after a chicken’s brain and a fly’s brain. Multiverse Computing claims these are the world’s smallest models that are still high-performing and can handle chat, speech, and even reasoning in one case. These new tiny models are intended to be embedded into Internet of Things devices, as well as run locally on smartphones, tablets, and PCs. “We can compress the model so much that they ca

Why LLMs Can't Build Software

One of the things I have spent a lot of time doing is interviewing software engineers. This is obviously a hard task, and I don’t claim to have a magic solution; but it’s given me some time to reflect on what effective software engineers actually do. When you watch someone who knows what they are doing, you'll see them looping over the following steps: Build a mental model of the requirements Write code that (hopefully?!) does that Build a mental model of what the code actually does Identify t

Blood Oxygen Tracking Returns to U.S. Apple Watches Today After 5-Year Patent Dispute

Good news: Apple Watches sold in the U.S. after January 2024 lost their built-in blood oxygen tracking because of a patent dispute with medical company Masimo, but the feature will return via a software update coming out today. In a Newsroom post, Apple says it’s introducing a “redesigned Blood Oxygen feature for some Apple Watch Series 9, Series 10, and Apple Watch Ultra 2.” The reworked blood oxygen feature will be pushed out on iPhone and Apple Watch via an iOS 18.6.1 and watchOS 11.6.1 soft

Apple launching ‘redesigned Blood Oxygen feature’ on Apple Watch in the U.S. today

Apple has announced that it will release a software update for iPhone and Apple Watch later today with a “redesigned Blood Oxygen feature” for Apple Watch users in the United States. This comes over 18 months after Apple began selling the Apple Watch without the Blood Oxygen feature in America due to a patent dispute. The new feature will be made available as part of iOS 18.6.1 and watchOS 11.6.1 updates. In a statement to 9to5Mac today, an Apple spokesperson said: “Apple will introduce a red

Apple's 'redesigned' blood oxygen monitoring feature hits Apple Watches in the US today

More than a year after an import ban forced the company to remove blood oxygen monitoring from some US Apple Watch models, Apple says it will introduce a redesigned version of the feature later today. In a post on its newsroom website, the company says the feature will roll out to Apple Watch Series 9, Series 10, and Watch Ultra 2 users through a joint Apple Watch and iPhone update. Once Apple begins rolling out the software, you'll need to update your devices to iOS 18.6.1 and watchOS 11.6.1 to

What's the strongest AI model you can train on a laptop in five minutes?

What’s the strongest model I can train on my MacBook Pro in five minutes? I’ll give the answer upfront: the best 5-minute model I could train was a ~1.8M-param GPT-style transformer trained on ~20M TinyStories tokens, reaching ~9.6 perplexity on a held-out split. Here’s an example of the output, with the prompt bolded: Once upon a time, there was a little boy named Tim. Tim had a small box that he liked to play with. He would push the box to open. One day, he found a big red ball in his yard.

New protein therapy shows promise as antidote for carbon monoxide poisoning

University of Maryland School of Medicine (UMSOM) researchers, along with their colleagues, engineered a new molecule that appears promising as an effective antidote for carbon monoxide poisoning with fewer side effects than other molecules currently being tested, according to a new study published in the journal PNAS. Carbon monoxide poisoning accounts for 50,000 emergency room visits in the U.S. each year and causes about 1,500 deaths. These deaths may occur when carbon monoxide released from

The Best Smart Scales for 2025 and How to Get the Most Accurate Reading

Weigh yourself at the same time: To get a consistent reading when using any scale, it's important to weigh yourself first thing in the morning before you've drunk or eaten anything. "You should weigh yourself without clothes, or minimal clothing, and if you do so, try to wear the same clothing each time you weigh yourself," said Stella Lucia Volpe, professor and head of the Department of Human Nutrition, Foods and Exercise at Virginia Tech. Volpe recommends weighing yourself no more than once a

Upcoming DeepSeek AI model failed to train using Huawei’s chips

Chinese artificial intelligence company DeepSeek delayed the release of its new model after failing to train it using Huawei’s chips, highlighting the limits of Beijing’s push to replace US technology. DeepSeek was encouraged by authorities to adopt Huawei’s Ascend processor rather than use Nvidia’s systems after releasing its R1 model in January, according to three people familiar with the matter. But the Chinese startup encountered persistent technical issues during its R2 training process u

Apple Vision Pro 2 may have a better chip than expected

Apple Vision Pro will be two years old in February. For those holding out for a second-gen version, it sounds like the Apple Vision Pro 2 may have a better chip than expected. The rumors have gone back and forth over which chip the refreshed Apple Vision Pro will use. The current hardware runs on an M2 chip, the newest chip when Apple announced Vision Pro, although the M3 arrived in products before Apple Vision Pro was released. Early reports said the next Apple Vision Pro will run on the yet-