Sign up to access all features of our service.
  • Job search
  • Favorites
  • Create a CV
    New
  • Salaries
  • Subscriptions

Full Stack Agentic Developer

$160k - $230k
Full-time

Charles River Associates

About Charles River Associates

Charles River Associates is a leading global consulting firm that provides economic, financial, and business management expertise to major law firms, corporations and governments around the world. CRA advises clients on economic and financial matters pertaining to litigation and regulatory proceedings, and guides corporations through critical business strategy and performance-related issues. Since 1965, clients have engaged CRA for its combination of industry experience and rigorous, fact-based analysis that provide clients with clear, implementable solutions to complex business concerns.

Position Overview

Charles River Associates is seeking a Full Stack Agentic Developer to help build and evolve a web-based AI platform that enables experts to translate domain expertise into scalable, validated AI-driven workflows. This is a senior full stack engineering role for someone who began with strong product and platform skills and has advanced into LLM-powered agentic systems.

The product combines a React/Vite web client, a Node.js/TypeScript backend proxy, Azure-hosted services, and isolated remote execution environments where AI agents run tools against sandboxed project workspaces. This role bridges the application layer and the agent layer: user experience, APIs, session and file workflows, real-time streaming, custom agent runtime behavior, proprietary tools, model-provider integrations, prompt and context systems, reliability, and observability.

The ideal candidate is not a narrow frontend engineer, not a pure backend engineer, and not a prompt-only AI specialist. CRA needs a hands-on full stack developer who can design excellent product experiences, write production-grade TypeScript and React, extend Node.js/Express APIs, and also understand how agentic systems plan, use tools, recover from errors, stream activity, and produce work that users can inspect and trust.

Core Mission

The Full Stack Agentic Developer will own the path from user intent to agent action to reviewed output. This person will build the product workflows and underlying agentic capabilities that let consultants and domain experts create sessions, upload and organize materials, launch AI-assisted work, monitor agent activity in real time, review files and intermediate outputs, and rely on the platform for high-quality analytical work in confidential, high-stakes environments.

Key Responsibilities

Full Stack Product Development

  • Build and evolve the React web application across core product surfaces: authentication, session setup, workspace navigation, file review, streaming agent activity, results review, and user-facing administration.
  • Create reusable component patterns for complex, stateful workflows while keeping the application maintainable, accessible, and easy for the team to extend.
  • Build and maintain Express/TypeScript API endpoints that support the web application, including session orchestration, file management, workspace operations, usage tracking, and new product capabilities.
  • Integrate frontend workflows with backend services for authentication, LLM routing, usage tracking, agent orchestration, cloud storage, and PostgreSQL-backed application data.
  • Translate complex backend and agent states into intuitive interface patterns, including empty states, progress states, error states, review states, and resumable workflows.

Real-Time Agent Experience

  • Implement and improve the real-time streaming interface between the backend, agent runtime, and UI, primarily through server-sent events and related event-driven patterns.
  • Render incremental agent output such as token-by-token text, tool execution cards, plans, task lists, progress indicators, cost and usage indicators, file changes, warnings, and final workflow states.
  • Manage stream connection lifecycle, retries, cancellation, cooperative stop, stop/resume behavior, error recovery, and clear feedback when long-running agent workflows are in progress.
  • Help define event contracts so the UI can present agent behavior clearly without exposing unnecessary implementation complexity to end users.
  • Design UX and API patterns that help users understand what the agent is doing, what files it has changed, what outputs are ready for review, and what still requires human judgment.

Agentic Runtime and Tooling

  • Own and improve parts of the custom multi-turn agent loop where the agent sends messages to model providers, parses streaming responses, executes tools, observes results, and iterates within an isolated cloud container.
  • Develop proprietary tools that expand agent capabilities across file operations, analysis, transformation, visualization, document creation, data processing, validation, and workflow automation.
  • Extend the containerized execution environment to support new languages, libraries, utilities, file types, analytical methods, and integrations needed by expert users.
  • Design clear tool schemas, permission boundaries, workspace access patterns, input validation, and error messages that help agents use tools effectively and safely.
  • Create reusable patterns for adding new tools so agent capabilities can expand without making the runtime brittle, opaque, or hard to debug.

LLM Provider, Prompt, and Context Systems

  • Support multi-model integration across OpenAI, Anthropic, and other frontier or local models, including provider-specific message formats, tool-calling formats, streaming behavior, structured outputs, and error patterns.
  • Build and maintain translation layers that normalize provider differences while preserving access to the strongest capabilities of each model.
  • Design and maintain prompt and context systems that shape agent behavior, including analytical identity, methodology compliance, interaction modes, tool usage policies, quality standards, and escalation patterns.
  • Implement token estimation, usage tracking, context compression, conversation summarization, prompt caching, and model-selection patterns for long-running analytical sessions.
  • Evaluate how agent behavior changes across providers, model families, prompts, tools, and workflows, then adapt the product and runtime to improve quality, cost, speed, reliability, privacy, and user trust.

Session, File, and Workspace Lifecycle

  • Own the user-facing lifecycle of an AI work session, including creation, configuration, file upload, streaming execution, interruption, resumption, result review, workspace cleanup, and teardown.
  • Implement browser-to-cloud file flows including multi-file upload, progress tracking, validation, workspace browsing, previewing, downloading, and handling of large or mixed file types.
  • Support interfaces and APIs that help users understand the state of remote workspaces, generated outputs, intermediate artifacts, source files, and final deliverables.
  • Improve the connection between workspace state and agent state so users can review work product clearly and engineers can debug session behavior reliably.

Reliability, Security, and Observability

  • Implement reliability patterns such as retry logic, rate-limit handling, tool error recovery, cooperative stop, graceful cancellation, resumability, and failure reporting.
  • Build with enterprise readiness in mind, including secure browser authentication flows, JWT lifecycle, role-based access, CORS, CSRF considerations, auditability, privacy-sensitive UI patterns, and careful handling of confidential work product.
  • Add structured logging, tracing, transcript capture, metrics, tests, and debugging tools so agent behavior can be understood at both the engineering and product level.
  • Partner with product, domain experts, backend, infrastructure, and security stakeholders to ensure end-to-end features are reliable across the browser, API layer, cloud services, and agent execution environment.
  • Contribute to delivery discipline by writing clear technical notes, estimating work thoughtfully, supporting sprint planning, and continuously improving development practices.

Desired Qualifications

  • Bachelor's degree in Software Engineering, Engineering, or other relevant discipline with programming/technology experience, advanced degree desirable;
  • 6+ years of professional software engineering experience, with strong hands-on ownership across frontend, backend, and production product systems;
  • Strong TypeScript skills across the stack, including modern React development and Node.js/Express API development;
  • Experience building component-driven React applications with complex state, multiple interconnected views, real-time updates, and user-facing workflows that require careful error handling;
  • Experience building or consuming real-time interfaces using server-sent events, WebSockets, streaming APIs, or similar event-driven patterns;
  • Experience building LLM-powered agentic systems that use tools, execute multi-turn workflows, manage state, and recover from errors; not just experience building static chatbots;
  • Experience with LLM tool calling or function calling, including tool schema design, streaming tool input/output, multi-turn execution, and provider-specific implementation details;
  • Strong prompt engineering ability for structured, multi-step workflows, including prompts that encode policies, methodology, roles, and tool usage expectations;
  • Comfort working in Python for agent tools, data processing, automation, evaluation, and integration with analytical libraries;
  • Good understanding of browser authentication flows, JWT lifecycle, token refresh, CORS, secure cookies, role-based access, and frontend/backend security boundaries;
  • Familiarity with PostgreSQL and API-driven application design, including practical awareness of schema design, queries, migrations, and data access patterns;
  • Experience with Docker or Linux-based execution environments and practical understanding of isolation, filesystem access, dependency management, and runtime troubleshooting;
  • Strong product judgment, debugging instincts, documentation discipline, and ability to reason about AI behavior, software behavior, and user impact at the same time.

Strongly Preferred Experience

  • Experience designing custom agent frameworks, agent runtimes, orchestration loops, tool-extension systems, or evaluation harnesses rather than relying entirely on off-the-shelf frameworks.
  • Experience with OpenAI, Anthropic, and other model provider APIs, including streaming, tool use, structured outputs, usage tracking, rate limits, and provider-specific failures.
  • Experience with file-heavy web applications, including upload progress, large file handling, previewing, workspace navigation, generated-output review, and download flows.
  • Experience rendering markdown, structured outputs, tool activity, logs, transcripts, plans, or other rich incremental content in React.
  • Experience with sandboxed or ephemeral compute patterns, dynamically provisioned containers, secure credential injection, and session-scoped runtime lifecycles.
  • Experience with Azure services such as Static Web Apps, Container Apps, Container Instances, Blob Storage, Azure Database for PostgreSQL, Application Insights, or related cloud services.
  • Experience with Docker, GitHub Actions, CI/CD practices, structured logging, cloud observability, and collaboration in a distributed engineering environment.
  • Experience with headless browser automation, document generation, data analysis, visualization, file conversion, R, LaTeX, or workflow automation tools.
  • Experience working in consulting, professional services, legal, economic, healthcare, life sciences, energy, financial services, or other confidential/high-stakes environments.
  • Familiarity with responsible AI practices, model evaluation, transcript review, quality controls, AI governance, and enterprise AI adoption.

Core Environment

  • Frontend: TypeScript, React, Vite, Tailwind CSS
  • Backend: Node.js, Express, TypeScript
  • Agent runtime: Custom multi-turn agent loop, proprietary tools, model-provider adapters, and streaming event protocol
  • Languages: TypeScript, Node.js, Python; with R, LaTeX, and shell utilities available in execution environments
  • Model providers: OpenAI, Anthropic, and other frontier or local models as needed
  • Data: PostgreSQL and API-driven application state
  • Streaming: Server-sent events and event-driven UI updates
  • Runtime: Containerized Ubuntu-based agent environments with sandboxed project workspaces
  • Cloud: Microsoft Azure-hosted web, backend, storage, database, container, and observability infrastructure
  • Product context: Expert-driven AI workflows where transparency, reliability, confidentiality, and quality control are critical

Career Growth and Benefits

  • CRA’s robust skills development programs, including a commitment to offering 100 hours of training annually through formal and informal programs, encourage you to thrive as an individual and team member. Training encompasses technical training, presentation skills, internal seminars, and career mentoring and performance coaching from an assigned senior colleague. Additional leadership and collaboration opportunities exist through internal firm development activities.
  • We offer a comprehensive total rewards program including a superior benefits package, wellness programming to support physical, mental, emotional and financial well-being, and in-house immigration support for foreign nationals and international business travelers.

Work Location Flexibility

CRA creates a work environment that enables our colleagues to benefit from being together in the office to best deliver on our promise of career growth, mentorship and inclusivity. At the same time, we recognize that individuals realize a range of benefits when working from home periodically. We currently expect that individuals spend at least 3 to 4 days a week working in the office (which may include traveling to another CRA office or to client meetings), with specific days determined in coordination with your practice or team.

Our Commitment to Equal Employment Opportunity

Charles River Associates is an equal opportunity employer (EOE). All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, national origin, age, disability, status as a protected veteran, or any other protected characteristic under applicable law.

Salary and other compensation

A good-faith estimate of the annual base salary range for this position is $150,000 - $230,000. Stating pay within this range may vary based on factors such as education level, experience, skills, geographic location, market conditions, and other qualifications of the successful candidate. This position may be eligible for additional bonus incentive compensation. CRA offers a comprehensive benefits package, subject to eligibility requirements, which may include: medical, dental, and vision insurance; 401(k) retirement plan with employer match; life and disability insurance; paid time off (vacation, sick leave, holidays); paid parental leave; wellness programs and employee assistance resources; and commuter benefits.

Vacancy posted 2 days ago
Similar jobs that could be interesting for youBased on the Full Stack Agentic Developer in Washington DC vacancy
  • $130k - $200k

     ...Agentic Full Stack Engineer II Golden Analytics · Bellevue, WA · Onsite · Full-time About Golden Analytics Golden Analytics is an AI-native business intelligence platform built for data teams tired of the tradeoffs in today's tools. It pairs the depth of self... 
    Suggested
    Full time
    H1b
    Relocation
    Visa sponsorship
    Day shift
    Afternoon shift

    Provn

    Washington DC
    14 days ago
  •  ...flexibility, and ingenuity to strengthen and protect our nation’s vital interests. Requisition #: 1394 Job Tittle: Senior Full Stack Developer – Agentic AI and Data Engineer (2) Location: McLean, VA Clearance and eligibility: · Clearance optional but preferred (... 
    Suggested
    Full time
    For contractors
    For subcontractor
    Work at office
    Remote work

    Agile Defense

    McLean, VA
    12 hours ago
  • $200k - $280k

     ...currently do not possess this level of clearance.*** Are you a Full Stack Developer who is ready for a new challenge that will launch your...  ...branch. Desired Skills: Hands-on experience playing with agentic AI frameworks or building tools utilizing LLMs.... 
    Suggested
    Full time
    Contract work
    Remote work
    Work from home
    Relocation package
    Shift work

    Gliacell Technologies

    Laurel, MD
    12 hours ago
  • $140k - $155k

     ...Enterprise Knowledge (EK) is hiring a full-time Senior Full Stack Developer to join our growing Enterprise Delivery team. In this role, you will bridge...  ...ranging from intelligent search interfaces to complex agentic AI systems that automate intricate business workflows.... 
    Suggested
    Full time
    For contractors
    H1b
    Work at office
    2 days per week

    Enterprise Knowledge, LLC

    Arlington, VA
    3 days ago
  •  ...JOB DESCRIPTION Iron EagleX is seeking a Principal Agentic AI Full Stack Software Engineer to support our AI team in Crystal City, VA...  ...outcomes.  JOB DUTIES (INCLUDE BUT ARE NOT LIMITED TO)  ~ Develop clean, maintainable, and efficient Python code while adhering... 
    Suggested
    Contract work

    General Dynamics Information Technology

    Arlington, VA
    20 days ago
  • $160k - $190k

     ...problems. About the Role We’re looking for an exceptional Full Stack Developer to support one of the Department of Defense’s most innovative...  ...analysts, and mission users, the Full Stack Developer will deliver agentic AI and knowledge graph features culminating in an enterprise... 
    Contract work

    Redhorse Corp.

    Arlington, VA
    4 days ago
  • $200k - $280k

    Job Description GliaCell is seeking a Full Stack Developer on one of our subcontracts. This is a full‑time position offering the opportunity...  ...main branch. Desired Skills Hands‑on experience playing with agentic AI frameworks or building tools utilizing LLMs. Familiarity... 
    Full time
    Contract work
    Work from home
    Relocation package

    GliaCell Technologies

    Laurel, MD
    1 day ago
  •  ...intelligence and emerging technologies, developing solutions for the biggest challenges that...  ...a small team of highly capable Full-Stack Engineers to design and build AI-enabled...  ...Center, you'll shape how generative and agentic AI redefines mission delivery, developing... 

    Federal Advisory Partners, LLC

    Riverdale, MD
    12 hours ago
  • $20k

     ...“Best Staffing Firms to Work for in 2012″ by Staffing Industry Analysts! Job Description My client is seeking a Full Stack LAMP Developer, mostly front end but backend knowledge is a plus. Ruby is also a huge plus! This is a dynamic client in the DC area that... 
    Full time
    Immediate start

    Veredus

    Washington DC
    12 hours ago
  • $90k - $115k

     ...sexual orientation, age, marital status, veteran status, or disability status. Job Description What are you? ~ A Full Stack Developer Where is your seat? ~ Washington, DC How much are you paid? ~$90,000 – $115,000 + Bonus + Medical Benefits... 
    Full time
    Local area

    Raパートナーズ

    Washington DC
    12 hours ago
  •  ...Position Summary: Seeking highly skilled Full-Stack Senior Engineers to drive rapid development in an AI-assisted environment. Candidates...  ...at leveraging AI coding assistants (e.g., Claude, Amazon Q Developer) to accelerate delivery, while applying strict human oversight... 
    Full time

    Bow Wave Llc

    Washington DC
    12 hours ago
  •  ...Description The work Full-Stack Developers deliver coherent features across the browser, service, and data layers. They can follow a user need through a React interface, an API, back-end logic, and a database change, then make sure those parts work together as one... 
    Full time
    Contract work

    Opendatajobs

    Washington DC
    12 hours ago
  • $165k

     ...highly cleared engineers, analysts, and program managers represent some of the best talent locally available. The Senior Full Stack Developer is responsible for the design, development, testing, and management of application development projects in support of IT... 
    Full time
    Flexible hours

    Synergy Ecp

    Washington DC
    12 hours ago
  •  ...hiring a Senior Software Engineer to build out our backend and agentic AI capabilities. This is a backend-heavy role focused on MCP tool...  ...within our platform. You will work with Django and Python across the stack, make architecture calls with autonomy, mentor others, and shape... 

    Trustible

    Arlington, VA
    12 hours ago
  •  ...proven success and exceptional past performance, we empower clients with innovative, measurable results. Position Overview Full Stack Developer with experience building cloud-native applications using Java/Spring Boot microservices and modern JavaScript SPA frameworks... 
    Remote job
    Hourly pay
    Full time
    Flexible hours

    Viderity Inc.

    Washington DC
    12 hours ago
  • $150 per hour

    Full Stack Engineer Location: Remote | NY, DC or ME  Clearance: Must be eligible to obtain a Secret or higher Employment Type...  ...review. You'll work across document-processing pipelines, an agentic workflow execution system, database scaling problems, and pushing... 
    Remote job
    Full time
    Contract work
    Flexible hours

    Pc Arena

    Washington DC
    12 hours ago
  • $72k - $210k

     ...Position Overview   The Remote Full Stack Developer is responsible for designing, developing, and maintaining scalable, high‑performance web applications across both front‑end and back‑end environments. This role requires strong technical expertise, autonomy, and the... 
    Remote job
    Full time

    Children House Montessori

    Arlington, VA
    12 hours ago
  •  ...Description Northramp is seeking a Full Stack Developer to build, enhance, and support cloud-hosted enterprise applications for a major federal modernization program. The Full Stack Developer will collaborate closely with software engineers, cloud architects, data... 
    Remote job
    Full time
    Contract work
    Temporary work

    Northramp

    Washington DC
    12 hours ago
  •  ...engineer's who can own the entire agent stack: a production frontend, a robust backend,...  ...lead technical architect and builder of agentic systems running in AWS, OCI, and Azure. You...  ...— we want to talk. What you'll own Full-stack agent development  You design and build... 
    Full time
    Temporary work

    Trilagen

    Bethesda, MD
    12 hours ago
  • $130k - $170k

     ...Description We are seeking a Senior Full-Stack Developer with a strong background in building and architecting complex, data-driven systems. In this role, you’ll design and deliver modern applications, APIs, and services that process large volumes of structured and... 
    Full time
    Casual work

    Aristotle

    Washington DC
    12 hours ago
  • $60k - $180k

     ...applications & infrastructure, cybersecurity, data delivery & analytics, and IT talent solutions.   M9 Solutions is seeking a  Full Stack Developer to work hybrid remote/onsite in support of a government contract for a client located in Bethesda, MD. An active TS/SCI... 
    Full time
    Contract work
    For contractors
    Remote work
    Weekend work
    Afternoon shift

    M9 Solutions

    Bethesda, MD
    12 hours ago
  • Analytica is seeking a Full Stack Developer to support the design, development, testing, deployment, and maintenance of secure, scalable enterprise applications for a federal government client. The ideal candidate will work across the full software development lifecycle... 
    For contractors
    Local area

    ANALYTICA

    Bethesda, MD
    4 days ago
  • $160k - $175k

    Computer Technologies Consultants (CTC) is seeking a Full Stack Software Developer to support the Intelligence Community in Laurel, MD. This is a full time on-site position on a stable prime government contract.With offices in Washington DC and San Diego, CA, CTC is a leading... 
    Full time
    Contract work
    Local area

    Computer Technologies Consultants (CTC)

    Laurel, MD
    4 days ago
  •  ...surveillance, and reconnaissance (ISR), and logistics.Job Description*Position is contingent upon contract award*SOSi is seeking a Full Stack Developer. In this role the Developer will provide full stack development support to the Sponsor’s web applications’ expanding cloud... 
    Contract work
    For contractors
    Work at office

    SOSi

    Washington DC
    12 hours ago
  • $86.8k - $198k

    Geospatial Full-Stack DeveloperThe Opportunity: As a geospatial full-stack developer, you will deliver end-to-end solutions for spatial data challenges in a fast-paced, agile environment. If you’re eager to not only build software but architect systems that drive impactful... 
    Full time
    Contract work
    Part time
    Work at office
    Local area
    Remote work

    Booz Allen Hamilton

    Alexandria, VA
    3 days ago
  • $106k - $169k

     ...Software Engineer II - Backend/Platform Agentic AI Who is Mastercard? Mastercard is...  ...capabilities into our existing Java/Spring Boot stack, and help operate AI systems in...  ...and experience. Mastercard benefits for full time (and certain part time) employees generally... 
    Full time
    Part time
    Worldwide
    Flexible hours

    MasterCard

    Arlington, VA
    3 days ago
  • $100k - $120k

    Job DescriptionECS is seeking a Full Stack Developerto work with data scientists and analysts to rapidly design, implement, test, and deploy applications and cloud-based platforms capable to tackling complex analytical tasks using large datasets. This position works for... 
    Permanent employment
    Work at office

    ECS Federal

    Arlington, VA
    3 days ago
  • SummaryAll Native Group, a division of and Ho Chunk, Incorporated, is seeking an exceptional Full Stack Developer to support the design, development, testing, and maintenance of web applications and backend services within the Congressional Budget Office's (CBO) technology... 
    Permanent employment
    Full time
    Contract work
    Work at office
    Local area
    Flexible hours

    Ho Chunk

    Washington DC
    4 days ago
  •  ...AWS Java Full Stack DeveloperRandstad is seeking an experienced AWS Java Full Stack Developer to support a federal client in a hybrid role based in Washington, DC. The ideal candidate will bring strong backend development experience using Java, Spring Boot, and AWS cloud... 

    Software Technology Inc

    Washington DC
    22 hours ago
  • $191k - $292k

     ...understanding, voice-control of assets, and enabling higher-levels of autonomy. ABOUT THE JOBAnduril is looking for a full-stack software engineer to build agentic modeling and simulation systems for operational planning. This role sits at the intersection of applied AI,... 
    Full time
    Work experience placement
    Immediate start

    Anduril Industries

    Washington DC
    4 days ago

Do you want to receive more vacancies?

Subscribe and receive similar vacancies to Full Stack Agentic Developer. Be the first to apply!