Replies: 5 comments
-
|
How do I use Tessl? The website you pointed at looks like it's just
marketing. (Too loud for my conservative taste.)
…--Guido
On Tue, Apr 28, 2026 at 5:21 PM Kevin Turcios ***@***.***> wrote:
Hey Guido,
Following up on our call — you mentioned struggling with agents.md: too
much in it wastes tokens, too little and the AI makes bad decisions (or
cheats against benchmarks).
I've been working with a tool called Tessl <https://tessl.io> that
handles this. It manages agent context — what instructions get loaded,
when, and how much — so you're not hand-tuning a single markdown file and
hoping for the best.
Would you be open to trying it on TypeAgent? I can set it up and show you
what it looks like in practice.
—
Reply to this email directly, view it on GitHub
<#257>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAWCWMVSJ2QUSVT266YMHHT4YFDINAVCNFSM6AAAAACYKCIK42VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZZHE3TGMBUGM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Tessl is a CLI that manages context for AI coding agents (Claude Code, Cursor, Copilot, Gemini, etc.). It works through "tiles" — versioned bundles of instructions, rules, and docs that get loaded into your agent's context automatically. The key difference from hand-editing Docs: https://docs.tessl.io You'll have to create an account to use it — not sure if that'll put you off, but it's a powerful tool. Happy to set it up on TypeAgent if you want to see it in action. |
Beta Was this translation helpful? Give feedback.
-
|
I don't feel I have a problem that requires such a complex tool. Sorry.
…--Guido
On Tue, Apr 28, 2026 at 7:19 PM Kevin Turcios ***@***.***> wrote:
Tessl is a CLI that manages context for AI coding agents (Claude Code,
Cursor, Copilot, Gemini, etc.). It works through "tiles" — versioned
bundles of instructions, rules, and docs that get loaded into your agent's
context automatically.
The key difference from hand-editing AGENTS.md: tiles are versioned,
scoped, and agent-agnostic. It also automatically scaffolds the config for
each tool — Claude Code, Gemini, VS Code Copilot, Cursor, etc. — and
centrally manages all of it in one place, so a change auto-applies across
every agent.
Docs: https://docs.tessl.io
Installation: https://docs.tessl.io/introduction-to-tessl/installation
You'll have to create an account to use it — not sure if that'll put you
off, but it's a powerful tool.
Happy to set it up on TypeAgent if you want to see it in action.
—
Reply to this email directly, view it on GitHub
<#257 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAWCWMSO5ROGNP6AY5J3QCT4YFREZAVCNFSM6AAAAACYKCIK42VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTMNZVGA2DOMI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Fair enough — but looking at your current The file mixes 6 different concerns into one flat list: behavioral tone, git restrictions, build commands, uv rules, code generation style, and meta-instructions. Everything loads on every interaction, whether relevant or not. A few concrete things:
PR #256 adds more (worktree rules, debugging discipline). The file will keep growing, and every rule loads every time. This doesn't have to be Tessl. If you're open to it, I can start small with your current VS Code setup — add a |
Beta Was this translation helpful? Give feedback.
-
|
To make this more concrete, I put together a draft PR: #258 It does three things:
No new tools required — just files already in the repo. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Guido,
Following up on our call — you mentioned struggling with agents.md: too much in it wastes tokens, too little and the AI makes bad decisions (or cheats against benchmarks).
I've been working with a tool called Tessl that handles this. It manages agent context — what instructions get loaded, when, and how much — so you're not hand-tuning a single markdown file and hoping for the best.
Would you be open to trying it on TypeAgent? I can set it up and show you what it looks like in practice.
Beta Was this translation helpful? Give feedback.
All reactions