<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: lordmathis</title><link>https://news.ycombinator.com/user?id=lordmathis</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 02 Jul 2026 23:42:51 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=lordmathis" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by lordmathis in "So where are all the AI apps?"]]></title><description><![CDATA[
<p>I also experienced this with my personal projects. It was really easy to just workshop a new feature. I'd talk to claude and get a nice looking implementation spec. Then I'd pass it on to a coding agent which would get 80% there but the last 20% would actually take lot more time. In the meantime I'd workshop more and more features leading to an evergrowing backlog and an anxiety that an agent should be doing something otherwise I'm wasting time. I brought this completely on myself. I'm not building a business, nothing would happen if I just didn't implement another feature.</p>
]]></description><pubDate>Tue, 24 Mar 2026 15:33:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47504189</link><dc:creator>lordmathis</dc:creator><comments>https://news.ycombinator.com/item?id=47504189</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47504189</guid></item><item><title><![CDATA[Show HN: Llamactl – Self-hosted LLM manager with OpenAI-compatible routing]]></title><description><![CDATA[
<p>Llamactl is a unified management system for running local LLMs across llama.cpp, MLX, and vLLM backends, with a web dashboard and OpenAI-compatible API.<p>I originally built this because I got tired of constantly SSHing to my server to edit a config just try out a new model. It's grown a lot since then.<p>What it does:<p>Web UI for creating and managing LLM instances from your browser<p>Full llama.cpp model lifecycle - download from HuggingFace, create preset.ini configs with an in-browser editor, load/unload models via router mode<p>Automatic idle timeout, LRU eviction, and instance limits<p>llama.cpp, mlx_lm and vllm backends<p>OpenAI and Anthropic API compatible endpoints (backend-dependent)<p>Multi-node support for distributing instances across hosts<p>Inference API keys with per-instance access control<p>docs: <a href="https://llamactl.org/stable/" rel="nofollow">https://llamactl.org/stable/</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47414320">https://news.ycombinator.com/item?id=47414320</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 17 Mar 2026 15:47:13 +0000</pubDate><link>https://github.com/lordmathis/llamactl</link><dc:creator>lordmathis</dc:creator><comments>https://news.ycombinator.com/item?id=47414320</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47414320</guid></item><item><title><![CDATA[New comment by lordmathis in "My Journey to a reliable and enjoyable locally hosted voice assistant (2025)"]]></title><description><![CDATA[
<p>I started designing and building a voice assistant for myself and then realized that the only time I'd find it useful would be during cooking to set timers. But a loud extractor fan would be running making the voice recognition very difficult.</p>
]]></description><pubDate>Mon, 16 Mar 2026 15:40:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47400477</link><dc:creator>lordmathis</dc:creator><comments>https://news.ycombinator.com/item?id=47400477</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47400477</guid></item><item><title><![CDATA[New comment by lordmathis in "Yann LeCun raises $1B to build AI that understands the physical world"]]></title><description><![CDATA[
<p>Sure, Claude and other SOTA LLMs do generate about 90% of my code but I feel like we are not closer to solving the last 10% than we were a year ago in the days of Claude 3.7. It can pretty reliably get 90% there and then I can either keep prompting it to get the rest done or just do it manually which is quite often faster.</p>
]]></description><pubDate>Tue, 10 Mar 2026 20:12:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47328220</link><dc:creator>lordmathis</dc:creator><comments>https://news.ycombinator.com/item?id=47328220</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47328220</guid></item><item><title><![CDATA[New comment by lordmathis in "Show HN: How I topped the HuggingFace open LLM leaderboard on two gaming GPUs"]]></title><description><![CDATA[
<p>That's cool. I tried the b64 thing on my local qwen3.5 27b without access to tools and it did it.</p>
]]></description><pubDate>Tue, 10 Mar 2026 16:27:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47325428</link><dc:creator>lordmathis</dc:creator><comments>https://news.ycombinator.com/item?id=47325428</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47325428</guid></item><item><title><![CDATA[New comment by lordmathis in "Yann LeCun's AI startup raises $1B in Europe's largest ever seed round"]]></title><description><![CDATA[
<p>It's 6 months away the same way coding is apparently "solved" now.</p>
]]></description><pubDate>Tue, 10 Mar 2026 15:35:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=47324701</link><dc:creator>lordmathis</dc:creator><comments>https://news.ycombinator.com/item?id=47324701</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47324701</guid></item><item><title><![CDATA[New comment by lordmathis in "A postmortem of three recent issues"]]></title><description><![CDATA[
<p>I learned to write well testable code when I learned go. It pushes you to pass interfaces instead of direct implementations. There's also no inheritance, just composition. While there's no 1 to 1 translation to Python the concepts are still useful. It can be easier in Python thanks to duck typing.</p>
]]></description><pubDate>Thu, 18 Sep 2025 11:43:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=45288443</link><dc:creator>lordmathis</dc:creator><comments>https://news.ycombinator.com/item?id=45288443</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45288443</guid></item></channel></rss>