Three Kinds of Software Survive: Tasklet's Andrew Lee on Competing to be a Horizontal Platform
TL;DR
Tasklet CEO Andrew Lee reveals a complete architectural rebuild shifting from workflow automation to a general-purpose AI agent platform, emphasizing file-based context management and aggressive summarization to control token costs, while outlining a strategic pivot toward becoming a horizontal platform capable of integrating any frontier model as competition intensifies with API providers like Anthropic.
🧠 Agent Architecture & Context Management 3 insights
File system as agent memory
Tasklet shifted from feeding chat history directly to LLMs to storing context in a file system, treating files as the agent's persistent memory and sending only hints or pointers to the model to reduce token costs.
Hierarchical compression strategy
Implemented multi-level summarization where recent messages retain full fidelity while older history undergoes progressive stripping of thinking blocks and tool responses, eventually collapsing into LLM-generated summaries.
Cache-optimized bucketing
Organized historical data into cache-aware buckets that minimize prefix changes, reducing expensive recomputation while utilizing five-minute caching windows for active sessions and persisting compressed states across runs.
💸 Economic Pressures & Strategic Pivot 3 insights
Supplier competition threat
Anthropic's Claude Max offers direct customers approximately five times the token volume available via API at the same price, creating direct competition between Tasklet and its critical infrastructure provider.
Token costs constrain capabilities
High API pricing has forced Tasklet to remain on Claude Opus 4.6 rather than upgrading to 4.7, demonstrating how token economics directly dictate technical capabilities and feature availability.
Evolution toward horizontal platform
Pivoting from single-model dependency to a model-agnostic 'mecha suit' architecture capable of harnessing frontier models from any provider to avoid commoditization and survive the AI transition.
🏢 Market Positioning & Software Taxonomy 3 insights
Three survivors of AI transition
Lee predicts only three software categories will survive: horizontal platforms (general-purpose orchestration), API-first infrastructure like Stripe, and outcome-based solutions like Finn charging $0.99 per resolved ticket.
Computer use as core infrastructure
Rebuilt computer use from an optional add-on to essential infrastructure, with every agent now operating persistent headless VMs and browser environments as critical path components rather than afterthoughts.
Integration architecture overhaul
Completely rewrote connection systems to support multiple instances of identical services (e.g., three Gmail accounts) while granting agents greater autonomous control over external system management.
Bottom Line
As AI providers increasingly compete with their own customers, software companies must evolve into horizontal, model-agnostic platforms while implementing aggressive file-based context compression to survive economically.
More from Cognitive Revolution
View all
Intelligence on the Edge: Liquid AI's Ramin Hasani on the Search for Device-Native Foundation Models
Liquid AI CEO Ramin Hasani details how his company is building device-native foundation models using biologically-inspired 'liquid neural networks' that deliver robust out-of-distribution generalization with minimal computational resources, enabling sophisticated AI to run directly on edge devices rather than cloud data centers.
Fable's Back, AI Engineer Recap, & SambaNova
Anthropic's Fable model returns after a government safety review with refined defense-in-depth safeguards, coinciding with OpenAI's launch of GPT 5.6 Soul Ultra, creating a fragmented market where users must navigate significant pricing disparities and distinct capability trade-offs between frontier models.
1000 Designs a Day: Neural Concept's Thomas von Tschammer on AI-Native Engineering
Neural Concept is replacing days-long physics simulations with AI models that deliver results in minutes, enabling automotive manufacturers to explore thousands of designs daily rather than dozens annually. This shift allows engineers to focus on high-level trade-offs while agentic co-pilots handle iterative optimization across domains like aerodynamics, crash safety, and thermal management.
AI:AM #4: Cameron on Model Consciousness, Duvenaud's Gradual Disempowerment, swyx's AI-Eng Alpha
Consciousness researcher Cameron Berg demonstrates that frontier AI models score 30-45% on scientific consciousness indicators using automated theory-based evaluation, while revealing that internal "valence" representations governing welfare states can be directly steered to impact model safety and alignment behaviors.