<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: mayank</title><link>https://news.ycombinator.com/user?id=mayank</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 08 Sep 2026 16:52:08 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mayank" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mayank in "Muse Glimmer: 30B-parameter model optimized for always-on local agent workflows"]]></title><description><![CDATA[
<p>If you’re doing breakeven math on subscriptions, consider that your own rig can run 24/7 whereas you will get a fraction of that with sub rate limits. Even if you factor in PG&E residential rates, the breakeven is a lot closer to months for overnight long-running agentic coding a couple times a week.<p>And in terms of interesting use cases: recently pointed an agent at Blender and gave it vision. That setup can essentially iterate on a scene forever.</p>
]]></description><pubDate>Mon, 10 Aug 2026 18:45:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=49247928</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=49247928</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49247928</guid></item><item><title><![CDATA[New comment by mayank in "Launch HN: Stoa Markets (YC S26) – A Marketplace for GPUs and AI Servers"]]></title><description><![CDATA[
<p>I assume this is a strictly B2B proposition in spite of "built for every side of the GPU market" -- meaning I'm probably not going to be able to buy/bid on small (e.g. 2-8) lots of used, matched RTX 3090s for example?</p>
]]></description><pubDate>Mon, 10 Aug 2026 17:10:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=49246654</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=49246654</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49246654</guid></item><item><title><![CDATA[New comment by mayank in "Using an open model feels surprisingly good"]]></title><description><![CDATA[
<p>Close to $500 in overage for me :) I’m going to give GLM a shot next.</p>
]]></description><pubDate>Wed, 29 Jul 2026 16:07:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=49099325</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=49099325</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49099325</guid></item><item><title><![CDATA[New comment by mayank in "Using an open model feels surprisingly good"]]></title><description><![CDATA[
<p>Oddly enough, I did the exact same thing this past weekend, for a couple hundred usd in Fable overage.<p>It was truly remarkably easy to build and package it exactly to my whims, in my case as a single docker container with a process reaper that runs llama, my Go code, tts, chat harness, browser in xvfb, and even a mailer daemon. With Gemma, it even runs on a RPi 5.<p>What’s absolutely wild to me is that over a couple hours, I could probably have it import parts of Home Assistant for my devices directly, and do other wacky stuff in what is essentially software for one.</p>
]]></description><pubDate>Tue, 28 Jul 2026 03:42:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=49079053</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=49079053</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49079053</guid></item><item><title><![CDATA[New comment by mayank in "Using an open model feels surprisingly good"]]></title><description><![CDATA[
<p>I was curious about the cost angle too, i.e. how much "free" coding agent I can get for what cost. Here's the research by Fable if you're interested: <a href="https://claude.ai/public/artifacts/2c9a5001-0b7e-4944-beb1-9888434fd989" rel="nofollow">https://claude.ai/public/artifacts/2c9a5001-0b7e-4944-beb1-9...</a></p>
]]></description><pubDate>Tue, 28 Jul 2026 03:33:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=49078979</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=49078979</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49078979</guid></item><item><title><![CDATA[New comment by mayank in "Ask HN: What Are You Working On? (July 2026)"]]></title><description><![CDATA[
<p>Spent nights over the last six months combining AI coding agents with containers, spec-driven development, and formal verification, so that I (eventually) don't have to manually review 10k+ lines of AI code a day, or worry about the latest model wiping out my home directory:<p><a href="https://www.overplane.dev/" rel="nofollow">https://www.overplane.dev/</a> (Apache-2.0)</p>
]]></description><pubDate>Mon, 13 Jul 2026 18:17:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48896584</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=48896584</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48896584</guid></item><item><title><![CDATA[New comment by mayank in "Show HN: Overplane: Containers and formal verification for AI code"]]></title><description><![CDATA[
<p>TL;DR: Overplane is an AI build system that pairs popular AI coding agents with containers, spec driven development, and automatic lightweight formal verification for a safer, replayable AI codegen workflow.<p>Like many others, I’ve watched AI code pile up at work, and get increasingly lighter reviews due to its size and maddening uniformity. On my side projects at night, I see the full speed and fragility of vibe coding. Neither practice seems sustainable, so I’ve been playing around for the last few months looking for a balanced, middle ground.<p>The key idea here is similar to chip design: if AI written software functionally does what you intended it to (by virtue of increasingly sophisticated testing against a codification of your intent), then it’s perhaps less important to manually review every line of generated code.<p>Overplane is a labor of love that brings that idea to life as an open-source experiment, combining some old personal loves: containerization, content addressed build systems, and formal verification.<p>The example I’d start with is rustdis, a partial, wire-compatible Redis clone in Rust with an empty [dependencies] section. Created with seven short specs and about $45 of Claude Opus, in about three hours: <a href="https://www.overplane.dev/examples" rel="nofollow">https://www.overplane.dev/examples</a><p>What sold me on the approach is that the one IR generated by Overplane from the specs paid for itself downstream: Z3 checks at build time, 48 generated proptest properties, and Kani proofs on the parser and arithmetic core.<p>It also holds up against redis-benchmark better than I expected, within about 90% of real Redis on my box unpipelined and a bit ahead on some pipelined workloads, which I mostly attribute to rustdis doing less than Redis does.<p>It’s v0.0.8 and rough. If you’ve tried spec-first workflows or lightweight formal methods in anger, I’d love to hear where they broke down for you.</p>
]]></description><pubDate>Mon, 13 Jul 2026 15:43:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48894427</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=48894427</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48894427</guid></item><item><title><![CDATA[Show HN: Overplane: Containers and formal verification for AI code]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.overplane.dev/">https://www.overplane.dev/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48894426">https://news.ycombinator.com/item?id=48894426</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 13 Jul 2026 15:43:13 +0000</pubDate><link>https://www.overplane.dev/</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=48894426</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48894426</guid></item><item><title><![CDATA[Dismissive Dan's Review of the Overplane AI Coding Harness]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.overplane.dev/overview/dan/">https://www.overplane.dev/overview/dan/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48877337">https://news.ycombinator.com/item?id=48877337</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 12 Jul 2026 01:02:09 +0000</pubDate><link>https://www.overplane.dev/overview/dan/</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=48877337</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48877337</guid></item><item><title><![CDATA[New comment by mayank in "Ask HN: What was your "oh shit" moment with GenAI?"]]></title><description><![CDATA[
<p>Such a great comment, and I agree with all of them.<p>For me in a similar vein:<p>- mar ‘24: thinking about how to survey the field and implement a hard research task in Natural Language Processing, and then just approximating it well enough with a prompt and a completions api<p>- mid ‘25: Llama 3 being able to analyze a good sized codebase I was onboarding onto, and synthesize it into diagrams that matched the quality of ones I’d generated by hand with deterministic tools.<p>- dec ‘25: opus 4.5 basically generating multi-class modules and tests perfectly (syntactically). Finding that errors were my own under-specification of the prompt. Stopped writing code by hand, mainly because it was good enough and came with tests, docs, build scripts, and other goodies for free.</p>
]]></description><pubDate>Sat, 06 Jun 2026 04:09:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48421289</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=48421289</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48421289</guid></item><item><title><![CDATA[New comment by mayank in "Colossal Cave Adventure (1976)"]]></title><description><![CDATA[
<p>Indeed! It’s a form of a branch table: <a href="https://en.m.wikipedia.org/wiki/Branch_table" rel="nofollow">https://en.m.wikipedia.org/wiki/Branch_table</a></p>
]]></description><pubDate>Sat, 26 Apr 2025 05:42:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=43801211</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=43801211</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43801211</guid></item><item><title><![CDATA[New comment by mayank in "Technical debt vs. technical assets: What's the difference?"]]></title><description><![CDATA[
<p>Got a source for this? Because it’s brilliant.</p>
]]></description><pubDate>Sat, 21 Dec 2024 04:25:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=42477543</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=42477543</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42477543</guid></item><item><title><![CDATA[New comment by mayank in "Comparison of Claude Sonnet 3.5, GPT-4o, o1, and Gemini 1.5 Pro for coding"]]></title><description><![CDATA[
<p>Agreed and flagged, this almost seems LLM written, not a bit of data.</p>
]]></description><pubDate>Sun, 24 Nov 2024 21:49:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=42230930</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=42230930</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42230930</guid></item><item><title><![CDATA[New comment by mayank in "Launch HN: Fresco (YC F24) – AI Copilot for Construction Superintendents"]]></title><description><![CDATA[
<p>This seems odd. If your scribe can lie in complex and sometimes hard to detect ways, how do you not see some form of risk? What happens when (not if) your scribe misses something and real world damages ensue as a result? Are you expecting your users to cross check every report? And if so, what’s the benefit of your product?</p>
]]></description><pubDate>Thu, 21 Nov 2024 19:57:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=42207976</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=42207976</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42207976</guid></item><item><title><![CDATA[New comment by mayank in "Slack AI Training with Customer Data"]]></title><description><![CDATA[
<p>> They need to reword this. Whoever wrote it is a liability<p>Sounds like it’s been written specifically to avoid liability.</p>
]]></description><pubDate>Fri, 17 May 2024 00:25:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=40385031</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=40385031</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40385031</guid></item><item><title><![CDATA[New comment by mayank in "The lifecycle of a code AI completion"]]></title><description><![CDATA[
<p>Very interesting! I wonder to what extent this assumption is true in tying completions to traditional code autocomplete.<p>> One of the biggest constraints on the retrieval implementation is latency<p>If I’m getting a multi line block of code written automagically for me based on <i>comments</i> and the like, I’d personally value quality over latency and be more than happy to wait on a spinner. And I’d also be happy to map separate shortcuts for when I’m prepared to do so (avoiding the need to detect my intent).</p>
]]></description><pubDate>Sun, 07 Apr 2024 20:19:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=39963540</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=39963540</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39963540</guid></item><item><title><![CDATA[New comment by mayank in "How to find the AWS account ID of any S3 bucket"]]></title><description><![CDATA[
<p>> aws s3 bucket needs to match the domain for website hosting.<p>This is outdated information, and not required anymore when using CloudFront.<p>And even in the past, you could use the S3 API to implement a reverse proxy without matching bucket and domain names.</p>
]]></description><pubDate>Mon, 26 Feb 2024 18:45:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=39515229</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=39515229</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39515229</guid></item><item><title><![CDATA[New comment by mayank in "The One Billion Row Challenge"]]></title><description><![CDATA[
<p>> the minimal runtime is typically the best estimator<p>Depends what you’re estimating. The minimum is usually not representative of “real world” performance, which is why we use measures of central tendency over many runs for performance benchmarks.</p>
]]></description><pubDate>Thu, 04 Jan 2024 09:17:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=38864869</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=38864869</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38864869</guid></item><item><title><![CDATA[New comment by mayank in "The One Billion Row Challenge"]]></title><description><![CDATA[
<p>This is a pretty standard measure called the Trimmed Mean: <a href="https://statisticsbyjim.com/basics/trimmed-mean/" rel="nofollow">https://statisticsbyjim.com/basics/trimmed-mean/</a></p>
]]></description><pubDate>Thu, 04 Jan 2024 08:35:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=38864597</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=38864597</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38864597</guid></item><item><title><![CDATA[New comment by mayank in "UK plan to digitise wills and destroy paper originals "insane" say experts"]]></title><description><![CDATA[
<p>Very debatable, if both are done right.</p>
]]></description><pubDate>Tue, 19 Dec 2023 21:07:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=38701576</link><dc:creator>mayank</dc:creator><comments>https://news.ycombinator.com/item?id=38701576</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38701576</guid></item></channel></rss>