complete index
The archive.
6entries
4notes
2essays
⌘K
6entries
2026
006
essay
InvestigatorAI: a near-production multi-agent AI system
In practice, more sophisticated requests directed at an LLM rarely achieve their best results through a single model call. It is often more effective to break them down into a series of specialized tasks, each supported by real data rather than assumptions. This approach not only improves the accuracy of the results, but also makes the workflow easier to understand, inspect, and troubleshoot when something does not work as expected.
Jun 03, 2026
005
note
Remote debugging Java applications on Kubernetes without digging through logs
Debugging through logs in Kubernetes often means rebuilding images, redeploying, reproducing the issue, and hoping the logs contain the missing detail. Remote debugging shortens that loop by letting you inspect the live application directly inside the cluster.
May 09, 2026
004
essay
Observability in a hybrid microservices stack: Spring Boot, FastAPI, and LangChain on Kubernetes
A failure in a service that calls two others usually means checking multiple log streams with no shared context. Propagating a correlation ID through every request hop turns debugging into a single query instead of timestamp archaeology.
May 05, 2026
003
note
Exception handling in REST APIs: from concept to root cause
Most API bugs trace back to exceptions that were either silently swallowed (making the error invisible) or dumped raw into the response, exposing internals. A centralized handler with consistent logging and a structured error response fixes both.
May 03, 2026
002
note
Working with Kubernetes locally: Minikube, multiple clusters, and k9s
Testing Kubernetes workloads against a remote cluster costs three minutes per cycle, minimum. A local cluster built with Minikube collapses that loop to seconds.
May 03, 2026
001
note
Dev environment from scratch: managing Java, Python, and Node versions on Mac
Jumping between projects means jumping between language versions. Without a version manager, we're either pinned to one version or stuck reinstalling runtimes by hand.
May 01, 2026