How we structure AI agent architectures for production
Agents that touch real systems need a different architecture than a chatbot. Here is the production blueprint we keep returning to.
Practical implementation patterns for the Digital Personal Data Protection Act 2023 — at the level of schemas, jobs, and access controls.
The DPDP Act 2023 is usually discussed as a policy document. For engineers, it is a set of constraints on how data flows through your system. The teams that struggle are the ones that treat it as a legal review at the end; the teams that do well bake the constraints into the schema.
We annotate every column that holds personal data and carry that classification through the pipeline. Once the system knows which fields are personal, consent checks, retention, and deletion can be enforced automatically rather than remembered by a human.
The right to erasure is only as good as your ability to execute it. We design pipelines so that a deletion request resolves to a concrete set of rows and objects — including derived data and backups policy — instead of a frantic search across systems nobody fully maps.
Knowing who read a record is table stakes. Knowing why — against which stated purpose and consent — is what the Act actually asks for. We attach purpose to access at the application layer so the audit trail answers the question a regulator will ask.
Compliance designed into the data model costs a little up front and almost nothing to maintain. Compliance bolted on afterwards is a permanent tax.
One email every Tuesday — model launches, breach autopsies, and engineering essays. No fluff.
Agents that touch real systems need a different architecture than a chatbot. Here is the production blueprint we keep returning to.
How we build 24/7 monitoring that satisfies RBI expectations while still responding to real threats — not just generating audit paperwork.
AI, cybersecurity, and engineering under one roof is not a marketing structure. It is how genuinely hard systems get built.