Senior Technology Lead || Jersey City, NJ (Hybrid)
Programmers.io
Job Role: Senior Technology Lead Agentic AI & Legacy Modernization
Location: Jersey City, NJ (Hybrid)
Duration: Contract for 06+ Months
Job Description:
- We are seeking a Senior Technology Lead who sits at the intersection of **agentic AI, legacy modernisation, and cloud-native engineering**. This is not a role about using AI as a productivity shortcut - it is about designing and deploying custom AI agent pipelines that systematically reverse-engineer legacy estates and forward-engineer modern cloud-native platforms at a pace and depth that human-only approaches cannot match.
- You will develop and operate AI-driven modernisation workflows, produce detailed solution designs, lead a cross-functional engineering team, and own delivery commitments end-to-end. You write the agents, you write the designs, you do the code reviews, and you set the engineering bar.
Legacy estates in scope typically include:
- Mainframe COBOL/CICS/IMS batch and online transaction processing
- Hierarchical and relational databases (IMS, DB2) with deeply embedded business logic
- Proprietary messaging middleware (IBM MQ) and brittle point-to-point integrations
- Legacy OO platforms (VisualAge Smalltalk, Tonel format) with no test coverage or documentation
- JCL/Assembler job streams woven into business-critical workflows
- Your mission: deploy **AI agent chains** to extract, analyse, and understand this estate at depth - then drive **forward engineering** onto a modern Spring Boot / Java 21 / Angular / MongoDB cloud-native stack, with AI agents accelerating design, code generation, test authoring, and migration validation at every step.
Key Responsibilities
- AI-Augmented Reverse Engineering
- - Design and deploy **custom AI agent pipelines** that ingest legacy artefacts - COBOL programs, IMS DBDs/PSBs, DB2 schemas, JCL, Smalltalk Tonel sources - and produce structured outputs: business rule inventories, data-flow maps, domain entity models, and dependency graphs
- Build **multi-agent chains** that cross-reference extracted business logic against live transaction traces, test outputs, and production data patterns to validate completeness and surface hidden edge cases
- Use agents to auto-generate legacy comprehension artefacts: annotated COBOL walkthroughs, IMS segment relationship diagrams, CICS program call trees, and DB2-to-document data-model mappings
- Orchestrate agent workflows that identify dead code, duplicated logic, and tightly coupled components - producing prioritised decomposition candidates for the modernisation backlog
- Validate agent-extracted business rules against domain SMEs; build feedback loops that improve agent accuracy over successive extraction cycles
- AI-Augmented Forward Engineering
- Design **forward engineering agent chains** that consume reverse-engineered domain models and produce: Spring Boot service skeletons, OpenAPI 3.1 contracts, MongoDB schema designs, Angular component scaffolds, and JUnit 5 test suites - all aligned to team coding standards
- Build agents that enforce architectural patterns during code generation: no business logic in adapters, domain models free of persistence concerns, API contracts decoupled from internal representations
- Deploy agents for **migration validation** - automatically comparing migrated service behaviour against legacy outputs across a curated test corpus, flagging behavioural divergence before human review
- Use AI to accelerate CI/CD pipeline authoring, infrastructure-as-code generation (Terraform, Helm), and runbook drafting - with engineers reviewing and owning the outputs, not rubber-stamping them
- Chain agents to continuously scan modernised code for legacy anti-patterns bleeding into new services, enforce non-functional requirements (observability hooks, circuit breakers, health endpoints), and flag design drift from approved blueprints
- Custom Agent Design & Engineering
- Architect **multi-agent systems** using one or more agentic AI platforms and frameworks:
- **Claude Code CLI** (Anthropic) - agentic coding, slash commands, MCP tool integration, custom agent loops
- **Cursor** - AI-native IDE agent workflows, codebase-wide context, rule-based agent behaviour
- **Gemini CLI** (Google) - Gemini-powered agent pipelines with tool use and long-context reasoning
- **LangChain / LangGraph** - chain and graph-based agent orchestration, tool registries, state machines
- **AutoGen / CrewAI** - multi-agent conversation frameworks, role-based agent specialisation
- **Anthropic Agent SDK / OpenAI Assistants API** - programmatic agent construction with tool use, memory, and structured output
- Select the right orchestration pattern for each workstream: sequential chains, parallel fan-out, supervisor/worker, reflection loops, human-in-the-loop checkpoints
- Build domain-specific agent tools: legacy code readers, schema extractors, API contract validators, test harness runners, cloud cost estimators, IaC generators
- Design **human-in-the-loop checkpoints**: define what agents decide autonomously, what they flag for engineer review, and what requires architect sign-off
- Evaluate, benchmark, and improve agent chain quality: extraction completeness, forward-engineering accuracy, false-positive rates, and time-to-output
- Solution Design & Technical Authority
- Own end-to-end solution design for modernisation workstreams - producing LLD documents, sequence diagrams, PlantUML/Mermaid data-model mappings, strangler-fig migration maps, and API surface designs
- Evaluate architectural trade-offs: lift-and-shift vs. re-platform vs. re-architect, agent-generated vs. hand-crafted, monolith decomposition sequencing - all documented as ADRs with explicit rationale
- Define integration patterns for hybrid-state environments: mainframe co-existence, MQ-to-event-streaming migration, dual-write data consistency, feature-flag-controlled cutovers
- Lead design reviews; drive alignment between AI workstream leads, legacy SMEs, domain engineers, and cloud platform teams
- Technical Leadership & Team Development
- Lead a cross-functional team spanning backend, frontend, data migration, and AI/agent engineering
- Conduct structured code reviews across both **hand-authored and agent-generated code** - human review of AI output is non-negotiable; agents accelerate, engineers own
- Establish standards for agent-assisted development: what must be reviewed, what must be tested, how agent outputs are versioned and audited
- Mentor engineers on agentic AI patterns, prompt engineering for code tasks, and responsible use of AI-generated artefacts in production systems
- Coach engineers unfamiliar with legacy systems to read COBOL/IMS structures via agent-assisted comprehension tools you have built
- Delivery Execution
- Break modernization epics into sprint-deliverable stories with measurable progress indicators: % business logic migrated, legacy endpoints retired, agent pipeline accuracy metrics
- Track and communicate migration coverage - human-readable progress dashboards built partly by agents, owned by you
- Identify and mitigate transition risks: agent hallucination in business rule extraction, data consistency during dual-write phases, performance parity of migrated services
- Own sprint-level commitments; surface blockers with proposed mitigations, not status updates
Required Skills & Experience
- Agentic AI Engineering (Must-Have)
- Hands-on experience building **multi-agent systems** using at least one platform: **Claude Code CLI**, **Cursor**, **Gemini CLI**, LangChain/LangGraph, AutoGen, CrewAI, or equivalent
- Ability to design agent orchestration patterns: sequential chains, parallel fan-out, supervisor/worker hierarchies, reflection and self-critique loops
- Experience with **tool use / function calling** in LLM agent contexts - designing custom tools agents invoke to read codebases, query databases, call APIs, or run test suites
- Working knowledge of **agent memory strategies**: in-context state, vector store retrieval (RAG), structured external memory
- Practical **prompt engineering** for code tasks: extraction, generation, validation, and iterative refinement prompts
- Experience evaluating agent output quality; ability to design human-in-the-loop review workflows and validation harnesses
- Familiarity with **LLM APIs**: Anthropic Claude, Google Gemini, OpenAI GPT-4o, or equivalent; understanding of context limits, token budgets, and cost management at scale
- Agentic AI Platforms -
- **Claude Code CLI** | Agentic coding sessions, MCP tool integration, custom slash commands, BMAD/GSD agent workflows
- **Cursor** | AI-native IDE, codebase-indexed agents, `.cursorrules` | enforcement, multi-file refactoring
- **Gemini CLI** | Long-context legacy codebase analysis, Google | ecosystem integration, structured output pipelines
- **LangChain / LangGraph** | Complex stateful agent chains, tool | registries, conditional routing, legacy extraction pipelines
- **AutoGen / CrewAI** | Role-specialised multi-agent teams for parallel | workstreams (extractor + validator + generator)
- Modernisation & Legacy Expertise
- 15+ years of software engineering; 3+ years in a tech lead, engineering solution designer role
- Ability to read and reason about **COBOL, CICS transaction logic, IMS hierarchical data structures** - extracting business intent
- Experience designing **strangler-fig**, **anti-corruption layer**, and **event interception** patterns in production migration contexts
- Familiarity with **dual-write / dual-read** strategies and zero-downtime data migration pipeline design
- Modern Forward Engineering Stack (Must-Have)
- Deep expertise in **Java 21** - virtual threads, records, sealed classes, pattern matching - and **Spring Boot 3.x**: REST, Security, Data, actuator, event-driven patterns
- **MongoDB** - document schema design for migration from relational/hierarchical models, aggregation pipelines, indexing strategy
- **Angular / TypeScript** - component architecture, RxJS, client, module boundaries replacing legacy UIs
- **OpenAPI 3.1** contract-first API design; MapStruct, Lombok, JUnit 5, Mockito for production-grade code
- **IBM MQ** integration and migration path experience toward modern messaging (Kafka, Azure Service Bus, or equivalent)
- **Spring Expression Language (SpEL)** and rules-engine integration (Drools or equivalent) for migrating COBOL decision logic
- Cloud & Cloud-Native (Must-Have)
- Hands-on production experience on **AWS, Azure, or GCP** - compute, managed databases, IAM, networking, serverless, and managed AI/ML services
- **Docker** and **Kubernetes** - container design, deployment manifests, config maps, health probes, resource management
- Cloud-native patterns: service mesh, circuit breakers, retry/backoff, distributed tracing (**OpenTelemetry**), structured logging
- **Infrastructure-as-code**: Terraform and/or Helm - able to design, review, and govern agent-generated IaC
- Twelve-factor application design applied to systems migrated from stateful legacy environments
- CI/CD & DevSecOps
- Pipeline design and ownership in **GitHub Actions**, Jenkins, or Azure DevOps - including AI-assisted pipeline generation with engineer review gates
- Automated quality gates: test coverage, SonarQube, OWASP dependency scanning, container image scanning, and **agent-output validation gates**
- Environment promotion pipelines with migration-state awareness and feature-flag-controlled legacy cutovers
- Audit trail design for agent-generated artefacts entering the delivery pipeline
Vacancy posted 1 day ago
Similar jobs that could be interesting for youBased on the Senior Technology Lead || Jersey City, NJ (Hybrid) in New Jersey vacancy
- ...Enable Possibility.Job SummaryThe Senior Product Owner is the ‘voice... ...business outcomesAbility to lead, partner and guide multiple... ...insurance product lifecycle#LI-Hybrid#LI-ZP1For individuals assigned... ...NY United States of America; Jersey City, NJ United States of AmericaType:...SeniorFull timeTemporary work
- Job ID: 25496359Reference Number: 25-00410Title: Senior Business Analyst : Jersey City, NJ : Full-TimeJob Type: Full Time/ContractPosted Date: 2025-05... ...specifications and coordinate delivery of the same with technology team.Review logical and conceptual data models in...SeniorFull time
- ...Possibility.JOB SUMMARYThe Arch Insurance Technology team is responsible for solving human,... ...role may be based remotely or in a hybrid arrangement, with monthly travel to Arch... ...hybrid capacity from our Raleigh, NC or Jersey City, NJ offices.ESSENTIAL CHARACTERISTICSLeadership...SeniorFull timeTemporary workRemote workWork from home
- Job ID: 25499959Reference Number: 25-00412Title: Senior BA/DA - Jersey City, NJPosted Date: 2025-05-08Contact: Asif RazaContact Email: asifraza... ...functional specifications and coordinate delivery of the same with technology team.Review logical and conceptual data models in...Senior
- Horizon Blue Cross Blue Shield of New Jersey is seeking an Auditor III in Newark, NJ. This hybrid role leads audits, designs scope, reviews work products, and communicates findings to management to strengthen internal controls. You will supervise staff, develop testing...Senior
- ResponsibilitiesDesign develop and maintain scalable applications using .NET C# APIs backend services and React modern frontend frameworks.Build responsive high-performance user interfaces and robust backend services.Ensure code quality performance optimization and adherence...Senior
- ...Job Description Hiring: Senior Java Full Stack Developer – Angular Location: Iselin, NJ – Hybrid (3 Days/Week) Employment: W2 Interview: F2F in New Jersey ⏳ Duration: Long Term We are looking for a Senior Java Full Stack Developer with strong...SeniorTemporary work3 days per week
$220k - $230k
Principal, Senior Municipal Finance Credit Analyst (Hybrid/Newark, NJ) Join to apply for the Principal, Senior Municipal Finance Credit Analyst (Hybrid/Newark,... ...and advancing your profession at one of the world’s leading global asset managers! If you’re not afraid to...Senior- ...Group is looking for an experienced Corporate Tax Senior to join their growing team in Cranford, New Jersey. This position is ideal for candidates with 3-5+ years... ...excellent communication skills. The role offers hybrid flexibility and is designed for those ready to grow...Senior
$63.54k - $104.02k
TD Bank is looking for a Senior Auditor in Mount Laurel, New Jersey, to conduct audits and ensure compliance. The role requires a strong background in auditing... ...experience and skills, with growth opportunities. This hybrid position emphasizes teamwork and a positive work...Senior- Active Consulting Services LLC seeks a Senior Employee Benefits & ERISA Attorney in Roseland, NJ, hybrid role. Requires 5-10 years of experience and a J.D. with NJ Bar admission. The attorney will lead ERISA matters, advise employers and fiduciaries, and design comprehensive...Senior
- BAYADA Home Health Care in New Jersey is seeking a Workers’ Compensation Claims Adjuster for a hybrid role based in Pennsauken, with at least one day in the office per week. You will manage 100-150 active claims with empathy and accuracy, supporting safe recovery and return...SeniorWork at office
- BCG Attorney Search is seeking a Senior Litigation Associate to join its New Jersey-based litigation team. This hybrid role allows for managing a diverse caseload across various civil litigation areas, emphasizing a supportive work environment. The ideal candidate will...SeniorFlexible hours
- Zealogics.com in Montvale, NJ, is looking for a User Acceptance Testing Analyst. In this hybrid role, you will ensure software meets business needs through coordination of tests and comprehensive analysis. Candidates should have at least 5 years of testing experience and...Senior
- HCLTech is seeking an SAP Application Support Lead in Raritan, NJ (Hybrid) to guide an IT Application team supporting S/4 HANA for MAKE functions including Plant Maintenance, Quality Management, and Production Planning. You will drive incident triage, RCAs, and knowledge...Senior
- A global IT consulting firm is seeking a Senior Business Systems Analyst to lead the transformation of Commercial Banking Client Servicing... ...controls, and excellent documentation skills. This position is hybrid, with a primary location in Iselin, NJ. #J-18808-Ljbffr StratacentSenior
- TD Bank in Mount Laurel, NJ is seeking a Loan Closer II - Home Equity to support consumer and mortgage loan processing. You will prepare... ..., with sharp attention to detail and strong communication. A hybrid work model is offered with TD's Total Rewards. #J-18808-Ljbffr TD...Senior
- ...candidate will have over 8 years of experience, strong skills in cloud database environments, and expertise in scripting for automation. This position offers a hybrid working model with a preference for local candidates in Parsippany, NJ. #J-18808-Ljbffr Servsys CorporationSeniorLocal area
- TMS LLC in Iselin, NJ is seeking a Senior Software Engineer with strong Angular to join as a W2 employee. The role is long-term, with a three-day-a-week hybrid schedule and in-person interview requirements in Iselin, NJ. You will mentor engineers, design and implement...Senior3 days per week
$125k - $145k
Tris Pharma, Inc. in Monmouth Junction, NJ, seeks an experienced Manager, Medical Communications... ...and coordinating reviews. You will lead the creation of medical assets, liaise... ...ensure accuracy, balance, and timely delivery. Hybrid work with a salary range of $125K-$145K,...Senior- A leading recruiting firm in New Jersey is looking for a Senior Manager, Financial Planning & Analysis. This role involves leading financial reporting and analytics... .... The role offers a competitive salary and hybrid working arrangement. #J-18808-Ljbffr WatsonBarron...Senior
- JBM Planning and Consulting LLC in Bordentown, NJ, is seeking a Senior Benefit Consultant to support the NJ Solutions Joint Health Insurance Fund... ...insurance and strong Excel skills. This position offers a hybrid work schedule (3 days in-office) and potential equity...SeniorWork at office
$107.7k - $160.5k
A leading financial services firm in Newark, NJ is seeking a Senior Software Engineer to modernize platforms within Retirement Strategies Technology. This role requires 4+ years of software engineering experience... ...effectively within a hybrid work environment. Competitive...Senior- A leading design firm based in New Jersey is seeking a Freelance Senior Web Designer to enhance its creative team. The role will focus on brand system design, collaborating... ...portfolio. This position offers a flexible hybrid work environment with competitive pay based on...SeniorFreelanceFlexible hours
$119k - $140k
...#LifeatRealChem. Real Chemistry is looking for a Senior Technology Lead to join our growing team! 21GRAMS, Real... ...AI at every meaningful stage. This is a hybrid role, based in any of our US offices—including New York City, Boston, Chicago, Carmel, Lambertville, or San...SeniorWork experience placementLocal areaRemote work$176.72k - $265.08k
...2Posted: 2026-08-17Location: Jersey City, New Jersey, United StatesSalary... ...20.00 - $265,080.00Category: Technology, Applications Development,... ...CitiOverview of Citi:Citi, the leading global bank, has... ...Applications Development Technology Senior Lead Analyst is a senior level...SeniorFull time$176.72k - $265.08k
...439166144Posted: 2026-07-13Location: Jersey City, New Jersey, United StatesSalary: $176,720.00 - $265,080.00Category: Technology, Applications Development, ProfessionalCompany... ...organization is looking for a senior technologist to lead the delivery of the strategic Trading...SeniorFull time- ...Inc. is seeking a Principal Environmental Scientist to manage environmental scopes for transportation projects in Morristown, NJ and New York City. This role includes overseeing NEPA and SEQRA compliance and conducting impact assessments. The ideal candidate has over 15...
- Location: Princeton, New Jersey, United StatesCompany: AmTrust Financial Services, Inc.Posted: 2026-08-19AmTrust Financial Services... ...Claims, Medical Only Supervisor for our Princeton, NJ location. This hybrid position includes supervising and managing claims while ensuring...Senior
- ...Description The law firm is a dynamic, full-service law firm in Newark NJ, specializing in public entity law while serving clients across a... ...Paid time off ● Professional development assistance ● Vision insurance Schedule: ● Monday to Friday Work Location: Hybrid remote...SeniorRemote workMonday to FridayFlexible hours
Do you want to receive more vacancies?
Subscribe and receive similar vacancies to Senior Technology Lead || Jersey City, NJ (Hybrid). Be the first to apply!
Related searches
- senior lead project manager New Jersey
- senior robotics software engineer New Jersey
- senior devops engineer remote New Jersey
- senior sas administrator New Jersey
- senior IT manager New Jersey
- sr project manager New Jersey
- senior windows systems engineer New Jersey
- senior network engineer remote New Jersey
- senior accountant controller New Jersey
- senior manager executive compensation New Jersey


