Apple’s On-Device AI: The Quiet Revolution for Edge Computing and Local-First Apps
The story of AI for the last three years has been written in megawatts. Nvidia GPUs stacked in desert data centers . Models with trillion-parameter co…
Latest Web news from Tech News
The story of AI for the last three years has been written in megawatts. Nvidia GPUs stacked in desert data centers . Models with trillion-parameter co…
The premise started as a workplace joke: photograph someone and have an AI generate a fictional corporate manual about them. "Subject encountered in b…
Machine learning on mobile devices is often associated with inference: download a model, run predictions, and return results. But what if the model co…
Codename One has run on the desktop for a long time through the JavaSE target, which is the same engine that powers the simulator. What it did not hav…
Off By One started from a single premise: what if the whole game was just "find the one that's off"? A grid of geometric shapes, all nearly identical.…
The code was never the hard part. The App Store review was. I shipped my first iOS app — a small baby tracker — and got rejected twice. Not for bugs. …
Apple finally gave Siri the kind of upgrade people have been asking for, on and off, for years. The new Siri AI is not just better speech recognition …
Coding agents write barcode scanning code that compiles and passes review, then falls apart on a damaged label. Here's how we taught them to get it ri…
At WWDC 2026, Apple did something specific and easy to miss in the flood of Siri AI headlines: Xcode 27 now ships with a set of agent skills that Appl…
For the first time, Apple is bringing production-grade AI agents directly into the IDE. This isn't just code completion on steroids. Xcode 27 integrat…
Running AI models directly on a user's device used to be impractical. Today, with Apple's frameworks and the Neural Engine in modern iPhones and iPads…
import AVFoundation import Speech @Observable @MainActor final class LiveTranscriber { // Two strings on purpose. One is rewritten constantly, one is …
С вами на связи Анна Жаркова, руководитель практики в компании Юзтех. И сегодня, по традиции, мы с вами обсудим, что Apple анонсировали на своей ежего…
We've covered if , else if , else , and switch — all great ways to make decisions in Swift. But there's one more tool in the toolkit that's much more …
This is the third follow-up to Friday's release post . Saturday's was about how you iterate; yesterday's was about new platform APIs in the core; toda…
Let me start with a confession: I have been writing concurrent code since the only tool in the box was a mutex and a prayer. After a decade of Swift I…
Overview Remote Terminal lets you run a full command‑line on your Windows or macOS PC directly from your Android phone, iPhone, or iPad. After a quick…
This is the second follow-up to Friday's release post . It covers the platform APIs that moved into the framework core this release. There are two hea…
In our last article we learned how if lets Swift make a single decision. But real apps rarely deal with just one condition — you need to handle multip…
This is the first follow-up to Friday's release post and it covers the two changes from this release that affect how you iterate on a Codename One app…
I submitted Termique to the App Store and Play Store three days ago. It's live now. Here's what the process actually looked like, because most guides …
Our fitness kit's iOS build used to take 14 minutes on CI. After upgrading to Expo SDK 54, it takes 4. That's not a CI optimisation. We didn't add par…
Indie Hacking the App Store: Navigating Apple's Guidelines for Niche Catholic AI Applications The era of building generic software-as-a-service (SaaS)…
I used to think the best AI food logging flow would be simple: Take a photo, let the model identify the meal, confirm it, done. That works surprisingl…
Yoga Wake Up has had guided meditation for years. But this week we launched something new: Guided Silence — a meditation experience where I use my voi…
Dumpert is a Dutch video site I've watched for years, but there's never been an Apple TV app, so I built one. DumpertTV is an unofficial, open-source …
AI coding assistants have quickly become part of many developers' daily workflows. Whether it's generating boilerplate code, reviewing pull requests, …
Hey iOS Devs! 👋 Don't get me wrong, I love a good plate of Spaghetti Carbonara. But when it comes to iOS development, spaghetti belongs in the kitchen…
A user picks a video from Photos. The app turns that video into a file the server can accept. Then it uploads the file. On the surface, this sounds li…
Privacy-First Personal Finance for iOS Your finances. On your phone. Nowhere else. A privacy-first personal finance app that connects your banks, brok…