Engineering for Bounded Cognition
shapeofthesystem.com
Engineering for Bounded Cognition
1–10 of 42 posts
Re: Engineering for Bounded Cognition
#2But at some level context engineering is very similar to what this article talks about.
Re: Engineering for Bounded Cognition
#3Re: Engineering for Bounded Cognition
#4Re: Engineering for Bounded Cognition
#5Re: Engineering for Bounded Cognition
#6For me personally, that means setting up 'attention getters' for the important things in life - 'totems' that force a context switch. For AI agents, it means well-designed CLI tools that help the agent orient itself in a task and pull exactly the 'context-for-the-job' it needs right then.
This is exactly what makes building modern GenAI decision-support systems so difficult. It's no longer just about finding the right software abstractions. You now have to account for the unknown cognitive construct of a completely different intelligence.
Re: Engineering for Bounded Cognition
#7It is interesting to compare this to LLMs - they also have the bounded context that you can see as the analogue to our working memory. It can contain enormously more bits of information than the 4 things the article says is the capacity of our working memory - but the 4 things can probably be much more complex internally - they are more like 4 pointers probably. But at some level context engineering is very similar t…
Re: Engineering for Bounded Cognition
#8Reminds me of Rich Hickey's "Simple Made Easy" talk