Category

AI

10 posts tagged with "AI"

Back to all posts →
Jun 19, 2026 · 4 min read

Hands On: Install Lemonade, Pull a Model, and Verify Your GPU Path

Parts 1 and 2 explained the stack. A model does math, the compute layer translates that math, and the hardware path decides whether your GPU or CPU d…

Jun 19, 2026 · 5 min read

Lemonade Server: One Local API for Text, Images, Speech, and Tools

Running one local model is useful. Running a local AI server is a bigger idea. A server gives every app on your machine one stable place to send AI w…

Jun 19, 2026 · 4 min read

ROCm Compatibility Is the Contribution

The useful contribution to Lemonade is not just "make local AI run." It is more specific than that: make the right AMD hardware take the right accele…

Jun 10, 2026 · 9 min read

Your GPU Is a Math Machine. So Is AI. Here's What Connects Them.

A modern graphics card spends most of its life doing one thing: multiplying enormous tables of numbers together, thousands of operations per second, …

Jun 10, 2026 · 7 min read

Every Chip Has a Secret Name: gfx Codes, ROCm, and the Fallback Ladder

Imagine installing a local AI tool on your gaming PC. You have a Radeon RX 7900 XT in there, a card with 20 GB of memory built for exactly the kind o…

Jun 10, 2026 · 4 min read

Run AI on Your Own Computer With Lemonade Server

You do not need a cloud subscription to run AI. You do not need to send your questions to a server in another city, agree to any terms about your dat…

Apr 23, 2026 · 1 min read

Building a Local LLM Workflow: Gitea, Lemonade, and Autonomous Agents

Welcome to a new series where we explore the practicalities of running a fully local, AI-augmented development environment. The goal isn't just to ha…

Apr 23, 2026 · 7 min read

LLM Modalities: Designing for Text, Vision, Audio, Video, and Action

Most teams still talk about AI products as if the interface is just a chat box. That framing is already outdated. Modern language models are no longe…

Mar 06, 2026 · 7 min read

The Orchestrator Layer: AI Work Marketplaces Are the New Gig Economy

The coordination problem is the real problem. Not whether AI can write code; it can. Not whether it can parse documents, draft reports, or run analys…

Jan 29, 2026 · 1 min read

Mobile AI Agent Chat: Building with Autonomous Agents

Imagine a mobile app where you chat with AI agents to build and manage your codebase. Describe what you want, and autonomous agents architect, code, …