Krishna's Blog

Thoughts, insights, and learnings from my journey

Categories

All (25)AI & ML (6)Architecture (3)Cybersecurity (1)Ideas (1)Infra (4)Life (2)LLMs (5)Philosophy (3)

Sort by

Newest First
Oldest First
Title A-Z
Title Z-A
Quick Read
Long Read

Everyone's Hardening Companies Against AI. Nobody's Securing Your Home.

Featured

The industry is racing to defend organizations from AI that finds zero-days at scale. Almost nobody is talking about your privacy, your family, and your data. Here's the privacy-first, defense-in-depth setup I actually run.

Cybersecurity#security#privacy#home-network

+5 more

May 19, 2026 • 12 min read

Part 4: Streaming: Getting Tokens as the Model Generates Them

Building with LLMs

Part 4 of the Building with LLMs series. Streaming changes when you get the text, not what. It feels faster, and it quietly breaks structured output.

AI & ML#ai#llm#agentic-ai

+3 more

May 5, 2026 • 6 min read

Part 3: Tool Calls: How an LLM Takes Action

Building with LLMs

Part 3 of the Building with LLMs series. A tool call is just the model emitting structured text that asks your code to run a function. The model never acts itself.

AI & ML#ai#llm#agentic-ai

+3 more

April 28, 2026 • 4 min read

Part 2: Structured Output: Getting Reliable Data Out of an LLM

Building with LLMs

Part 2 of the Building with LLMs series. An LLM only produces text. Structured output is how you force that text into a shape your code can parse every time.

AI & ML#ai#llm#agentic-ai

+3 more

April 21, 2026 • 4 min read

Part 1: How an LLM Actually Works: It Has No Memory

Building with LLMs

Part 1 of the Building with LLMs series. An LLM is a stateless function: prompt in, response out. It remembers nothing, so you resend the whole chain.

AI & ML#ai#llm#agentic-ai

+3 more

April 14, 2026 • 7 min read

What's Next for Software Engineers?

Featured

Writing code is becoming another layer of abstraction. English is the new programming language. The moat isn't code anymore. It's ideas, reputation, trust, and the wisdom to build a life that doesn't depend on one employer.

LLMs#ai#software-engineering#career

+4 more

March 15, 2026 • 10 min read