Tagged articles

token budgeting

6 articles · Page 1 of 1
AI Engineer Programming
AI Engineer Programming
Jul 23, 2026 · R&D Management

When Companies Mandate AI-Only Coding, Budgets Override Real Productivity

A junior engineer recounts how his Norwegian tech firm first forced developers to code exclusively with AI, then imposed strict token budgets and bonuses, leading senior staff to abandon AI tools, revealing that financial incentives, not actual productivity gains, dominate corporate AI adoption decisions.

AI CodingManagementindustry trends
0 likes · 7 min read
When Companies Mandate AI-Only Coding, Budgets Override Real Productivity
Ray's Galactic Tech
Ray's Galactic Tech
Jul 16, 2026 · Artificial Intelligence

K8s, Kafka, Nacos Agent Platform to Prevent Token Bankruptcy and Skill Avalanches

The article details how a production‑grade Agent platform built on Kubernetes, Kafka, and Nacos addresses token budget overruns, uncontrolled skill execution, and RAG hallucinations by introducing a four‑layer runtime architecture, token pre‑allocation, explicit state management, dynamic governance policies, and robust skill specifications.

KafkaKubernetesLLM agents
0 likes · 32 min read
K8s, Kafka, Nacos Agent Platform to Prevent Token Bankruptcy and Skill Avalanches
Xike
Xike
Jun 11, 2026 · Artificial Intelligence

Adding Memory: Enabling Multi‑Turn Conversations in an LLM Agent

This guide demonstrates how to replace a simple message list with a ContextManager that tracks user and assistant turns, estimates token usage, applies a sliding‑window truncation based on a token budget, and provides a single build_for_llm entry point to keep multi‑turn dialogues stable and observable.

AgentContext ManagementLLM
0 likes · 11 min read
Adding Memory: Enabling Multi‑Turn Conversations in an LLM Agent
Xike
Xike
Jun 2, 2026 · Artificial Intelligence

Why Agent Conversations Aren’t Just Chat Logs: Effective Context Management

The article explains that an Agent’s context is a structured snapshot built from role contracts, tool trajectories, and window budgeting, not a raw chat transcript, and details how proper context handling prevents forgetting, token bloat, and tool‑call mismatches in multi‑turn LLM workflows.

Context ManagementLLM agentsReAct
0 likes · 16 min read
Why Agent Conversations Aren’t Just Chat Logs: Effective Context Management
Linyb Geek Road
Linyb Geek Road
May 12, 2026 · Artificial Intelligence

10 Open‑Source Tools Cutting AI Agent Costs Ten‑Fold: Prompt Compression, Memory Management, Model Routing

The article explains how AI agents become expensive because they ingest massive, irrelevant context and shows ten open‑source projects—LLMLingua, mem0, LiteLLM, LlamaIndex + Chroma, Letta, Guidance, Aider, tiktoken + ttok—that compress prompts, manage memory, route models dynamically, add retrieval‑augmented generation, and enforce token budgeting, collectively reducing daily token usage by millions and slashing costs dramatically.

AI agentsMemory ManagementRetrieval Augmented Generation
0 likes · 17 min read
10 Open‑Source Tools Cutting AI Agent Costs Ten‑Fold: Prompt Compression, Memory Management, Model Routing
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Apr 13, 2026 · Artificial Intelligence

Turning ReAct from Demo to Production: Handling Failures, Loops, and Token Budgets

This article explains how to upgrade a ReAct agent from a proof‑of‑concept to a production‑ready system by classifying tool failures, detecting repeated search loops, managing token budgets, and adding structured logging, complete with Python implementations and practical interview guidance.

LLMLoop DetectionTool Failure Handling
0 likes · 24 min read
Turning ReAct from Demo to Production: Handling Failures, Loops, and Token Budgets