BLOG

Insights & Engineering

Cost optimization strategies, security architecture deep-dives, and engineering guides from the HatiData team.

ALL POSTS
AI Engineering

LangChain + HatiData: Persistent Memory in 5 Minutes

A step-by-step tutorial showing how to give your LangChain agent persistent, searchable memory using HatiData — in under 5 minutes.

Mar 10, 20265 min read
AI Engineering

Claude MCP + HatiData: 24 Agent Tools

A complete guide to all 24 HatiData MCP tools organized by category — 5 memory tools, 3 CoT tools, 4 trigger tools, 5 branch tools, and 7 query/governance tools — with configuration for Claude Desktop, Cursor, and Claude Code.

Mar 10, 20268 min read
AI Engineering

Google Vertex AI Agent Builder + HatiData

Integrating HatiData with Google Vertex AI Agent Builder for Gemini-powered agents with persistent memory — GCP-native deployment using Cloud Run, Workload Identity federation, and production patterns for enterprise Vertex AI agents.

Mar 10, 20266 min read
AI Engineering

LlamaIndex + HatiData: Agentic RAG with SQL

Using HatiData as a SQL-based RAG backend with LlamaIndex — QueryEngine integration, hybrid retrieval combining text-to-SQL and vector search, NLSQLTableQueryEngine patterns, and production agentic RAG architectures.

Mar 9, 20266 min read
AI Engineering

Vercel AI SDK + HatiData: Streaming with Persistent Memory

How to use HatiData with Vercel AI SDK's streaming responses for persistent memory in Next.js applications — server-side memory retrieval in route handlers, edge-compatible patterns, and real-time streaming with context injection.

Mar 9, 20266 min read
AI Engineering

OpenAI Agents SDK + HatiData: Stateful Agent Patterns

Integrating HatiData with the OpenAI Agents SDK for persistent, stateful agent patterns — memory-augmented agents, context injection, stateful tool definitions, and production deployment patterns.

Mar 8, 20266 min read
AI Engineering

AutoGen + HatiData: Collaborative Agent Memory

How to add persistent, shared memory to AutoGen multi-agent conversations — GroupChat memory patterns, assistant/user proxy memory sharing, and production patterns for collaborative agent architectures.

Mar 8, 20266 min read
Compliance

The Chain-of-Thought Compliance Problem

Regulators are starting to ask: why did the AI make that decision? If your agents can't produce a verifiable reasoning trail, you have a compliance gap.

Mar 7, 20268 min read
AI Engineering

LangChain + HatiData: Persistent Memory Deep Dive

A comprehensive guide to integrating LangChain with HatiData for persistent agent memory — HatiDataMemory class, VectorStore implementation, Toolkit with 4 tools, ConversationBufferMemory replacement, and retrieval chain patterns.

Mar 7, 20268 min read
AI Engineering

CrewAI + HatiData: Shared Memory for Multi-Agent Teams

How CrewAI agents share persistent memory through HatiData — namespace-based knowledge domains, cross-agent context retrieval, team coordination patterns, and production-ready multi-agent architectures.

Mar 7, 20268 min read
AI Engineering

Agent-Native vs Traditional Data Warehouses

Defining the Agent-Native Data Infrastructure (ANDI) category and comparing it feature-by-feature against traditional data warehouses — memory persistence, semantic search, CoT auditing, branch isolation, MCP tooling, and per-second billing.

Mar 6, 20268 min read
AI Engineering

Building Production-Grade Agent Memory

What separates production-grade agent memory from prototype memory — persistence across restarts, namespace isolation, encryption, access controls, hybrid search, embedding pipelines, and scalability to millions of memories.

Mar 6, 20268 min read
AI Engineering

Why Your AI Agents Need a Database, Not Just a Vector Store

Vector stores solve embedding search. But AI agents need transactions, access control, audit trails, and SQL joins — capabilities that require a real database.

Mar 5, 20269 min read
Compliance

SOC 2 Compliance for AI Agent Infrastructure

How to map SOC 2 Type II requirements to AI agent infrastructure — immutable audit trails, encryption at rest with CMEK, RBAC and ABAC access controls, data residency guarantees, and PrivateLink network isolation.

Mar 5, 20268 min read
Engineering

Multi-Cloud Agent Deployment: AWS, GCP, Azure

How HatiData deploys across AWS, GCP, and Azure with a single binary — cloud-agnostic abstractions for blob storage, key management, and federation, with Terraform modules per cloud.

Mar 5, 20266 min read
Engineering

Arrow-Native Queries: Zero-Copy Data for AI Agents

AI agents waste millions of CPU cycles parsing text into numbers. Arrow-native queries eliminate the serialization tax entirely — typed, columnar results load directly into pandas and polars with zero parsing.

Mar 4, 20267 min read
Cost Optimization

The True Cost of Agent Infrastructure

A detailed breakdown of the hidden costs of running AI agents at scale — compute waste from always-on clusters, serialization overhead, vendor lock-in tax, and operational complexity — compared to HatiData's per-second billing model.

Mar 4, 20268 min read
Engineering

Shadow Mode: Zero-Risk Data Warehouse Migration

How HatiData's Shadow Mode eliminates migration risk — run existing queries against your current warehouse and HatiData simultaneously, compare results automatically, and migrate with confidence when the data proves ready.

Mar 4, 20266 min read
AI Engineering

Introducing HatiData: Agent-Native Data Infrastructure

We built HatiData because AI agents deserve infrastructure designed for them — not repurposed analytics tools. Here's what we built and why.

Mar 3, 20268 min read
Engineering

In-VPC Architecture: A Deep-Dive

A detailed architecture walkthrough of HatiData's two-plane model — data plane running inside the customer's VPC for data sovereignty, control plane in HatiData's cloud for management, connected via Postgres wire protocol with a multi-stage query pipeline.

Mar 3, 20268 min read
Security

Enterprise SSO with WorkOS AuthKit

How HatiData implements enterprise-grade authentication with WorkOS AuthKit — SAML and OIDC SSO, SCIM directory sync, organization-level auth, session management, and integration patterns for multi-tenant agent platforms.

Mar 3, 20266 min read
Cost Optimization

The CFO's Guide to AI Agent Infrastructure Costs

Most CFOs see AI as one line item. In reality, agent infrastructure has five hidden cost layers that compound into six-figure monthly bills nobody planned for.

Mar 2, 20267 min read
AI Engineering

Hybrid SQL + Vector Search: Why Agents Need Both

Pure vector search is not enough for production AI agents. Learn how HatiData combines SQL queries with vector search to deliver hybrid retrieval — semantic_match() and semantic_rank() SQL functions, metadata joins, and practical query patterns.

Mar 2, 20268 min read
Security

Agent Identity & RBAC: A Practical Guide

A comprehensive guide to managing agent identities, API keys, RBAC scopes, resource quotas, and multi-tenant isolation in HatiData — covering the security model from key creation to policy enforcement.

Mar 2, 20268 min read
Engineering

Branch Isolation: Safe Exploration for AI Agents

How HatiData uses schema-level isolation to give AI agents safe sandboxes for exploration — zero-copy branching, copy-on-write materialization, merge strategies, and garbage collection for production agent workflows.

Mar 1, 20268 min read
Engineering

Chain-of-Thought Ledger: Tamper-Proof Agent Reasoning

How HatiData's chain-of-thought ledger creates immutable, cryptographically hash-chained reasoning traces for AI agents — enabling full auditability, session replay, compliance verification, and debugging of agent decision-making.

Mar 1, 20268 min read
AI Engineering

6 SaaS Tools Your AI Agents Are About to Replace

Agents with persistent memory eliminate the need for separate vector databases, session stores, observability tools, and more. Here is the consolidation map.

Feb 28, 20266 min read
Engineering

MCP Tools for Agent Memory: A Technical Guide

A deep technical walkthrough of HatiData's 24 MCP tools for agent memory — how store_memory, search_memory, get_agent_state, and set_agent_state work under the hood, with practical examples for Claude Desktop and other MCP-compatible clients.

Feb 28, 20268 min read
Engineering

Semantic Triggers: Event-Driven Intelligence for AI Agents

How HatiData's semantic trigger system enables event-driven agent architectures — two-stage evaluation with approximate nearest neighbor pre-filtering and exact cosine verification, dispatcher actions, cooldown debounce, and practical examples.

Feb 28, 20268 min read
AI Engineering

What is Agent-Native Data Infrastructure (ANDI)?

Agent-Native Data Infrastructure is the emerging category of platforms purpose-built for autonomous AI agents. Learn what ANDI is, its 5 pillars, and why legacy infrastructure fails agents.

Feb 27, 202610 min read
Compliance

Why Your Compliance Team Should Love AI Agents (Not Fear Them)

Compliance officers are blocking agent deployments. Flip the narrative: agents with chain-of-thought ledgers produce better audit trails than any human decision process.

Feb 26, 20267 min read
AI Engineering

How AI Agents Cut Ticket Resolution Time by 60% (When They Remember)

Customer support is the number one agent deployment. Most plateau because agents cannot learn across sessions. Persistent memory turns 3-touch tickets into 1-touch resolutions.

Feb 24, 20266 min read
AI Engineering

The Board Deck for AI Agent Investment: 5 Metrics That Actually Matter

When the CEO asks 'what is the ROI of our agent platform,' most teams fumble. Here are five concrete metrics to measure and justify agent infrastructure spend.

Feb 22, 20268 min read
AI Engineering

Hallucination vs. Memory: Why Agents Forget

The memory problem behind hallucination — and how persistent memory provides grounding.

Feb 20, 20265 min read
Engineering

Agentic RAG Playbook: Build Once, Remember Forever

A practical guide to building retrieval-augmented generation with persistent agent memory.

Feb 18, 20268 min read
AI Engineering

Why Your Agent Needs a Brain, Not a Cache

Caches forget. Brains remember. Here's why persistent memory changes everything for AI agents.

Feb 16, 20266 min read
AI Engineering

Why AI Agents Need Their Own Database

Traditional data warehouses were built for humans running dashboards. AI agents operate fundamentally differently — and they need infrastructure designed for autonomous workloads.

Feb 14, 20267 min read
Cost Optimization

The Agent Tax: How 60-Second Billing Kills Agent Economics

AI agents run hundreds of sub-second queries per hour. Legacy 60-second billing minimums create a 300x overpayment that makes agent workloads economically unviable.

Feb 12, 20265 min read
Engineering

Building Agentic RAG Without a Vector Database

You do not need Pinecone or Weaviate for agentic RAG. HatiData's built-in agent memory combines SQL, vector search, and session context in a single query engine.

Feb 10, 20266 min read
Compliance

Chain-of-Thought Auditing for Regulated AI

Regulators are coming for AI reasoning transparency. Cryptographic hash chains, decision replay, and tamper-evident audit trails are no longer optional for regulated industries.

Feb 8, 20266 min read
Cost Optimization

The Hidden Taxes in Your Cloud Data Warehouse Bill

The hidden taxes in your warehouse bill — 60-second billing, idle compute, and markup pricing — are costing you 70% more than necessary.

Jan 15, 20258 min read
Security

In-VPC Data Warehousing: A CISO's Guide

How deploying your data warehouse inside your own VPC eliminates data exfiltration risk and simplifies compliance.

Jan 8, 20256 min read
Engineering

Migrating dbt to HatiData in 5 Minutes

A step-by-step guide to running your existing dbt models on HatiData without changing a single line of SQL.

Jan 2, 20254 min read

Never miss a post

Engineering deep-dives, product updates, and agent-native insights delivered to your inbox.