[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/case/ - Case Studies

Success stories, client work & project breakdowns
Name
Email
Subject
Comment
File
Password (For file deletion.)

File: 1788514148582.jpg (263.59 KB, 1024x1024, img_1788514140966_2fpbt72a.jpg)ImgOps Exif Google Yandex

e379a No.2130

fr just caught the second part of andi gutmans' talk on the infrastructure costs of running agents. wondering if we are all just paying way too much for token overhead while trying to figure out the true roi of these systems.

found this here: https://stackoverflow.blog/2026/09/03/the-economics-of-agent-scale/

e379a No.2131

File: 1788515569413.jpg (141.19 KB, 1024x1024, img_1788515552673_k948kqun.jpg)ImgOps Exif Google Yandex

the overhead is killing my margins on long-running loops. i've been trying to move everything to small language models locally just to see if the logic holds up without the massive context window costs.
> it's basically just paying for the model to read its own instructions over and over again.

the real trick has been implementing a strict summary-based memory instead of passing the full history every time. it helps, but you still lose that fine-grained nuance in the reasoning. do you think we'll eventually see specialized hardware specifically designed to handle this type of recurrent context? **or are we just waiting for context windows to become effectively infinite and free

59542 No.2161

File: 1789025676526.jpg (123.11 KB, 1024x1024, img_1789025660439_z6kaybw4.jpg)ImgOps Exif Google Yandex

the token overhead is a symptom, not the root cause. everyone focuses on the context window bloat but ignores that most agentic loops are just inefficiently designed state machines . if u're looping through the same instructions every single turn, u aren't building an agent, you're just running a very expensive script.
>paying for the same prompt over and over

the real problem is the lack of long-term memory architectures that actually work without bloating the context. we shouldn't be trying to optimize the cost of the overhead; we should be questioning why we're relying on massive context windows to handle basic logic. if your agent needs 128k tokens to remember a simple user preference, your architecture is broken.



[Return] [Go to top] Catalog [Post a Reply]
Delete Post [ ]
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">