MeshWorld India Logo MeshWorld.
Back to Tags
Topic View

#LLM.

Large Language Model tutorials covering GPT, Claude, Gemini, prompt engineering, and working with LLMs.

24 posts
Dec 2025 – Apr 2026
Filed under this topic
How to Evaluate LLMs for Enterprise Use: Beyond Benchmarks
AI 5 min read

How to Evaluate LLMs for Enterprise Use: Beyond Benchmarks

A practical framework for evaluating LLMs in enterprise. Learn to build evaluation sets, measure accuracy, and choose between RAG and fine-tuning.

Maya
Maya
How to Use OpenClaw with DeepSeek
OpenClaw 5 min read

How to Use OpenClaw with DeepSeek

OpenClaw doesn't support DeepSeek natively, but a few config edits fix that. Run DeepSeek v3 as your default model and cut API costs by 95%.

Darsh Jariwala
Darsh Jariwala
AI-Powered Phishing: Why You Can No Longer Trust Your Inbox
AI 5 min read

AI-Powered Phishing: Why You Can No Longer Trust Your Inbox

Phishing isn't about typos anymore. It's about perfect LLM lures and deepfake voices that sound exactly like your boss. Here is how I protect systems in 2026.

Arjun
Arjun
How to Install Gemma 4 Locally with Ollama (2026 Guide)
Gemma 5 min read

How to Install Gemma 4 Locally with Ollama (2026 Guide)

Run Google's Gemma 4 locally with Ollama. Complete setup for 4B, 12B, and 27B models — installation, hardware requirements, API usage, and IDE integration.

Vishnu
Vishnu
MCP (Model Context Protocol): The Complete Developer's Guide
MCP 5 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
AI 5 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
How to Build and Publish a Vercel Agent Skill
AI 5 min read

How to Build and Publish a Vercel Agent Skill

Stop writing complex wrappers. Learn how to define, test, and publish a Vercel Agent Skill using the standard npx skills CLI and simple Markdown.

Vishnu
Vishnu
Using Vercel Skills in AI SDK: Build Smarter Applications
AI 5 min read

Using Vercel Skills in AI SDK: Build Smarter Applications

Stop using monolithic prompts. Learn to programmatically inject modular Vercel Agent Skills into AI SDK workflows to build smarter, more focused applications.

Vishnu
Vishnu
Intro to Vercel Agent Skills: Replace Messy System Prompts
AI 5 min read

Intro to Vercel Agent Skills: Replace Messy System Prompts

Explore Vercel's Agent Skills ecosystem. Replace messy, copy-pasted system prompts with structured, version-controlled Markdown files for better AI agents.

Vishnu
Vishnu
Vibe Coding Explained: What It Is and How to Actually Ship
AI 5 min read

Vibe Coding Explained: What It Is and How to Actually Ship

Vibe coding is how most prototypes get built in 2026. Here's what it actually is, where it breaks, and the 5-phase framework that gets things shipped.

Vishnu
Vishnu
Context Window Full? 9 Tricks to Get More Out of Every AI Session
AI 5 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?
MCP 5 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
OpenClaw Tutorial: Build Your First AI Agent in 15 Minutes
OpenClaw 5 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?
OpenClaw 5 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
How to Install Ollama and Run LLMs Locally
Ollama 5 min read

How to Install Ollama and Run LLMs Locally

Ollama lets you run large language models on your own machine. Learn how to install it, download models, and run them locally without any API keys.

Vishnu
Vishnu
OpenAI API Cheat Sheet: GPT-4o, Tools & Assistants
Cheatsheet 5 min read

OpenAI API Cheat Sheet: GPT-4o, Tools & Assistants

Master the OpenAI API with this guide to GPT-4o, function calling, structured outputs, and Assistants. Includes DALL-E 3, Whisper, and embedding examples.

Vishnu
Vishnu
Gemini API Cheat Sheet: 2.5 Pro, Vision & Tools
Cheatsheet 5 min read

Gemini API Cheat Sheet: 2.5 Pro, Vision & Tools

Master Google Gemini API for 2.5 Pro and Flash models. Guide to vision, JSON output, function calling, Search grounding, and the Gemini CLI tool.

Vishnu
Vishnu
Claude API Cheat Sheet: SDK, CLI, MCP & Prompting
Cheatsheet 5 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
Claude vs Gemini 2.5 for Coding: Honest Comparison
Claude 5 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.

Vishnu
Vishnu
What Is a Context Window and Why Should Developers Care?
AI 5 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
AI 5 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
What Is RAG and When Does It Actually Help?
AI 5 min read

What Is RAG and When Does It Actually Help?

Retrieval-Augmented Generation (RAG) explained simply. Learn how vector search works, when to use it, and see a working Python example for your next project.

Vishnu
Vishnu
Prompt Engineering Is Dead. Long Live System Prompts.
AI 5 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
What Is OpenClaw? The Self-Hosted AI Agent You Actually Own
OpenClaw 5 min read

What Is OpenClaw? The Self-Hosted AI Agent You Actually Own

OpenClaw is a self-hosted AI agent that runs on your hardware and connects to 20+ messaging apps. Learn how it keeps your data off the cloud.

Darsh Jariwala
Darsh Jariwala

Related Topics

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