<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: MomohNobert</title><link>https://news.ycombinator.com/user?id=MomohNobert</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 14 Sep 2026 06:35:38 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=MomohNobert" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by MomohNobert in "Ask HN: What are you working on? (September 2026)"]]></title><description><![CDATA[
<p>It's so fluid and trippy. Really nice work.</p>
]]></description><pubDate>Sun, 13 Sep 2026 17:39:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=49686467</link><dc:creator>MomohNobert</dc:creator><comments>https://news.ycombinator.com/item?id=49686467</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49686467</guid></item><item><title><![CDATA[New comment by MomohNobert in "Ask HN: What are you working on? (September 2026)"]]></title><description><![CDATA[
<p>I've been working on <a href="https://pronto.stream/" rel="nofollow">https://pronto.stream/</a>, I wanted to mess around with MCP and building a world news system to power the decision making and surveillance of other systems I would likely curate.<p>I was curious about formats more efficient for agent communication than JSON and also proving if the framework I curated could handle the load and traffic.<p>It's been really fun to observe.</p>
]]></description><pubDate>Sun, 13 Sep 2026 17:37:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=49686448</link><dc:creator>MomohNobert</dc:creator><comments>https://news.ycombinator.com/item?id=49686448</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49686448</guid></item><item><title><![CDATA[New comment by MomohNobert in "Show HN: Sprocket – The Best AI Agent for Hardware and Software Development"]]></title><description><![CDATA[
<p>this is currently unavailable, good luck!</p>
]]></description><pubDate>Sun, 02 Aug 2026 16:49:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=49146119</link><dc:creator>MomohNobert</dc:creator><comments>https://news.ycombinator.com/item?id=49146119</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49146119</guid></item><item><title><![CDATA[Show HN: Pronto – real‑time wire for AI agents (70k+ feeds connected)]]></title><description><![CDATA[
<p>Article URL: <a href="https://pronto.stream/">https://pronto.stream/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49139058">https://news.ycombinator.com/item?id=49139058</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 01 Aug 2026 22:21:01 +0000</pubDate><link>https://pronto.stream/</link><dc:creator>MomohNobert</dc:creator><comments>https://news.ycombinator.com/item?id=49139058</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49139058</guid></item><item><title><![CDATA[Show HN: Foundation – A Tale of Tokens and Psychosis]]></title><description><![CDATA[
<p>I called my first experience with AI psychosis, master - <a href="https://github.com/nmxmxh/master-ovasabi" rel="nofollow">https://github.com/nmxmxh/master-ovasabi</a>.<p>During the beginning of the coding agent expansion, compute was somewhat free to get with the right methods. I decided to finally build the backend project I'd always wanted to build.<p>I settled on Go for the language.
I'd always liked Go because it was easy for me to read whilst also always being in the top ranges for performance.<p>I realise I'd tried to build a codebase with the functions of an everything machine & a platform as a service at the same time.<p>It was a monstrosity of slop, inspiration and conversation. I laboured at this for about eight months. It gave me a perspective into modern development and distributed systems, and a large bout of burnout & illness.<p>It was slop, but slop that taught me things.<p>During that time, I watched the American TV series Silicon Valley. It was intriguing.
It managed to encapsulate the main topics of engineering discussions at the time, especially distributed systems. I realised the goal was to communicate computation.<p>This led me to INOS - <a href="https://github.com/nmxmxh/inos_v1" rel="nofollow">https://github.com/nmxmxh/inos_v1</a>. I explored the limit of performance for a web-based application. I realised serialisation was one of the largest bottlenecks in computation, developed an ABI, worker patterns, lessons and libraries, to allow zero-copy communication between a polyglot of three languages in the browser, using Go, Rust & WebAssembly.<p>I also have to admit my laziness. I have left a lot of the writing of the relevant documentation and implementation to AI. Writing documentation is a lot, but I also created an educational site for INOS - <a href="https://inos-v1.vercel.app/" rel="nofollow">https://inos-v1.vercel.app/</a>.<p>There are also experimentations in relation to a potential P2P compute mesh that I find very interesting.<p>Sorry for my awkward taste and writing.<p>Foundation - <a href="https://github.com/nmxmxh/foundation" rel="nofollow">https://github.com/nmxmxh/foundation</a>, was the collapse, the inspiration. I wanted to create a platform I could use to create repeatable, highly performant software that could also achieve device agnosticism.<p>It works on a simple principle. Keep performance code agnostic, cheap, optimised and separated from domain code. This also meant creating communication patterns, contracts, and an innovative node-local projection plane to escape the bottlenecks of database writes.<p>It is a system for agents to work in, and one humans could excel in. I wanted the ability to create magic with the software I create, and I imbued that architecture with it.<p>I implemented methods, enforcement checks focused around industry best standards, and documentation for both human and agent to keep track, stay informed and properly manage these processes.<p>Much of the documentation is written by the agents themselves. That's deliberate: foundation is built for exactly this collaboration, so the docs are the system using itself.<p>After deploying my first (test) application with this scaffold, I decided to make it public. I wanted to create something that could stand as a platform for the potential of software.<p>I would love your honest thoughts on Foundation.
I would love questions you would have about building a system like this.
But more than anything, I would want your curiosity.<p>I want computer science to feel like magic again.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48812900">https://news.ycombinator.com/item?id=48812900</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 07 Jul 2026 02:09:21 +0000</pubDate><link>https://github.com/nmxmxh/foundation</link><dc:creator>MomohNobert</dc:creator><comments>https://news.ycombinator.com/item?id=48812900</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48812900</guid></item><item><title><![CDATA[New comment by MomohNobert in "Show HN: Foundation, a different approach to software and AI"]]></title><description><![CDATA[
<p>sorry about that, I'll look into it now.
you can look into benchmarks: <a href="https://github.com/nmxmxh/foundation/blob/main/docs/foundation_benchmarks.md" rel="nofollow">https://github.com/nmxmxh/foundation/blob/main/docs/foundati...</a>
to understand our approach to performance.<p>thank you for taking a look at my project.</p>
]]></description><pubDate>Sat, 04 Jul 2026 14:01:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=48785470</link><dc:creator>MomohNobert</dc:creator><comments>https://news.ycombinator.com/item?id=48785470</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48785470</guid></item><item><title><![CDATA[New comment by MomohNobert in "Ask HN: Will programmers write more efficient code during the memory shortage?"]]></title><description><![CDATA[
<p>It would force programmers to rethink what the web actually is, and can be.
We'll end up realising there was never a hardware problem, it was software all along.</p>
]]></description><pubDate>Thu, 25 Jun 2026 23:23:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=48680497</link><dc:creator>MomohNobert</dc:creator><comments>https://news.ycombinator.com/item?id=48680497</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48680497</guid></item></channel></rss>