17 related articles

Local LLM crashing in Agent frameworks? The issue may be num_gpu set too high. Learn what num_gpu really controls (GPU layer offloading, not GPU count) and how to tune it for stable Agent performance.

A comprehensive guide to preparing for NLP Research Scientist Intern roles, covering evaluation criteria, foundational knowledge, paper reading strategies, hands-on skills, and common pitfalls.

lx is a set of 72 single-purpose CLI tools running on local Ollama models — no API key, fully offline. Supports git commit generation, log debugging, and more. Rust binaries with <15ms cold start; 7–8B models work great.

Google demoed running Gemma local LLMs directly in Android Studio at I/O Connect, enabling offline AI coding with full privacy — no code leaves your machine.

Complete guide to running local LLMs on a laptop with 8GB VRAM: real usable memory, quantization estimation, Q4 7B/8B model recommendations, Ollama setup, GPU offloading, and agent development tips.

LLM JSON output unstable in your Agent? This guide covers 6 engineering layers: constrained decoding, validation retry, fake tool calls, Logit Masking, Schema contracts, and anti-pattern locking.
Structured Information Extraction with…
Using Qwen 2.5 7B quantized locally to extract 60+ fields from insurance/financial contracts? Learn why it struggles and how task splitting, RAG, GBNF, and smarter chunking can fix it.

How can enterprises process 50+ invoice formats with AI? This article analyzes visual document understanding approaches—multimodal LLMs, OCR+LLM, and hybrid architecture—with key decision advice for non-technical AI leads.

An in-depth analysis of the essentials of Andrew Ng and OpenAI's ChatGPT Prompt Engineering course. Covers the difference between base and instruction-tuned models, two core prompting principles, and how to wield LLM APIs to build apps.
The Complete Guide to Local LLM Deploy…
A complete guide to locally deploying open-source LLMs: covering VRAM requirements, quantization, tools like Ollama and LM Studio, and model selection tips for Llama, Qwen, and more.

Step-by-step guide to building a complete RAG pipeline with Ollama + LangChain + FAISS + Qwen 1.5B. Run document retrieval and intelligent Q&A locally without a GPU.

A systematic overview of Andrew Ng's ChatGPT Prompt Engineering for Developers course: base vs. instruction-tuned models, API best practices, and two core prompting principles.

Deep dive into Andrew Ng & OpenAI's ChatGPT Prompt Engineering course: Base LLM vs instruction-tuned models, two core prompting principles, and API-first development thinking for developers.

KeyType is a free, MIT-licensed macOS tool for system-level AI text completion. It runs local LLMs, supports custom models, and keeps all data on your device.
TutorialsDecode LLM naming conventions, understand 32B parameters & AWQ/GGUF quantization formats, with 4-bit VRAM estimation formulas, MOE model pitfalls, and model selection by GPU tier.
TutorialsLearn how to deploy DeepSeek R1 locally using Ollama with this step-by-step guide covering installation, model selection, hardware requirements, and advanced features like GUI and knowledge bases.
TutorialsDeep dive into MYLLM, an open-source project using Qwen2.5-0.5B to cover full-stack LLM techniques including training, LoRA, SFT, distillation, RLHF, multimodal, and Agent.