惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
Martin Fowler
Martin Fowler
MongoDB | Blog
MongoDB | Blog
博客园 - Franky
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Security Blog
Microsoft Security Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园_首页
腾讯CDC
D
Docker
The Cloudflare Blog
量子位
爱范儿
爱范儿
L
LangChain Blog
博客园 - 三生石上(FineUI控件)
博客园 - 司徒正美
aimingoo的专栏
aimingoo的专栏
Blog — PlanetScale
Blog — PlanetScale
Jina AI
Jina AI
Apple Machine Learning Research
Apple Machine Learning Research
Hugging Face - Blog
Hugging Face - Blog
博客园 - 聂微东
Vercel News
Vercel News
MyScale Blog
MyScale Blog

Hacker News - Newest: "LLM"

GitHub - lechmazur/position_bias: A benchmark for testing whether LLM judges keep the same preference when two lightly edited versions of the same story are shown in opposite orders. Flex routing (EU and EFTA) Dark Factories: Retooling for LLM Velocity Ask HN: What would be the impact of a LLM output injection attack? GitHub - Oaklight/llm-rosetta: Production-ready LLM API translation layer for Python — bidirectional conversion between OpenAI, Anthropic & Google formats via hub-and-spoke IR. Optional API gateway. Streaming & non-streaming. Zero core deps. Contributions welcome! GitHub - browser-use/browser-harness: Self-healing browser harness that enables LLMs to complete any task. GitHub - moeen-mahmud/remen: Remen turns thoughts into something you can return to Analyzing 156 LLM Launch Posts on Hacker News ChatGPT vs Gemini vs Claude: The Best LLM Subscription You Should Buy GitHub - salaamalykum/quran-semantic-search: High-density RAG Semantic Search Engine & Quran Corpus (GEO/SEO Architecture) GitHub - NVIDIA/TensorRT-LLM: TensorRT LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and supports state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT LLM also contains components to create Python and C++ runtimes that orchestrate the inference execution in a performant way. The State of LLM Bug Bounties in 2026 Operational Readiness Criteria for Tool-Using LLM Agents Meshcore: Architecture for a Decentralized P2P LLM Inference Network How an LLM becomes more coherent as we train it GitHub - seetrex-ai/laimark GitHub - Jossifresben/BibCrit: AI-assited biblical textual criticism GitHub - wastedcode/memex: File system based wiki, maintained by Claude 99helpers.com GitHub - cliver-project/AITrigram GitHub - unbody-io/adapt: A self-evolving memory layer for AI agents. GitHub - hb20007/awesome-gen-ai-fails: A list of incidents where reliance on generative AI and LLMs resulted in harm to companies, individuals, or society GitHub - nevenkordic/localmind: Run any local LLM with persistent memory and context. CLI agent over Ollama with SQLite-backed hybrid recall. No cloud. Ask HN: What are the machine requirements for a LLM like Llama-3.1-8B? Faster LLM Inference via Sequential Monte Carlo grpo explained: group relative policy optimization for llm finetuning - cgft Stop comparing price per million tokens: the hidden LLM API costs · TensorZero Andrej Karpathy's LLM Wiki Is a Bad Idea GitHub - GG-QandV/mnemostroma: Offline RAM-first cognitive leer/coprocessor for AI agents and robotics. Solves "Context Abandonment" with 20-80ms latency using a dual-thread biomimetic memory architecture (ONNX + SQLite WAL). mempalace/agent at agent · skorotkiewicz/mempalace
Silent-Bench: Cryptographically-Attested Forensic Auditin...
wesamalsabba · 2026-05-12 · via Hacker News - Newest: "LLM"

Published May 12, 2026 | Version 1.0.0

Preprint Open

  • 1. Computer and Network Engineering, College of Computing, Umm Al-Qura University

Description

Production large-language-model (LLM) deployments increasingly route requests through commercial API gateways (proxies) that aggregate upstream model providers behind a unified OpenAI-compatible interface. We show that these gateways introduce a class of silent failures: requests that succeed at the HTTP layer (status 200, valid JSON) but return semantically broken content at rates dramatically higher than the same request issued against the upstream model's direct API. Detecting and attributing such failures requires evidence strong enough to survive vendor pushback.

This paper introduces Silent-Bench, an open-source framework that combines (i) a Cartesian causal-ablation sweep over standard chat-completion parameters, (ii) per-call invisibility scans for hidden behavior such as token-billing inflation and prompt-stripping, and (iii) cryptographically-attested forensic dossiers: every captured API call is hashed into a per-cell Merkle tree, every cell is aggregated into a chain Merkle root, the canonical chain is signed under an Ed25519 keypair, and the result can be verified by any third party with no trust in the auditor.

We report three case studies, anonymized as Proxy-A, Proxy-B, and the upstream models Model-X, Model-Y, Model-Z. Proxy-A produces a +35.85 percentage-point response-format gradient on Model-X (n_neg=1,272 pooled; pooled rate 30.03%, 95% Wilson CI 27.58%–32.61%); a direct-API counterfactual against the model vendor under identical parameters yields a pooled rate of 1.89%, localizing the defect to the proxy's routing layer with a ~28 percentage-point pooled-rate gap. Proxy-B hosts a deployment of Model-Y that inflates billed tokens by ~55%; cross-model probes on the same proxy clear the infrastructure and isolate the wrapper to the specific deployment. A third gradient on Proxy-A → Model-Z (+28.6 pp) lacks a direct counterfactual at the time of submission; we report the attribution as provisional.

We further document three retractions our own work has had to issue when applying Silent-Bench to insufficiently-large samples, and formulate a methodological warning we call the small-sample artifact pattern: causal-ablation effect sizes estimated under n_neg < 10 per cell are systematically inflated, occasionally producing binary-toggle or full gradient mechanism claims that smooth into more modest gradients (or disappear) under n_neg=159 per cell.

The framework is released under Apache-2.0; reproduction commands and verification protocols are given. The vendor-named version of this paper will be released after the standard 90-day coordinated disclosure window expires.

Anonymization policy. Implicated parties in the case studies are anonymized as Proxy-A, Proxy-B, Model-X, Model-Y, Model-Z for 90 days under standard security-research disclosure practice. Counterfactual control endpoints (Anthropic Claude Haiku 4.5, DeepSeek-chat) are named directly in the multi-control sweep because they are exonerated by the test design itself: both produced statistically zero rf-effect at n_neg=1,272.

Version trajectory. Paper v1 (2026-05-12, this release): anonymized vendor identification. Paper v2 (2026-08-10): full vendor attribution, regardless of remediation status. The numbers, confidence intervals, and cryptographic attestations are unchanged between v1 and v2; only the human-readable labels change.

Funding and competing interests. Self-funded; no external grants. Total API expenditure approximately USD 50. The author has no competing interests with any vendors discussed in the case studies.

Source Code Note. The Silent-Bench audit tool source code is scheduled for public release at github.com/wesam007/silent-bench by approximately 26 May 2026 (post-launch repository curation in progress to ensure no vendor identifiers leak through repository metadata before T+90). The Zenodo supplementary archive includes the 6 signed dossiers, public key, and stdlib-only verification protocol (VERIFY.md) that enable independent cryptographic verification of all reported findings without requiring the audit tool. Early-access tarball available on request to verified technical contacts at whsabban@uqu.edu.sa.

Files

silent-bench-supplementary-v1.zip

Files (432.1 kB)

Name Size Download all
md5:6c91381e6d743a5476baf7a02ef18f60 36.5 kB Preview Download
md5:c851da15058e0dff3f46f2657655503f 395.6 kB Preview Download

Additional details