M
MeshWorld.
Back to Tags
Topic View

#Claude.

22 posts filed under this topic.

Agent Skills 8 min read

Vercel AI SDK Tools: One API for Claude and OpenAI Skills

Vercel AI SDK's unified tool interface works with Claude, OpenAI, and Gemini. Write your skill once and switch AI providers without rewriting the agent loop.

Vishnu Damwala
Agent Skills 8 min read

Chaining Agent Skills: Research, Summarize, and Save

Build a skill chain where an agent searches the web, summarizes findings, and saves results to a file — all from a single prompt. Full Node.js walkthrough.

Vishnu Damwala
Claude 8 min read

Agent Skills with the Claude API: tool_use From Scratch

Learn how to give Claude tools using the Anthropic API — define tools, handle tool_use responses, execute functions, and return results. Full Node.js working example.

Vishnu Damwala
AI 8 min read

What Are Agent Skills? AI Tools Explained Simply

Agent skills are the actions an AI can take beyond just talking. Learn what skills are, how they differ from prompts, and why they make AI actually useful in real workflows.

Vishnu Damwala
OpenClaw 6 min read

OpenClaw Tutorial: Build Your First AI Agent in 15 Minutes

Build your first OpenClaw agent from scratch — connect Telegram, configure a heartbeat schedule, set up memory, and swap LLMs. A complete hands-on walkthrough with real scenarios.

Vishnu Damwala
OpenClaw 9 min read

OpenClaw vs ChatGPT vs Claude: Which AI Setup Is Right for You?

Honest comparison of OpenClaw, ChatGPT, and Claude web — privacy, memory, cost, autonomy, and setup. Five questions to find your best AI setup.

Vishnu Damwala
Cheatsheet 7 min read

Claude API Cheat Sheet: SDK, CLI, MCP & Prompting

Complete Claude reference — Anthropic API, model IDs, Messages API params, Claude Code CLI commands, MCP setup, tool use, prompt caching, and Batch API.

Vishnu Damwala
AI 6 min read

LangGraph vs CrewAI vs Claude Agent Teams: Which Should You Use?

A practical comparison of the three dominant multi-agent frameworks in 2026 — LangGraph, CrewAI, and Claude Agent Teams — with a decision table to pick the right one.

Vishnu Damwala
AI 5 min read

Multi-Agent Systems Explained: When One AI Isn't Enough

A practical guide to multi-agent systems — what they are, when to use them, how orchestrator/subagent patterns work, and what Claude Agent Teams look like in practice.

Vishnu Damwala
AI 7 min read

Prompt Engineering Is Dead. Long Live System Prompts.

The 2023 obsession with magic prompt tricks is over. What actually works in 2026: clear system prompts, examples over descriptions, explicit constraints, and evals.

Vishnu Damwala
AI 6 min read

What Is a Context Window and Why Should Developers Care?

The context window is one of the most important things to understand about working with AI — and one of the least explained. Here's what it actually is and why it changes how you build.

Vishnu Damwala
AI 6 min read

What Is an LLM? A Plain English Guide for Developers

No jargon, no hype. What a large language model actually is, how it works under the hood, why it sometimes gets things wrong, and what that means for how you use it.

Vishnu Damwala
Claude 8 min read

I Used Claude to Review My Code for a Week. Here Is What It Caught.

A week-long experiment using Claude as a daily code reviewer on a real Node.js project — bugs found, security issues caught, where it was wrong, and what changed.

Vishnu Damwala
Claude 7 min read

How Junior Engineers Should Actually Use Claude Code

Not a shortcut — a safety net. How to use Claude Code to learn faster, catch mistakes early, and ship better code without becoming dependent on AI for thinking.

Vishnu Damwala
AI 5 min read

Claude vs ChatGPT for Developers: An Honest Look

Not a benchmark chart. A real developer's honest take on when Claude works better than ChatGPT, when it doesn't, and what actually matters when choosing between them.

Vishnu Damwala
AI 5 min read

Using Claude for Code Review: A Developer's Field Guide

How to actually use Claude to catch real bugs in your code before your teammates do — with prompts that work and an honest look at what Claude still misses.

Vishnu Damwala
AI 6 min read

How Developers Actually Use Claude Every Day (Not What You'd Expect)

Forget the hype. Here's how real developers have quietly worked Claude into their daily workflow — from debugging at 1am to writing docs nobody reads.

Vishnu Damwala
AI 5 min read

How to Write Your First Claude Code Skill (SKILL.md Guide)

A hands-on tutorial to create a working Claude Code skill using SKILL.md — build a /smart-commit skill that runs checks, writes a message, and commits in one command.

Vishnu Damwala
AI 4 min read

What Are Claude Agent Skills and How Do They Work?

A clear explainer on Claude Agent Skills — what they are, how the SKILL.md format works, lifecycle hooks, and why they matter for developer workflows in 2026.

Vishnu Damwala
AI 4 min read

Build Your First MCP Server for Claude in 15 Minutes

A step-by-step tutorial to scaffold a minimal MCP server in TypeScript, expose a tool, and connect it to Claude. The fastest path from zero to a working integration.

Vishnu Damwala
AI 5 min read

MCP Explained: How Claude Connects to Any Tool or Data Source

A clear breakdown of the Model Context Protocol — what it is, why it became the industry standard, and how Claude uses MCP servers to connect to tools and data.

Vishnu Damwala
Claude 6 min read

Claude vs Gemini 2.5 for Coding: Honest Comparison

Hands-on comparison of Claude Sonnet 4.6 vs Gemini 2.5 Pro for real coding tasks — debugging, code review, test writing, long context, and daily workflow integration.

Vishnu Damwala