Prompting Cheat Sheet for Local LLMs and Autonomous Agents

This post shows the importance of clear prompt structure when developing local AI agents with frameworks like LangGraph and Ollama. Smaller models are less tolerant of ambiguities, making it crucial to separate instructions, context, and output formats. This enhances reliability, debugging, and reduces risks from untrusted inputs.

The Rise of Agentic AI and Managing Expectations

This blog discusses the emergence of agentic AI, capable of planning and executing complex tasks autonomously, contrasting with traditional generative AI. The post emphasizes the importance of managing expectations, oversight, and ensuring transparency due to the unpredictability, including potential hallucinations associated with these systems. LangGraph is highlighted as a powerful tool for developing agentic workflows.

(outdated) Develop and Deploy Custom AI Agents to watsonx.ai on IBM Cloud

This blog post details the development and deployment of a customizable AI Agent using watsonx.ai. It covers motivations, architecture, and code for a weather query tool, explaining local execution, testing with pytest, and deployment via scripts. The integration with Streamlit UI is emphasized, showcasing seamless deployment processes and enhanced functionality for developers.

Blog at WordPress.com.

Up ↑