prior-auth-iq
Spring AI · PostgreSQL / pgvector · Java
A reference architecture for prior authorisation triage in healthcare claims.
Requests are matched interface-first, so a deterministic rules path and an LLM path
satisfy the same contract and can be swapped or compared. Determinations come back
structured rather than as free text, with a human kept in the loop on anything the
system will not decide alone.
Retrieval sits behind a configuration switch, running either in-memory or against
pgvector with HNSW indexing, verified by a Testcontainers integration test that
self-disables where Docker is absent. The wider bet is that AI arrives inside
existing enterprise Java estates rather than replacing them.
github.com/aggarwamnew/prior-auth-iq
TransactGuard
Spring Boot · REST · Java
Anti-money-laundering transaction monitoring. Four detection rules covering
structuring, velocity and threshold patterns, exposed over a REST API and covered by
sixty tests. Built to mirror how monitoring actually runs inside a regulated
institution, where an alert has to be explainable after the fact.
github.com/aggarwamnew/transact-guard
Dáil Monitor
Python · NLP · Dashboard
A natural language pipeline over Irish parliamentary debate, scoring more than
twenty metrics across ten members and presenting them in a live dashboard. Covers
the unglamorous half of applied NLP: acquisition, cleaning, and turning noisy
transcripts into measures that survive scrutiny.
github.com/aggarwamnew/dail-monitor
tcd-text-analysis.netlify.app
Way to Start
Flask · Firebase · Cloud Run · Stripe
An AI website builder, live with subscription customers. A description becomes a
published site in seconds, refined through conversation, then deployed to a stable
URL in one click. Streaming generation with real progress, a curated template
gallery, and content moderation on the way in.
Runs on Cloud Run with Firebase authentication and Firestore persistence, behind
128 end-to-end tests that exercise real authentication, real deployment and real
teardown rather than mocks.
waytostart.com
Chat Bridge
Flask · Gemini · Retrieval
A self-hosted assistant that injects a local knowledge base into each exchange,
built to keep private context private while still using a hosted model. The
precursor to the retrieval and memory work that followed.
github.com/aggarwamnew/chat-bridge
github.com/aggarwamnew