<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>LLM on almost done</title><link>https://nietaki.com/tags/llm/</link><description>Recent content in LLM on almost done</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>hello@nietaki.com (nietaki)</managingEditor><webMaster>hello@nietaki.com (nietaki)</webMaster><lastBuildDate>Tue, 14 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://nietaki.com/tags/llm/index.xml" rel="self" type="application/rss+xml"/><item><title>Tip of my Dictionary</title><link>https://nietaki.com/projects/tip-of-my-dictionary/</link><pubDate>Tue, 14 Apr 2026 00:00:00 +0000</pubDate><author>hello@nietaki.com (nietaki)</author><guid>https://nietaki.com/projects/tip-of-my-dictionary/</guid><description>&lt;p&gt;A &amp;ldquo;20 Questions&amp;rdquo;-type game implemented on the &lt;a href="https://shop.pimoroni.com/products/picosystem?variant=32369546985555" target="_blank" rel="noreferrer"&gt;Pimoroni Picosystem&lt;/a&gt; - a Raspberry Pi Pico packaged like a tiny game console.&lt;/p&gt;
&lt;lite-youtube videoid="nH94vCqHtjs" playlabel="nH94vCqHtjs" params=""&gt;&lt;/lite-youtube&gt;

&lt;p&gt;I got some inspiration from the &lt;a href="https://patents.google.com/patent/US20060230008A1/en" target="_blank" rel="noreferrer"&gt;original patent&lt;/a&gt;, prototyped
the system in an Elixir &lt;a href="https://livebook.dev/" target="_blank" rel="noreferrer"&gt;Livebook&lt;/a&gt; and implemented the game itself in C++.&lt;/p&gt;
&lt;p&gt;The livebook stores the bulk of its data on an instance of &lt;a href="https://cloudnative-pg.io/" target="_blank" rel="noreferrer"&gt;CloudNativePG&lt;/a&gt; deployed to my
home kubernetes cluster. The cluster was also useful for feeding the game logic with data - I obtained the reference
answers by querying a local &lt;a href="https://ollama.com/" target="_blank" rel="noreferrer"&gt;Ollama&lt;/a&gt; instance using &lt;a href="https://hexdocs.pm/ollamex/Ollamex.html" target="_blank" rel="noreferrer"&gt;ollamex&lt;/a&gt;, which is basically an Elixir implementation of a local-model friendly &lt;a href="https://www.litellm.ai/" target="_blank" rel="noreferrer"&gt;LiteLLM&lt;/a&gt;.&lt;/p&gt;</description></item></channel></rss>