Skip to content

Instantly share code, notes, and snippets.

@joematthews
joematthews / humble-pi.md
Last active July 25, 2026 23:27
Humble Pi -- local agentic coding on minimal hardware

Humble Pi -- local agentic coding on minimal hardware

A coding agent that runs entirely on your own machine. No API keys, no cloud, works offline.

web_search in pi -- search, fetch, answer

pi is the agent you talk to. It runs against a local llama.cpp server hosting Google Gemma 4 (the unsloth

(function($, undefined) {
/**
* Shows info on Ajax request
*/
$.nette.ext('diagnostics.jsonpanel', {
start: function (xhr, settings) {
var $panel = this.getPanel();
if (!$panel) return;
if (this.singleReport) this.clear();
$(this.getTitle(++this.counter, 'request')).appendTo($panel);
<?php
/**
* Image helper with automatic image resize and cache
*
* @author Roman Ozana, ozana@omdesign.cz
* @link www.omdesign.cz
*
*
* add to presenter before render function
*