Posts by Tags

AI Agents

Agentic Data Guardian: Enterprise Data Quality Management

less than 1 minute read

Published:

Designed and built AI multi-agent workflows to automate the detection and remediation of data quality anomalies in enterprise databases. Implemented Google ADK and AutoGen agents that continuously validate and update schemas, keeping model answers grounded and reducing hallucinations.

Creative AI: Evaluating and Ranking AI Creativity

less than 1 minute read

Published:

Researched multi-agent collaboration strategies and LLM-as-a-judge paradigms to evaluate and rank creative outputs. Benchmarked agent architectures (CrewAI, AutoGen, LangGraph) on creative marketing tasks.

Building Effective AI Agents: A Brief Guide and Best Practices

less than 1 minute read

Published:

AI agents are redefining how we automate workflows. Building reliable agents requires more than just calling an LLM in a loop; it demands robust architectures for task planning, execution monitoring, tool access (like web search), and evaluation.

Agentic Frameworks

Agentic Frameworks: A Comparison

less than 1 minute read

Published:

Selecting the right framework is crucial when moving from prototype agents to production. This article compares popular agentic development frameworks (such as CrewAI, AutoGen, and LangGraph), analyzing their design philosophies, state management capabilities, and developer ergonomics.

Automation

Strava Activity to Google Sheets Sync

less than 1 minute read

Published:

Automation project to sync Strava training/activity logs directly into Google Sheets using the Strava API and Google Sheets API. Implemented automated OAuth token rotation and scheduled cron-like syncing.

Best Practices

Building Effective AI Agents: A Brief Guide and Best Practices

less than 1 minute read

Published:

AI agents are redefining how we automate workflows. Building reliable agents requires more than just calling an LLM in a loop; it demands robust architectures for task planning, execution monitoring, tool access (like web search), and evaluation.

Data Quality

Agentic Data Guardian: Enterprise Data Quality Management

less than 1 minute read

Published:

Designed and built AI multi-agent workflows to automate the detection and remediation of data quality anomalies in enterprise databases. Implemented Google ADK and AutoGen agents that continuously validate and update schemas, keeping model answers grounded and reducing hallucinations.

Embeddings

Unlocking the Power of Multimodal Embeddings: A Hands-on Guide

less than 1 minute read

Published:

Multimodal embeddings allow us to represent diverse data types—such as text, images, audio, and geospatial coordinates—within a shared vector space, enabling advanced semantic search and cross-modal reasoning.

Google Sheets API

Strava Activity to Google Sheets Sync

less than 1 minute read

Published:

Automation project to sync Strava training/activity logs directly into Google Sheets using the Strava API and Google Sheets API. Implemented automated OAuth token rotation and scheduled cron-like syncing.

LLM-as-a-judge

Creative AI: Evaluating and Ranking AI Creativity

less than 1 minute read

Published:

Researched multi-agent collaboration strategies and LLM-as-a-judge paradigms to evaluate and rank creative outputs. Benchmarked agent architectures (CrewAI, AutoGen, LangGraph) on creative marketing tasks.

LLMs

Agentic Frameworks: A Comparison

less than 1 minute read

Published:

Selecting the right framework is crucial when moving from prototype agents to production. This article compares popular agentic development frameworks (such as CrewAI, AutoGen, and LangGraph), analyzing their design philosophies, state management capabilities, and developer ergonomics.

Medium

Unlocking the Power of Multimodal Embeddings: A Hands-on Guide

less than 1 minute read

Published:

Multimodal embeddings allow us to represent diverse data types—such as text, images, audio, and geospatial coordinates—within a shared vector space, enabling advanced semantic search and cross-modal reasoning.

Retrieval-Augmented Generation (RAG) 101

less than 1 minute read

Published:

Retrieval-Augmented Generation (RAG) bridges the gap between static LLM parameters and dynamic external data. In this guide, I break down the core components of a RAG pipeline—from document chunking and vector embeddings to context retrieval and generation—and explain how real-time tools like Web Search integration keep model answers accurate and grounded.

Agentic Frameworks: A Comparison

less than 1 minute read

Published:

Selecting the right framework is crucial when moving from prototype agents to production. This article compares popular agentic development frameworks (such as CrewAI, AutoGen, and LangGraph), analyzing their design philosophies, state management capabilities, and developer ergonomics.

Building Effective AI Agents: A Brief Guide and Best Practices

less than 1 minute read

Published:

AI agents are redefining how we automate workflows. Building reliable agents requires more than just calling an LLM in a loop; it demands robust architectures for task planning, execution monitoring, tool access (like web search), and evaluation.

Multimodal AI

Unlocking the Power of Multimodal Embeddings: A Hands-on Guide

less than 1 minute read

Published:

Multimodal embeddings allow us to represent diverse data types—such as text, images, audio, and geospatial coordinates—within a shared vector space, enabling advanced semantic search and cross-modal reasoning.

Python

Strava Activity to Google Sheets Sync

less than 1 minute read

Published:

Automation project to sync Strava training/activity logs directly into Google Sheets using the Strava API and Google Sheets API. Implemented automated OAuth token rotation and scheduled cron-like syncing.

Unlocking the Power of Multimodal Embeddings: A Hands-on Guide

less than 1 minute read

Published:

Multimodal embeddings allow us to represent diverse data types—such as text, images, audio, and geospatial coordinates—within a shared vector space, enabling advanced semantic search and cross-modal reasoning.

RAG

Retrieval-Augmented Generation (RAG) 101

less than 1 minute read

Published:

Retrieval-Augmented Generation (RAG) bridges the gap between static LLM parameters and dynamic external data. In this guide, I break down the core components of a RAG pipeline—from document chunking and vector embeddings to context retrieval and generation—and explain how real-time tools like Web Search integration keep model answers accurate and grounded.

Satalia

Agentic Data Guardian: Enterprise Data Quality Management

less than 1 minute read

Published:

Designed and built AI multi-agent workflows to automate the detection and remediation of data quality anomalies in enterprise databases. Implemented Google ADK and AutoGen agents that continuously validate and update schemas, keeping model answers grounded and reducing hallucinations.

Creative AI: Evaluating and Ranking AI Creativity

less than 1 minute read

Published:

Researched multi-agent collaboration strategies and LLM-as-a-judge paradigms to evaluate and rank creative outputs. Benchmarked agent architectures (CrewAI, AutoGen, LangGraph) on creative marketing tasks.

Retrieval-Augmented Generation (RAG) 101

less than 1 minute read

Published:

Retrieval-Augmented Generation (RAG) bridges the gap between static LLM parameters and dynamic external data. In this guide, I break down the core components of a RAG pipeline—from document chunking and vector embeddings to context retrieval and generation—and explain how real-time tools like Web Search integration keep model answers accurate and grounded.

Agentic Frameworks: A Comparison

less than 1 minute read

Published:

Selecting the right framework is crucial when moving from prototype agents to production. This article compares popular agentic development frameworks (such as CrewAI, AutoGen, and LangGraph), analyzing their design philosophies, state management capabilities, and developer ergonomics.

Building Effective AI Agents: A Brief Guide and Best Practices

less than 1 minute read

Published:

AI agents are redefining how we automate workflows. Building reliable agents requires more than just calling an LLM in a loop; it demands robust architectures for task planning, execution monitoring, tool access (like web search), and evaluation.

Strava API

Strava Activity to Google Sheets Sync

less than 1 minute read

Published:

Automation project to sync Strava training/activity logs directly into Google Sheets using the Strava API and Google Sheets API. Implemented automated OAuth token rotation and scheduled cron-like syncing.

Vector Databases

Retrieval-Augmented Generation (RAG) 101

less than 1 minute read

Published:

Retrieval-Augmented Generation (RAG) bridges the gap between static LLM parameters and dynamic external data. In this guide, I break down the core components of a RAG pipeline—from document chunking and vector embeddings to context retrieval and generation—and explain how real-time tools like Web Search integration keep model answers accurate and grounded.

Unlocking the Power of Multimodal Embeddings: A Hands-on Guide

less than 1 minute read

Published:

Multimodal embeddings allow us to represent diverse data types—such as text, images, audio, and geospatial coordinates—within a shared vector space, enabling advanced semantic search and cross-modal reasoning.

WPP Research

Agentic Data Guardian: Enterprise Data Quality Management

less than 1 minute read

Published:

Designed and built AI multi-agent workflows to automate the detection and remediation of data quality anomalies in enterprise databases. Implemented Google ADK and AutoGen agents that continuously validate and update schemas, keeping model answers grounded and reducing hallucinations.

Creative AI: Evaluating and Ranking AI Creativity

less than 1 minute read

Published:

Researched multi-agent collaboration strategies and LLM-as-a-judge paradigms to evaluate and rank creative outputs. Benchmarked agent architectures (CrewAI, AutoGen, LangGraph) on creative marketing tasks.

blog

Check out my Blog on Medium

less than 1 minute read

Published:

I regularly write about Data Science, AI, and my experiences in the industry on Medium.

data science

Check out my Blog on Medium

less than 1 minute read

Published:

I regularly write about Data Science, AI, and my experiences in the industry on Medium.

medium

Check out my Blog on Medium

less than 1 minute read

Published:

I regularly write about Data Science, AI, and my experiences in the industry on Medium.