Formats & representation

Knowledge formats: making knowledge machine-readable, exchangeable, maintainable

Knowledge formats are the representations and structures that make knowledge usable — by agents, by LLMs, by personal assistants, and by the teams that build and run them. This page covers what knowledge formats are, why they matter, and how they connect to the open-source and open-standards work at knowledgesidekick.org.

Home · Contact

What knowledge formats are

Knowledge formats are the representations and structures that make knowledge usable.

In an agentic system, knowledge is not useful if it is just a pile of text somewhere. It has to be represented in a way that can be read, exchanged, kept current, scoped, and used by the systems that depend on it. That is what knowledge formats are for.

Formats cover the practical side of the knowledge layer: how knowledge is represented, how it is exchanged between systems and teams, how it is versioned, how it is kept maintainable, and how it can be used by agents, LLMs, and personal assistants without being reduced to a dump of undifferentiated text.

Why formats matter

  • Usability. Knowledge that is poorly represented is hard to use. Good formats make knowledge readable, exchangeable, and maintainable — which is what agents, LLMs, and assistants actually need.
  • Exchangeability. Knowledge often has to move between systems — from where it is created to where it is used. Formats determine how cleanly it can move.
  • Maintainability. Knowledge decays. Formats that are maintainable are easier to keep current, easier to version, and easier to deprecate when they are no longer true.
  • Openness. Open formats make knowledge less trapped in one system or one vendor. That is the bridge between the commercial work and the open-source and open-standards work at knowledgesidekick.org.

Formats are not a cosmetic concern. They are what make the knowledge layer practicable rather than accidental.

Formats and the open-source / open-standards layer

Knowledge formats are where the commercial work and the open work meet.

The commercial side — Knowledge Sidekick — helps companies choose and use formats that make their knowledge layer dependable. The open-source and open-standards side — at knowledgesidekick.org — is where the open representations, open standards, and open tooling around knowledge live.

The two are meant to be related: the commercial work turns open formats and standards into dependable practice inside a company, and the open work gives those formats and standards a home outside any single company. That is the point of the sibling structure — knowledgesidekick.com for the practical sidekick work, knowledgesidekick.org for the open source and open standards.

Where to go next

Frequently asked questions

Knowledge formats are the representations and structures used to make knowledge machine-readable, exchangeable, and maintainable — the practical side of the knowledge layer. They include how knowledge is represented, exchanged, versioned, and kept usable by agents, LLMs, and assistants.

Because how knowledge is represented determines how usable it is. Poorly represented knowledge is hard to use, hard to keep current, and easy to get wrong. Good formats make knowledge dependable, exchangeable, and maintainable — which is what agents, LLMs, and assistants actually need.

Knowledge formats are the practical side of the open-source and open-standards layer. Open representations make knowledge exchangeable across systems and teams, and they are the bridge between the commercial work and the open work at knowledgesidekick.org.

Sources and further reading

  1. Retrieval-Augmented Generation for Large Language Models: A Survey — arxiv.org/abs/2312.10997