Tag: #chain-of-thought
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 4 posts
Top LLM Papers 2024-2026 - Llama, DeepSeek, Qwen, Mistral, Phi, RLHF, DPO, CoT, RAG, FlashAttention, vLLM Reading List
A curated reading list of 30+ must-read LLM papers for engineers building with LLMs in 2024-2026. Covers foundation models (Llama 3/4, DeepSeek-V3/R1, Qwen3, Mistral, Phi-4, Gemma 3), training innovations (MoE, MLA, GQA)
2026-05-16 · 19 min read #llm#papers#llama#deepseek#qwenAdvanced 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-promptAdvanced 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#reactAdvanced LLM Prompt Engineering: Chain-of-Thought, ReAct, and Tree of Thoughts in Practice
A comprehensive guide to advanced LLM prompt engineering techniques. Covers the principles and implementation of Chain-of-Thought, Few-shot, ReAct, Self-Consistency, and Tree of Thoughts patterns with Python code example
2026-03-10 · 15 min read #llm#prompt-engineering#chain-of-thought#react-prompting#tree-of-thoughts