Get AI summaries of any video or article — Sign up free

Tool Use — Topic Summaries

AI-powered summaries of 17 videos about Tool Use.

17 summaries

No matches found.

Build Anything with AI Agents, Here's How

David Ondrej · 3 min read

AI agents are positioned as the practical route to the next wave of general-purpose intelligence—because they can do work toward a goal instead of...

AI AgentsLarge Language ModelsCrewAI

Apple’s ‘AI Can’t Reason’ Claim Seen By 13M+, What You Need to Know

AI Explained · 3 min read

A widely circulated claim that Apple’s latest AI work shows large language models can’t “reason” is met with a blunt counterpoint: these systems...

LLM Reasoning LimitsTool UseToken Constraints

Claude 4 System Prompt

The PrimeTime · 3 min read

Anthropic’s published Claude 4 system prompts for Claude Opus 4 and Claude Sonnet 4 read like an operating manual: they tightly define how Claude...

Claude 4 System PromptPrompting GuidanceModel Safety

Stop using ChatGPT, build Agents instead - Maya Akim

David Ondrej · 3 min read

AI agents are framed as the next practical step beyond chatbots—because they can act, use tools, and iterate at scale—yet the biggest obstacle...

AI AgentsOpen Source TrustTool Use

Function Calling with Local Models & LangChain - Ollama, Llama3 & Phi-3

Sam Witteveen · 2 min read

Running function calling and structured JSON outputs locally is practical with smaller open models—especially Llama 3 8B on Ollama—and it enables...

Local Function CallingOllamaLangChain

Let's Talk THAT Apple AI Paper—Here's the Takeaway Everyone is Ignoring

AI News & Strategy Daily | Nate B Jones · 2 min read

Apple’s research paper on “reasoning” language models sparked a wave of memes claiming AI is fake or that reasoning has been disproven. The more...

Apple AI PaperChain-of-ThoughtLogic Puzzles

LangChain Agents: Build Personal Assistants For Your Data (Q&A with Harrison Chase and Mayo Oshin)

Chat with data · 3 min read

LangChain agents are built around a simple but powerful idea: use a language model as a reasoning engine, then let it reliably choose and run...

LangChain AgentsTool UseAgent Memory

Build Genius AI Agents with Prompt Engineering

David Ondrej · 3 min read

Prompt engineering sits at the center of building capable AI agents because every agent’s “brain” is a large language model that predicts the next...

Prompt EngineeringChain of ThoughtSelf-Consistency

The 4 Stacks of LLM Apps & Agents

Sam Witteveen · 3 min read

Building useful LLM apps and agents comes down to assembling four distinct “stacks” in the right places: the model itself, the data/search/memory...

LLM App ArchitectureLLM AgentsVector Stores

The King is Back. o3 & o4-mini are ELECTRIC! Can Google Compete?

MattVidPro · 3 min read

OpenAI’s new o3 and o4-mini models are being positioned as a major leap in “agentic” AI—systems that can plan, use tools (web search, Python,...

OpenAI o3OpenAI o4-miniTool Use

AI AGENTS Updates From Google, OpenAI and Anthropic

All About AI · 3 min read

AI agents are increasingly defined less by raw language ability and more by their ability to pursue goals through a loop of tool use—an approach...

AI AgentsTool UseFunction Calling

Cohere's Command-R a Strong New Model for RAG

Sam Witteveen · 3 min read

Cohere’s Command-R arrives as a purpose-built model for retrieval-augmented generation (RAG) and tool/function calling, not as a bid to replace top...

Command-RRetrieval Augmented GenerationTool Use

ChatGPT Agent is NEXT LEVEL Autonomy

MattVidPro · 3 min read

ChatGPT Agent is being positioned as a “human-in-the-loop” style AI system that can complete multi-step tasks inside a virtual computer—searching the...

Agentic AIChatGPT AgentTool Use

LLM Function Calling (Tool Use) with Llama 3 | Tool Choice, Argument Mapping, Groq Llama 3 Tool Use

Venelin Valkov · 3 min read

Function calling with Llama 3 is no longer a niche capability: a Groq-tuned “Llama 3 tool use” model can reliably translate natural-language requests...

Function CallingTool UseLlama 3

OpenAI DevDay 2024 | Community Spotlight | Sierra

OpenAI · 2 min read

Sierra’s TAU-bench reframes how AI agents are evaluated by combining realistic user conversations with tool-using task execution—and, crucially, by...

AI AgentsBenchmarkingUser Simulation

Build Smarter AI Apps: Memory, Tools, Retrieval & Structured Output with Python, Pydantic & Ollama

Venelin Valkov · 3 min read

AI apps become meaningfully more useful when they’re given four upgrades beyond plain text prompting: memory, structured outputs, tool use, and...

MemoryStructured OutputTool Use

Livecoding: ICE and the Factored Cognition Primer by Ought

The Full Stack · 3 min read

High-reliability language-model apps increasingly come from breaking tasks into smaller, testable steps—then using execution traces to pinpoint...

Iterated DecompositionICE TracingPrompt Hygiene