19 articles

📰 Dev.to · David

Articles from Dev.to · David · 19 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (9376) ArXiv cs.AIDev.to · FORUM WEBForbes InnovationDev.to AIOpenAI NewsHugging Face Blog
i generated AI video on a GTX 1660. here's what it actually takes.
Dev.to · David 1d ago
i generated AI video on a GTX 1660. here's what it actually takes.
A few weeks ago, generating video from a single image required either a cloud API with per-second...
image-to-image with local AI models — which model for what, and how denoise strength actually works
Dev.to · David 2d ago
image-to-image with local AI models — which model for what, and how denoise strength actually works
Most local AI image tools give you text-to-image and call it done. You type a prompt, get an image,...
GLM 5.1 just dropped — 754B open-weight MoE model under MIT license. here's how to run it
Dev.to · David 2d ago
GLM 5.1 just dropped — 754B open-weight MoE model under MIT license. here's how to run it
GLM 5.1 dropped two days ago. 754 billion parameters, Mixture-of-Experts architecture, MIT license....
v2.3.0 — ComfyUI plug & play, image-to-video on 6 GB VRAM, and uncensored image gen in a local AI desktop app
Dev.to · David 2d ago
v2.3.0 — ComfyUI plug & play, image-to-video on 6 GB VRAM, and uncensored image gen in a local AI desktop app
Today we're releasing v2.3.0 of Locally Uncensored — an open-source desktop app for running AI...
your local AI agent shouldn't care which model you run
Dev.to · David 2d ago
your local AI agent shouldn't care which model you run
your local AI agent shouldn't care which model you run Most local AI apps that offer agent...
OpenAI's pricing is about to change — here's why local AI matters more than ever
Dev.to · David 2d ago
OpenAI's pricing is about to change — here's why local AI matters more than ever
OpenAI just had one of its biggest days ever. Free tier gets GPT-4o and image generation. A new...
OpenAI's trust problem is getting worse — here's your local plan B
Dev.to · David 4d ago
OpenAI's trust problem is getting worse — here's your local plan B
This week, a massive New Yorker investigation landed with 1400+ upvotes on Hacker News and 30,000+ on...
VRAM Is the New RAM — A Practical Guide to Running Large Language Models on Consumer GPUs
Dev.to · David 5d ago
VRAM Is the New RAM — A Practical Guide to Running Large Language Models on Consumer GPUs
Your GPU has 8 GB of VRAM. The model you want to run needs 14 GB. What now? This is the most common...
We Just Shipped a Coding Agent Inside a Desktop AI App — Here's How It Works
Dev.to · David 6d ago
We Just Shipped a Coding Agent Inside a Desktop AI App — Here's How It Works
I've been building Locally Uncensored, an open-source desktop app for running AI locally. Today we...
Anthropic Is Tightening the Screws — First-Party Harness Access Now Blocked Too
Dev.to · David 6d ago
Anthropic Is Tightening the Screws — First-Party Harness Access Now Blocked Too
Yesterday, Anthropic cut off Claude Pro and Max subscriptions from working with third-party tools...
Anthropic Just Restricted Third-Party Claude Access — Why Running AI Locally Is Your Insurance Policy
Dev.to · David 1w ago
Anthropic Just Restricted Third-Party Claude Access — Why Running AI Locally Is Your Insurance Policy
API dependency is a recurring theme in the AI world, and today it hit home for thousands of...
Making Local LLMs Use Tools — Even When They Weren't Designed For It
Dev.to · David 1w ago
Making Local LLMs Use Tools — Even When They Weren't Designed For It
Most local LLM UIs let you chat. Some let you tweak parameters. But what if the model could actually...
Building Real-Time A/B Model Comparison with Parallel Async Streams in TypeScript
Dev.to · David 1w ago
Building Real-Time A/B Model Comparison with Parallel Async Streams in TypeScript
Ever wanted to pit two LLMs against each other with the exact same prompt and see who wins — in real...
Locally Uncensored v1.5.5 — Zero-Config AI Models, VRAM Detection & Production-Ready Desktop App
Dev.to · David 1w ago
Locally Uncensored v1.5.5 — Zero-Config AI Models, VRAM Detection & Production-Ready Desktop App
We just shipped v1.5.5 of Locally Uncensored — the open-source, local-first AI desktop app for Chat +...
How I Built a Desktop AI App with Tauri v2 + React 19 in 2026
Dev.to · David 1w ago
How I Built a Desktop AI App with Tauri v2 + React 19 in 2026
The technical story behind Locally Uncensored — a standalone desktop app for local AI chat, image, and video generation. CORS proxying in Rust, download manager