> For the complete documentation index, see [llms.txt](https://tessl.gitbook.io/tessl-press-kit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tessl.gitbook.io/tessl-press-kit/readme.md).

# About Tessl

## About Tessl

Shaping the future of software development is a community activity. Join us in the journey.

Software development is a true craft, and one worthy of mastery.

It requires taste to build great products. Architectural understanding to build systems that can stand tall; Good handling of tradeoffs, be it UX flexibility vs simplicity, platform cost vs latency, or investing in a foundation vs shipping the next feature. It’s a complicated, ever-changing and massively rewarding line of work.

But software development is currently built around the wrong asset - code.

From the time we left punch cards behind, code sat at the heart of software development, and the tools formed around it. They focus on nurturing an implementation, but neglect to preserve the intent behind it.

Now, agents are commoditizing coding… but they’re not ending the craft of software development. It remains a domain to master and perfect, and an incredible source of value and satisfaction.

However, software development cannot continue as it is. It needs to transform, growing to revolve around intent and taste, not code. It needs to increase its ambition, being bigger and smarter systems. It needs to broaden, welcoming new developers to the scene, while turning 10x engineers into 1000x ones.

This is why we started Tessl. To help shape what AI Native software development looks like. To provide the tools to develop software in this context-centric world. To power the next step in the evolution of our profession.

We don’t think shaping the future of software development is something one company does alone. It’s something the community figures out together. We are committed to powering open software and context, and invest heavily in the AI Native Developer community.

If you’re building with agents and want to help our profession grow, we’d love to build alongside you.

Yours,

Guy Podjarny


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://tessl.gitbook.io/tessl-press-kit/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
