<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: comandillos</title><link>https://news.ycombinator.com/user?id=comandillos</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 29 Aug 2026 11:12:38 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=comandillos" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by comandillos in "GLM-5.3 is now open-weight"]]></title><description><![CDATA[
<p>I mean, I think it depends. At home 3 of us we use AI for multiple reasons, from coding apps to asking general questions, and if we would have to pay equivalent subscriptions that would be ~1k a year on AI + submitting all your data to external services. I payed around ~8k on 2 DGX Sparks that, at the moment, serves perfectly fine as a ChatGPT/Claude replacement at home (DS4 Flash peaking at ~170 tokens per sec with 6 concurrent sequences), and even once the technology is obsolete for inference in a few years, I will still have 2 pretty powerful machines for whatever I need + some pretty fast NVME Storage. I don't think its a terribly bad idea.</p>
]]></description><pubDate>Sat, 29 Aug 2026 09:36:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=49488359</link><dc:creator>comandillos</dc:creator><comments>https://news.ycombinator.com/item?id=49488359</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49488359</guid></item><item><title><![CDATA[New comment by comandillos in "RAG Is Simpler Than You Think"]]></title><description><![CDATA[
<p>Not really, I just made a really simple Python library the agent can use and modify as he wishes within a sandboxed environment to explore the SQLite database. When the user prompts the agent, the prompt goes into my coding agent, omp, and starts running Python scripts and throwing SQL sentences until coming up with the answer. It works extremely well in our experience.</p>
]]></description><pubDate>Sat, 29 Aug 2026 09:09:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=49488241</link><dc:creator>comandillos</dc:creator><comments>https://news.ycombinator.com/item?id=49488241</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49488241</guid></item><item><title><![CDATA[New comment by comandillos in "RAG Is Simpler Than You Think"]]></title><description><![CDATA[
<p>Its a read-only SQLite file. And I mean the people using the chatbot knows it uses AI so just like Google they shouldnt pick the first result, but forcing the LLM to mention the sources and not assume acronyms works amazingly well</p>
]]></description><pubDate>Thu, 27 Aug 2026 16:47:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=49467668</link><dc:creator>comandillos</dc:creator><comments>https://news.ycombinator.com/item?id=49467668</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49467668</guid></item><item><title><![CDATA[New comment by comandillos in "RAG Is Simpler Than You Think"]]></title><description><![CDATA[
<p>I have a web user interface connected to a coding agent (OMP) running inside a container, so if any of the tool calls fail or something happens, usually my model recovers autonomously from these situations. The capabilities of models like DS4 Flash are those of frontier models from months ago, so its recovery and autonomous capabilities are quite impressive.</p>
]]></description><pubDate>Thu, 27 Aug 2026 06:30:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=49460650</link><dc:creator>comandillos</dc:creator><comments>https://news.ycombinator.com/item?id=49460650</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49460650</guid></item><item><title><![CDATA[New comment by comandillos in "RAG Is Simpler Than You Think"]]></title><description><![CDATA[
<p>I indexed thousands of documents into a SQLite database with an FTS5 index, plugged it into DeepSeek v4 Flash and got better much better results than any other commercial solutions my company has tried in the past.<p>The trick was just to let the LLM come up with its own SQL queries for searching... and the results are impressive.</p>
]]></description><pubDate>Wed, 26 Aug 2026 20:27:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=49455385</link><dc:creator>comandillos</dc:creator><comments>https://news.ycombinator.com/item?id=49455385</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49455385</guid></item><item><title><![CDATA[New comment by comandillos in "GLM-5.3-Flash"]]></title><description><![CDATA[
<p><a href="https://github.com/bethington/ghidra-mcp" rel="nofollow">https://github.com/bethington/ghidra-mcp</a> . Works flawlessly.</p>
]]></description><pubDate>Wed, 26 Aug 2026 18:11:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=49453394</link><dc:creator>comandillos</dc:creator><comments>https://news.ycombinator.com/item?id=49453394</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49453394</guid></item><item><title><![CDATA[New comment by comandillos in "GLM-5.3-Flash"]]></title><description><![CDATA[
<p>I've been reverse engineering LEON3-FT SPARC v8 BE code, so I wouldn't say it's common :D. When attached to Ghidra through a MCP the things you can do with this are simply crazy.</p>
]]></description><pubDate>Wed, 26 Aug 2026 18:07:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=49453345</link><dc:creator>comandillos</dc:creator><comments>https://news.ycombinator.com/item?id=49453345</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49453345</guid></item><item><title><![CDATA[New comment by comandillos in "GLM-5.3-Flash"]]></title><description><![CDATA[
<p>I am surprised. I've been using DS4 Flash (0731) for weeks now and it works perfectly fine as a replacement for Claude in a large variety of cases. It requires a few more iterations, sure, but it's useful enough to not need a Claude subscription anymore. Among the things I do I've been reverse engineering, writing complex C++ code...</p>
]]></description><pubDate>Wed, 26 Aug 2026 17:55:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=49453179</link><dc:creator>comandillos</dc:creator><comments>https://news.ycombinator.com/item?id=49453179</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49453179</guid></item><item><title><![CDATA[New comment by comandillos in "The AI Situation in Software Development"]]></title><description><![CDATA[
<p>Sure if you use remote AI services, but any companies working on niche markets where they want to protect their IP, or they simply work with sensitive stuff, will rely on local AI instead.</p>
]]></description><pubDate>Sat, 15 Aug 2026 16:19:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=49311834</link><dc:creator>comandillos</dc:creator><comments>https://news.ycombinator.com/item?id=49311834</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49311834</guid></item><item><title><![CDATA[New comment by comandillos in "AI At Home Part 1: A Box Of Scraps"]]></title><description><![CDATA[
<p>Absolutely agreed, I don't see this as an investment leading to cost-savings in the future, at all.<p>I see this rather as an investment in improving my capabilities and knowledge of this technology, letting me play with a 'GPU cluster', vLLM and other technologies that otherwise would require me to rent GPUs on the cloud.</p>
]]></description><pubDate>Thu, 13 Aug 2026 19:11:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=49290588</link><dc:creator>comandillos</dc:creator><comments>https://news.ycombinator.com/item?id=49290588</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49290588</guid></item><item><title><![CDATA[New comment by comandillos in "AI At Home Part 1: A Box Of Scraps"]]></title><description><![CDATA[
<p>I ended up buying 2 DGX Sparks interconnected over QSFP with the intention of getting rid (as much as I could) of any cloud-based AI provider. I'm running DS4 Flash 0731 on it and some OCR models, using Oh My Pi and OpenWebUI as my main ways to interface with the agent... and from someone that has been using Claude for a long time, I can definitely say I don't need it anymore. Not for the stuff I'm doing.</p>
]]></description><pubDate>Thu, 13 Aug 2026 18:39:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=49290201</link><dc:creator>comandillos</dc:creator><comments>https://news.ycombinator.com/item?id=49290201</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49290201</guid></item><item><title><![CDATA[New comment by comandillos in "DeepSeek V4 Pro 0813"]]></title><description><![CDATA[
<p>At least you can run it for relatively cheap hardware. I guess OpenAI doesn't let you do that.</p>
]]></description><pubDate>Wed, 12 Aug 2026 19:22:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=49277345</link><dc:creator>comandillos</dc:creator><comments>https://news.ycombinator.com/item?id=49277345</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49277345</guid></item><item><title><![CDATA[New comment by comandillos in "I'm switching my phone from Android to Linux"]]></title><description><![CDATA[
<p>I'm pretty hyped about OpenHarmony.<p>I've been using HarmonyOS for almost a year now (not the AOSP fork, but the actual Hongmeng microkernel flavour)... and this idea of having a iOS-like system with an Android VM running at near native performance works pretty well. Unfortunately is really focused on the chinese market but it feels really polished and promising.</p>
]]></description><pubDate>Sat, 08 Aug 2026 10:32:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=49220472</link><dc:creator>comandillos</dc:creator><comments>https://news.ycombinator.com/item?id=49220472</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49220472</guid></item><item><title><![CDATA[New comment by comandillos in "DeepSeek V4 Flash 0731 Intelligence, Performance and Price Analysis"]]></title><description><![CDATA[
<p>Here's you pelican just in case you were guessing<p><a href="https://imgur.com/a/j4s2dt3" rel="nofollow">https://imgur.com/a/j4s2dt3</a></p>
]]></description><pubDate>Fri, 31 Jul 2026 18:28:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=49126888</link><dc:creator>comandillos</dc:creator><comments>https://news.ycombinator.com/item?id=49126888</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49126888</guid></item><item><title><![CDATA[New comment by comandillos in "Kuna: Decompiler Development in the Age of Coding Agents"]]></title><description><![CDATA[
<p>Haven't used IDA much lately, but after looking at the screenshot with that IDA PRO decompiled code in their website I feel like Ghidra is already ahead of them in this area :D</p>
]]></description><pubDate>Thu, 30 Jul 2026 13:07:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=49109468</link><dc:creator>comandillos</dc:creator><comments>https://news.ycombinator.com/item?id=49109468</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49109468</guid></item><item><title><![CDATA[New comment by comandillos in "Moonshot AI suspends new subscriptions due to Kimi K3 demand"]]></title><description><![CDATA[
<p>Oh, so they’ve decided to suspend subscriptions because they know they might not be able to guarantee a minimum quality of service to their customers?</p>
]]></description><pubDate>Sun, 19 Jul 2026 18:34:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48970597</link><dc:creator>comandillos</dc:creator><comments>https://news.ycombinator.com/item?id=48970597</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48970597</guid></item><item><title><![CDATA[New comment by comandillos in "Qwen 3.8"]]></title><description><![CDATA[
<p>Just imagine Anthropic making Opus open-weights now for the sake of trolling everyone. Wouldn't surprise me at this point xD</p>
]]></description><pubDate>Sun, 19 Jul 2026 09:10:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48966265</link><dc:creator>comandillos</dc:creator><comments>https://news.ycombinator.com/item?id=48966265</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48966265</guid></item><item><title><![CDATA[New comment by comandillos in "Bonsai 27B: A 27B-Class model that runs on a phone"]]></title><description><![CDATA[
<p>Quite weird that heavy quantization method on a dense model gives better results than slightly quantized MoE models like 35B-A3B from Google.<p>At this point all the different quantization and 'compression' (look at MPO applied to LLMs...) techniques start feeling a bit like snake oil. It's just gut feeling - or scores on benchmarks models are optimized for - what ends up deciding whether a technique is good enough or not.</p>
]]></description><pubDate>Tue, 14 Jul 2026 20:33:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48912600</link><dc:creator>comandillos</dc:creator><comments>https://news.ycombinator.com/item?id=48912600</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48912600</guid></item><item><title><![CDATA[New comment by comandillos in "Physical disc production ending in Jan 2028 for new games on PlayStation"]]></title><description><![CDATA[
<p>It backfired with the PSP Go. It will backfire again.
No-go I would buy a console without disks. Sorry. No.</p>
]]></description><pubDate>Wed, 01 Jul 2026 16:52:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=48749800</link><dc:creator>comandillos</dc:creator><comments>https://news.ycombinator.com/item?id=48749800</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48749800</guid></item><item><title><![CDATA[New comment by comandillos in "Nvidia is proposing a beast of a CPU system for Windows PCs"]]></title><description><![CDATA[
<p>I dont really get the hype with all the N1X thing when in reality this is the same almost 1 yr old GB10 that was released with the DGX Spark and proved to be quite a disappointment</p>
]]></description><pubDate>Sat, 06 Jun 2026 22:56:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48429890</link><dc:creator>comandillos</dc:creator><comments>https://news.ycombinator.com/item?id=48429890</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48429890</guid></item></channel></rss>