Blog
Blog
AI-Native Companies Will Outlearn Everyone Else
The real advantage was never automation. It is compounding learning.
ReadThe Hidden LLM Call: Why AgenticGoKit Was 2x Slower
How a hidden continuation loop, a leaky network stack, and pprof helped Go reclaim the fast path. go slower 2x Situation: “Why is Go slower than Python?” I …
ReadAnnouncing v1beta: Production-Ready AI Agents in Go
We’re excited to announce v1beta, our next-generation API for building AI agents in Go. With streaming-first architecture, multimodal support, and powerful workflow orchestration, building production-ready AI systems has never been easier.
ReadBuilding a Local Document Reader with Streaming TTS
KittenTTS demo Ever wished you could just press play on a long document and have it read to you without uploading anything to the cloud? That’s exactly what …
ReadReal-Time AI Editorial Workflows in Go: Loop, Revise, Publish with AgenticGoKit
Build real-time AI editorial workflows in Go with AgenticGoKit — loop revisions, stream progress to a live UI, and publish polished stories.
ReadAgenticGoKit ❤️ HuggingFace and OpenRouter
AgenticGoKit Loves HuggingFace and OpenRouter We’re excited to announce the release of AgenticGoKit v0.4.6 — a major update that expands how Go developers can …
ReadBuilding AI Agents That Actually Do Things: Tools and MCP Made Simple in Go
agentic workflow with tools If you’re new to building AI agents in Go, you might think integrating tools and external services is complex. It’s not. …
ReadBuilding Context-Aware AI Agents with Memory in AgenticGoKit
Simple streaming (terminal) One of the biggest challenges in building AI agents is making them remember. Users expect conversational agents to recall previous …
ReadStreaming AI Responses in Go with AgenticGoKit
Streaming makes AI feel alive—tokens show up instantly, long tasks feel responsive, and multi‑step workflows become explainable as they run. In this post, we’ll …
ReadBuilding Multi-Agent Workflows in Go: Simpler Than You Think
TL;DR: Create a professional research-to-report pipeline with two AI agents in under 60 lines of Go code. The Challenge You want to build an AI system that: …
ReadBuilding AI Agents with AgentFlow: A Beginner's Journey
AgentFlow In Action Imagine you’re building an AI agent for the first time. You want it to translate text, summarize documents, or perhaps even plan tasks. But …
ReadConfigMaps and Pods
ConfigMap and Pod Relation A Pod is collection of containers running in shared namespace. A container is created from Docker/OCI Image, which is immutable in …
ReadConfigMaps, Secrets and Pods
A Pod is collection of containers running is shared namespace. A container is created from Docker/OCI Image, which is immutable in nature i.e. data bundled into image cannot be changed later in image. “While immutable image of application is great for security, but putting configurations & data like security keys is bad for security as well as portability” There are various ways to pass data to application in containers, without changing the flow of application e.
ReadDocker Services Scheduling
Understanding how docker services scheduling works in swarm mode
ReadUnderstanding Infrakit
Docker recently open sourced new project Infrakit at ContainerCon 2016, Berlin. As project describes itself as “A toolkit for creating and managing declarative, …
ReadMigrating traditional apps to docker
If title of this blog, attracted you towards this blog, Most likely, you will be one of us, who want to migrate old traditional application’s in container …
Readdocker 1.12RC demo
Last friday (22nd July), I gave DockerCon16 Recap Talk and demo at Docker Meetup Tokyo This blog post gives a walk through my Docker Meetup demonstration, and …
ReadTutorial setting up docker-swarm with multihost networking using docker-machine.
Docker-machine is tool to create Docker hosts on computer, on cloud providers, and inside data center. It creates Linux based server, and installs and …
ReadTutorial: Getting started with docker machine and Swarm
Docker-machine is tool to create Docker hosts on computer, on cloud providers, and inside data center. It creates Linux based server, and installs and configures docker. It is also capable of configuring docker-swarm nodes. This blog, will explain stepwise walkthrough for docker host creation using docker-machine. Installation. If you use Windows or Mac, Docker has already made awesome packaged installer for you Docker-toolbox. Download and Install it. For Linux users, you can download docker-machine binaries from here.
ReadUnderstanding Golang Interfaces
Even after writing Go code for a while, there have been couple of time, when I get confused about Interfaces in golang. So I think, it may help people, who have …
ReadConditional compilation in golang
Conditional compiling in golang. While hacking around experimental builds of docker, I learned about conditional compiling in golang. As any project grew or …
Readdocker-file-layout
If you are a docker user, have you tried looking for the where exactly docker images stored on disk? I tried to dig around for the answer and found these …
ReadContainer Virtualization and its building blocks
Since 2014, Linux containers have become buzz word in Cloud Infrastructure. Almost all, from Big corporations to startups, all have started using it. Huge …
ReadGolang Development Environment
Setting up golang environment is quite simple good docs are already present in golang.org. But I couldn’t find any simple doc, where complete setup with GOROOT …
ReadLayman guide to Platform Virtualization
Platform Virtualization! Virtualization is not new in Computer World today. But when I am asked what I am working on, I say “Cloud Infrastructure and trying to …
ReadMoving to Hugo & github
Started blogging today after few years of gap. Had stopped blogging few years back on wordpress . Blogging is always fun and great way to share your experiences …
Read