Tag: #few-shot
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3 posts
Advanced Prompt Engineering Complete Guide 2025: CoT, ToT, Self-Consistency, Meta-Prompting
Advanced Prompt Engineering! Chain-of-Thought(CoT), Tree-of-Thought(ToT), Self-Consistency, ReAct, Meta-prompting, Structured Output(JSON Mode), System Prompt design, Few-shot optimization, Prompt Chaining, Evaluation(au
2026-04-14 · 21 min read #prompt-engineering#chain-of-thought#tree-of-thought#few-shot#system-promptPrompt Engineering 2025: Getting Maximum Performance from Modern LLMs
Even the best model gives poor results with a poor prompt. Six prompt engineering techniques proven in production, with working code for GPT-4o, Claude, and open-source models.
2026-03-18 · 7 min read #prompt-engineering#llm#ai-development#gpt-4o#claudeAdvanced LLM Prompt Engineering: Chain-of-Thought, Tree-of-Thought, ReAct, and Few-Shot Pattern Practical Guide
A comprehensive practical guide covering Zero-shot/Few-shot prompting foundations, Chain-of-Thought (CoT), Self-Consistency, Tree-of-Thought (ToT), ReAct pattern theory and implementation, structured output prompting, pr
2026-03-12 · 21 min read #llm#prompt-engineering#chain-of-thought#tree-of-thought#react