← heapsort-ai

Configuration

20 items

ARTICLE↑ trendingReddit r/LocalLLaMA·4/21/2026

Gemma 4 Vision

Gemma 4's default vision budget is often too low for effective detail recognition, causing poor OCR performance. Users can significantly enhance its vision by configuring `llama.cpp` parameters like `--image-min-tokens` and `--image-max-tokens` to higher values, such as 560 and 2240.

41
ARTICLEDEV.to AI·4/13/2026

Claude Code Multi-Account Setup (Without Losing Context)

This article outlines a method for managing multiple Claude accounts (personal and work) via the command line without losing conversation context. The solution leverages the CLAUDE_CONFIG_DIR environment variable to direct credentials and conversations to separate directories, enabling both accounts to operate simultaneously in different terminal tabs.

27
CASEDEV.to AI·18d ago

The Overhyped Treasure Hunt Engine: Why Docs Forget to Warn You About Configuration Suicide

The article describes the challenges of integrating a "Treasure Hunt Engine" into an event management system, where initial excitement led to overlooked critical subtleties. Despite following official documentation, the engine caused resource allocation issues and delivered inaccurate recommendations due to outdated heuristics, leading to weeks of debugging.

23