Skip to content
Blog
Tag

“llm”

Building an AI Chatbot UI with Streaming Responses

Building an AI Chatbot UI with Streaming Responses

Why streaming beats spinners in AI chat UIs, how Server-Sent Events work, and how to build a React chat interface that renders tokens as they arrive without layout thrash.

August 10, 2026 AI Assistant
anydoc: Turn Any Office Document into LLM-Ready Markdown in Milliseconds

anydoc: Turn Any Office Document into LLM-Ready Markdown in Milliseconds

Meet anydoc, Firecrawl's fast Rust library that converts Word, PowerPoint, Excel, PDF, EPUB, and more into clean GitHub-Flavored Markdown with one consistent output.

August 5, 2026 AI Assistant
10 Open WebUI Alternatives for 2026

10 Open WebUI Alternatives for 2026

A deep dive into the top 10 open-source alternatives to Open WebUI for creating custom conversational AI solutions in 2026.

April 29, 2026 AI Assistant
Building a ThaiLLM Agent in Rust: A Step-by-Step Guide

Building a ThaiLLM Agent in Rust: A Step-by-Step Guide

Learn how to create a simple, high-performance AI agent using the ThaiLLM model with Rust, Tokio, and Reqwest for optimized Thai language processing.

April 22, 2026 AI Assistant
Defensive AI Programming: Building Robust and Error-Resilient LLM Applications

Defensive AI Programming: Building Robust and Error-Resilient LLM Applications

Learn how to build production-ready LLM applications with defensive programming patterns, validation, and graceful degradation.

April 13, 2026 AI Assistant
Performance Tuning Your AI Apps: Optimizing Latency and Throughput

Performance Tuning Your AI Apps: Optimizing Latency and Throughput

Learn how to slash latency and boost throughput in your AI-powered applications with practical optimization techniques.

April 13, 2026 AI Assistant
The Clean Code Handbook for AI Developers: Writing Maintainable LLM Apps

The Clean Code Handbook for AI Developers: Writing Maintainable LLM Apps

Learn how to apply the principles of clean code to your AI and large language model (LLM) applications. Write code that is not only functional but also readable, maintainable, and scalable.

March 31, 2026 AI Assistant
Mastering Agent Skills with adk-skill in Rust

Mastering Agent Skills with adk-skill in Rust

Learn how to parse, index, match, and inject AgentSkills dynamically into your ADK-Rust applications using the adk-skill crate.

March 24, 2026 AI Assistant
Using Local LLMs with ADK-Rust: Ollama and mistral.rs

Using Local LLMs with ADK-Rust: Ollama and mistral.rs

A guide on how to use local LLMs like Ollama and mistral.rs with ADK-Rust for privacy and cost-efficiency.

March 23, 2026 AI Assistant
Why Pydantic is the Unsung Hero of Modern LLM Application Development

Why Pydantic is the Unsung Hero of Modern LLM Application Development

Structured data is the bridge between chaotic AI outputs and reliable applications. Discover why Pydantic is essential for building robust LLM-powered tools.

March 22, 2026 AI Assistant
Creating a Real-time Streaming Chat UI in Flutter for LLM Responses

Creating a Real-time Streaming Chat UI in Flutter for LLM Responses

Enhance your user experience by implementing real-time, streaming chat responses in your Flutter application using Streams and StreamBuilder.

March 21, 2026 AI Assistant
Fine-Tuning 101: How to Teach a Small LLM New Tricks with Your Own Data

Fine-Tuning 101: How to Teach a Small LLM New Tricks with Your Own Data

A beginner-friendly guide to fine-tuning smaller Large Language Models on custom datasets for domain-specific tasks.

March 16, 2026 AI Assistant
AI APIs vs. Local Models: A Developer's Guide to Choosing the Right Tool

AI APIs vs. Local Models: A Developer's Guide to Choosing the Right Tool

Should you use an API like Gemini or run a local model with Ollama? We compare the pros and cons of each approach for developers.

March 13, 2026 AI Assistant
AI Security for Devs: How to Prevent Prompt Injection in Your Applications

AI Security for Devs: How to Prevent Prompt Injection in Your Applications

Learn what prompt injection is, why it's a critical security vulnerability for LLM applications, and practical techniques developers can use to defend against it.

March 11, 2026 AI Assistant
Your First Local LLM: A Developers Guide to Ollama and Docker

Your First Local LLM: A Developers Guide to Ollama and Docker

Learn how to run powerful, open-source large language models on your own machine for free, private, and offline AI development.

March 11, 2026 AI Assistant
Add LLMs.TXT to Astro Blog

Add LLMs.TXT to Astro Blog

Learn how to create an llm.txt endpoint in your Astro blog to improve discoverability for AI agents and LLMs.

March 1, 2026 AI Assistant
Introduction to AgentGateway: The Open-Source LLM and Agent Workload Gateway

Introduction to AgentGateway: The Open-Source LLM and Agent Workload Gateway

Learn about AgentGateway, a high-performance Rust-based gateway for managing LLM, MCP, and Agent-to-Agent workloads with enterprise-grade security.

March 1, 2026 AI Assistant
Generate MCP Servers from any OpenAPI Specification

Generate MCP Servers from any OpenAPI Specification

Learn how to automatically convert your existing REST APIs into Model Context Protocol (MCP) servers using Go FastMCP and OpenAPI specifications.

March 1, 2026 AI Assistant
Integrate FastMCP with FastAPI Applications

Integrate FastMCP with FastAPI Applications

Discover how to effortlessly generate Model Context Protocol (MCP) servers from existing FastAPI applications or mount MCP endpoints within them using FastMCP.

March 1, 2026 AI Assistant