Back to News
Advertisement
Advertisement

⚑ Community Insights

Discussion Sentiment

80% Positive

Analyzed from 329 words in the discussion.

Trending Topics

#human#knowledge#markdown#https#text#representation#format#viz#years#llms

Discussion (5 Comments)Read Original on HackerNews

sadschnitzelβ€’about 2 hours ago
I love the simplicity of this OKF spec, but I'm not sure everything can be represented well in "just Markdown".

I've recently become intrigued by representing concepts so that AI can co-contribute effectively and token-efficiently (typically: find a good way to represent something as semi-structured sequential text), but also without compromising the human lens on the representation. We shouldn't accept a downgrade of the human knowledge representation experience just to make it AI-accessible. That's especially true if traditionally non-dev personas need to contribute, and they almost certainly find "weird text format + git" much worse than their current authoring/viz tools.

I'm excited to see how standards for semantically representing different kinds of knowledge emerge in the next few years!

Successful examples I can think of to mix in are open standards like DBML for schemas/E-R, LikeC4 for architecture, diagrams-as-code ideas like Mermaid, all of which LLMs seem to "get" well (or can be told about from a short EBNF prompt). Crucially, they also have pretty human viz forms, and you can you can just ```code block``` inline them in Markdown next to natural language. And you can get LLMs to help you author the syntax.

Harder to crack is stuff where there's implicit human meaning in spatial layout and colour, like in complex spreadsheets or Miro. I haven't found good alternatives for those yet.

My own attempt in my (data engineering) domain is https://equalexperts.github.io/satsuma-lang/ for AI-and-human source-to-target mappings and transforms. A succinct structured text representation that allows natural language, but also nice viz and LSP/grammar tooling that helps agents not to have to slice and dice big docs token-inefficiently to reason about things like lineage or completeness or undefined sources.

jarymβ€’9 minutes ago
Markdown is the defacto format for LLMs and humans to interoperate. And I agree not everything can be represented well but that’s missing the point - it seems to win because markdown is the lowest common denominator for both human and AI models.
UltraSaneβ€’22 minutes ago
You can't represent knowledge well without a graph format showing labeled relationships between entities.
mrkiouakβ€’about 3 hours ago
I love revisiting RDF/OWL Semantic Web formats every 10 years.

One of these years will be the one!

https://en.wikipedia.org/wiki/Semantic_Web

verdvermβ€’about 3 hours ago