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

推荐订阅源

Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
G
Google Developers Blog
S
SegmentFault 最新的问题
Microsoft Security Blog
Microsoft Security Blog
J
Java Code Geeks
罗磊的独立博客
H
Hackread – Cybersecurity News, Data Breaches, AI and More
量子位
P
Proofpoint News Feed
博客园 - 【当耐特】
MongoDB | Blog
MongoDB | Blog
L
LangChain Blog
F
Fortinet All Blogs
C
Check Point Blog
博客园_首页
I
InfoQ
Jina AI
Jina AI
Blog — PlanetScale
Blog — PlanetScale
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
酷 壳 – CoolShell
酷 壳 – CoolShell
Engineering at Meta
Engineering at Meta
美团技术团队
Vercel News
Vercel News
Apple Machine Learning Research
Apple Machine Learning Research

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
MAXTOKEN A Unified Framework for Unbounded Output Generat...
choukric · 2026-05-24 · via Hacker News - Newest: "AI"

Published May 24, 2026 | Version v1

Preprint Open

Description

Large Language Models (LLMs) have achieved remarkable progress in natural language
and code generation, yet remain fundamentally constrained by two interrelated limitations: output token caps (typically 8k–32k tokens) and quadratic attention complexity
that makes long-range reasoning economically prohibitive. Existing solutions—chunking,
retrieval-augmented generation, and long-context transformers—each address only a subset
of the problem while introducing new failure modes such as information loss across chunk
boundaries, degraded retrieval quality, or unsustainable memory costs.
We introduce MAXTOKEN, a complete framework for building AI systems that maximize token output to users while maintaining coherence, economic viability, and acceptable
latency. The framework comprises seven interlocking layers: (1) a hybrid SSM-Transformer
architecture combining Mamba-3’s linear-time sequence processing with sparse attention;
(2) Infini-Attention for unbounded input via compressive memory; (3) a Generative State
Engine (GSE) with hierarchical memory enabling unbounded output; (4) adaptive speculative decoding; (5) hierarchical KV cache management; (6) a three-objective training protocol
for long-range consistency; and (7) an application-level session protocol.
We extend this to MAXTOKEN-Code, introducing a Logical State Engine (LSE),
Syntax-Weighted Infini-Attention (SWIA), and a Logical Consistency Verification (LCV)
module. We provide rigorous mathematical proofs for all key claims, with each theorem
scoped precisely to its stated assumptions.

Files

MAXTOKEN_v4_Corrected.pdf

Files (320.2 kB)

Name Size Download all
md5:23b93a654433a34db62006fec65d56cc 320.2 kB Preview Download

Additional details

  • Vaswani, A., Shazeer, N., Parmar, N., Uszkoreit, J., Jones, L., Gomez, A. N., Kaiser, L., and Polosukhin, I. (2017). Attention is all you need. Advances in Neural Information Processing Systems (NeurIPS), 30.