Securing Agentic AI: Multi-Agent Architectures Part-3
DATE: 2025-12-06T20:00:00+04:00
SYSTEM: Agentic AI
3. Multi-Agent Architectures 3.0 Why multi-agent is fun for you and scary for security Single agent: one brain, one loop, one blast radius.
Multi-agent: several brains, messages bouncing around, tools firing in different places, sometimes all at once.
Securing Agentic AI: Agent Architecture Patterns - Security Analysis Part-2
DATE: 2025-12-06T19:53:00+04:00
SYSTEM: Agentic AI
2. Agent Architecture Patterns - Security Analysis 2.0 Why patterns matter more than buzzwords Most “agent stacks” are just variations on a few core patterns:
ReAct
Plan-and-Execute
Reflexion / self-correction
Securing Agentic AI: Architecture, Patterns, and Governance for Enterprise Adoption Part-1
DATE: 2025-12-06T19:06:00+04:00
SYSTEM: Agentic AI
1. Agentic AI Fundamentals 1.1 Why this matters Normal LLM apps give you words on a screen. Agentic systems give you actions in your systems.
The moment you let a model:
Building Privacy Preserving RAG with Homomorphic Encryption
DATE: 2025-11-05T22:13:00+04:00
SYSTEM: AI
The Privacy Problem in Modern AI Systems Imagine building a RAG (Retrieval-Augmented Generation) system for a healthcare provider. You ingest thousands of patient documents, generate embeddings, and store them in a vector database. Your system works …
AI's Dirty Secret: Embeddings Are Just Unsalted Hashes Waiting to Be Cracked
DATE: 2025-10-27T22:27:00+04:00
SYSTEM: AI
How AI embeddings have the same vulnerability as password hashes from the 1990
The Security Flaw Nobody’s Talking About Remember when websites stored passwords as plain MD5 hashes? Remember how rainbow tables made those “secure” hashes …