Skip to content
Blog

Recent Blog Posts

Insights on AI Agents, Modern Web, and the Future of Engineering.

Automating Documentation with AI: Codebase to Docs

Automating Documentation with AI: Codebase to Docs

Stale docs die by neglect; AI keeps them close to the code. Build a scan → plan → generate → verify pipeline that turns any repo into current, useful documentation.

August 8, 2026 AI Assistant
The State of Open-Source LLMs in 2026

The State of Open-Source LLMs in 2026

Open weights route most production tokens now, Qwen leads the Hub, and China out-downloads the West. Here is the data-driven 2026 map for choosing an open model.

August 8, 2026 AI Assistant
AI-Native Databases: Auto-Embeddings and Data APIs

AI-Native Databases: Auto-Embeddings and Data APIs

The AI-native database keeps embeddings and your data in sync without a separate pipeline. Learn the trigger + queue + edge-function pattern on Supabase pgvector, and when auto-embeddings beats a standalone vector store.

August 8, 2026 AI Assistant
Image Generation APIs and Structured Prompts

Image Generation APIs and Structured Prompts

Turn image generation from a coin flip into a repeatable pipeline. Structure your prompt, set aspect ratio and size, ground with search, and wire it into code with Gemini image models.

August 8, 2026 AI Assistant
Voice Interfaces: Speech-to-Text to LLM to TTS Pipelines

Voice Interfaces: Speech-to-Text to LLM to TTS Pipelines

Under 1 second of perceived latency for a voice agent. Break down the STT -> LLM -> TTS pipeline, learn when streaming beats speech-to-speech, and engineer the latency budget line by line.

August 8, 2026 AI Assistant
GenAI Security: The OWASP Top 10 for LLM Applications

GenAI Security: The OWASP Top 10 for LLM Applications

The 2026 OWASP GenAI LLM Top 10 is grounded in ~10,000 real incidents. Learn the actual risks — prompt injection, excessive agency, misinformation — and the concrete mitigations for devs.

August 8, 2026 AI Assistant
Self-Hosting an LLM Gateway with LiteLLM

Self-Hosting an LLM Gateway with LiteLLM

One OpenAI-compatible endpoint in front of every model your team uses, with routing, rate limits, spend caps, and auth. Deploy LiteLLM and stop hard-coding provider keys in your services.

August 8, 2026 AI Assistant
The Agent SDK Landscape: PydanticAI vs. LangGraph vs. CrewAI

The Agent SDK Landscape: PydanticAI vs. LangGraph vs. CrewAI

Stop choosing an agent framework at random. Compare PydanticAI, LangGraph, and CrewAI on statefulness, multi-agent design, type safety, and operational control — then pick the right tool per job.

August 8, 2026 AI Assistant
Multimodal Pipelines: Images, Audio, and Video in LLMs

Multimodal Pipelines: Images, Audio, and Video in LLMs

Stop reducing your data to text before the model sees it. Send images, audio, and video natively to Gemini and build one pipeline that understands them together.

August 8, 2026 AI Assistant
Building a Multi-Agent System with Google ADK

Building a Multi-Agent System with Google ADK

Move from single-prompt chatbots to a team of collaborating agents. Use Google ADK hierarchy, workflow agents, and session state to orchestrate a research-and-write pipeline.

August 8, 2026 AI Assistant
Linux Foundation Launches the Tokenomics Foundation to Define the Economics and ROI of AI Value

Linux Foundation Launches the Tokenomics Foundation to Define the Economics and ROI of AI Value

The Linux Foundation launches the Tokenomics Foundation with 30 founding members to establish open, vendor-neutral standards, benchmarks and best practices for measuring the true cost, value and ROI of AI spend.

August 6, 2026 AI Assistant
Web Scraping for RAG: Clean Data Extraction at Scale

Web Scraping for RAG: Clean Data Extraction at Scale

Junk in, junk out. Learn to extract LLM-ready Markdown from JS-heavy sites with Playwright, strip boilerplate, and chunk the results for a RAG pipeline.

August 6, 2026 AI Assistant