CTO on the Shifting Role of Senior Engineers
The role of senior software engineers is evolving from direct coding to system design and orchestration as AI handles more implementation tasks, according to Joris Conijn, CTO at Xebia. "We are at a unique point in history where there is finally an alternative to human coding," Conijn said. He argued that future value for senior engineers will lie in architectural vision and influencing technical direction, not just programming proficiency.
- In insurtech, multi-agent AI systems are being designed to automate the entire claims pipeline; this involves an "Intake Agent" using NLP for initial filing, a "Fraud Detection Agent" analyzing data patterns, a "Valuation Agent" estimating costs from images, and a "Decision Agent" to approve, deny, or escalate the claim. This modular approach allows specialized agents to collaborate on complex workflows, moving beyond single, monolithic AI models. - Open-source frameworks for building these agentic systems include LangChain for modularity, AutoGen for multi-agent collaboration, and CrewAI for structuring agent teams with defined roles. For implementation, developers are also using tools like Composio to connect AI agents to external tools like GitHub and Slack, and Vocode for building voice-powered agents. - The architectural backbone for these AI systems in insurance is increasingly API-driven, moving away from monolithic legacy systems. This allows for connecting core functions like policy administration and claims processing with third-party data sources and new applications in real-time, which is critical for functions like automated underwriting and fraud detection. Insurers with strong internal API programs have reported operational efficiency improvements of up to 30%. - For Staff and Principal-level engineers, influence without direct authority is a key skill, which involves setting technical direction through documentation, resolving architectural deadlocks to unblock teams, and aligning multiple squads on shared patterns using RFCs and design reviews. This leadership focuses on creating architectural principles that enable teams to make decisions autonomously. - Venture capital investment in insurtech is showing a rebound, with deal value reaching $1.8 billion in Q1 2025, a 64.8% increase from the previous quarter. The funding is shifting towards infrastructure-first solutions, particularly in underwriting and P&C, which attracted $632 million and $419 million respectively, focusing on AI-based risk modeling and automated pricing engines. - Multi-agent systems are structured using several design patterns, such as the orchestrator-worker model, where a central agent assigns tasks, and the blackboard pattern, which uses a shared knowledge base for asynchronous collaboration among agents. In more complex setups, a supervisor agent can manage a group of specialized agents to accomplish a larger goal. - For system observability and developer experience, newer open-source tools are emerging. Scalar provides a modern alternative to Swagger for interactive API documentation, while Mago combines linting, formatting, and static analysis for PHP into a single tool to speed up CI/CD pipelines.