logoalt Hacker News

Google proposes Open Knowledge Format based on Markdown

21 pointsby itherseedtoday at 2:33 PM3 commentsview on HN

Comments

sadschnitzeltoday at 3:49 PM

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.

mrkiouaktoday at 3:30 PM

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

verdvermtoday at 2:45 PM

A bunch of broken (slopped?) links in the original post, here is the repo

https://github.com/GoogleCloudPlatform/knowledge-catalog

Spec: https://github.com/GoogleCloudPlatform/knowledge-catalog/blo...