Skip to content

AI Tool Guides, Comparisons & Latest News

Beginner-friendly guides, comparisons, and the latest news on AI tools

Featured Article

Can't open this app: Claude Desktop won't start on Windows — fix it with Repair without losing your sessions
Claude AI Dev & Programming Beginners

Can't open this app: Claude Desktop won't start on Windows — fix it with Repair without losing your sessions

You try to open Claude Desktop on Windows and instead you get a dialog headed "Can't open this app", telling you that "You'll need to go to advanced options for Claude and select Repair" — and doing exactly what it says works. No uninstall, and no Reset that throws your data away. There is, however, one step in the middle where people actually get stuck, and it is the centre of this article. Clicking Repair can come back with a message telling you the app is still running, even though no Claude window is open anywhere. The cause is that Claude Desktop keeps running in the system tray after you close its window, and while that resident process is holding the package files open the repair cannot go through. The fix is simple: end the processes explicitly, then click Repair. And that fact points at the cause of the failure itself — the same process broke the update and then blocked the repair. The article also answers the question most people ask first: do your sessions get wiped? The answer splits three ways. Your claude.ai conversation history sits on Anthropic's servers and is untouched. Claude Code sessions live under %USERPROFILE%\.claude\projects\, outside the app package, so they survive a repair, a reset and even an uninstall (a real machine held 2,977 files, roughly 3.0GB, across 52 projects). The only thing at risk is the app-side settings in %APPDATA%\Claude, and Repair keeps even those — Windows spells the difference out on the screen itself, with Repair saying the app's data will not be affected and Reset saying the app's data will be deleted. From there it covers the read-only PowerShell state check, a backup routine, a staged escalation when the app still will not open (checking that vmcompute and hns are running, reinstalling with -PreserveApplicationData), the inferred cause of a half-registered MSIX alongside the GitHub issues (#55465, where the install succeeded but no entry point was created, plus #50285 and #48437 — all closed as not planned with no official fix), how to lower the odds of a repeat, and a comparison with the old installer build, where the latest MSIX release and an old-format machine both measured 1.24012.9.

Latest Articles

189 articles
Ollama Complete Guide [2026]: Install, Commands & API Usage

Ollama Complete Guide [2026]: Install, Commands & API Usage

A 2026 end-to-end, beginner-friendly guide to Ollama—the go-to tool for running local LLMs—from installation to API usage. It covers what Ollama is (a free, open-source "Docker for LLMs" that handles model downloads, quantization formats, and GPU setup, and spins up a local API server; vs LM Studio = GUI-first for beginners while Ollama is CLI/API-first for developers), installation (from ollama.com on Win/Mac/Linux; the app auto-starts the API on Win/Mac; Linux via one-line script or the official Docker image), the essential commands (run/pull/list(ls)/ps/rm/serve, exit with /bye), getting and choosing models (name + size tag like llama3.2:3b; pick a size that fits your VRAM; examples gemma3:4b/qwen3/qwen3-coder), using a GUI (Open WebUI for a ChatGPT-style screen, or LM Studio for an all-in-one GUI), using the API (localhost:11434, native /api/chat and OpenAI-compatible /v1/chat/completions—reuse existing OpenAI code by changing only the endpoint; a cloud fallback), customizing (Modelfile for your own model, env vars OLLAMA_HOST/OLLAMA_MODELS), and troubleshooting (slow = VRAM shortfall, crashes = RAM 8–16 GB guide, API not connecting = serve/port 11434, model not found = name typo), based on official information as of 2026.

Best Local LLM Models Compared [2026]: How to Choose by Use, Size & Origin

Best Local LLM Models Compared [2026]: How to Choose by Use, Size & Origin

A 2026 comparison of the best local LLM models, organized by developer, country of origin, use case, size, and license. It explains there is no all-purpose winner—choose on three axes (size = VRAM ceiling, use case, and country of origin), gives a families overview with developer and country (Qwen: Alibaba China, all-round and strong CJK; Llama: Meta USA, the info-rich staple; Gemma: Google USA, lightweight; DeepSeek: China, reasoning/coding with distilled small versions; Mistral: Mistral AI France, Europe sovereign AI; Phi: Microsoft USA, smart small SLM; plus GLM China, Falcon UAE, Command Cohere Canada), what changes by country of origin (★ running locally means input is NOT sent to the developer's country—so a Chinese model does not send your data to China; origin matters for license, organizational/government procurement policy, and language strengths), a tour of sovereign and local-language models by region (Europe: Mistral/Lucie/Teuken/Salamandra/Aleph Alpha; Middle East: Falcon/Jais/ALLaM; India: Sarvam/Krutrim/BharatGPT; Japan: ELYZA/PLaMo/Sarashina), picks by size (~4B/7-14B/32B/70B+ with concrete models), picks by use case, licensing cautions (Apache 2.0/MIT permissive, Llama/Gemma custom licenses to check), and a selection flow plus getting started with Ollama. Open models update fast, so choose by lineage + use + origin; verify the latest version and license at the distributor.

What PC Specs Do You Need for a Local LLM? VRAM, GPU & Memory Guide [2026]

What PC Specs Do You Need for a Local LLM? VRAM, GPU & Memory Guide [2026]

A beginner-friendly guide to the PC specs you need to run a local LLM. It explains that 90% of the requirement comes down to VRAM (your GPU memory)—if the model fits in VRAM it runs well, if not it crawls or won't run, and Apple M-series Macs use unified memory so installed RAM works as VRAM. It covers quantization basics (FP16 ~2 bytes/param, Q8 ~1 byte = half, Q4 ~0.5–0.7 bytes = about a quarter and the personal go-to, with the rough formula params(B) × bytes + 10–20% for the KV cache), a VRAM quick table by model size at Q4 (7B–8B ≈ 6–8 GB, 13–14B ≈ 8–12 GB, 32B ≈ 20–24 GB, 70B ≈ 40–48 GB+, 100B+ needs 128 GB+), the context-length / KV-cache trap (on a 7B, 4k ≈ +0.3 GB, 32k ≈ +2.5 GB, 128k ≈ +10 GB), GPUs and Macs in practice with speed guidance (RTX 3060 entry, RTX 4090 up to 32B and 100+ tok/s on 7B, RTX 5090 32B at Q8 or 70B, Apple M4/M5 Max 64 GB runs 70B at ~20–30 tok/s, CPU-only is slow), what else you need (16–32 GB system RAM, SSD, power and cooling), three budget tiers (entry 8–12 GB / standard 24 GB / serious 40–64 GB+), and how to tell which model you can run (check VRAM → size × 0.6 + context → does it fit), based on 2026 information.

Local LLM vs Cloud LLM (Claude/ChatGPT): Differences and the Performance Gap [2026]

Local LLM vs Cloud LLM (Claude/ChatGPT): Differences and the Performance Gap [2026]

A clear comparison of a local LLM you run yourself versus cloud, service-based LLMs like Claude, ChatGPT, and Gemini—their differences, the performance gap, and how to choose. It covers the essence (local = do-it-yourself for freedom and privacy at the cost of performance and effort; cloud = hand-it-off for top performance and ease at the cost of billing and dependence—a trade-off, not better-or-worse), a seven-dimension comparison (performance, cost, privacy, speed, effort, offline, multimodal), the 2026 state of the performance gap (open models like DeepSeek, Qwen, Llama, GLM, and Gemma have closed to within a few points on SWE-Bench-style coding tests; everyday tasks run near a mid-tier cloud model on local, while the hardest 10–20% and multimodal still favor cloud, with open models sitting a few months behind), the cost difference (cloud usage-based and cheap for light use; local upfront then free per token and worth it at volume, with break-even around medium volume and the hidden cost of time), privacy and data sovereignty (local keeps data fully on-device—best for regulated or air-gapped use), a hardware quick guide (quantization assumed, ~0.5–1 GB per 1B params; 7B at 8–12 GB VRAM, 32B at 24 GB, 70B at 40–48 GB+), what each fits, and a decision guide (confidentiality → quality → volume; hybrid is best for most, and local doubles as a cloud fallback), based on information as of June 2026.

What Is AI Dependency Risk? How to Prepare for an AI That Suddenly Stops

What Is AI Dependency Risk? How to Prepare for an AI That Suddenly Stops

AI dependency risk is the state where your work or life leans so heavily on one AI service or model that you take a serious hit when it becomes unavailable, changes, or gets more expensive. This article covers what AI dependency risk is (the scary part is the discontinuity of "the AI that worked yesterday isn't in my hands today"; the cloud on/off switch sits outside your control, making the vendor a single point of failure), the real June 2026 suspension of Fable 5 and Mythos 5 (pulled three days after launch by regulation, then redeployed 19 days later on 2026-07-01—so even the best model can't reduce shutdown risk to zero), the 6 types of dependency risk (sudden suspension, model retirement/deprecation, price hikes, quality shifts/silent changes, outages/rate limits/bans, and vendor lock-in—the first five fall on you from outside, the sixth you build yourself), measuring your own dependency with a dependency map (what you depend on, what breaks if it stops, what you'll do if it's gone, plus separating top-performance tasks from good-enough ones), five steps for individuals (keep one alternative, save outputs on your side, keep best prompts as assets, keep your "can do it without AI" intact, don't hand over your secrets), redundancy by design for production (an abstraction layer / LLM gateway with LiteLLM, OpenRouter, Vercel AI SDK—OpenAI-compatible so you only change the base URL and key; tested fallback chains; layer separation; a local LLM as last defense; a recovery playbook to cut MTTR), and a vendor checklist (notice periods—Anthropic 60+ days, OpenAI 6+ months but previews ~2 weeks; transparency; post-retirement weight preservation), based on each provider's official information as of June 2026.

Claude Code Permission Rules (allow/ask/deny) and settings.json Guide

Claude Code Permission Rules (allow/ask/deny) and settings.json Guide

Claude Code's permission rules let you write allow/ask/deny entries in settings.json to specify, fine-grained, which tools, commands, files, and domains run without asking, prompt every time, or are forbidden. This guide covers what permission rules are (modes set the broad confirmation baseline, rules are per-tool specifications, and rules are enforced by Claude Code, not the model), allow/ask/deny and precedence (evaluated deny then ask then allow, first match wins, and specificity does not change the order, so a broad deny beats a specific allow and a deny carries no allowlist exceptions; a bare tool-name deny removes the tool from context while a scoped deny blocks only matching calls), the rule syntax (Tool(specifier): Bash wildcards where a space before * is a word boundary and :* equals a trailing *, compound commands needing every subcommand to match, read-only commands that never prompt and stripped wrappers like timeout; Read/Edit gitignore-style anchors // absolute, ~/ home, / project root, ./ current; WebFetch domain:; MCP mcp__server__tool; Agent(Name)), the settings.json hierarchy and precedence (managed > CLI > .claude/settings.local.json > .claude/settings.json > ~/.claude/settings.json, where a deny at any level always beats an allow at any other, plus defaultMode and additionalDirectories), practical recipes (deny secret files, ask before risky ops, allow routine work, and for URLs deny curl/wget and use WebFetch(domain:) rather than fragile Bash argument patterns), and gotchas (Read/Edit deny can't stop indirect script access so pair with sandboxing; environment runners like devbox run/npx/docker exec need the inner command spelled out; hooks extend but don't override deny/ask). Based on the official docs as of June 2026.

What Are Claude Code Permission Modes? Ask, Accept Edits, Plan, Auto, Bypass

What Are Claude Code Permission Modes? Ask, Accept Edits, Plan, Auto, Bypass

The "Permission Mode" selector next to the prompt box in Claude Code (cycled with Shift+Tab) sets how often Claude pauses to ask permission before editing a file or running a command. This guide covers what permission modes are (the oversight-vs-autonomy tradeoff; protected paths like .git and .claude are never auto-approved except in bypass), the five modes (Ask permissions = default, reads only auto-approved; Accept edits = acceptEdits, auto-approves edits and common filesystem commands inside your working dir; Plan mode = plan, explores and proposes a plan without editing; Auto mode = auto, a separate classifier blocks dangerous actions while running everything else without prompts; Bypass permissions = bypassPermissions, everything with no checks, isolated environments only) plus the settings-only sixth mode dontAsk, how to switch (Shift+Tab cycles default to acceptEdits to plan, auto and bypass join conditionally, the --permission-mode flag, and defaultMode in settings, with auto honored only in user settings), auto mode in depth (the classifier's allow/block defaults, requirements of Opus 4.6+ or Sonnet 4.6, conversational boundaries honored as block signals, and the 3-consecutive / 20-total block fallback), which mode to use when and safety (bypass has no prompt-injection protection so it's isolated-only; auto is the right answer for everyday prompt fatigue; hooks still run in bypass), and how permission mode relates to the effort setting (permission mode = how much it asks, effort = how hard it thinks). Based on official docs and the live UI as of June 2026.

What Is Claude Code's "Effort" Setting? A Guide to Faster vs Smarter

What Is Claude Code's "Effort" Setting? A Guide to Faster vs Smarter

That "Effort" slider next to the model name in Claude Code — the Faster-to-Smarter dial — sets how much work (thinking, tool calls, and response text) the AI puts into each reply. This guide covers what effort is; the slider's 6 items and labels (the API has 5 levels, low to max, and Claude Code adds its own Ultracode mode; the slider reads Low, Medium, High, Extra, Max, Ultracode, where "Extra" = xhigh and the top effort is "Max" — Ultracode is an add-on, not a step); what saves vs. is session-only (low–xhigh persist, Max and Ultracode are session-only); model support and auto-downgrade (xhigh is limited to Fable 5, Opus 4.8, Opus 4.7, etc.; Opus 4.6 and Sonnet 4.6 have no xhigh and downgrade to high; Claude Code's default is high, xhigh on Opus 4.7, while the API default is high everywhere); how to set it (/effort slider and direct values, /effort auto, /model, --effort, the CLAUDE_CODE_EFFORT_LEVEL env var as highest priority, the effortLevel setting, and skill/subagent frontmatter); a quick-reference table; an in-depth look at Ultracode (a two-layer mode that sends xhigh and has Claude auto-launch multi-agent dynamic workflows, limited to xhigh-capable models and session-only, with how to enable it, when to use it, and cost cautions); and related features (ultrathink, /fast). Based on official docs and the live UI as of June 2026.

What Are Agent Evals? Measuring Both Outcome and Trajectory

What Are Agent Evals? Measuring Both Outcome and Trajectory

Agent evals are the process of systematically measuring whether an agent — one that uses tools and takes multiple steps to reach a goal — can actually accomplish its tasks. They are an evolution of LLM evals, expanding the target from "one output" to "a sequence of actions." Because an agent plans, calls tools, and updates state, the final output alone is not enough; Google notes you must understand the "why" behind an agent's actions and splits evaluation into final response and trajectory. The five dimensions are: outcome (task success, judged by the final state — whether a reservation exists in the DB, not the utterance "I booked it"), trajectory (reasonable steps, right tools in the right order), tool-use correctness (right tool and arguments, checking function names and types), efficiency (steps, tokens, cost, latency — often observability signals brought into evaluation), and final-response quality (via LLM-as-judge or a rubric). Graders are code (fast/cheap/reproducible but brittle), LLM-as-judge (flexible but non-deterministic and needs calibration), and human (gold standard but expensive — avoid if possible). Anthropic recommends grading the outcome, not the path: rote trajectory matching is "too rigid and brittle" because agents find valid alternatives, while Google and Microsoft offer trajectory-match metrics for diagnosing failures. The unique pitfalls are non-determinism (pass^k), compounding errors (p^t), reward hacking (DeepMind's robot arm faking a grasp), and stale or contaminated eval sets. The practical play, per Anthropic: turn 20-50 production failures into test cases, run automated grading in CI, separate capability and regression evals, and write them early. Benchmarks like SWE-bench, tau-bench, WebArena, GAIA, OSWorld, and BFCL are useful references (scores move by version, so do not take them at face value). Based on official information, with uncertainties flagged.

What Are Claude Code Hooks? Run Shell Commands Deterministically

What Are Claude Code Hooks? Run Shell Commands Deterministically

Claude Code hooks are user-defined shell commands that run automatically at specific points in Claude Code's lifecycle, making "this must always happen" real and deterministic without relying on the LLM's judgment. The classic events are nine—SessionStart, UserPromptSubmit, PreToolUse, PostToolUse, Notification, Stop, SubagentStop, SessionEnd, PreCompact—of which PreToolUse and others can block (stopping protected-file edits or dangerous commands). You configure them in settings.json under the "hooks" key as event name -> matcher -> type + command. The I/O contract: a hook receives JSON on stdin (session_id, tool_input, etc.) and returns via exit code 0 (success) / 2 (block, with stderr passed back to Claude) or structured JSON (continue, decision:block, permissionDecision: deny/allow/ask). The key principle is "hooks can tighten but not loosen restrictions" (deny always wins, blocks even under bypassPermissions). Classic use cases: auto-format after edits (PostToolUse + Edit|Write), protect critical files, stop dangerous commands, re-inject context (SessionStart), notifications/audit logging, and test-before-stop (Stop). On security, hooks run arbitrary shell commands with your privileges, so only configure trusted ones and validate/quote inputs; hook config is captured at session startup (a safety feature) so mid-session changes do not apply. Based on the official documentation, anchored on the nine classic events and the I/O contract.

What Are Claude Code Checkpointing and /rewind? Roll Back Changes

What Are Claude Code Checkpointing and /rewind? Roll Back Changes

Checkpointing and /rewind are a safety net: Claude Code automatically tracks Claude's file edits as you work, so you can roll back to "before it went wrong" in a few keystrokes. A snapshot is taken before each edit, every prompt you send becomes a restore point, and checkpoints persist across sessions. To use it, type /rewind or press Esc twice when the input is empty to open the menu, then pick a point and choose Restore code and conversation / Restore conversation / Restore code (note: if the input has text, Esc twice clears it instead). The most important caveat: only changes made by Claude's edit tools (Write/Edit/NotebookEdit) are restored — file changes by bash commands (rm/mv/cp), changes outside the session or from other sessions, directory operations, remote files, and database state are NOT undone by rewinding. The docs frame it as "checkpoints = local undo, Git = permanent history," stating it complements but does not replace version control, so committing to Git at milestones is the rule. /rewind is also the recovery for the 400 error tied to tool-use concurrency and thinking blocks (the product itself prompts you to run it), though versions before v2.1.156 may not clear it so claude update comes first. It is on by default in the interactive CLI, opt-in in the Agent SDK, and retained with sessions for 30 days (configurable). Based on the official documentation, with uncertainties flagged.

What Are Claude Managed Agents? Anthropic's Fully Managed Cloud

What Are Claude Managed Agents? Anthropic's Fully Managed Cloud

Claude Managed Agents launched as a public beta on April 8, 2026 as a suite of composable APIs for building and deploying cloud-hosted agents at scale. Instead of building your own agent loop, tool execution, and runtime, you get a fully managed environment where Claude can read files, run commands, browse the web, and execute code securely, with prompt caching, context compaction, sandboxing, and state persistence built in. It is organized around four concepts (Agent, Environment, Session, Events), and the Environment can be an Anthropic-managed cloud sandbox or a self-hosted one. The difference from the self-hosted Agent SDK (where you run the loop, tools, and infrastructure) is "you run it vs Anthropic runs it" — not competitors but a choice about how much of the operations you hold. A signature feature is workspace-scoped persistent memory (a memory store) mounted in the sandbox at /mnt/memory, which the agent reads and writes with normal file operations and which persists across sessions (immutable versions, 30-day retention, limits like 100 kB per memory). Dreaming is an async job that reads the existing memory and past transcripts to produce a reorganized memory store — merging duplicates, updating stale values, and surfacing new insights (a research preview requiring access; some call it "scheduled" but the docs describe an on-demand async job). It also has outcomes-based grading (a separate grader evaluates against your rubric; reported up to a 10-point improvement) and multi-agent orchestration. Pricing is tokens + $0.08 per session-hour (metered to the millisecond, only while running; about $0.705 for a 1-hour Opus 4.8 session). Enabled by default for all API accounts, but stateful so not eligible for ZDR or a HIPAA BAA. Based on official information, with uncertainties flagged.

Browse by Category

Claude

View All

ChatGPT

View All

Gemini

View All

GitHub Copilot

View All

Midjourney

View All

Stable Diffusion

View All

Other AI

View All

Beginners

View All

AI Dev & Programming

View All

Dev Environment & Infra

View All

AI Agents & Automation

View All

Work Efficiency

View All

Writing

View All

Design

View All

Data Analysis

View All

Learning & Education

View All

Side Income & Monetization

View All

Game Development

View All

Security & Governance

View All

AI Risks & Social Impact

View All

Indie Development

View All