MeshWorld India LogoMeshWorld.
Back to Tags
Topic View

#Claude.

Deep-dives into Anthropic's Claude AI models, API integration, Claude Code CLI tooling, model context protocol (MCP) servers, and agentic coding workflows.

37 posts
Dec 2025 – Jun 2026
Filed under this topic
MCP Server Complete Guide 2026: Build, Deploy & Connect AI Tools
MCP5 min read

MCP Server Complete Guide 2026: Build, Deploy & Connect AI Tools

Build production MCP servers from scratch. Connect Claude, Cursor, and Windsurf to any API, database, or tool. Complete with TypeScript and Python examples.

Maya
Maya
XML Prompt Engineering Cheatsheet: Steering LLMs at Scale
xml-prompts5 min read

XML Prompt Engineering Cheatsheet: Steering LLMs at Scale

Master XML prompting for Claude 3.5 and Gemini 1.5. Learn how to structure prompt hierarchies, input variables, few-shot templates, and output tags.

Vishnu
Vishnu
Claude System Prompts & Steering Cheatsheet: Architecting AI Behavior
system-prompts5 min read

Claude System Prompts & Steering Cheatsheet: Architecting AI Behavior

Master the structure of advanced system prompts for Claude 3.5. Learn role-play constraints, thinking processes, XML configurations, and steering guardrails.

Vishnu
Vishnu
Anthropic Academy: Free Claude Courses, MCP & Claude Code [2026]
Anthropic5 min read

Anthropic Academy: Free Claude Courses, MCP & Claude Code [2026]

Complete guide to Anthropic Academy free Skilljar courses, Claude Code training, and MCP short courses in 2026. With DeepLearning.ai partnership reviews.

Vishnu
Vishnu
10 Claude Skills That Actually Save You Time in 2026
claude5 min read

10 Claude Skills That Actually Save You Time in 2026

Forget basic chats. These 10 Claude skills — from HookForge to Caveman — turn generic AI responses into production-grade output instantly.

Vishnu
Vishnu
AI Weekly Roundup: Every AI Update That Matters
AI5 min read

AI Weekly Roundup: Every AI Update That Matters

Catch up on AI news that actually matters. Weekly roundups covering Claude, OpenAI, Google, Meta, Perplexity, and the tools reshaping work.

Darsh Jariwala
Darsh Jariwala
AI Weekly: Claude Designs, Google Teaches, Meta Clones
AI5 min read

AI Weekly: Claude Designs, Google Teaches, Meta Clones

Claude Design replaces Canva, Google disrupts music and education, Meta builds AI clones, and Perplexity works while you sleep. Here's the week's 14 AI updates that actually matter.

Darsh Jariwala
Darsh Jariwala
Claude Design: What It Does, Canva Integration, and Market Impact
ai5 min read

Claude Design: What It Does, Canva Integration, and Market Impact

Anthropic launched Claude Design, an AI-powered tool that creates prototypes, presentations, and marketing visuals. It integrates with Canva and hands off to Claude Code. Here's what it does and why Figma and Adobe stock dropped on the news.

Scarlett
Scarlett
Claude Opus 4.7: The Good, The Weird, and The Broken Prompts
AI5 min read

Claude Opus 4.7: The Good, The Weird, and The Broken Prompts

Anthropic's latest Opus model is a coding beast with vision that actually works—and it's intentionally scared of cybersecurity. Here's what's actually new, what's broken, and what the hell Project Glasswing means for you.

Vishnu
Vishnu
MCP (Model Context Protocol): The Complete Developer's Guide
MCP5 min read

MCP (Model Context Protocol): The Complete Developer's Guide

Master the Model Context Protocol. Build MCP servers, connect LLMs to any API, and integrate with Claude, Cursor, and Windsurf using real examples.

Maya
Maya
AI Agent Architecture Patterns: ReAct, Planning & Memory
AI5 min read

AI Agent Architecture Patterns: ReAct, Planning & Memory

Master essential AI agent patterns: ReAct, Plan-and-Execute, Multi-Agent systems, and Memory. Build reliable autonomous agents using these proven architectures.

Vishnu
Vishnu
Cursor vs Claude Code in 2026: Which One Should You Use?
Claude Code5 min read

Cursor vs Claude Code in 2026: Which One Should You Use?

Cursor and Claude Code are the two dominant AI coding tools in 2026. Here is the honest comparison of which fits your workflow.

Vishnu
Vishnu
Context Window Full? 9 Tricks to Get More Out of Every AI Session
AI5 min read

Context Window Full? 9 Tricks to Get More Out of Every AI Session

Running into AI context limits? Use these 9 practical tricks to stay under the limit and keep your AI accurate and responsive during long development sessions.

Vishnu
Vishnu
MCP vs Function Calling: What's the Actual Difference?
MCP5 min read

MCP vs Function Calling: What's the Actual Difference?

MCP and function calling both let AI models use tools. But they work very differently. Here's the comparison.

Maya
Maya
Vercel AI SDK Tools: One API for Claude and OpenAI Skills
Agent Skills5 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
Vishnu
Agent Skills with the Claude API: tool_use From Scratch
Claude5 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 responses, and return results with a complete Node.js working code example.

Vishnu
Vishnu
What Are Agent Skills? AI Tools Explained Simply
AI5 min read

What Are Agent Skills? AI Tools Explained Simply

Learn what agent skills are and how they enable AI to take real-world actions. Discover why skills make AI truly useful beyond simple chatbot conversations.

Vishnu
Vishnu
OpenClaw Tutorial: Build Your First AI Agent in 15 Minutes
OpenClaw5 min read

OpenClaw Tutorial: Build Your First AI Agent in 15 Minutes

Build your first OpenClaw agent from scratch. Connect Telegram, configure a heartbeat, set up memory, and swap LLMs in this hands-on walkthrough.

Vishnu
Vishnu
OpenClaw vs ChatGPT vs Claude: Which AI Setup Is Right for You?
OpenClaw5 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
Vishnu
Claude API Cheat Sheet: SDK, CLI, MCP & Prompting
Cheatsheet5 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
Vishnu
MCP Explained: How Claude Connects to Any Tool or Data Source
AI5 min read

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

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

Maya
Maya
How to Write Your First Claude Code Skill (SKILL.md Guide)
AI5 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.

Vishnu
Vishnu
Build Your First MCP Server for Claude in 15 Minutes
AI5 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.

Maya
Maya
Using Claude for Code Review: A Developer's Field Guide
AI5 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.

Vishnu
Vishnu
What Are Claude Agent Skills and How Do They Work?
AI5 min read

What Are Claude Agent Skills and How Do They Work?

A clear explainer on Claude Agent Skills — what they are, and why they matter for developer workflows in 2026.

Vishnu
Vishnu
How Developers Actually Use Claude Every Day
AI5 min read

How Developers Actually Use Claude Every Day

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

Vishnu
Vishnu
Claude vs ChatGPT for Developers: An Honest Look
AI5 min read

Claude vs ChatGPT for Developers: An Honest Look

A real developer's honest take on when Claude works better than ChatGPT, when it doesn't, and what actually matters.

Vishnu
Vishnu
Claude vs Gemini 2.5 for Coding: Honest Comparison
Claude5 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. See which AI model wins for debugging, refactoring, code generation, and repository analysis in daily engineering workflows.

Vishnu
Vishnu
How Junior Engineers Should Actually Use Claude Code
Claude5 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.

Vishnu
Vishnu
I Used Claude to Review My Code for a Week. Here Is What It Caught.
Claude5 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, and what actually changed.

Vishnu
Vishnu
Chaining Agent Skills: Research, Summarize, and Save
Agent Skills5 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.

Scarlett
Scarlett
What Is a Context Window and Why Should Developers Care?
AI5 min read

What Is a Context Window and Why Should Developers Care?

Understand the context window, the 'active memory' of AI models. Learn how to manage it to keep your apps fast, cost-effective, and accurate during sessions.

Vishnu
Vishnu
What Is an LLM? A Plain English Guide for Developers
AI5 min read

What Is an LLM? A Plain English Guide for Developers

Forget the hype and the PhD jargon. An LLM is just a very big autocomplete engine. Here is how it actually works and why it sometimes lies to your face.

Vishnu
Vishnu
Prompt Engineering Is Dead. Long Live System Prompts.
AI5 min read

Prompt Engineering Is Dead. Long Live System Prompts.

Forget magic prompt tricks. Learn what actually works in 2026: clear system prompts, few-shot examples, explicit constraints, and robust evaluation methods.

Vishnu
Vishnu
Handling Errors in Agent Skills: Retries and Fallbacks
AI5 min read

Handling Errors in Agent Skills: Retries and Fallbacks

What happens when a tool fails? Handle errors in agent skills — timeouts, bad API responses, retries, and graceful fallbacks with real Node.js code.

Jena
Jena
LangGraph vs CrewAI vs Claude Agent Teams: 2026 Comparison
AI5 min read

LangGraph vs CrewAI vs Claude Agent Teams: 2026 Comparison

Compare the top multi-agent frameworks of 2026: LangGraph, CrewAI, and Claude Agent Teams. Pick the right tool for your AI project with our detailed breakdown.

Vishnu
Vishnu
Multi-Agent Systems Explained: Scaling AI Beyond One Agent
AI5 min read

Multi-Agent Systems Explained: Scaling AI Beyond One Agent

Discover how multi-agent systems work. Learn about orchestrator patterns, subagents, and Claude Agent Teams to build scalable, specialized AI worker squads.

Jena
Jena

Related Topics

Discover more topics that complement what you've been reading about.