context-window

Tag

Cards List
#context-window

Now the bottleneck is compression / memory (and a little on input filtering)

Reddit r/singularity ↗ · 3d ago

The author argues that the bottleneck in AI lies in memory and compression, comparing LLMs to human memory efficiency and suggesting improved tool integration for better performance.

0 favorites 0 likes
#context-window

Qwen3.8-Flash-Next at 1M context on Strix Halo: 38 tok/s decode, 18 min prefill (halogen 0.12.0)

Reddit r/LocalLLaMA ↗ · 4d ago

Halogen version 0.12.0 fixes performance degradation at high context depths, showing improved decode and prefill speeds for Qwen3.8-Flash-Next at 1 million tokens of context on AMD Ryzen AI Max+ hardware.

0 favorites 0 likes
#context-window

Qwen3.8-Omni-Flash: Omni Senses. Agentic Delivery (18 minute read)

TLDR AI ↗ · 6d ago

Qwen3.8-Omni-Flash is an omnimodal AI model with a 1M-token context window, supporting text, image, audio, and video inputs, and achieving performance comparable to or better than Gemini 3.8 Flash, now available on the Qianwen AI Platform.

0 favorites 0 likes
#context-window

@garrytan: Memorable found a way to optimize memory with embeddings instead of more tokens which is a powerful new way to do memory

X AI KOLs Timeline ↗ · 2026-09-17 Cached

Memorable introduces a method to optimize memory in AI agents using embeddings instead of tokens, enabling procedural memory that persists across multiple runs.

0 favorites 0 likes
#context-window

I measured memory vs "just send the whole history" over 90 simulated days: 23-62x fewer context tokens, same or better recall on personal facts, and one place where memory clearly loses (numbers + method)

Reddit r/AI_Agents ↗ · 2026-09-16

This study compares memory systems to full conversation history in AI agents over simulated days, showing 23-62x fewer context tokens with similar or better recall on personal facts, but memory loses on numerical data and specific details like identifiers.

0 favorites 0 likes
#context-window

@kplikethebird: TL;DR: Every is looking for our next AI-pilled writer, and we've got presents for that person! When I first started doi…

X AI KOLs Following ↗ · 2026-09-13 Cached

Every is hiring an AI-focused writer to manage their daily AI briefing, Context Window, using AI skills like Why Now, Librarian, and Crystal Ball for editorial tasks.

0 favorites 0 likes
#context-window

Long way to go with AI persistent memory

Reddit r/AI_Agents ↗ · 2026-09-11

The article discusses the challenges in developing AI systems with persistent memory, emphasizing the need for effective state management beyond simple retrieval methods like RAG.

0 favorites 0 likes
#context-window

Larger Context Window, Fewer Overcorrections: Optimizing Prompts and Batching for Minimal-Edit Grammatical Error Correction

arXiv cs.CL ↗ · 2026-09-11 Cached

This paper presents an optimized prompt-based method for minimal-edit grammatical error correction that achieves state-of-the-art results by using taxonomy-based instructions, batching, and LLM-assisted prompt optimization.

0 favorites 0 likes
#context-window

@lotte_verheyden: trace quality is super important if you want to improve your agent. One example from our own traces of the in-app agent…

X AI KOLs Timeline ↗ · 2026-09-09 Cached

The tweet discusses how improving trace quality by showing sequential LLM and tool calls instead of nesting them makes debugging and enhancing AI agents easier.

0 favorites 0 likes
#context-window

@AdinaYakup: Ling-3.0-flash-VL just dropped from @inclusionAI 🔥 - Native image + video: understand > reason > act > verify - 124B/5…

X AI KOLs Timeline ↗ · 2026-09-09 Cached

Ling-3.0-flash-VL is a newly released multimodal AI model from inclusionAI, featuring native image and video understanding, a 124B parameter architecture with 5.5B active parameters, a 1M token context, and an MIT license.

0 favorites 0 likes
#context-window

ChatGPT's hard conversation-length limit is one of its most frustrating UX problems - even on Pro

Reddit r/artificial ↗ · 2026-09-02

The author criticizes ChatGPT's hard conversation-length limit as a frustrating UX problem that disrupts long-running projects even for Pro users, and suggests improvements for automatic conversation compounding and retrieval to maintain continuity.

0 favorites 0 likes
#context-window

Context Window Failures in Relational Foundation Models

arXiv cs.LG ↗ · 2026-09-02 Cached

This paper evaluates relational foundation models on high-cardinality data, revealing that context window limitations lead to performance drops, which can be mitigated by simple pre-aggregation steps.

0 favorites 0 likes
#context-window

New Model: Spark-X2.5-4B, Spark-X2.5-1.7B

Reddit r/LocalLLaMA ↗ · 2026-09-01 Cached

Introducing Spark-X2.5-4B and Spark-X2.5-1.7B, compact general-purpose language models with native 1M-token context, strong coding and agent capabilities, and broad hardware compatibility.

0 favorites 0 likes
#context-window

Best settings for harness work with llama.cpp + qwen 3.8

Reddit r/LocalLLaMA ↗ · 2026-08-30

The article provides optimized settings for using the Qwen 3.8 model with llama.cpp, highlighting performance gains in token generation speed and context window management on an RTX 3090 GPU.

0 favorites 0 likes
#context-window

Ran Qwen3.8-Flash-Next (79 GB, 2-bit) at 350K ctx for 3.5 hours on a 128 GB M5 Max — speed vs context depth, 100 turns, one graph

Reddit r/LocalLLaMA ↗ · 2026-08-30

This article reports on running the Qwen3.8-Flash-Next model on a MacBook Pro M5 Max, benchmarking speed versus context depth over 100 turns, with insights into performance and issues like role confusion at long contexts.

0 favorites 0 likes
#context-window

Tencent Releases and Open-Sources Tencent Hy4 Preview

Hacker News Top ↗ · 2026-08-29 Cached

Tencent has released Tencent Hy4 preview, an open-source large language model with 770B parameters and over 1M token context, designed for productivity tasks in coding, office work, and scientific research.

0 favorites 0 likes
#context-window

A month of running agents on a cron in production: four things that broke, none of them the model's fault

Reddit r/AI_Agents ↗ · 2026-08-29

The author shares four mechanical failures experienced while running AI agents on a cron job in production for a month, emphasizing that all issues stemmed from setup problems rather than model deficiencies.

0 favorites 0 likes
#context-window

Let's end Context windows, RAG, and skill files.

Reddit r/AI_Agents ↗ · 2026-08-29

The author describes a backend agent memory system that outputs embedded state parameters instead of natural language chunks, using a GGUF adaptor with a qwen3 model. It employs dual perpendicular graphs and cyphers for real-time memory integration, potentially eliminating the need for context windows, RAG, and tool schemas.

0 favorites 0 likes
#context-window

How we stopped a 44MB Excel file from blowing up our agent’s context window

Reddit r/AI_Agents ↗ · 2026-08-29

The article describes building a streaming tool to process large Excel files for AI agents, reducing context window usage from 86M characters to a small JSON output, and compares solutions from OpenAI, Codex, and Claude.

0 favorites 0 likes
#context-window

@cline: Tencent Hy4 Preview leads on SWE-bench Pro. 770B, 49B active, 1M context, and their biggest generational leap measured …

X AI KOLs Timeline ↗ · 2026-08-28 Cached

Tencent Hy4 Preview leads on SWE-bench Pro with 770B total parameters, 49B active, and 1M context length, marking their biggest generational leap as an open weights model competing against frontier AI.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback