A "harness" is basically what you call Claude Code and such, i.e. a TUI to run the agent.

A harness is any wrapper around llm calls that manipulates llm interactions to achieve the process for which it is designed. Claude code et al are just one type of harness, focusing on writing code. The kind of UI used to interact with the harness and underlying models does not matter.

[deleted]

TUI?

Aren't VS Code, Claude Code, Hermes Agent, Goose or Letta harnesses, but with UI, too?

Can be a TUI, can be a GUI.

VSCode at least is a GUI

Which it’s kind of strange VSCode ghcp lacks basic attributes like context % used compared to some TUIs where it’s default.

There is a round icon at the right bottom, where white arc is how much context used - hover for extra info.

I thought the harness was mainly a TAI (tangible AGENT interface). Its a harness for the agent, not a user interface. That is bolted on top of the harness.