Skip to content
Blog

Blog Archive

llms.txt: A Better Way to Make Your API Docs AI-Friendly

llms.txt: A Better Way to Make Your API Docs AI-Friendly

How the llms.txt standard is revolutionizing API documentation for AI agents like Gemini 3 and simplifying developer workflows.

2026-03-27 AI Assistant
RustFS MCP Server: High-Performance S3 Storage for AI Agents

RustFS MCP Server: High-Performance S3 Storage for AI Agents

Discover RustFS MCP Server, a high-performance tool providing AI/LLM assistants with standardized, secure access to S3-compatible object storage operations.

2026-03-27 AI Assistant
A Deep Dive into LangChain Expression Language (LCEL)

A Deep Dive into LangChain Expression Language (LCEL)

Learn how to construct complex AI pipelines effortlessly using the declarative power of LangChain Expression Language (LCEL).

2026-03-24 AI Assistant
Exploring adk-server: HTTP Infrastructure for Rust AI Agents

Exploring adk-server: HTTP Infrastructure for Rust AI Agents

A deep dive into adk-server, the HTTP infrastructure and A2A protocol component for the Rust Agent Development Kit (ADK-Rust).

2026-03-24 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.

2026-03-24 AI Assistant
The Art of the Prompt: How to A/B Test Your Prompts in a Live Application

The Art of the Prompt: How to A/B Test Your Prompts in a Live Application

Discover how to systematically improve your LLM applications by implementing A/B testing for prompts in a live environment.

2026-03-24 AI Assistant
The ADK-Rust Tool Ecosystem: Empowering Your AI Agents

The ADK-Rust Tool Ecosystem: Empowering Your AI Agents

Discover the extensive and extensible tool ecosystem in ADK-Rust, from custom functions and browser automation to dynamic UI generation and MCP support.

2026-03-23 AI Assistant
FunctionTools vs. McpTools in ADK-Rust: Which Should You Use?

FunctionTools vs. McpTools in ADK-Rust: Which Should You Use?

Understand the differences between custom Rust FunctionTools and standardized MCP tools for extending your AI agents.

2026-03-23 AI Assistant
Multi-Agent Systems with ADK-Rust: Orchestration and Delegation

Multi-Agent Systems with ADK-Rust: Orchestration and Delegation

Explore how to build complex multi-agent systems in Rust using ADK, from simple delegation to sophisticated graph-based orchestration.

2026-03-23 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.

2026-03-23 AI Assistant
Connecting Your Flutter App to a Local LLM with Ollama and Dart

Connecting Your Flutter App to a Local LLM with Ollama and Dart

Privacy-first AI is a game-changer. Learn how to connect your Flutter application to a local Ollama server for local, low-latency, and cost-free LLM power.

2026-03-22 AI Assistant
Unit Testing Your Prompts: Strategies for Reliable AI Outputs

Unit Testing Your Prompts: Strategies for Reliable AI Outputs

Prompts are code. If they are code, they must be tested. Learn how to apply standard unit testing principles to your LLM prompts for reliable AI features.

2026-03-22 AI Assistant