#AITokens #ContextManagement #GitHubCopilot
https://foojay.io/today/context-is-a-budget-eight-levers-and-three-workflow-patterns/
Cory House presents 'Automating Quality with AI' this July at Nebraska.Code().
https://nebraskacode.amegala.com/
#AIGuardrails #GeneratedTests #SpecDrivenDevelopment #Nebraska #AIPrompting #ContextManagement #LLM #TechnologyConference #CoryHouse #DevConference #Programming #QualityAI #AISlop
The Hidden Challenge of Multi-#LLM #ContextManagement
https://dev.to/backboardio/the-hidden-challenge-of-multi-llm-context-management-1pbh
Cory House has a Full-Day Hands-On Workshop July 22nd at Nebraska.Code().
Learn more about 'Coding Effectively with AI' here:
https://nebraskacode.amegala.com/
#Editor #CLI #AIModels #ConfigTechniques #Outputs #MCPServers #AI #CodeReviewWorkflows #ContextManagement #CoryHouse #PromptingTechniques #TechWorkshop #ArtificialIntelligence #Tech
Dynamic context management is the achilles heel of Claude Cowork
This is the system Anthropic have developed for overcoming the limits of context windows. Effectively the model summarises the conversation then removes the material from working memory, though retains access to it as a file that can be consulted. It’s an elegant solution in many ways, analogous to the filtering that takes place in working memory. Here’s an example of what a memory file looks like:
This session is being continued from a previous conversation that ran out of context. The summary below covers the earlier portion of the conversation.
Analysis: Let me analyze this conversation chronologically:
/Users/markcarrigan/Library/Mobile Documents/com~apple~CloudDocs/chapter-6-the-freedom-question.md/Users/markcarrigan/Library/Mobile Documents/com~apple~CloudDocs/chapter-7-the-lure-of-the-machine.md/Users/markcarrigan/Library/Mobile Documents/com~apple~CloudDocs/chapter-8-confronting-the-creepiness.mdSummary: 1. Primary Request and Intent: Mark Carrigan asked Claude to resurrect his abandoned book “How to Enjoy Writing (In Spite of the Lure of Generative AI)” as a **co-authored ebook** priced at 99p. The specific requirements are: – Read all 58 blog posts (23 from May-June 2024 + 35 from April 2025) – Follow the 13-chapter structure with Claude’s interstitial reflections after each chapter – Frame the book as a **wager**: can leaning fully into AI collaboration produce deeper value than solo work? – Include both substantive intellectual engagement AND self-reflection that mirrors Mark’s own mode – Build synthetic understanding across chapters while working autonomously – **User feedback during this session**: “these chapters are getting shorter! be careful please” – chapters need to be more substantial
/Users/markcarrigan/Library/Mobile Documents/com~apple~CloudDocs/how-to-enjoy-writing-book-structure.md/Users/markcarrigan/Library/Mobile Documents/com~apple~CloudDocs/chapter-6-the-freedom-question.md (created this session)/Users/markcarrigan/Library/Mobile Documents/com~apple~CloudDocs/chapter-7-the-lure-of-the-machine.md (created this session)/Users/markcarrigan/Library/Mobile Documents/com~apple~CloudDocs/chapter-8-confronting-the-creepiness.md (created this session)If you need specific details from before compaction (like exact code snippets, error messages, or content you generated), read the full transcript at: /sessions/zen-eager-pascal/mnt/.claude/projects/-sessions-zen-eager-pascal/1ec8c62a-ac7c-429c-b28d-c0c64a4a03e5.jsonl Please continue the conversation from where we left it off without asking the user any further questions. Continue with the last task that you were asked to work on.
The obvious problem is what gets lost in this process? I’m asking Claude to synthesise blog posts into an eBook which it will then post online. I’ve been monitoring the chain-of-thought because it’s an experiment. I almost certainly wouldn’t do this if it was a real exercise. Yet look what I just caught Claude doing:
The description of the task is compile my blog posts yet it’s now writing its own text based on a summarised understanding of the blog posts. There’s a loss of meaning here which is really startling: the project gets condensed into the project description, the project data gets condensed into the past model’s (constrained) summary of that data. As far as I can see this risk is inherent to dynamic context management. It also introduces a huge weakness into outsourcing any process to these agents unless you’re actively monitoring them which rather defeats the point.
#AIAgents #ClaudeCowork #context #contextManagement #machineSociology #memory #resource
🚨 Khó khăn khi chuyển đổi giữa các model AI hoặc reset chat?
- Mất context công việc: Quên decision/assumption quan trọng
- Giải pháp tạm: Re-explain, paste chat cũ, document riêng ➡️ Đều bất tiện!
❓ Bạn xử lý thế nào?
1. Giải thích lại từ đầu?
2. Dùng file tổng hợp trạng thái?
3. Chấp nhận sai lệch?
Thậm chí với cửa sổ ngữ cảnh 1M token, AI vẫn thất bại trong thực tế vì:
- Mất 42h để tìm dữ liệu & xin quyền truy cập
- Mỗi phiên làm việc bắt đầu lại từ đầu
- Không truy xuất được bối cảnh cũ → không kiểm toán, không tin cậy được
Giải pháp? Dùng lớp bộ nhớ ngữ nghĩa: lưu thông tin cốt lõi, nén tương tác cũ, truy xuất theo mức độ liên quan.
AI thành công không cần context lớn — cần nhớ thông minh.
#AI #ContextManagement #LLM #TríTuệNhânTạo #QuảnLýNgữCảnh #AIProduction #AgenticAI
🚀 NEW on We ❤️ Open Source 🚀
Zach Daniel introduces "usage rules"—a new way to embed practical context guidance with OSS packages, making AI coding tools easier for everyone to use.
It's time to make agentic dev tools accessible.
https://allthingsopen.org/articles/usage-rules-making-ai-coding-accessible
#WeLoveOpenSource #OpenSource #AI #LLM #ContextManagement #Elixir #FOSS #DevTools
🔧 Smarter context management = better coding agents.
In this post, I explore how managing context windows well can make your AI collaborators more capable — and why it matters for agentic coding.
https://workingbruno.com/notes/smart-context-management-coding-agents/