Salary range is:
This position is bonus and/or commission eligible.
CCC Intelligent Solutions Inc. (CCC) is a leading cloud platform for the multi-trillion-dollar insurance economy, creating intelligent experiences for insurers, repairers, automakers, part suppliers, and more. At CCC, we’re making life just work by empowering more than 35,000 businesses with industry-leading technology to get drivers back on the road and to health quickly and seamlessly. We’re pushing boundaries with innovative AI solutions that simplify and enhance the claims and repair journey. Through purposeful innovation and the strength of its connections, CCC technologies empower the people and industry relied upon to keep lives moving forward when it matters most. Learn more about CCC at www.cccis.com.
- Ship LLM-powered features and agentic workflows in Python and TypeScript, from a problem scoped with product managers and data scientists through production traffic, and help set the metrics you will be measured against.
- Write the evals, guardrails, and feedback loops that make your features trustworthy, and hold them to explicit token and latency budgets.
- Use agentic coding tools every day, and own the review of what they produce: catch the correctness, security, and design problems in generated code before you open the pull request.
- Maintain and extend the NLP pipelines that turn unstructured claim data into structured data customers can act on, blending semantic search, classical NLP, and LLMs.
- Build and operate durable, event-driven services in which agents run as steps inside deterministic workflows, with checkpointed model outputs so a retry does not re-invoke a completed LLM step.
- Trace every model call and agent step so a recommendation can be reconstructed and audited, with citations back to the source documents, and wire that tracing into your alerts.
- Model and query claims data across relational, document, and graph stores.
- Design privacy and security in from the start: tenant isolation, least-privilege access for agents and their tools, and a clear rule for what personal and medical data may reach a model provider.
- Write a technical design document before any significant change, and use it to get feedback and buy-in from the team before you build.
- Take part in a shared on-call rotation for the services you build.
- 3+ years of professional software engineering experience, including at least one LLM-powered feature you shipped and then operated in production.
- Python and TypeScript: typed, tested, async code in both, and real depth in one.
- Evals you have designed for LLM output, plus guardrails you have shipped.
- A clear account of how you constrain an agentic coding tool's context and verify its output, from daily use of Claude Code, Cursor, GitHub Copilot, or similar on production work.
- Pipelines that blend LLMs with semantic search and classical NLP: structured output, tool calling, embedding-based retrieval, and a case where a classical technique beat an LLM.
- Services built on message- or event-driven architectures, including long-running workflows with retries, idempotent handlers, and event-sourced state, plus an LLM or agent step you ran inside one.
- Data modeling in stores such as PostgreSQL, MongoDB, Neo4j, SQL Server, and Cosmos DB, with real depth in one relational and one non-relational store, and familiarity with tenant isolation and regulated personal data.
- Backend services built and operated on Azure or AWS, and exposure to a durable workflow engine such as Temporal or the Durable Task Scheduler.
- Technical design documents you have written to get feedback and buy-in from a team before building, and that the team then built to.
- Clear writing and discussion for technical and non-technical audiences, and code review you can give as well as take.
Even Better if You Have:
- React and TypeScript experience, so you can deliver a full-stack feature end to end. Chat, streaming, and citation-heavy AI experiences especially.
- Experience with CI/CD pipelines and infrastructure as code such as Terraform or Bicep.
- Experience with agent frameworks, LangGraph and the Microsoft Agent Framework among them, and with the ways agents reach their tools: the Model Context Protocol (MCP), the Agent2Agent (A2A) protocol, command-line tools, and microservices.
- Experience with LLM observability and evaluation tooling such as LangSmith, Arize, or Braintrust, and with OpenTelemetry-based tracing.
- Experience designing A/B tests for AI features, or what-if simulations that replay historical claims through a proposed change before it ships.
- Exposure to the insurance, claims, or automotive repair domains.
What Success Looks Like:
- In your first six months you ship an LLM-powered feature, its evals run in CI, and you can name the metric it moved.
- When a model migration or prompt change causes a regression, the evals you wrote catch it before a customer does.
- You take ownership from concept to production with light direction, asking the right questions early.
- You care that things hold up: the services you build survive retries, partial failures, and model migrations without incidents a customer can see.
- When something goes wrong in production, the trace tells you which step and which model call, and you can show an auditor the same thing.
- Privacy and security reviews of your features find nothing that was not already designed in.
- You enjoy the craft, and it shows: engineers pick up your patterns without being told to.
- You enjoy the back-and-forth that gets a feature scoped, and you can argue a position without needing to win it.
- You embrace our ambitious, collaborative, and empathetic values, and you like problems where the answer has to be measured rather than argued.
A video interview is required for this position. Video interviews are transcribed. Transcriptions are retained and may be reviewed by CCC and our recruiters. Candidates are not permitted to use generative AI or automated assistance during the interviews unless explicitly allowed by the interview team for a specific exercise. Our Job Applicant Privacy Notice is available HERE.
CCC Intelligent Solutions understands that our employees play an integral role in our vision to shape a world where life just works. Our team is defined by our values of Integrity, Customer-Focus, Innovation, Inclusion & Diversity, Tenacity, and Connection. Through diverse perspectives, purposeful innovation, and the strength of connections, our technologies empower the people and industry relied upon to keep lives moving forward when it matters most.
At CCC, together everyone can thrive as we innovate and collaborate, creating employee experiences that just work. We are committed to providing opportunities for our people to make real-life impacts, advance in their careers, and contribute to CCC’s success.
CCC offers competitive compensation and benefits to support you and your families, including:
401K Match
Paid time off
Annual Incentive Plan Performance Bonus
Comprehensive health insurance
Adoption Assistance
Tuition Reimbursement
Wellness Programs
Stock Purchase Plan options
Employee Resource Groups
For more information about our benefits, please check out our careers site.
Here, you belong. You are seen, valued, and respected. We celebrate you for who you are and all you bring. Every voice is heard and is important to our success. You can hear what employees have to say about our culture here
If you require reasonable accommodation to complete a job application, please contact (800) 621-8070.
Skills Required
- 3+ years of professional software engineering experience
- At least one LLM-powered feature shipped and operated in production
- Professional Python experience with typed, tested, asynchronous code
- Professional TypeScript experience with typed, tested, asynchronous code
- Designed LLM evaluations and shipped guardrails
- Experience constraining and verifying output from agentic coding tools such as Claude Code, Cursor, or GitHub Copilot
- Experience blending LLMs with semantic search and classical NLP, including structured output, tool calling, and embedding-based retrieval
- Experience building event-driven architectures with long-running workflows, retries, idempotent handlers, and event-sourced state
- Experience operating an LLM or agent step within an event-driven workflow
- Data modeling experience with relational and non-relational stores, including PostgreSQL, MongoDB, Neo4j, SQL Server, or Cosmos DB
- Experience with tenant isolation and regulated personal data
- Backend services operated on Azure or AWS
- Exposure to Temporal or Durable Task Scheduler
- Experience writing technical design documents and obtaining team feedback before implementation
- Clear written and verbal communication for technical and non-technical audiences
- Experience giving and receiving code reviews
- React and TypeScript experience
- Experience with CI/CD and infrastructure as code using Terraform or Bicep
- Experience with LangGraph, Microsoft Agent Framework, MCP, A2A, command-line tools, or microservices
- Experience with LLM observability and evaluation tools such as LangSmith, Arize, Braintrust, or OpenTelemetry
- Experience designing A/B tests or historical what-if simulations for AI features
- Exposure to insurance, claims, or automotive repair domains
CCC Intelligent Solutions Compensation & Benefits Highlights
The following summarizes recurring compensation and benefits themes identified from responses generated by popular LLMs to common candidate questions about CCC Intelligent Solutions and has not been reviewed or approved by CCC Intelligent Solutions.
-
Healthcare Strength — Healthcare options are presented with multiple medical plan choices alongside dental, vision, mental-health resources, wellness programs, and ancillary coverages, indicating strong coverage breadth. Company materials consistently highlight these offerings across plans.
-
Retirement Support — Retirement programs include a 401(k) with company match and clearly described plan features, supporting long‑term savings. These retirement elements are positioned as core components of the total rewards package.
-
Leave & Time Off Breadth — Leave programs feature generous PTO, paid holidays and sick time, bereavement leave, and volunteer days, with flexible or remote work noted as team-dependent. The breadth of time-off options is emphasized across benefits descriptions.
CCC Intelligent Solutions Insights
What We Do
CCC Intelligent Solutions Inc. (CCC), is a leading cloud platform provider for the multi-trillion-dollar P&C insurance economy, creating intelligent experiences for insurers, repairers, automakers, part suppliers, and more. The CCC Intelligent Experience (IX) Cloud™ platform, powered by proven AI and an innovative event-based architecture, connects more than 35,000 businesses to power customized applications and platforms for optimal outcomes and personalized experiences that just work. Through purposeful innovation and the strength of its connections, CCC technologies empower the people and industry relied upon to keep lives moving forward when it matters most. Learn more about CCC at www.cccis.com.
Why Work With Us
When you join CCC, you’re not just joining a company—you’re joining a community that’s passionate about transforming industries and making a difference. Our state-of-the-art Chicago headquarters amenities include a full-size basketball court, health club, rooftop terrace, pool tables, shuffleboard, and other activities to help you unwind.








