Tag:llm
All the articles with the tag "llm".
Designing autonomous agents: an architectural approach
October 9, 2024 | 08:12 AMThrough a structured architectural framework, it explores how to develop intelligent agents capable of making decisions and acting independently in dynamic environments. By understanding the key components and characteristics of agents, developers can design more effective and autonomous software systems.
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.
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.
Digital Twin and MCP: standards for AI in Smart Cities
April 2, 2025 | 12:10 PMHow Digital Twin use Model Context Protocol (MCP) as standard to enable real-time city and intelligent services to empower scalable and efficient architectures.
Patterns to mitigate LLM hallucinations
October 1, 2024 | 02:15 AMHow to mitigate LLM hallucination issues using effective strategies and software design patterns. Implement these techniques to ensure more accurate and reliable language model outputs.
Retrieval-Augmented Generation (RAG) Systems: custom software components and workflows
September 24, 2024 | 07:35 AMHow Retrieval-Augmented Generation (RAG) systems utilize various components, powered by the latest Large Language Models, to perform specific tasks in a workflow.Python-based components simplify integration, ensure optimal operation, and enhance language processing capabilities