← heapsort-ai

Optimization

134 items

RESEARCHarXiv CS.AI·1d ago

Accelerated Fourier SAT (AFSAT): Fully Realising a GPU-based Symmetric Pseudo-Boolean SAT Solver

Accelerated Fourier SAT (AFSAT) is a GPU-accelerated solver for pseudo-Boolean satisfiability using continuous local search. It significantly improves numerical stability, runtime performance, and memory efficiency over its proof-of-concept by leveraging JAX for parallel processing and addressing memory/floating-point limitations.

60
RESEARCHarXiv CS.AI·1d ago

A Study of Parallel Continuous Local Search

This study investigates parallel Continuous Local Search (CLS) as a solution approach for Boolean satisfiability problems with symmetric pseudo-Boolean constraints. Empirical findings indicate that redundant constraints can inhibit convergence, CLS shows promise as a sub-solver in hybrid settings, and local search rapidly converges to a stable distribution of solution quality.

60
ARTICLE↑ trendingReddit r/LocalLLaMA·5/7/2026

why llama.cpp can’t combine speculative decode methods?

A user is exploring why speculative decode methods like MTP and N-gram cannot be combined simultaneously in llama.cpp, noting that N-gram offers significant improvements for agentic coding. They seek to understand if this is a fundamental or implementation limitation, finding that others have already asked the same question.

43
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/18/2026

The Attention Economy Inside Your Agent

This content introduces the concept of a finite attention budget for AI agents, beyond just their token context window, highlighting how they decide what's worth processing time. It argues that agents, like humans, develop heuristic shortcuts and satisfice, allocating attention asymmetrically, which dictates their real-world success or failure.

36