How IQWorks Cut Compliance Reporting Effort by 70% and Reached Production in 6 Months with AI-Native Engineering

Ajackus partnered with IQWorks — an AI-powered data protection and compliance platform for enterprises handling sensitive data at scale — to co-build a six-module platform in six months, cutting Record of Processing Activities effort by roughly 70% along the way.

Services

Generative and Agentic AI Development

Managed Projects

Full-Stack Web Development

70%

RoPA Effort Reduction

6 Months

Concept to Production

90+

Commits per Week, Sustained

Overview

Executive Summary
Client
Challenge
Goals
Journey
Results
Technology
Takeaways
FAQ

Executive Summary

The Problem

Data Protection Officers and compliance teams at organisations handling sensitive data were tracking regulatory compliance through spreadsheets, hand-drawn data flow diagrams that went stale the moment they were approved, and audit preparation that depended on chasing engineers for lineage information no system recorded.

The Solution

Ajackus embedded a four-to-five-engineer AI-native pod that co-built IQWorks — a six-module platform spanning DiscoverIQ, ClassifyIQ, ComplyIQ, ConsultIQ, ChatIQ, and AIQ — using Claude Code as the team’s single AI development surface, with AIQ tokenising sensitive values before any data reaches an external model.

The Result

The platform cut Record of Processing Activities effort by roughly 70%, reduced data-flow-diagram and lineage work by close to 100% of the manual baseline (independently validated through a Big Four consulting review), and went from concept to production in six months against a 12–18 month estimate for the same scope without AI-assisted development.

Client

IQWorks is an AI-powered data protection and compliance platform built for enterprises handling sensitive data at scale, including regulated sectors such as pharmaceuticals and healthcare. Its users are Data Protection Officers, compliance leads, and IT security teams who need to discover, classify, and continuously govern sensitive data while meeting overlapping regulatory frameworks. Ajackus has been IQWorks’ engineering partner since the platform’s inception, running a co-build pod that has taken the product from initial concept to a production system operating under 48 documented security controls. Since this engagement, the platform has grown into a nine-product suite — adding ConsentIQ, ProtectIQ, RetainIQ, and SearchIQ alongside the original six modules — and today counts enterprise clients including Deloitte, Citi, Cipla, and Gulf Oil (also an Ajackus client) among its users.

Industry Data Protection & Compliance (AI-Powered Automation)
Platform Scope Six product modules; GDPR, DPDP Act 2023, and CCPA evaluated simultaneously against the same dataset
Deployment AWS (Mumbai, ap-south-1), with on-premise support for sensitive modules
Engagement Long-term co-build partnership with Ajackus since inception

Challenge

The Bottom Line

IQWorks needed to give compliance teams a real system of record for sensitive data — replacing manual spreadsheets and static diagrams with a platform that could discover, classify, and continuously prove compliance across multiple regulatory frameworks at once.

Before IQWorks, Data Protection Officers and compliance leads at organisations handling sensitive data had no single source of truth for where that data lived or how it moved through their systems. Data flow diagrams were redrawn by hand and were out of date almost immediately, and audit preparation meant tracking down lineage information that no tool had ever recorded.

Manual, Stale Compliance Artefacts

Data flow diagrams and Records of Processing Activities were built and maintained by hand, so they were already outdated by the time they were reviewed or approved.

No System-Tracked Lineage

Compliance teams had no way to see where sensitive data lived or how it moved between systems, and relied on chasing engineers for information nothing captured automatically.

Slow, Expensive Audit Preparation

With organisational knowledge scattered across wikis, tickets, and tribal memory, preparing for a compliance audit consumed weeks of cross-functional effort.

Multi-Framework Complexity

Organisations increasingly needed to prove compliance against GDPR, the DPDP Act 2023, and CCPA simultaneously, with no configurable way to manage overlapping rule sets against one dataset.

Regulatory and Reputational Exposure

Every manual, spreadsheet-driven step introduced room for error, and a missed or outdated compliance record carried real regulatory risk — not just an operational inconvenience.

Goals

The engagement focused on replacing manual, spreadsheet-driven compliance work with a system-of-record platform that could scale across regulatory frameworks without adding engineering overhead.

Goal Success Criteria
Replace manual data-flow mapping Automated, always-current data lineage and data flow diagrams
Cut compliance reporting effort Material, measurable reduction in the effort to produce Records of Processing Activities
Support multiple regulatory frameworks at once GDPR, DPDP Act 2023, and CCPA evaluated continuously against the same dataset
Keep sensitive data out of external AI models A tokenisation boundary ensuring no external LLM call ever sees a real identity
Ship a production-grade platform fast Concept-to-production materially faster than a traditional, non-AI-assisted build
Build in audit readiness from day one Full audit trail and explainability behind every classification and compliance finding

Journey

Ajackus embedded a lean, four-to-five-engineer full-stack pod directly alongside IQWorks’ product and domain teams, operating as the engineering half of a co-build partnership rather than a traditional vendor. The Ajackus team ran an AI-native workflow from day one: Claude Code as the single AI development surface for the entire team, trunk-based development with short-lived feature branches, and GitHub Actions checks — typecheck, lint, build, security review — on every pull request. That Claude-first posture carries through to production: alongside the development workflow, IQWorks’ AI-driven modules run on a multi-model inference layer that includes Anthropic’s Claude models for select reasoning tasks, chosen per use case for accuracy and safety.

Building the Shared Foundation First

The Ajackus team began by standing up a shared component library — authentication, typed database clients, a shared AI client, UI primitives, monitoring, and security headers — largely with AI assistance. That foundation is what let a five-person pod ship six product modules and multiple AI assistants without each app reinventing its own plumbing; a fix to the shared layer benefits every consuming app automatically.

Discovery, Classification, and Compliance as Data

DiscoverIQ and ClassifyIQ handle detection first: a discovery layer stacks deterministic pattern matching, curated dictionaries, and named entity recognition to establish exactly what a piece of data is and where it came from, before classification — deterministic, not AI-driven — inherits that accuracy for free. On top of that, ComplyIQ treats compliance rules as data rather than code: compliance experts author and refine rules directly in an admin panel, and the engine evaluates the organisation’s state against every applicable framework continuously. The Ajackus team deliberately chose this rules-as-data model over hard-coding compliance logic, because the alternative would have turned every regulatory update into an engineering ticket.

AIQ: Engineering the Tokenisation Perimeter

AIQ was the most complex component to build. It required training and fine-tuning multiple detection and tokenisation models against a curated attribute dataset spanning jurisdictions, engineered so sensitive values never leave the enterprise network. Before any call reaches an external model, AIQ replaces values such as a patient name or trial ID with structure-preserving tokens — NAME_23SDS23, TRIAL_B7K4X1 — so ConsultIQ and ChatIQ can reason over the shape of an answer without ever seeing the underlying identity. AI-assisted development accelerated the surrounding scaffolding — data pipelines, evaluation harnesses, deployment infrastructure — but the security-perimeter design itself was a deliberately human effort, rejecting every shortcut that could have let data leak.

Review Discipline Built for AI-Generated Code

Because AI-assisted development increases the volume of code shipped, the Ajackus team built its review process around that reality rather than against it: AI runs a custom review playbook against every diff first, but a human engineer makes the judgment call on whether the change fits the codebase’s existing patterns. Anything touching authentication, PostgreSQL row-level security policies, the tokenisation boundary, or encryption-adjacent logic requires explicit human ratification before it ships. The team also tracks lines removed as deliberately as lines added — on IQWorks’ busier applications, lines deleted run well over half of lines added, a discipline that keeps AI-accelerated throughput from becoming AI-accelerated technical debt.

Results

IQWorks moved from manual, spreadsheet-driven compliance work to an always-current system of record, with measurable gains across operations, engineering throughput, and audit readiness.

~100%

DFD/Lineage Effort Saved

5 Min

Security PR Review (from 30–45 min)

60–70%

AI-Assisted Code per Sprint

What went well:

Operational Improvements

  • Record of Processing Activities effort fell by roughly 70%, moving compliance teams from weeks of interviewing engineers and populating templates to reviewing a generated baseline in hours.
  • Data lineage mapping and data flow diagram production dropped by close to 100% of the manual effort previously required — a finding independently validated through a Big Four consulting review.
  • Security-focused pull request review time fell from 30–45 minutes of manual checklist work to around five minutes via a custom AI-driven review workflow.
  • Scaffolding a new application with authentication, shared types, database integration, and a first working feature went from one to two weeks down to one to two days.

Technical Achievements

  • The platform sustains 90+ commits per week across the codebase, with complete vertical slices — UI, API, database, and tests — landing in single sprints rather than coordinated multi-sprint efforts.
  • 60–70% of committed code in a typical sprint is AI-assisted (generated, refactored, or scaffolded with human review), while architectural decisions and security-critical policy writing stay fully human.
  • Defect rate held steady, slightly down, despite meaningfully higher throughput — the result of tight review discipline and a zero-trust architecture with row-level security enforced at the database layer.
  • On the platform’s busier applications, lines deleted run over half of lines added, reflecting active refactoring discipline sustained at pace.

Compliance Achievements

  • GDPR, the DPDP Act 2023, and CCPA now run simultaneously against the same dataset, with a configurable rule engine that lets compliance experts add a new framework by authoring rules rather than requesting new engineering.
  • The platform operates under 48 documented security controls across infrastructure, product, organisational, access, and data-privacy domains, with annual third-party penetration testing.
  • A SOC 2 Type II audit remains in progress today, alongside GDPR, DPDP Act 2023, and CCPA compliance that IQWorks maintains and publishes on its own public Trust Center.
  • Every classification decision and compliance finding carries a full, auditor-ready evidence trail, so a compliance officer can trace exactly which rule fired and why.

Platform Growth Since Launch

  • IQWorks has grown from the original six modules into a nine-product suite — adding ConsentIQ, ProtectIQ, RetainIQ, and SearchIQ — now positioned as a single platform spanning AI governance, consent, discovery, classification, compliance automation, protection, and data lifecycle management.
  • The classification engine now operates across 50+ languages and the platform supports 50+ global privacy regulations, up from the three frameworks (GDPR, DPDP Act 2023, CCPA) live at the time of this engagement.
  • IQWorks reports that its context-aware classification approach reduces false positives by up to 73% compared with pattern-matching alone.
  • IQWorks today serves enterprise clients including Deloitte, Citi, Cipla, and Gulf Oil (also an Ajackus client, profiled in Ajackus’ GoSafe case study).

Why It Worked

Context Engineering Over Tooling

The Ajackus team’s biggest lesson from IQWorks was that AI-assisted development is not primarily about the tool. The workspace itself — shared project rules, a common skill library, documented playbooks — carries the uplift, so one engineer’s investment in a better review pattern benefits every engineer who runs that command next.

Rules as Data, Not Code

The Ajackus team designed ComplyIQ so compliance experts author rules directly, rather than translating requirements into engineering tickets. That decision collapsed the usual spec-translate-review loop and meant a new regulatory framework could be added by authoring a rule set rather than shipping new code.

A Perimeter Designed Before the Product

Rather than retrofitting data protection after the platform was built, the Ajackus team drew the tokenisation boundary first and built AIQ’s architecture around it. That upfront discipline is what makes the model structurally incapable of leaking sensitive data — it never had the real values to begin with.

Frequently Asked Questions

What is IQWorks and what problem does it solve?

IQWorks is an AI-powered data protection and compliance platform that helps Data Protection Officers, compliance leads, and IT security teams discover, classify, and continuously govern sensitive data across their organisation. It replaces manual spreadsheets, hand-drawn data flow diagrams, and audit preparation built on tribal knowledge with a system of record that stays current automatically.

How does IQWorks keep sensitive data safe when using external AI models?

IQWorks' AIQ module tokenises sensitive values — replacing a patient name or trial ID with a structure-preserving token such as NAME_23SDS23 — before any data reaches an external model. The LLM reasons over the shape of the answer without ever seeing the real identity, and tokens are resolved back to real data only inside IQWorks' own secure boundary. In production, that reasoning layer runs on a multi-vendor model set that includes Anthropic's Claude models for select features, chosen per use case for accuracy and safety.

What drove IQWorks' 70% reduction in compliance reporting effort?

The reduction came from replacing a manual, interview-driven Record of Processing Activities process with a platform that generates a baseline automatically from data already discovered and classified. Compliance teams moved from weeks of interviewing engineers and populating templates to reviewing a system-generated baseline in hours, with edge cases still routed to a human reviewer.

How did Ajackus take IQWorks from concept to production in six months?

Ajackus embedded a four-to-five-engineer full-stack pod that ran an AI-native workflow from day one — Claude Code as the team's single AI development surface, a shared component library that let every new module reuse authentication, types, and UI primitives, and trunk-based development with CI checks on every pull request. An equivalent build without AI-assisted development is estimated at 12–18 months for the same team size and scope.

How does Ajackus review AI-generated code to keep quality and security high?

Ajackus reviews AI-generated code against the codebase's existing patterns rather than a simple pass-fail checklist — the assistant runs a review playbook against every diff, but a human engineer decides whether the change fits. Anything touching authentication, row-level security, the tokenisation boundary, or encryption-adjacent logic requires explicit human sign-off before it ships, which is one reason IQWorks' defect rate held steady even as throughput increased.

Can Ajackus support compliance-sensitive builds in regulated industries beyond data protection?

Yes. The IQWorks engagement reflects how Ajackus approaches any compliance-sensitive build: draw the data perimeter before writing product code, ground AI assistants in real organisational state rather than training-data assumptions, and treat compliance rules as a first-class, user-authored artefact rather than hard-coded logic. That approach applies equally to healthcare, fintech, and other regulated domains.

We're Ajackus
We combine design, engineering, and speed to deliver beautifully crafted, scalable products.