Skip to content

Commit

Permalink
Improve phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
fuglede committed Jun 23, 2024
1 parent 1883306 commit 956d38a
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,17 @@ <h3>How?</h3>
used to "shape" text.

<br /><br />
In particular, this "arbitrary" code could in principle be an entire LLM inference engine, relying on treating text containing magic symbols for fake "ligatures" to initialize the LLM and use it to generate text.
In particular, this "arbitrary" code could in principle be an entire LLM inference engine with trained parameters bundled inside,
relying on treating text containing magic symbols for fake "ligatures" to initialize the LLM and use it to generate text.
<br /><br />
It could also in principle be an entire LLM inference engine (<a href="https://en.wikipedia.org/wiki/Llama_(language_model)">Llama</a> in our case,
hence the name) but not instead of in principle it's right here.
It could also in principle be an entire LLM inference engine (<a href="https://en.wikipedia.org/wiki/Llama_(language_model)">Llama</a>
in our case, hence the name) except instead of only being in principle it's what this is.
<br /><br />
At the end of the day, what this means is that you can just use the font to run the LLM and e.g. get text generation in <i>any</i> Harfbuzz-based text editor,
even if they don't actually have the "Copilot"-like features that everyone is rushing to implement. And everything runs
completely locally. So perhaps this silly hack is in fact a billion dollar idea!?
At the end of the day, what this means is that you can just use the font to run the LLM and e.g. get text generation in <i>any</i>
Harfbuzz-based application; your favorite text editor/email client/whatever without having to wait for the vendor to include
the "Copilot"-like features that everyone is rushing to implement these days. And everything runs
completely locally. So perhaps this silly hack is in fact a billion dollar idea!? This also means that you can use your font to
chat with your font.
</p>
<h3>Okay show me</h3>
<p>So in case that doesn't make sense (after all, does it?), here's an attempt to make it make more sense:</p>
Expand Down

0 comments on commit 956d38a

Please sign in to comment.