R
Roi Gomez
CLAUDE & CLAUDE CODE EXPERT

Master Claude.
Build faster.

In-depth guides on Claude API, Claude Code, and AI-powered workflows. No fluff. Only what works.

10 ARTICLES
ES/EN BILINGUAL
2026 UPDATED
agent.py
import anthropic

client = anthropic.Anthropic()

response = client.messages.create(
    model="claude-sonnet-4-6",
    max_tokens=1024,
    tools=[get_weather, search_web],
    messages=[{
        "role": "user",
        "content": user_input
    }]
)

# Claude decides which tool to call
if response.stop_reason == "tool_use":
    result = handle_tool(response)
    send_result_back(result)
CLAUDE API CLAUDE CODE MCP AI AGENTS PROMPT ENGINEERING DEV PRODUCTIVITY
Latest articles View all →
What they say

"Roi helped us integrate Claude API into our product in record time. The cost savings with prompt caching were immediate."

C
Carlos M.
CTO, SaaS B2B

"The Claude Code workshop transformed how our dev team works. 3x productivity in the first weeks."

L
Laura S.
Head of Engineering

"The multi-agent system Roi designed reduced our content pipeline processing time from 4 hours to 20 minutes."

A
Andrés R.
Founder, Media Tech