#jevko — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #jevko, aggregated by home.social.
-
Jevko Vision: Total Intercommunication Of All Software Systems
This describes the vision behind Jevko, as formulated around 2021, and revised afterwards.
Syntax is so ubiquitous in software that it is taken for granted and often overlooked. Optimizing it is, for many reasons, not a very popular topic.
-
Jevko for Large Language Models
https://xtao.org/blog/jevko4llm.html
I’ve been learning about LLMs a bit. After watching a recent video about LLM tokenization by Andrej Karpathy a thought appeared in my mind.
Namely: I think it might be promising to investigate Jevko-based formats as an efficient (cheap in terms of tokens) alternative to JSON/YAML/etc. for interacting with LLMs in a structured way...
#AI #LLM #Jevko #JSON #YAML #efficient #tokens #tokenization #structured
-
I think #Jevko / #JDAML is pretty perfect for rapidly exploring stuff like this and I think #Znatchke + #JS can grow to be a viable document format.
I'd love to #research this stuff further. Now all I need is #funding... Fortunately, that's easy to get, especially in this #niche. You wouldn't believe how many zeroes are on the sum of #money I've gotten over the years of working on this stuff. Hint: it's a single-digit number.
So anyway, anybody want to buy me a #coffee or something yet? :D
-
Here is the rest of the demo and the output.
NB this prototype is implemented with surprisingly little code. I am not even using a #JS #parser here. Just translating the syntax tree to valid JS and calling eval to get a static tree which is then ran thru a #Znatchke to #HTML converter and rendered.
All possible thanks to the minimal nature of #Jevko -- it just doesn't get in the way. Which is just perfect for #prototyping!
-
BTW https://jevko.github.io/ is now a mirror of https://jevko.org
In fact right now it contains the #future #refreshed version of jevko.org which hopefully does a better job at describing #Jevko.
It also features #JDAML and I put a draft specification for Jevko #extensions there:
https://jevko.github.io/extensions.html
(most importantly for #Markdown-like fenced text)
This new Jevko website should be live soon after the #2023 calendar goes into the ♻️ 🗑️ .
-
A simple backwards-compatible Jevko extension to support fenced blocks of arbitrary text
https://github.com/jevko/writing/blob/main/2023-11-30-jevko-fenced-text.md
#jevko #minimal #syntax #extension #fenced #text #heredocs #multistrings #simple