Goldman Sachs Partners with Anthropic on AI Agents

Goldman Sachs is partnering with Anthropic to develop autonomous AI agents for its financial operations. The initiative aims to embed agents built on Claude models into mission-critical, rules-based workflows like accounting and compliance, automating processes that previously required significant manual oversight.

- Anthropic's new "Claude for Financial Services" offering signals a strategic focus on high-trust sectors, bundling its Claude 4 model family with new features tailored for finance. Key additions include a native Excel plug-in for direct spreadsheet interaction, connectors to live market data from sources like LSEG and Moody's, and pre-built "Agent Skills" for tasks like discounted cash flow (DCF) modeling and due diligence analysis. To address industry concerns, Anthropic ensures client data is not used for model training, enhancing data privacy and confidentiality. - The architecture of these AI agents often follows a multi-agent system (MAS) design pattern, where a primary coordinating agent decomposes a complex goal into sub-tasks. These smaller tasks are then dispatched to specialized "worker" agents that might handle data retrieval, validation, or reasoning in parallel. This modular, microservices-like approach enhances scalability and reliability over a single monolithic agent. - For backend system design, building scalable AI APIs requires asynchronous processing to handle compute-intensive workloads without blocking user requests. This is often implemented using task queues (like RabbitMQ or Kafka) and background workers that can process jobs in parallel. Containerization with tools like Kubernetes is also critical for auto-scaling AI models as microservices and managing rolling updates. - In the insurtech space, AI agents are being deployed to automate underwriting and claims processing, with some firms reporting that up to 40% of an underwriter's time is spent on administrative tasks that can be automated. For claims, AI can handle everything from the initial filing and data extraction to fraud detection and even recommending settlement amounts. This automation can reduce claim cycle times by as much as 80%. - Open-source LLM orchestration frameworks are key for building these agentic systems. Tools like LangChain, AutoGen, and CrewAI provide the structure for defining agent roles, tools, and conversational flows. For instance, AutoGen, a framework from Microsoft, focuses on creating multi-agent conversation patterns, while CrewAI is designed for production systems with role-based task delegation. - As an individual contributor on the Staff/Principal track, leadership shifts from direct management to influencing technical direction and mentoring other engineers. This involves setting technical standards, guiding architectural decisions, and mediating complex cross-team trade-offs. The role becomes less about personal output and more about multiplying the impact of the entire team. - After a funding peak of $15.8 billion in 2021, the insurtech sector saw a market correction, with funding levels stabilizing around $1.1 billion per quarter over the last few years. However, AI-focused insurtechs are a bright spot, capturing nearly 75% of all funding in Q3 2025. This indicates a clear investor shift towards startups leveraging AI for core insurance functions.

Get your own daily briefing

Scout delivers personalized news, insights, and conversations tailored to your role and industry.

Download on the App Store

Shared from Scout - Be the smartest in the room.