Summary of the article: Contextual AI and Agent Composer
This article details Contextual AI, a company founded by AI research pioneer, Kiela, aiming to solve the persistent problem of enterprise AI failures. The core issue is that large language models (llms) lack access to the specific, proprietary knowledge crucial for businesses.
Here’s a breakdown of the key points:
* The problem with Enterprise AI: LLMs are trained on general data with a knowledge cutoff. They can’t access internal documents,specifications,and institutional knowledge.
* Retrieval-Augmented Generation (RAG): The initial solution – RAG – retrieves relevant company data and feeds it to the LLM alongside user questions. However, early RAG systems were often inaccurate and prone to “hallucinations” (making up information).
* Contextual AI’s Approach: Contextual AI developed a “unified context layer” to improve RAG. This layer ensures the right information reaches the LLM in the correct format. They’ve achieved high performance on Google’s FACTS benchmark, demonstrating reduced hallucinations.
* Agent Composer: This is Contextual AI’s new platform that builds on their existing technology. It allows users to create AI agents to automate complex engineering workflows.
* Agent Composer Features:
* Three Creation Methods: Pre-built agents, natural language description, or a visual drag-and-drop interface.
* Hybrid Architecture: Combines deterministic rules (for critical steps like compliance) with dynamic reasoning.
* One-Click Optimization: automatically improves agent performance based on user feedback.
* Auditability & Citations: Every step is auditable, and responses include source citations.
* early Results: Customers have reported significant efficiency gains, with some tasks being reduced from 8 hours to 20 minutes. (Note: these are self-reported figures).
In essence, Contextual AI is focused on building reliable, grounded AI solutions for enterprises by improving the way LLMs access and utilize internal knowledge. They are targeting industries like aerospace,semiconductors,and manufacturing.