<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: GistNoesis</title><link>https://news.ycombinator.com/user?id=GistNoesis</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 20 May 2026 06:53:13 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=GistNoesis" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by GistNoesis in "The last six months in LLMs in five minutes"]]></title><description><![CDATA[
<p>Last 6 months is humanity losing control of LLMs.<p>- Memory market cornering which mitigated the adoption of local AI despite great open model being released.<p>- Fast penetration of IP exfiltrating tools in companies world-wide.<p>- Developers producing more code that they can read.<p>- Autonomous agents killing Open Source by siphoning the attention economy<p>- Autonomous agents destroyed online communities (including HN)<p>- Autonomous agents being used in warfare (targeting, propaganda...)<p>- Widespread vulnerabilities discovered, Widespread supply chain attacks.<p>- Increasing inequality, fracture in perception, Green indicators, Grim realities.</p>
]]></description><pubDate>Tue, 19 May 2026 09:15:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48191076</link><dc:creator>GistNoesis</dc:creator><comments>https://news.ycombinator.com/item?id=48191076</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48191076</guid></item><item><title><![CDATA[New comment by GistNoesis in "The foundations of a provably secure operating system (PSOS) (1979) [pdf]"]]></title><description><![CDATA[
<p>My modern take on (un)secure operating system for the future : <a href="https://news.ycombinator.com/item?id=48167846">https://news.ycombinator.com/item?id=48167846</a><p>Rebuild everything from scratch, with AI agents. Then make them prove what they wrote.</p>
]]></description><pubDate>Mon, 18 May 2026 12:49:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48179023</link><dc:creator>GistNoesis</dc:creator><comments>https://news.ycombinator.com/item?id=48179023</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48179023</guid></item><item><title><![CDATA[New comment by GistNoesis in "Show HN: MaragingLoop: Autonomous Bare-Metal OS Agent"]]></title><description><![CDATA[
<p>There are some single c file kernels, provided as reference to help you get started.<p>You can just ask it to compile a hello world kernel and it will produce an hopefully working iso.<p>It's good practice not to distribute binary files like iso in repositories like github.<p>No full OS like linux yet (but 30000000 LOC (the size of linux) is one year of tokens generation on a 4090), but in the showcase presentation github pages there are the examples I have built with it.<p>I have not yet built more advanced OS like linux, but the harness is not very different. It would require some database to act as memory like I did the shoggoth.db project to allow it to organize more efficiently to attempt larger scale projects.<p>Currently it can split project between multiple files (but it's harder to showcase when there are multiple files)<p>Then it's just whether or not the neural network is capable of writing kernel code or not, but the closed-loop is there.</p>
]]></description><pubDate>Mon, 18 May 2026 12:21:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48178695</link><dc:creator>GistNoesis</dc:creator><comments>https://news.ycombinator.com/item?id=48178695</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48178695</guid></item><item><title><![CDATA[New comment by GistNoesis in "Where Are the Vibecoded Photoshops?"]]></title><description><![CDATA[
<p>The vibecoded OS builder (by yours truly) : <a href="https://news.ycombinator.com/item?id=48167846">https://news.ycombinator.com/item?id=48167846</a><p>Didn't even gather a single vote, to be able to even show up in the show hn category (Like my 3 other AI projects shared here recently).<p>Have a look at the <a href="https://news.ycombinator.com/shownew">https://news.ycombinator.com/shownew</a> category when logged in where new products first appear, it's just an ocean of flagged and show dead.<p>Agents (even fully local like in my case), exhibit fun behavior and are capable or designing their own fonts from scratch.<p>The difference between slop and non-slop, is just how long you run the agent loop, and how much you spend on quality control.<p>Then it's all about the economics game, on how much you should spend between marketing and artefact creation to have a money generating loop by pushing the slop through your users throat.<p>There is just so much content being produced, that it disperse the effort and potential customers, raising the barrier to reach this self-sustaining state required for growth and quality. In the end, existing players will just run the same agent loop from their dominant position and keep their advantage.</p>
]]></description><pubDate>Mon, 18 May 2026 11:27:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48178134</link><dc:creator>GistNoesis</dc:creator><comments>https://news.ycombinator.com/item?id=48178134</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48178134</guid></item><item><title><![CDATA[New comment by GistNoesis in "Show HN: Watch a neural net learn to play Snake"]]></title><description><![CDATA[
<p>Here is how my LLM play snake : <a href="https://news.ycombinator.com/item?id=48167846">https://news.ycombinator.com/item?id=48167846</a></p>
]]></description><pubDate>Sun, 17 May 2026 13:41:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48168854</link><dc:creator>GistNoesis</dc:creator><comments>https://news.ycombinator.com/item?id=48168854</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48168854</guid></item><item><title><![CDATA[New comment by GistNoesis in "Show HN: MaragingLoop: Autonomous Bare-Metal OS Agent"]]></title><description><![CDATA[
<p>Author here : Highly experimental project that HN should probably like or hate.<p>With the recent privilege escalation bugs in linux, and rapid development of autonomous agents, it is time to drop our current dependency on operating system, and instead use custom-made OS just for us written by an AI-agent.<p>With the advanced offensive capabilities of frontier LLM like mythos.<p>This is a local first harness to build your own OS from a prompt.<p>Your local LLM will create from scratch (using only the reference files provided and its weights (and GRUB bootloader) ) by interacting with a virtualbox VMs until it works.<p>Currently the version here on Github doesn't use a database as memory for advanced planning and autonomous mode.<p>If you want to experiment to free-standing environment and bare-metal os, this is a good starting point in this modern AI age.</p>
]]></description><pubDate>Sun, 17 May 2026 11:22:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=48167902</link><dc:creator>GistNoesis</dc:creator><comments>https://news.ycombinator.com/item?id=48167902</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48167902</guid></item><item><title><![CDATA[Show HN: MaragingLoop: Autonomous Bare-Metal OS Agent]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/GistNoesis/MaragingLoop/">https://github.com/GistNoesis/MaragingLoop/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48167846">https://news.ycombinator.com/item?id=48167846</a></p>
<p>Points: 2</p>
<p># Comments: 3</p>
]]></description><pubDate>Sun, 17 May 2026 11:11:52 +0000</pubDate><link>https://github.com/GistNoesis/MaragingLoop/</link><dc:creator>GistNoesis</dc:creator><comments>https://news.ycombinator.com/item?id=48167846</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48167846</guid></item><item><title><![CDATA[New comment by GistNoesis in "Setting up an AI-native organization"]]></title><description><![CDATA[
<p>They are currently only Simulacrums but there is no telling where the open-ended loop will end.</p>
]]></description><pubDate>Sat, 16 May 2026 11:39:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=48159257</link><dc:creator>GistNoesis</dc:creator><comments>https://news.ycombinator.com/item?id=48159257</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48159257</guid></item><item><title><![CDATA[New comment by GistNoesis in "Setting up an AI-native organization"]]></title><description><![CDATA[
<p>I'm happy to see I'm not the only one using mythological creatures as agents :)<p><a href="https://github.com/GistNoesis/Shoggoth.db/" rel="nofollow">https://github.com/GistNoesis/Shoggoth.db/</a></p>
]]></description><pubDate>Sat, 16 May 2026 10:29:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48158844</link><dc:creator>GistNoesis</dc:creator><comments>https://news.ycombinator.com/item?id=48158844</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48158844</guid></item><item><title><![CDATA[New comment by GistNoesis in "Permacomputing Principles"]]></title><description><![CDATA[
<p>The root of this problem is linked to the difficulty of manufacturing chips at home. Some people are already doing this in their home lab (don't get me wrong the chemicals involved are really nasty).<p>The main problem is economical. Big factories benefits from economies of scale, which mean the ecosystem for one off prototypes chips couldn't really develop.<p>For advanced devices the transistor must be small so the process used ever-shrinking wavelength to engrave the silicon wafers. The whole industry took the Extreme-UV lithography route, which required big machines and investments.<p>But the alternative was there all-along (reminiscent of 3d-printer vs mass fabrication). Instead of using light to engrave the wafer use particles : For example mask-less electron beam lithography where you scan a beam of electron like in old TVs. It still have problems scaling up because you are writing a single point instead of projecting an image, but achievable resolution can be higher, and multi-beam systems are on the horizon to solve this speed issue.<p>With software and IP cost going down and humans no longer needed in the loop due to advanced robotics, most safety issues can be contained more easily.</p>
]]></description><pubDate>Thu, 07 May 2026 11:26:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=48048084</link><dc:creator>GistNoesis</dc:creator><comments>https://news.ycombinator.com/item?id=48048084</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48048084</guid></item><item><title><![CDATA[New comment by GistNoesis in "Vibe coding and agentic engineering are getting closer than I'd like"]]></title><description><![CDATA[
<p>The real paradigm shift is not here yet, but not very far away. I'm talking about the single unified codebase. Agents building a unique codebase for all your software needs.<p>Because most of the complexity in software comes from interfacing with external components, when you don't need to adapt to this you can write simpler and better code.<p>Rather than relying on an external library, you just write your own and have full control and can do quality control.<p>Linux kernel is 30 000 000 LOC. At 100 tokens /s, let's say 1 LOC per second produced for a single 4090 GPU, in one year of continuous running 3600 * 24 * 365 = 31 536 000 everyone can have its own OS.<p>It's the "Apps" story all over again : there are millions of apps, but the average user only have 100 max and use 10 daily at most.<p>Standardize data and services and you don't need that much software.<p>What will most likely happen is one company with a few millions GPUs will rewrite a complete software ecosystem, and people will just use this and stop doing any software because anything can be produced on the fly. Then all compute can be spent on consistent quality.</p>
]]></description><pubDate>Wed, 06 May 2026 17:23:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48038870</link><dc:creator>GistNoesis</dc:creator><comments>https://news.ycombinator.com/item?id=48038870</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48038870</guid></item><item><title><![CDATA[New comment by GistNoesis in "A Simpler Parametrization for Modern Optimizers"]]></title><description><![CDATA[
<p>From the author twitter thread : 
<a href="https://x.com/Ji_Ha_Kim/status/2050795557149380654" rel="nofollow">https://x.com/Ji_Ha_Kim/status/2050795557149380654</a></p>
]]></description><pubDate>Wed, 06 May 2026 13:49:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=48036242</link><dc:creator>GistNoesis</dc:creator><comments>https://news.ycombinator.com/item?id=48036242</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48036242</guid></item><item><title><![CDATA[New comment by GistNoesis in "An AI agent deleted our production database. The agent's confession is below"]]></title><description><![CDATA[
<p>Example from my own project agent log from the time it destroyed his database :<p><a href="https://github.com/GistNoesis/Shoggoth.dbExamples/blob/main/OhNo/OhNoMyDb.txt" rel="nofollow">https://github.com/GistNoesis/Shoggoth.dbExamples/blob/main/...</a><p>Project Main repo :
<a href="https://github.com/GistNoesis/Shoggoth.db/" rel="nofollow">https://github.com/GistNoesis/Shoggoth.db/</a></p>
]]></description><pubDate>Sun, 26 Apr 2026 19:36:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47913301</link><dc:creator>GistNoesis</dc:creator><comments>https://news.ycombinator.com/item?id=47913301</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47913301</guid></item><item><title><![CDATA[New comment by GistNoesis in "What's missing in the 'agentic' story: a well-defined user agent role"]]></title><description><![CDATA[
<p>The main difference is that this junior employee can't be held responsible if anything goes wrong. And the company which rented you this employee absolves itself from all responsibility too.<p>Here is a fresh example from today of what junior employee do when given unlimited agentic power :
<a href="https://www.reddit.com/r/ClaudeAI/comments/1sv7fvc/im_a_nursing_student_who_built_a_660kpage/" rel="nofollow">https://www.reddit.com/r/ClaudeAI/comments/1sv7fvc/im_a_nurs...</a></p>
]]></description><pubDate>Sat, 25 Apr 2026 18:17:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47903374</link><dc:creator>GistNoesis</dc:creator><comments>https://news.ycombinator.com/item?id=47903374</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47903374</guid></item><item><title><![CDATA[New comment by GistNoesis in "Show HN: A Karpathy-style LLM wiki your agents maintain (Markdown and Git)"]]></title><description><![CDATA[
<p>Have you seen this one ? <a href="https://www.reddit.com/r/ClaudeAI/comments/1sv7fvc/im_a_nursing_student_who_built_a_660kpage/" rel="nofollow">https://www.reddit.com/r/ClaudeAI/comments/1sv7fvc/im_a_nurs...</a></p>
]]></description><pubDate>Sat, 25 Apr 2026 13:54:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47901587</link><dc:creator>GistNoesis</dc:creator><comments>https://news.ycombinator.com/item?id=47901587</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47901587</guid></item><item><title><![CDATA[New comment by GistNoesis in "DeepSeek v4"]]></title><description><![CDATA[
<p>That's the magic of interest rates. Countries in the EU, let's say France for example have roughly  115% of GDP of debt. To service the interest of the debt it must finance each year the debt by paying the interests, and borrowing the sum on the market to reimburse the previous debts which are currently reaching their terms. The full owed amount is never paid back, but can be rolled forward indefinitely.<p>These interests are currently ~2% for France. Which mean the debt is manageable and the interests can be paid with the citizen's tax and the music can continue to play. But once France get out of the UE, interests rates become 5% then the citizens tax are not enough to pay the debt, and nobody wants to lend money to France anymore because even at 5% interests the risk of default becomes too great and they risk not getting the full amount-owed back so nobody lends, and since their is no money in reserve, and they can't borrow it means they default => bankruptcy. France doesn't have its own currency anymore so it cannot print its own money which compounds the problem. National resources get plundered, citizens get poor.<p>It is a game of musical chair which is highly non-linear.</p>
]]></description><pubDate>Sat, 25 Apr 2026 13:41:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47901508</link><dc:creator>GistNoesis</dc:creator><comments>https://news.ycombinator.com/item?id=47901508</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47901508</guid></item><item><title><![CDATA[New comment by GistNoesis in "Show HN: A Karpathy-style LLM wiki your agents maintain (Markdown and Git)"]]></title><description><![CDATA[
<p>The space of self building artefacts is interesting and is booming now because recent LLM versions are becoming good at it fast (in particular if they are of the "coding" kind).<p>I've also experimented recently with such a project [0] with minimal dependencies and with some emphasis on staying local and in control of the agent.<p>It's building and organising its own sqlite database to fulfil a long running task given in a prompt while having access to a local wikipedia copy for source data.<p>A very minimal set of harness and tools to experiment with agent drift.<p>Adding image processing tool in this framework is also easy (by encoding them as base64 (details can be vibecoded by local LLMs) and passing them to llama.cpp ).<p>It's a useful versatile tool to have.<p>For example, I used to have some scripts which processed invoices and receipts in some folders, extracting amount date and vendor from them using amazon textract, then I have a ui to manually check the numbers and put the result in some csv for the accountant every year. Now I can replace the amazon textract requests by a llama.cpp model call with the appropriate prompt while still my existing invoices tools, but now with a prompt I can do a lot more creative accounting.<p>I have also experimented with some vibecoded variation of this code to drive a physical robot from a sequence of camera images and while it does move and reach the target in the simple cases (even though the LLM I use was never explicitly train to drive a robot), it is too slow (10s to choose the next action) for practical use. (The current no deep-learning controller I use for this robot does the vision processing loop at 20hz).<p>[0]<a href="https://github.com/GistNoesis/Shoggoth.db/" rel="nofollow">https://github.com/GistNoesis/Shoggoth.db/</a></p>
]]></description><pubDate>Sat, 25 Apr 2026 10:54:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47900421</link><dc:creator>GistNoesis</dc:creator><comments>https://news.ycombinator.com/item?id=47900421</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47900421</guid></item><item><title><![CDATA[New comment by GistNoesis in "DeepSeek v4"]]></title><description><![CDATA[
<p>European Union construction happened after the second world war in the context of the Marshall Plan ( <a href="https://en.wikipedia.org/wiki/Marshall_Plan" rel="nofollow">https://en.wikipedia.org/wiki/Marshall_Plan</a> ) to help rebuild Europe that had been destroyed.<p>By design European laws are superior to national laws. Leaving the union is also instant bankruptcy because all countries have very high level of debt which are only guaranteed because they are in the union.<p>European population is getting old and replaced by a migration coming mainly from previous African colonies.<p>Future paying for the past.</p>
]]></description><pubDate>Fri, 24 Apr 2026 12:36:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47889362</link><dc:creator>GistNoesis</dc:creator><comments>https://news.ycombinator.com/item?id=47889362</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47889362</guid></item><item><title><![CDATA[New comment by GistNoesis in "UK Biobank leak: Health details of 500 000 people are offered for sale"]]></title><description><![CDATA[
<p>Similar to <a href="https://xcancel.com/SethSHowes" rel="nofollow">https://xcancel.com/SethSHowes</a> ~10k budget based on minION sequencer. (Edit : his dedicated project page <a href="https://iwantosequencemygenomeathome.com/" rel="nofollow">https://iwantosequencemygenomeathome.com/</a> )<p>But once your data has been digitized even if it is under your control the likelihood that it gets leaked is still high. Specially now with AI agents running everywhere, or people just asking AI services for medical advice.<p>Today the choice for advice is between low quality local AI advice or higher quality advice but lose your data control, the rational choice is probably losing your data control even if if will almost certainly comes back to bite you.</p>
]]></description><pubDate>Fri, 24 Apr 2026 12:11:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47889138</link><dc:creator>GistNoesis</dc:creator><comments>https://news.ycombinator.com/item?id=47889138</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47889138</guid></item><item><title><![CDATA[New comment by GistNoesis in "DeepSeek v4"]]></title><description><![CDATA[
<p>Europe is always 10 years ahead in all theoretical aspects.<p>Then they need money.<p>So most of the talent flee or get bought, typical example in machine learning space is huggingface or fchollet.<p>Then European government plays catch-up and offer subventions, but at the same time makes rules to make sure companies don't threaten US dominance, or Asian manufacturing.<p>Mistral is typically playing catch the subsidy game.<p>Europe is constructed so that it can't win, but can "pick" the winner between scylla and charybdis, pest and cholera.</p>
]]></description><pubDate>Fri, 24 Apr 2026 11:55:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47888988</link><dc:creator>GistNoesis</dc:creator><comments>https://news.ycombinator.com/item?id=47888988</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47888988</guid></item></channel></rss>