Skip to content

Examples

Meticulous Researcher

Example of the agent using semantic scholar to retrieve papers.

LLM vs. Agentic AI

Agentic AI addresses the "knowledge gap" of LLMs by enabling the use of tools. Notice how the LLM alone produces a nonsensical response, but the same LLM given access to web search produces a correct response.

Coding Assistant

Note how the custom "Coding Expert" prompt ensures the response includes notes on how to adapt to your own data. In this example, Qwen Code was able to generate a response without using any tools.

Multi-tool use

The AI Agent can use multiple tools as needed.

Multi-Agent chat

Kaimana allows you to chat with multiple LLMs in the samne conversation. In this example, we submit a query to DeepSeek R1, and then ask Qwen to add to R1's response.