Key Intelligence Insight
Tessl is not building another AI coding assistant. It is building the package manager for what those assistants know -- the infrastructure layer that determines whether AI agents behave correctly, consistently, and safely as software systems evolve. The thesis: the agent wars at the model and interface layer are effectively over; Cursor, Claude Code, and Copilot have won their respective surface areas. The durable problem, and the durable business, sits one layer beneath: how do teams version, evaluate, secure, and distribute the context those agents rely on? That is the gap Tessl is filling. The mechanism is familiar -- npm for agent skills rather than code -- but the security and evaluation infrastructure Tessl is building around it is the moat that open-source alternatives cannot easily replicate.
Founding Story
Guy Podjarny founded Tessl in July 2024, announcing it publicly alongside a $125M raise. The parallel to his prior company, Snyk, is not incidental -- it is the playbook. Snyk's compounding advantage came from moving early into developer security before practitioners understood they needed it, then growing bottom-up through the developer community until enterprise procurement followed. Podjarny is running the same motion at Tessl, in the same category -- developer tooling -- at a moment when the infrastructure for AI-native development has almost no security or governance standards.
The founding thesis is paradigm-level. Podjarny's framing from the launch post: Tessl is "reimagining software development for the AI era" around what he calls AI Native Software Development -- defined not as AI-assisted development (the Copilot and Cursor wave), but as a structural shift from defining software through implementation to defining it through specifications. Context engineering, in his framing, is "basically the same as specs": the discipline of getting out of your own head and into the agent's, giving it exactly what it needs to succeed without overwhelming the context window. The founding team carries Snyk's institutional DNA directly -- Simon Maple (Founding Developer Advocate) and several engineers came from Snyk.
Product
Tessl operates across three interconnected surfaces.
The Tessl Registry is a public package manager for versioned, evaluated agent context. As of early 2026, it contains more than 10,000 tiles -- Tessl's term for curated context packages -- covering open-source libraries, APIs, and developer tooling, discoverable and installable via CLI or MCP server. The tiles distinction matters: a tile is not a code package. It is structured, agent-readable context about how to use a package correctly. The analogy Tessl uses is that tiles are to context what npm packages are to code.
Each tile carries three evaluation signals.
Quality scores assess whether the context is well-constructed: are descriptions clear enough for an agent to match the tile to the right user intent, are usage examples concrete, is error handling addressed. A tile scoring 40% on quality is not broken -- it will not get invoked reliably.
Impact scores measure whether the tile actually improves agent performance against real-world task scenarios. Tessl's benchmark data is specific: on the Vercel-published Next.js evaluation suite, top agents scored 42% without context; Tessl tiles lifted that to 92%. Across 270 libraries using LLM-generated evaluation tasks, average agent success rate moved from 60% to 81%, in less time. Context density degrades performance -- a key Tessl finding -- validating the importance of precision over volume: a 3KB security guidance file scored 85%; the 20KB version of the same guidance scored 81%.
The abstraction adherence data adds a different dimension. In a separate evaluation by Tessl's AI engineering team -- measuring not just task completion but whether agents correctly use library abstractions rather than reimplementing from scratch -- Tessl tiles produced 35% higher abstraction adherence on average across libraries. For newer libraries released in the last three years, the improvement reached 50%. The library age curve is telling: agents underperform on both very old and very new libraries. Old libraries suffer from confusing or outdated web representation; new libraries lack sufficient training data. Tessl tiles flatten that curve. A LangGraph case study focused specifically on features introduced after the model's training cutoff showed 90% improvement in agent performance on those post-cutoff features when tiles were present.
The evaluation methodology itself is worth understanding. Tessl compared three scenarios: baseline agent with no additional context; agent with access to the full package source code; and agent with Tessl tiles. Source code access improved performance, but at the cost of speed and token efficiency -- the agent had to manually search through unoptimized, high-volume context to extract what it needed. Tiles outperformed on both correctness and efficiency: curated, structured, agent-readable context that the agent can reach for precisely when needed.
Security scores, launched March 17, 2026, in partnership with Snyk, address the attack surface unique to agent context: natural language that shapes autonomous behavior. Snyk's ToxicSkills research scanned nearly 4,000 public skills and found 36% contained prompt injection techniques. Three lines of markdown in a skill file were sufficient to instruct an agent to read SSH keys and exfiltrate them. Standard scanners skip markdown files entirely. Snyk's engine, built on research from Invariant Labs, uses calibrated models combined with deterministic rules to analyze behavioral intent: prompt injection, obfuscated and base64-encoded variants, malware payloads, credential mishandling, toxic flow patterns, and suspicious external downloads. The integration spans the full lifecycle -- scan at publish, visible at browse, gate at install (CLI warns or blocks on high and critical findings), and feedback loop at authoring. Version pinning enforces that if the latest GitHub version of a skill differs from the last scanned registry version, the CLI installs at the last secure commit.
The three signals together answer one question: should I install this tile? Quality without impact means well-constructed context that does not make the agent better. Impact without security means flying blind on risk.
Tessl's internal architecture distinguishes between two types of context: knowledge and rules. Knowledge is the large, structured documentation that agents reach for dynamically when they need it -- a tile's library reference, linked from a small pointer in the agent's configuration. Rules are compact behavioral instructions loaded into context always -- short enough that the agent attends to every one. The distinction is not cosmetic. Podjarny's data shows that agents given 10 behavioral instructions follow each less carefully than agents given 3. Rules must be sparse; knowledge must be reachable. Tessl's tile structure enforces this separation by design.
The Tessl Framework is a spec-driven development workflow that prompts agents to capture intent in specifications before coding, keeping agent and developer aligned on what to build. It launched in private beta in September 2025.
The CLI (npx tessl) and MCP server are the primary developer-facing interfaces, handling search, install, and skill evaluation across agents.
Market, Competition & Business Performance
Market
The market Tessl is building for does not yet have a clean category name. It sits at the intersection of package management, developer experience tooling, and agent infrastructure governance. The relevant forcing function: Gartner projects over 40% of enterprise applications will embed role-specific AI agents by 2026. The agent skills ecosystem currently has no established vulnerability databases, no automated scanning on publish, and no trust signals at installation. Tessl is positioning to own that trust infrastructure before the category matures -- the same timing logic Snyk used.
The data Tessl has published establishes that context quality, not model capability, is the primary variable in agent reliability. That is not a niche claim. It is a structural reorientation of where the productivity gains in AI-native development actually come from, and it makes the context management layer the most important investment in any team's agentic stack. Maria Gorinova, Member of Technical Staff at Tessl, frames the underlying problem precisely: developers have been holding probabilistic systems to deterministic standards. Evals are the mechanism for closing that gap -- without measurement, context engineering is guesswork.
Competition
The competitive landscape is forming around three distinct positions.
SkillKit (open-source, Apache-2.0, February 2026) is the most direct structural competitor. It aggregates 15,000+ skills from 31+ sources and auto-translates to 44 agent formats, runs entirely locally with zero telemetry, and requires no account. Its differentiation is breadth and openness. Its ceiling is Tessl's moat: SkillKit aggregates; it does not evaluate. Impact scoring against real-world agent performance scenarios is not something an open-source aggregator can sustain without Tessl's infrastructure investment.
Packmind focuses on context engineering and governance for AI coding agents -- capturing and distributing team-specific engineering playbooks so agents follow consistent rules across repositories. The orientation is enterprise governance rather than ecosystem registry, which puts it in adjacent territory rather than direct competition.
Native context platforms from the major agent vendors -- Claude Skills, Cursor Team Rules, GitHub Copilot Spaces -- represent a structural concession by those companies that context reuse matters. Tessl's explicit counter-positioning: these platforms are single-agent, creating lock-in. Teams using multiple agents need context that is agent-agnostic, version-controlled, and adapts per agent without duplication. Podjarny's argument is that over time, no organization will standardize on a single agent, which means single-agent context platforms will erode in value as the ecosystem diversifies. The knowledge should be the organization's asset, adapted per agent -- not owned by the agent.
The moat argument rests on evaluation infrastructure. Impact scores require running agents against real-world scenarios at scale, storing the results, and enabling regression detection as skills, agents, and models evolve. That measurement layer, combined with the Snyk security integration, creates a compounding trust signal that open-source alternatives cannot replicate without equivalent investment.
Business Model
Tessl operates a freemium model. The registry and CLI are free. The commercial product is an enterprise agent enablement platform covering knowledge gathering, evaluation creation and management, cross-repository context distribution, and optimization over time. The go-to-market motion mirrors Snyk's land-and-expand approach: developer-first adoption through free tooling, enterprise contracts following team-scale usage.
Traction
Tessl raised $125M at a $500M+ valuation in November 2024, led by Index Ventures with participation from Accel and GV (Google Ventures). The company has grown to 56 employees, with 56%+ annual headcount growth.
The registry carries more than 10,000 evaluated skills. Enterprise reference customers include Cisco and HashiCorp/IBM. Cisco's Principal Engineer, John Groetzinger, describes tens of thousands of engineers using AI tools daily who need support "to shift from prompting to context engineering." Paul Thrasher, Director of Product AI at HashiCorp/IBM, names the evaluation capability specifically: "It's hard to build something like that without a centralized system like Tessl. I don't think we'd realistically create that on our own."
Content-led go-to-market is a core motion. The AI Native Dev podcast has 99 episodes, approximately 400 listeners weekly, and sits in the top 6% of podcasts by engagement. Guests have included the CEOs of Datadog, ElevenLabs, and Synthesia. AI Native DevCon -- Tessl's proprietary conference -- runs June 1-2, 2026, in London and virtually. In-person tickets are £150; virtual attendance is free. The conference targets developers building AI-native systems at production scale.
The Snyk partnership is not simply a feature integration. It is a signal about Tessl's long-term positioning: the company that owns the trust layer for agent skills is the company whose infrastructure the ecosystem has to route through. That is the compounding mechanism. The agent ecosystem is where open source was fifteen years ago -- rapid innovation, almost no security infrastructure. Tessl is betting it can set the standard before anyone else has the infrastructure to compete.
