<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: mmmehulll</title><link>https://news.ycombinator.com/user?id=mmmehulll</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 02 Jun 2026 17:38:42 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mmmehulll" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mmmehulll in "Muxcard, a dyi credit card size computer"]]></title><description><![CDATA[
<p>this is really cool. I didn't know we had these</p>
]]></description><pubDate>Tue, 02 Jun 2026 11:15:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48368685</link><dc:creator>mmmehulll</dc:creator><comments>https://news.ycombinator.com/item?id=48368685</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48368685</guid></item><item><title><![CDATA[New comment by mmmehulll in "Muxcard, a dyi credit card size computer"]]></title><description><![CDATA[
<p>love this. would be cool if we can see and perform all kinds of banking txns on this. Think ledger but all in one card. Super cool. Even cooler would be card to card money transfer without use of swipe machines</p>
]]></description><pubDate>Tue, 02 Jun 2026 11:13:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48368674</link><dc:creator>mmmehulll</dc:creator><comments>https://news.ycombinator.com/item?id=48368674</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48368674</guid></item><item><title><![CDATA[New comment by mmmehulll in "Best AI coding plan alternative to Claude and ChatGPT"]]></title><description><![CDATA[
<p>why not cursor? cursor seems pretty decent at what it does and i have had very few issues since i started using it about a couple of months back. But yes, frontend burns through tokens, else no issues with backend and devops</p>
]]></description><pubDate>Tue, 12 May 2026 06:12:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48104809</link><dc:creator>mmmehulll</dc:creator><comments>https://news.ycombinator.com/item?id=48104809</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48104809</guid></item><item><title><![CDATA[New comment by mmmehulll in "Using AI for just 10 minutes might make you lazy and dumb"]]></title><description><![CDATA[
<p>I agree.
A month back, I was brainstorming ideas with AI a lot, and it took me a while to figure this out: I was essentially outsourcing my thinking. Honestly, I felt extremely dumb after the sessions and kept blaming myself for becoming dumb, but I stopped using AI, went back to my non-AI routine, and ideas started popping back up.</p>
]]></description><pubDate>Mon, 11 May 2026 12:51:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=48094326</link><dc:creator>mmmehulll</dc:creator><comments>https://news.ycombinator.com/item?id=48094326</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48094326</guid></item><item><title><![CDATA[New comment by mmmehulll in "LLMs gave the overconfident colleague an unlimited ceiling"]]></title><description><![CDATA[
<p>What makes LLM bias reinforcement worse than a regular echo chamber is the confidence. A friend who agrees with you might say "yeah maybe", an LLM constructs a well-reasoned, authoritative-sounding case for whatever you've implied you believe.</p>
]]></description><pubDate>Mon, 16 Mar 2026 08:07:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47396263</link><dc:creator>mmmehulll</dc:creator><comments>https://news.ycombinator.com/item?id=47396263</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47396263</guid></item><item><title><![CDATA[New comment by mmmehulll in "Custom programming languages make agents good"]]></title><description><![CDATA[
<p>That’s really interesting. The “one or two examples + good error messages” part feels especially important. It suggests the limiting factor may be less finetuning and more whether the model is given a tight representation and a feedback loop it can recover from.</p>
]]></description><pubDate>Thu, 12 Mar 2026 16:02:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47352832</link><dc:creator>mmmehulll</dc:creator><comments>https://news.ycombinator.com/item?id=47352832</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47352832</guid></item><item><title><![CDATA[New comment by mmmehulll in "Custom programming languages make agents good"]]></title><description><![CDATA[
<p>This is really interesting, I feel if llms can respond at existing without finetuning, it can be huge.</p>
]]></description><pubDate>Thu, 12 Mar 2026 15:43:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47352465</link><dc:creator>mmmehulll</dc:creator><comments>https://news.ycombinator.com/item?id=47352465</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47352465</guid></item><item><title><![CDATA[Discussion: Shared state breaks most distributed multi-agent systems]]></title><description><![CDATA[
<p>I have been building multi agent systems and the hardest part in practice has been shared state once agents are split across processes or services. Retries overwrite things, handoffs get messy, and crashes make recovery painful.<p>State inside a single workflow or graph works well. Outside of that boundary, I have not found many patterns that hold up in production.<p>For context, I built a small open source, self hosted experiment to explore this idea.
Repo: https://github.com/MehulG/memX<p>I am curious how others are handling this today. Are people centralizing state, rebuilding from logs, or avoiding shared state altogether? What has actually worked for you?<p>If anyone is actively running multi agent workflows and is open to trying this on a single flow, I am happy to help with setup and learn from the experience.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46587478">https://news.ycombinator.com/item?id=46587478</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 12 Jan 2026 12:23:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=46587478</link><dc:creator>mmmehulll</dc:creator><comments>https://news.ycombinator.com/item?id=46587478</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46587478</guid></item><item><title><![CDATA[Show HN: Ctrl – execution control plane for AI agents]]></title><description><![CDATA[
<p>Agents are starting to take real actions (publish content, trigger workflows, touch prod systems).
Ctrl is an execution control plane that sits between agent intent and real-world actions.
It intercepts MCP tool calls, scores risk, enforces allow/deny/approve policies, and executes only what’s authorized with a full SQLite audit ledger.
It Ships as a drop-in CtrlMCP wrapper for LangChain.
Looking for feedback and early pilots running agents in production.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46514647">https://news.ycombinator.com/item?id=46514647</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 06 Jan 2026 16:43:16 +0000</pubDate><link>https://github.com/MehulG/agent-ctrl</link><dc:creator>mmmehulll</dc:creator><comments>https://news.ycombinator.com/item?id=46514647</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46514647</guid></item><item><title><![CDATA[Show HN: MemX – Shared memory for LLM agents]]></title><description><![CDATA[
<p>Hey everyone — I built this and wanted to share as its free to use and might help some of you:<p><a href="https://mem-x.vercel.app" rel="nofollow">https://mem-x.vercel.app</a><p>GH: <a href="https://github.com/MehulG/memX">https://github.com/MehulG/memX</a><p>memX is a shared memory layer for LLM agents — kind of like Redis, but with real-time sync, pub/sub, schema validation, and access control.<p>Instead of having agents pass messages or follow a fixed pipeline, they just read and write to shared memory keys. It’s like a collaborative whiteboard where agents evolve context together.<p>Key features:<p>Real-time pub/sub<p>Per-key JSON schema validation<p>API key-based ACLs<p>Python SDK<p>Would love to hear how folks here are managing shared state or context across autonomous agents.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44394283">https://news.ycombinator.com/item?id=44394283</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 27 Jun 2025 06:47:32 +0000</pubDate><link>https://mem-x.vercel.app</link><dc:creator>mmmehulll</dc:creator><comments>https://news.ycombinator.com/item?id=44394283</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44394283</guid></item><item><title><![CDATA[Show HN: MemX – Shared memory for LLM agents]]></title><description><![CDATA[
<p>Built memX this weekend; a shared memory layer for coordinating LLM agents.<p>Agents collaborate by reading/writing real-time context; no chat, no orchestrators.<p>Includes pub/sub, schema validation, access control, and real LLMs via Mistral.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44309073">https://news.ycombinator.com/item?id=44309073</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 18 Jun 2025 11:54:17 +0000</pubDate><link>https://github.com/MehulG/memX</link><dc:creator>mmmehulll</dc:creator><comments>https://news.ycombinator.com/item?id=44309073</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44309073</guid></item></channel></rss>