<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: chaitanyya</title><link>https://news.ycombinator.com/user?id=chaitanyya</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 22 Jun 2026 22:11:23 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=chaitanyya" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by chaitanyya in "Identity verification on Claude"]]></title><description><![CDATA[
<p>I don't believe US government wanted to restrict the model use to US citizens only. The bad actors will and can find their ways around it.<p>They do however want strict measures in place to avoid abuse, and the export control was the only tool they had to stop Anthropic from releasing the model.<p>Though I also wonder if it's even possible to patch things without severely crippling the abilities of the model.</p>
]]></description><pubDate>Mon, 22 Jun 2026 02:39:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48624981</link><dc:creator>chaitanyya</dc:creator><comments>https://news.ycombinator.com/item?id=48624981</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48624981</guid></item><item><title><![CDATA[New comment by chaitanyya in "NSA director: 'Mythos "broke into almost all of our classified systems in hours""]]></title><description><![CDATA[
<p>How much of it is just exposing poor engineering practices people got away with because it was not economically viable earlier to spend human hours to exploit a system?<p>Not taking a dig at people, it was not a terrible choice earlier. Not like these models are inventing net new ways to exploit systems.</p>
]]></description><pubDate>Mon, 22 Jun 2026 02:35:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=48624959</link><dc:creator>chaitanyya</dc:creator><comments>https://news.ycombinator.com/item?id=48624959</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48624959</guid></item><item><title><![CDATA[New comment by chaitanyya in "Show HN: Make every bug perfectly reproducible"]]></title><description><![CDATA[
<p>Thanks, we need a lot of work in the docs and the homepage. A lot of that part was very rushed.<p>You just need to create a simple workload - think of it like an e2e test case you care about. It can be in any language or lib. Next you need to run this test in our VM.<p>We then simulate 100s of realistic production scenarios like slow network, different cpu scheduling etc. and save the environments where your test case fails.<p>Those failing environments can be inspected, you can replay then and they will always produce the exact same result.</p>
]]></description><pubDate>Sat, 20 Jun 2026 23:25:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=48614024</link><dc:creator>chaitanyya</dc:creator><comments>https://news.ycombinator.com/item?id=48614024</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48614024</guid></item><item><title><![CDATA[Show HN: Make every bug perfectly reproducible]]></title><description><![CDATA[
<p>We are building a VM that helps you simulate realistic production conditions, model latencies, different interleaving, user requests, and find bugs.<p>Every non-deterministic property is turned into a knob you or a coding agent can control. We have helped teams perfectly reproduce support incidents and found bugs in some of the world's most well tested software (including a database).</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48607073">https://news.ycombinator.com/item?id=48607073</a></p>
<p>Points: 13</p>
<p># Comments: 2</p>
]]></description><pubDate>Sat, 20 Jun 2026 07:15:10 +0000</pubDate><link>https://workers.io/</link><dc:creator>chaitanyya</dc:creator><comments>https://news.ycombinator.com/item?id=48607073</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48607073</guid></item><item><title><![CDATA[New comment by chaitanyya in "OpenAI and Government of Malta partner to roll out ChatGPT Plus to all citizens"]]></title><description><![CDATA[
<p>This reminds me of the free internet Facebook tried to launch in India to kill net neutrality<p>Thank god people protested against it and made them drop the plan.</p>
]]></description><pubDate>Sun, 17 May 2026 20:34:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48172967</link><dc:creator>chaitanyya</dc:creator><comments>https://news.ycombinator.com/item?id=48172967</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48172967</guid></item><item><title><![CDATA[New comment by chaitanyya in "Cybersecurity looks like proof of work now"]]></title><description><![CDATA[
<p>What do they mean when they say "no diminishing returns?" does this essentially mean the code you are testing has no bounded state space and you continue to find infinite paths?<p>Because we have tools and techniques that can guarantee the absence of certain behavior in a bounded state space using formal methods (even unbounded at times)<p>Sure, it's hard to formally verify everything but if you are dealing with something extremely critical why not design it in a way that you can formally verify it?<p>But yeah, the easy button is keep throwing more tokens till you money runs out of money</p>
]]></description><pubDate>Thu, 16 Apr 2026 01:41:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47787662</link><dc:creator>chaitanyya</dc:creator><comments>https://news.ycombinator.com/item?id=47787662</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47787662</guid></item><item><title><![CDATA[New comment by chaitanyya in "Giving an Agent a Rooted Android Phone"]]></title><description><![CDATA[
<p>Good shit! going to experiment with some complex use cases</p>
]]></description><pubDate>Thu, 09 Apr 2026 22:50:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47711304</link><dc:creator>chaitanyya</dc:creator><comments>https://news.ycombinator.com/item?id=47711304</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47711304</guid></item><item><title><![CDATA[New comment by chaitanyya in "[dead]"]]></title><description><![CDATA[
<p>Imagine a stack with two operations: push and pop. There’s a bug lurking in it. If you ever put more than 32 items on the stack, it crashes. You don’t know this yet. Your job is to find the bug.<p>The first thing you’d probably try is to generate random sequences of pushes and pops, run a lot of tests, and wait for something to break. Using both operations feels like the most thorough way to test. It seems like the best coverage, the highest chance of finding a bug. But is it?<p>If you pick push and pop at random, half and half, you’ll need about 370,000 tests before you ever hit the overflow. That number isn’t a mistake. Pushes and pops cancel each other out, like a random walk: the stack goes up a bit, then down, then up again. Getting to 33 items is like flipping a coin and getting 33 heads in a row. It almost never happens.<p>Now try something different. Before each test, pick a random non-empty subset of the API. With two operations, you get three cases: both push and pop, just push, or just pop. In a third of your tests, you’ll only use push, so every operation grows the stack. The bug shows up right away.<p>If you leave out features at random when you write tests, you find the stack bug about a third of the time. Every test that only uses push will overflow. Before, the chance was almost zero. The tests that only use push are the ones that catch the bug, and you get those just by picking random subsets. You didn’t have to guess that pop was the problem. Doing less actually finds more.</p>
]]></description><pubDate>Sun, 22 Mar 2026 17:57:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47480209</link><dc:creator>chaitanyya</dc:creator><comments>https://news.ycombinator.com/item?id=47480209</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47480209</guid></item><item><title><![CDATA[New comment by chaitanyya in "Claude Code Skill to write better Lean4 proofs"]]></title><description><![CDATA[
<p>I have been getting into Lean4, mostly playing around with writing proofs for properties of distributed software systems.<p>Claude Code has been super helpful in this; however, I had to do a lot of back-and-forth to verify the output in an IDE and then prompt Claude again with suggestions to fix the proof.<p>Yesterday, Axiom, one of the model labs working on a foundation model specializing in mathematics, released AXLE, the Lean Engine. The first thing I did was create a Skill so Claude Code can use it as a verifier for Lean code it writes.<p>Works surprisingly well.</p>
]]></description><pubDate>Fri, 06 Mar 2026 18:52:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47279370</link><dc:creator>chaitanyya</dc:creator><comments>https://news.ycombinator.com/item?id=47279370</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47279370</guid></item><item><title><![CDATA[Claude Code Skill to write better Lean4 proofs]]></title><description><![CDATA[
<p>Article URL: <a href="https://spec.workers.io/axiom/">https://spec.workers.io/axiom/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47279369">https://news.ycombinator.com/item?id=47279369</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 06 Mar 2026 18:52:14 +0000</pubDate><link>https://spec.workers.io/axiom/</link><dc:creator>chaitanyya</dc:creator><comments>https://news.ycombinator.com/item?id=47279369</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47279369</guid></item><item><title><![CDATA[New comment by chaitanyya in "AI is killing B2B SaaS"]]></title><description><![CDATA[
<p>Well it definitely killed mine so I can't say this is not true</p>
]]></description><pubDate>Wed, 04 Feb 2026 18:06:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=46889283</link><dc:creator>chaitanyya</dc:creator><comments>https://news.ycombinator.com/item?id=46889283</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46889283</guid></item><item><title><![CDATA[Show HN: Security platform for vibe coded apps]]></title><description><![CDATA[
<p>It's about time people started taking security seriously for their vibe-coded apps, it's been a complete joke so far!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46877745">https://news.ycombinator.com/item?id=46877745</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 03 Feb 2026 21:44:24 +0000</pubDate><link>https://twitter.com/ananayarora/status/2018783794166419537</link><dc:creator>chaitanyya</dc:creator><comments>https://news.ycombinator.com/item?id=46877745</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46877745</guid></item><item><title><![CDATA[New comment by chaitanyya in "Replaced Clay.com with Claude Code Agent"]]></title><description><![CDATA[
<p>what does that even mean? these two are not even closely related, though your tool may help be useful for our sales agent</p>
]]></description><pubDate>Mon, 26 Jan 2026 02:14:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46761052</link><dc:creator>chaitanyya</dc:creator><comments>https://news.ycombinator.com/item?id=46761052</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46761052</guid></item><item><title><![CDATA[Replaced Clay.com with Claude Code Agent]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/chaitanyya/sales">https://github.com/chaitanyya/sales</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46752457">https://news.ycombinator.com/item?id=46752457</a></p>
<p>Points: 4</p>
<p># Comments: 2</p>
]]></description><pubDate>Sun, 25 Jan 2026 09:53:33 +0000</pubDate><link>https://github.com/chaitanyya/sales</link><dc:creator>chaitanyya</dc:creator><comments>https://news.ycombinator.com/item?id=46752457</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46752457</guid></item><item><title><![CDATA[Show HN: Claude Code for Sales and GTM]]></title><description><![CDATA[
<p>Tried all SaaS Sales and GTM tools; ended up vibe-coding a simple tool that just works. Uses Claude Code as a backend (funny, I know). Helps enrich, qualify, and prepare high-quality reach-outs</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46741678">https://news.ycombinator.com/item?id=46741678</a></p>
<p>Points: 8</p>
<p># Comments: 2</p>
]]></description><pubDate>Sat, 24 Jan 2026 07:08:43 +0000</pubDate><link>https://github.com/chaitanyya/sales</link><dc:creator>chaitanyya</dc:creator><comments>https://news.ycombinator.com/item?id=46741678</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46741678</guid></item><item><title><![CDATA[New comment by chaitanyya in "Claude Code as a Sales Guy"]]></title><description><![CDATA[
<p>What you are about to read took us less than 3 hours to put together. Built using Claude Code, and uses Claude Code as a backend (lol, I know).<p>I have been experimenting with multiple GTM and CRM setups to book more demos with potential customers. They were all super painful to use; most felt very restrictive and basically pushed you to leave your creativity at the door.<p>So I vibe-coded the sales GTM tool I wanted, it's basically a clean interface for Claude Code running very specific tasks:
1. Enriching leads with very high-quality information - Use Chrome to browse LinkedIn, construct an org chart, see what people are interacting with, etc.
2. Score each enriched lead based on our internal criteria, a lot of which is based on the Founding Sales book.
3. Find the decision maker at each org and reach out to them.<p>Once we remove 90% of the noise and have a list we should spend our time on, we decided to send out cold emails.<p>A week later - 10 booked demos! This is insane. Feel free to try it yourself, it's local first, MIT license - <a href="https://github.com/chaitanyya/sales" rel="nofollow">https://github.com/chaitanyya/sales</a> - Open an issue, the entire app is heavily vibe-coded and may be a little rough.</p>
]]></description><pubDate>Tue, 20 Jan 2026 20:16:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=46697198</link><dc:creator>chaitanyya</dc:creator><comments>https://news.ycombinator.com/item?id=46697198</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46697198</guid></item><item><title><![CDATA[Claude Code as a Sales Guy]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/chaaai/status/2013530788676149755">https://twitter.com/chaaai/status/2013530788676149755</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46697157">https://news.ycombinator.com/item?id=46697157</a></p>
<p>Points: 5</p>
<p># Comments: 1</p>
]]></description><pubDate>Tue, 20 Jan 2026 20:13:15 +0000</pubDate><link>https://twitter.com/chaaai/status/2013530788676149755</link><dc:creator>chaitanyya</dc:creator><comments>https://news.ycombinator.com/item?id=46697157</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46697157</guid></item><item><title><![CDATA[New comment by chaitanyya in "Ask HN: What parts of software testing can realistically be autonomous today?"]]></title><description><![CDATA[
<p>It's an interesting one. Every time I speak with engineering teams about reliability and correctness, they all want more of it, yet when it comes to investing in it, it's never really a priority.<p>More often than not, people test the wrong things; they struggle to even identify the right properties to test.<p>I question my worldview on this because I don't think it's a particularly difficult problem. There are companies like Antithesis that have done incredible work in this space.<p>I am building in automated property-based testing, and it's not an easy sell.</p>
]]></description><pubDate>Thu, 08 Jan 2026 08:49:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=46538829</link><dc:creator>chaitanyya</dc:creator><comments>https://news.ycombinator.com/item?id=46538829</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46538829</guid></item><item><title><![CDATA[New comment by chaitanyya in "Show HN: Gemini Pro 3 imagines the HN front page 10 years from now"]]></title><description><![CDATA[
<p>"IBM to acquire OpenAI" somebody should put this up on polymarket lol</p>
]]></description><pubDate>Tue, 09 Dec 2025 20:24:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=46210130</link><dc:creator>chaitanyya</dc:creator><comments>https://news.ycombinator.com/item?id=46210130</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46210130</guid></item></channel></rss>