A fragmented instrument for Gen AI Observability
I've been testing OpenTelemetry propagation across seven agent frameworks AutoGen, CrewAI, LangGraph, Haystack, PydanticAI, LlamaIndex, and Google ADK to figure out whether the current GenAI semantic…
Read the post →More writing
- May 19Post
Proving a groundcover BYOC Deployment Path on AWS
Deploying groundcover BYOC on AWS with EKS, eBPF telemetry, and AI workload observability validation.
13 min read - April 23kilocode
Discoveries: Building a Support Copilot with Kilo Code
A running log of lessons learned while building a small proof-of-concept where two Kilo Code custom agents (a Triager and a Scribe) collaborate on a single seeded bug in a tiny devtools app, and pr…
16 min read - March 26distributed-tracing
Tracing AI Agent Calls Across Service Boundaries with OTel Collector and Galileo
demo for showcasing distributed tracing using multiple application services+OTel Collector+Galileo Observability
4 min read - September 30neo4j
Leveraging Graph Databases for AI Memory with Neo4j and Mastra AI
Learn how to integrate Neo4j graph database with Mastra AI memory system. Complete guide with code examples, architecture patterns, and implementation tips
5 min read - June 18appwrite
Mastra agents with Appwrite functions
Explore deploying Mastra Weather-Agent with Appwrite Functions, tackling serverless challenges and payload issues in a practical tech adventure
2 min read - May 2js
Simple CLI Spinner
Name simplejack comes from its simplicity in approach and the saying "jack of all trades". I created it when facing with challenges building a binary for a cli tool I was making for work and the sheer…
2 min read - January 27graphql
A Look at Modus and the Future of Model-Native Apps - Part II
Explore Modus and future of Model-Native apps, learn to create GraphQL endpoints with embedded AI/ML models, and local app setup
2 min read - January 23wasm
A Look at Modus and the Future of Model-Native Apps - Part I
Explore Hypermode Modus, a serverless framework using WebAssembly, and its potential impact on model-native app development and AI Model integration
10 min read - December 11webassembly
WebAssembly 101: Bridging the Gap Between Web and Machine
Discover the power of WebAssembly: bridging web and machine, beyond browsers, with WebAssembly System Interface (WASI) for optimized performance
4 min read - November 14neo4j
Getting Started with Semantic Search Using Neo4j and Google Vertex AI - Part 1
Explore semantic search with Neo4j and Google Vertex AI for executive profiles, focusing on implementation and resolving search relevance challenges
5 min read - November 14fakerjs
Faker.js to Populate Your Database with Realistic Test Data
Generate realistic test data with Faker.js, a versatile library perfect for database seeding with extensive locale support and customization options
5 min read - February 14streamlit
OpenAI Text Embeddings + Streamlit + Pinecone Vector Database - part 2
In the previous post, I covered the basic idea of what I was trying to achieve. It's a short read and contains the context backing this article. However, here is a quick recap:
1 min read - February 11streamlit
OpenAI Text Embeddings + Streamlit + Pinecone Vector Database
The idea was to use OpenAI text embeddings, Pinecone, and Streamlit to play around with an idea I had to prototype around an idea to help me learn new things by using a hands-on approach.
4 min read - January 29react-native
Data persistence with React Native and Amplify DataStore
In this post, we're going to take a React Native Todo app for Android and address a few of the common issues faced by developers. We will start by looking into offline first app development, which is…
16 min read