Posts
All the articles I've posted.
Cognitive Functions as Tools: integrating IA to communicate with other architecture components
March 2, 2025 | 07:00 PMThe Cognitive Functions as Tools connects AI systems with external software components, significantly expanding their scope and problem-solving capabilities.
Understanding the relationship between vector databases, efficient computation, and indexing techniques
November 8, 2024 | 02:15 AMVector databases were created to manage large-scale vector embeddings for text, images, and multimodal data. This sparked a shift where major databases, either natively or through extensions, blending specialized AI functionality with general-purpose data management.
Agent handoffs patterns: message flow and delegation of responsibilities
October 18, 2024 | 09:12 AMAgent handoffs allow for the transfer of tasks between software agents, ensuring that responsibilities are delegated to the most appropriate or available component. This process enhances system flexibility and scalability by enabling specialized agents to handle requests as needed.