R. Manyam
AI · Cloud · Modernization
Currently · 18-engineer reinsurance modernization at a Tier-1 carrier

Raghunath Manyam

Principal Engineer · Systems Architect · AI-Augmented Cloud Modernization

Currently leading an 18-engineer reinsurance modernization at a Tier-1 carrier — migrating a $B PL/I + DB2-LUW ledger to AWS — and sole architect of a Claude-based agentic COBOL→TypeScript factory now in internal production use.

22+ Years ExperienceCSM CertifiedAWS ServerlessITIL FoundationINS 21 Certified
Ask my career — chat with the site
Zionsville, IndianaB.E., Sri Krishnadevaraya University
50+
Engineers Led
Directly and indirectly
$Billions
Treaty Exposure Modernizing
Active mainframe-to-AWS modernization of a multi-billion-dollar reinsurance portfolio
8-Stage
Agentic Modernization Factory
Claude pipeline turning COBOL into AWS Lambda + Step Functions — sole architect, in internal production use
60%
Stability Improvement
Across a 150-application portfolio under ITIL operations

Technical Range

The bridge most engineers don't have

AI architecture leading, cloud-native delivery underneath, mainframe depth as the moat.

AI Architecture
Claude · MCP · agentic pipelines · in production
Agentic pipeline designMulti-model routing (Sonnet · Haiku · Opus)MCP as agent tool layerRAG (structured + unstructured)Agent loop & stop conditionsEval harnesses & golden setsPrompt-system designProduction guardrails (cost · latency · audit)Claude APIMCP ProtocolFastMCP
Cloud & Data
AWS · modern delivery
AWS LambdaAWS DMSAWS GlueS3EventBridgeAurora PostgreSQLDynamoDBPythonTypeScriptNext.jsSupabasePySparkTeradata
Legacy Core
20+ yrs · production mainframe
COBOLPL/IIMS-DBDB2 z/OSJCLCICSRatabaseInformatica PowerCenterPowerExchange
Leadership & Delivery50+ engineers · ITIL ops
Agile/Scrum (CSM)ITIL FoundationAWS Serverless CertifiedINS 21 CertifiedOffshore CoordinationStrategic Execution

Career Journey

20+ years building mission-critical systems at Cognizant

Sep 2020 – Present

Lead Engineer

Cognizant — Financial Services Client

Enterprise Reinsurance modernization at a Tier-1 carrier — a 25+ year-old PL/I + DB2-LUW system carrying $billions in active treaty exposure, with ~50 daily actuarial and finance consumers and no write-freeze tolerance. Own technical direction for 18 engineers across data, application, and reporting tracks. Designed the metadata-driven migration pattern that collapsed the 23-table mainframe → Aurora migration into 3 Glue jobs (vs. ~69 the obvious design called for); architected the Cash Clearance latency win with DynamoDB caching over partitioned Aurora reads. Cut Cash Clearance search latency from 3–5 minutes to <5 seconds on 100K+ row queries; shipped the event-driven reporting layer feeding ~50 treaty and finance consumers. Also sole architect and builder of the Modernization Factory — an agentic pipeline (built as an MCP server) that turns JCL + COBOL into AWS Lambda, Step Functions, and Aurora DDL with a parity test suite. Its 8 stages route per-stage across Claude tiers — Haiku for the triage gate, Sonnet for structured extraction and codegen, Opus with extended thinking for the one architectural-routing decision and the parity-test design — roughly 70–80% cheaper than running Opus throughout. Human-in-the-loop by default: the pipeline pauses for schema review before it writes any code. In internal production use, output shipping after minor human review.

  • Owned every architecture decision across 18 engineers — set the bar on AWS, Aurora, and IAM patterns the org hadn't yet standardized
  • Designed the metadata-driven pattern that collapsed a 23-table migration into 3 Glue jobs — fewer surfaces to test, version, and operate
  • Architected the DynamoDB-over-Aurora caching layer that held the 3–5 min → <5s win under concurrent load on 100K+ rows
May 2017 – Dec 2019

Project Manager — Operations

Cognizant — Financial Services Client

L1–L3 application operations across a 150-system production portfolio under ITIL delivery — every reactive ticket triage came out of the same team's hours. Owned operational outcomes for 14 direct and ~50 indirect reports. Stood up the team's first proactive monitoring + alerting layer so every shift ran off shared dashboards; drove the focus from triage volume to root-cause elimination — identifying repeat incidents and shipping permanent fixes rather than re-running the same ticket loop. Improved portfolio stability by 60% over three years.

  • Stood up the first proactive monitoring + alerting layer — every shift ran off the same dashboards instead of reactive ticket triage
  • Drove the practice shift from triage volume to root-cause elimination — the change that compounded into the 60% stability gain
  • Owned outcomes for 14 direct + ~50 indirect reports across an ITIL-aligned ops org spanning 150 production applications
Jun 2007 – Apr 2017

Sr Software Engineer

Cognizant — Financial Services Client

Major rating-engine re-platform at a US personal-lines carrier — the actuarial business owned the rules but couldn't change them without an engineering round-trip, because they lived as 100+ hardcoded PL/I procedures over IMS-DB lookups. Owned the business-logic analysis track. Translated 100+ rating algorithms into Ratabase semantics — each validated against an actuarial SME; ran re-rate cycles across full state policy books when rating errors surfaced; pair-designed the Informatica + PowerExchange data pipelines with the Principal architect. Individual re-rate cycles returned several-hundred-thousand-dollar customer refunds; the pipeline became the data backbone for actuarial pricing and underwriting decisioning.

  • Translated 100+ PL/I + IMS-DB rating rules into Ratabase — every algorithm validated against a business SME, every round-trip removed
  • Ran state-level re-rate cycles when rating errors surfaced — individual corrections returned several-hundred-thousand-dollar refunds to customers
  • Pair-designed the Informatica + PowerExchange pipelines that became the data backbone for actuarial pricing and underwriting decisioning
Apr 2004 – May 2007

Software Engineer

Cognizant — Financial Services Client

Entry into regulated-industry tech — production support and feature work on P&C insurance applications. Owned DB2 SQL performance tuning on claims workloads, requirements analysis with business analysts, and quality audits across the application portfolio. Built the mainframe-adjacent data, release-discipline, and customer-money instincts every later role compounded on.

1999 – 2003

B.E. in Electronics & Communication Engineering

Sri Krishnadevaraya University


Deep Dives

Engineering Journal

Structured technical documentation on enterprise patterns, cloud architecture, and data engineering.

Where the LLM goes in regulated reinsurance: a reference architecture for the API boundary and the audit trail

Every LLM tutorial assumes you can send the data to the API. In regulated reinsurance that assumption breaks before the first prompt — most of the architecture lives in the boundary, not the model.

May 27, 2026
AI ArchitectureComplianceRAGRegulated IndustriesReinsuranceClaudeArchitecture

Vector DB vs. structured store vs. live API: where each piece of a serverless RAG actually belongs

Most serverless RAG architectures fail not at the model but at the data layer — by trying to make the vector DB carry weight it was never designed for. The interesting decision is which piece of context belongs where, and the question that decides it is freshness.

May 27, 2026
AI ArchitectureRAGServerlesspgvectorClaudeVoyageArchitecture

Designing the Modernization Factory: an 8-stage agentic pipeline for COBOL→AWS, and where each Claude model earns its place

Turning mainframe COBOL into AWS-native code with an LLM is easy to demo and hard to make repeatable. The architecture that makes it a factory rather than a party trick is in the pipeline shape, the per-stage model routing, and the one checkpoint that sits before the irreversible work.

May 27, 2026
AI ArchitectureAgentic PipelinesMainframe ModernizationClaudeMCPAWSArchitecture

Grounding a career site in a vector DB: a $10/month chatbot that has to tell the truth

Building /chat on my own site forced three decisions I usually get to defer on someone else's product: where the cost ceiling lives, what counts as a citation, and how to keep an embedding pipeline from breaking a deploy.

May 16, 2026
RAGpgvectorClaudeVoyageNext.jsSupabase

Mainframe modernization without a re-platform freeze: a pattern from five years of rating-engine work

Every mainframe modernization plan dies on the same rock: the business can't tolerate a write freeze, and the engineers can't tolerate live dual-writes against a system they don't fully understand. The way out isn't faster cutover. It's separating the rules from the engine.

May 15, 2026
MainframeModernizationInsuranceArchitecture

Three minutes to five seconds: where the cache belongs in a serverless reinsurance app

The query was correct. The database was sized. The bug was that the cost lived in the wrong layer — and the fix was a cache that became load-bearing for correctness, not just speed.

May 14, 2026
AWS LambdaDynamoDBAuroraArchitecture