Archives

June 2026

2731 articles

arXiv cs.CL·

OdysSim: Building Foundation Models for Human Behavior Simulation

OdysSim presents the largest systematic investigation of behavioral foundation models for human behavior simulation. Researchers propose SOUL, a taxonomy of 5 axes (CONV, SS, COG, ROLE, EVAL) unifying 62 datasets and 23 benchmark tasks. The open 8B OSim model ranks first/tied-first on 8/23 tasks, outperforming frontier models, with 93.2% reaction alignment vs 93.5% for real users.

BenchmarksReasoningReinforcement learning
SIG
78
HYP
25
arXiv cs.LG·

D2H-AD: A Hybrid Model Utilizing Hyperdimensional Computing for Advanced Anomaly Detection

D2H-AD is an anomaly detection framework based on Hyperdimensional Computing (HDC). It combines density-aware encoding and distance-based similarity, outperforming five baselines (HDAD, ODHD, One-Class SVM, Isolation Forest, Autoencoders) across five datasets. Hyperdimensional encoding alone achieves +5.4% ROC-AUC improvement. Lightweight, interpretable, computationally efficient: suited for TinyML and edge AI.

BenchmarksEvalsInfrastructure
SIG
72
HYP
28
arXiv cs.CL·

CacheRL:Multi-Turn Tool-Calling Agents via Cached Rollouts and Hybrid Reward

CacheRL trains small agent models (Qwen3-4B-Thinking) achieving 92% accuracy on multi-step tool-calling tasks with 100× less compute than GPT-5 (94%). Three innovations: hybrid thinking trajectory pipeline with LLM-generated reasoning, three-tier fuzzy cache eliminating live execution costs, cache-tier-aware rewards. SFT + GRPO improve validation reward from 0.43 to 0.78.

AI AgentsReinforcement learningReasoning
SIG
82
HYP
25
arXiv cs.AI·

Causal Object-Centric Models for Planning with Monte Carlo Tree Search

COMET combines a frozen unsupervised object-centric encoder with a transformer-based world model to perform Monte Carlo Tree Search in slot-structured latent space. A novel action-slot fusion mechanism binds actions to objects. Evaluated on 8 tasks (Object-Centric Visual RL, ManiSkill, Robosuite, VizDoom), COMET outperforms object-centric and monolithic baselines in early training stages.

Reinforcement learningReasoningRobotics
SIG
72
HYP
18
arXiv cs.AI·

VeriGeo: Controllable Geometry Question Generation with Numerical and Analytical Verification

VeriGeo generates controllable geometry problems via executable reasoning traces. An Author agent creates the problem and diagram per user constraints, a Solver agent produces the proof. A three-stage pipeline verifies numerical, analytical, and global consistency. Fine-tuning on 8.7k examples achieves best reported GeoQA performance and strong results on PGPS9K and MathVista-GPS.

ReasoningVisionBenchmarks
SIG
78
HYP
15
arXiv cs.CL·

Does the Judge Prefer English? Evaluating Language-Switching Invariance in LLM-as-a-Judge

Judge-LS evaluates whether LLMs used as automatic judges exhibit language bias. On 419 LLMBar benchmark items transformed into English, Chinese, and mixed-language variants, models show 10.7–14.4% preference flips across languages, with highest accuracy in English. Translation-equivalent probes reveal no systematic English preference, though most are judged as ties.

EvalsBenchmarksAI safety
SIG
78
HYP
15
arXiv cs.CL·

Persuasion Index: A Theory-Guided Framework for Persuasion Analysis

Persuasion Index (PI) is a taxonomy of 15 dimensions grounded in persuasion theories from psychology and communication. Implementation with 55 sub-features built from lexicons and rule-based detectors. Evaluation on 4 public datasets shows PI provides a shared feature space for interpreting rhetorical patterns. Lightweight linear models with interpretability. Open-source package and web interface released.

PapersAI safetyPrompt engineering
SIG
72
HYP
18
arXiv cs.AI·

UP-NRPA: User Portrait based Nested Rollout Policy Adaptation for Planning with Large Language Models in Goal-oriented Dialogue Systems

UP-NRPA, a user portrait-based framework, dynamically adapts dialogue strategies with LLMs without offline reinforcement learning. On collaborative and non-collaborative benchmarks, the system achieves 100% success rate across multiple tasks and increases sale-to-list ratio by 56.41% in negotiation.

AI AgentsReinforcement learningReasoning
SIG
72
HYP
35
Reddit r/LocalLLaMA·

Building a CPU LLM engine in C99 - stuck at 1.90 tok/s on DeepSeek MoE while llama.cpp does 13.79. Potential root cause identified. Implementation is not.

Developer building LLM inference engine in pure C99. On DeepSeek-V2-Lite with i5-11300H: 1.90 tok/s vs 13.79 for llama.cpp (7.3x gap). Root cause identified: Q4K dequantization to F32 at load (4 bytes/weight) vs direct Q4K reads (0.5 bytes) in llama.cpp. IPC: 0.80 vs 2.36. Required fix: fused Q4K matvec kernel.

Code generationOpen sourceInfrastructure
SIG
72
HYP
15
Reddit r/LocalLLaMA·

Built a local AI assistant because I always knew this day would come, yesterday just made it feel very real

Developer builds Bantz, a fully local AI personal assistant with 1920s butler persona running on Gemma 4B. Features Gmail summarization, Google Calendar integration, web search, system monitoring, and Wayland desktop control. CPU-only execution. Motivated by risks of relying on third-party infrastructure (references Anthropic shutdown).

Open sourceAI AgentsTools
SIG
35
HYP
45
GitHub Trending·

<svg aria-hidden="true" data-component="Octicon" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo mr-1 tmp-mr-1 color-fg-muted"> <path d="M2 2.5A2.5 2.5 0 0 1 4.5 0h8.75a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-8a1 1 0 0 0-.714 1.7.75.75 0 1 1-1.072 1.05A2.495 2.495 0 0 1 2 11.5Zm10.5-1h-8a1 1 0 0 0-1 1v6.708A2.486 2.486 0 0 1 4.5 9h8ZM5 12.25a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.25a.25.25 0 0 1-.4.2l-1.45-1.087a.249.249 0 0 0-.3 0L5.4 15.7a.25.25 0 0 1-.4-.2Z"></path> </svg> <span data-view-component="true" class="text-normal"> GorvGoyl /</span> Clone-Wars

Repository of 100+ open-source clones of popular sites (Airbnb, Amazon, Instagram, Netflix, TikTok, Spotify, WhatsApp, YouTube). Includes source code, demos, tech stack, and GitHub stars.

Open sourceTools
SIG
35
HYP
25
GitHub Trending·

<svg aria-hidden="true" data-component="Octicon" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo mr-1 tmp-mr-1 color-fg-muted"> <path d="M2 2.5A2.5 2.5 0 0 1 4.5 0h8.75a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-8a1 1 0 0 0-.714 1.7.75.75 0 1 1-1.072 1.05A2.495 2.495 0 0 1 2 11.5Zm10.5-1h-8a1 1 0 0 0-1 1v6.708A2.486 2.486 0 0 1 4.5 9h8ZM5 12.25a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.25a.25.25 0 0 1-.4.2l-1.45-1.087a.249.249 0 0 0-.3 0L5.4 15.7a.25.25 0 0 1-.4-.2Z"></path> </svg> <span data-view-component="true" class="text-normal"> rust-lang /</span> rustup

Rustup is the official Rust toolchain installer. It manages compiler versions, components, and compilation targets for Rust developers.

Open sourceToolsInfrastructure
SIG
45
HYP
05
GitHub Trending·

<svg aria-hidden="true" data-component="Octicon" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo mr-1 tmp-mr-1 color-fg-muted"> <path d="M2 2.5A2.5 2.5 0 0 1 4.5 0h8.75a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-8a1 1 0 0 0-.714 1.7.75.75 0 1 1-1.072 1.05A2.495 2.495 0 0 1 2 11.5Zm10.5-1h-8a1 1 0 0 0-1 1v6.708A2.486 2.486 0 0 1 4.5 9h8ZM5 12.25a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.25a.25.25 0 0 1-.4.2l-1.45-1.087a.249.249 0 0 0-.3 0L5.4 15.7a.25.25 0 0 1-.4-.2Z"></path> </svg> <span data-view-component="true" class="text-normal"> tensorzero /</span> tensorzero

TensorZero is an open-source LLMOps platform unifying LLM gateway, observability, evaluation, optimization, and experimentation.

Open sourceInfrastructureEvals
SIG
65
HYP
25
GitHub Trending·

<svg aria-hidden="true" data-component="Octicon" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo mr-1 tmp-mr-1 color-fg-muted"> <path d="M2 2.5A2.5 2.5 0 0 1 4.5 0h8.75a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-8a1 1 0 0 0-.714 1.7.75.75 0 1 1-1.072 1.05A2.495 2.495 0 0 1 2 11.5Zm10.5-1h-8a1 1 0 0 0-1 1v6.708A2.486 2.486 0 0 1 4.5 9h8ZM5 12.25a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.25a.25.25 0 0 1-.4.2l-1.45-1.087a.249.249 0 0 0-.3 0L5.4 15.7a.25.25 0 0 1-.4-.2Z"></path> </svg> <span data-view-component="true" class="text-normal"> nrwl /</span> nx

Nx is a monorepo platform optimizing builds and CI scaling, with AI agent capabilities to automatically fix failing PRs. Reduces deployment time by half.

AI AgentsToolsInfrastructure
SIG
35
HYP
65
GitHub Trending·

<svg aria-hidden="true" data-component="Octicon" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo mr-1 tmp-mr-1 color-fg-muted"> <path d="M2 2.5A2.5 2.5 0 0 1 4.5 0h8.75a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-8a1 1 0 0 0-.714 1.7.75.75 0 1 1-1.072 1.05A2.495 2.495 0 0 1 2 11.5Zm10.5-1h-8a1 1 0 0 0-1 1v6.708A2.486 2.486 0 0 1 4.5 9h8ZM5 12.25a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.25a.25.25 0 0 1-.4.2l-1.45-1.087a.249.249 0 0 0-.3 0L5.4 15.7a.25.25 0 0 1-.4-.2Z"></path> </svg> <span data-view-component="true" class="text-normal"> Ar9av /</span> obsidian-wiki

Obsidian-wiki is a framework enabling AI agents to build and maintain a digital brain through Obsidian using Karpathy's LLM Wiki pattern.

AI AgentsToolsOpen source
SIG
45
HYP
55
GitHub Trending·

<svg aria-hidden="true" data-component="Octicon" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo mr-1 tmp-mr-1 color-fg-muted"> <path d="M2 2.5A2.5 2.5 0 0 1 4.5 0h8.75a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-8a1 1 0 0 0-.714 1.7.75.75 0 1 1-1.072 1.05A2.495 2.495 0 0 1 2 11.5Zm10.5-1h-8a1 1 0 0 0-1 1v6.708A2.486 2.486 0 0 1 4.5 9h8ZM5 12.25a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.25a.25.25 0 0 1-.4.2l-1.45-1.087a.249.249 0 0 0-.3 0L5.4 15.7a.25.25 0 0 1-.4-.2Z"></path> </svg> <span data-view-component="true" class="text-normal"> OpenHands /</span> OpenHands

OpenHands is an open-source framework for AI-driven software development automation. It enables AI agents to autonomously execute coding, debugging, and deployment tasks.

AI AgentsCode generationOpen source
SIG
45
HYP
55
GitHub Trending·

<svg aria-hidden="true" data-component="Octicon" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo mr-1 tmp-mr-1 color-fg-muted"> <path d="M2 2.5A2.5 2.5 0 0 1 4.5 0h8.75a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-8a1 1 0 0 0-.714 1.7.75.75 0 1 1-1.072 1.05A2.495 2.495 0 0 1 2 11.5Zm10.5-1h-8a1 1 0 0 0-1 1v6.708A2.486 2.486 0 0 1 4.5 9h8ZM5 12.25a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.25a.25.25 0 0 1-.4.2l-1.45-1.087a.249.249 0 0 0-.3 0L5.4 15.7a.25.25 0 0 1-.4-.2Z"></path> </svg> <span data-view-component="true" class="text-normal"> AUTOMATIC1111 /</span> stable-diffusion-webui

AUTOMATIC1111/stable-diffusion-webui is a popular GitHub repository providing a web interface for Stable Diffusion. Open-source tool enabling image generation through an accessible UI.

Image generationOpen sourceTools
SIG
45
HYP
20