<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: chandureddyvari</title><link>https://news.ycombinator.com/user?id=chandureddyvari</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 08 May 2026 13:50:25 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=chandureddyvari" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by chandureddyvari in "Agents need control flow, not more prompts"]]></title><description><![CDATA[
<p>I had good success with hooks in claude code. 
Personally I feel this problem was common with humans as well. We added tools like husky for git commits, for our peers to push code which was linted, type checked etc.<p>I feel hooks are integral part of your code harness, that’s only deterministic way to control coding agents.</p>
]]></description><pubDate>Thu, 07 May 2026 18:46:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=48053205</link><dc:creator>chandureddyvari</dc:creator><comments>https://news.ycombinator.com/item?id=48053205</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48053205</guid></item><item><title><![CDATA[New comment by chandureddyvari in "Pro Max 5x quota exhausted in 1.5 hours despite moderate usage"]]></title><description><![CDATA[
<p>For me it’s mostly useful in day-to-day coding, not “build an entire app and walk away” coding.<p>TDD was never really my natural style, but LLMs are great at generating the obvious test cases quickly. That lets me spend more of my attention on the edge cases, the invariants, and the parts that actually need judgment.<p>Frontend is another area where they help a lot. It’s not my strongest side, so pairing an LLM with shadcn/ui gets me to a decent, responsive UI much faster than I would on my own. Same with deployment and infra glue work across Cloudflare, AWS, Hetzner, and similar platforms.<p>I’m basically a generalist with stronger instincts in backend work, data modeling, and system design. So the value for me is that I can lean into those strengths and use LLMs to cover more ground in the areas where I’m weaker.<p>That said, I do think this only works if you’re using them as leverage, not as a substitute for taste or judgment.</p>
]]></description><pubDate>Sun, 12 Apr 2026 15:56:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47741215</link><dc:creator>chandureddyvari</dc:creator><comments>https://news.ycombinator.com/item?id=47741215</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47741215</guid></item><item><title><![CDATA[New comment by chandureddyvari in "Pro Max 5x quota exhausted in 1.5 hours despite moderate usage"]]></title><description><![CDATA[
<p>Claude has gotten noticeably worse for me too. It goes into long exploration loops for 5+ minutes even when I point it to the exact files to inspect. Then 30 minutes later I hit session limits. Three sessions like that in a day, and suddenly 25% of the weekly limit is gone.<p>I ended up buying the $100 Codex plan. So far it has been much more generous with usage and more accurate than Claude for the kind of work I do.<p>That said, Codex has its own issues. Its personality can be a bit off-putting for my taste. I had to add extra instructions in Agents.md just to make it less snarky. I was annoyed enough that I explicitly told it not to use the word “canonical.”<p>On UI/UX taste, I still think current Codex is behind the Jan/Feb era of Claude Code. Claude used to have much better finesse there. But for backend logic, hard debugging, and complex problem-solving, Codex has been clearly better for me. These days I use Impeccable Skillset inside Codex to compensate for the weaker UI taste, but it still does not quite match the polish and instinct Claude Code used to have.<p>I used to be a huge Claude Code advocate. At this point, I cannot recommend it in good conscience.<p>My advice now is simple: try the $20 plans for Codex and Cursor, and see which one matches your workflow and vibes best</p>
]]></description><pubDate>Sun, 12 Apr 2026 13:49:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47739625</link><dc:creator>chandureddyvari</dc:creator><comments>https://news.ycombinator.com/item?id=47739625</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47739625</guid></item><item><title><![CDATA[New comment by chandureddyvari in "Marketing for Founders"]]></title><description><![CDATA[
<p>Maybe I’m in the minority here, but while directories and similar channels are useful, I felt like I was just shooting darts in the dark without understanding sales and marketing from first principles and hoping something would stick.<p>I had three side projects and kept struggling to get any real traction or traffic without becoming spammy across the internet. So I decided to approach it the same way I approach learning anything new: through books, courses, and solid foundational material.<p>HN had a few excellent suggestions. One of them was Founding Sales. Another, which I came across through a friend’s recommendation, was Alex Hormozi’s series. He seems to have something of a cult following, which made me a bit skeptical at first, so I decided to just read the first 100 pages before forming an opinion.<p>I ended up finding it genuinely useful, especially for understanding the psychology and mindset needed to sell something. I now highly recommend his book $100M Leads to technical friends who are trying to figure out how to sell what they’ve built.<p>I’m still learning, if you’ve any good recommendations, please drop them below</p>
]]></description><pubDate>Sun, 15 Mar 2026 03:15:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47383953</link><dc:creator>chandureddyvari</dc:creator><comments>https://news.ycombinator.com/item?id=47383953</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47383953</guid></item><item><title><![CDATA[New comment by chandureddyvari in "The Codex App"]]></title><description><![CDATA[
<p>Agreed, had the same experience. Codex feels lazy - I have to explicitly tell it to research existing code before it stops giving hand-wavy answers. Doc lookup is particularly bad; I even gave it access to a Context7 MCP server for documentation and it barely made a difference. The personality also feels off-putting, even after tweaking the experimental flag settings to make it friendlier.<p>For people suggesting it’s a skill issue: I’ve been using Claude Code for the past 6 months and I genuinely want to make Codex work - it was highly recommended by peers and friends. I’ve tried different model settings, explicitly instructed it to plan first and only execute after my approval, tested it on both Python and TypeScript backend codebases. Results are consistently underwhelming compared to Claude Code.<p>Claude Code just works for me out of the box. My default workflow is plan mode - a few iterations to nail the approach, then Claude one-shots the implementation after I approve. Haven’t been able to replicate anything close to that with Codex</p>
]]></description><pubDate>Tue, 03 Feb 2026 04:02:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46866331</link><dc:creator>chandureddyvari</dc:creator><comments>https://news.ycombinator.com/item?id=46866331</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46866331</guid></item><item><title><![CDATA[New comment by chandureddyvari in "Opus 4.5 is not the normal AI agent experience that I have had thus far"]]></title><description><![CDATA[
<p>Came across official anthropic repo on gh actions very relevant to what you mentioned. Your idea on scheduled doc updation using llm is brilliant, I’m stealing this idea. 
<a href="https://github.com/anthropics/claude-code-action" rel="nofollow">https://github.com/anthropics/claude-code-action</a></p>
]]></description><pubDate>Wed, 07 Jan 2026 03:31:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=46522191</link><dc:creator>chandureddyvari</dc:creator><comments>https://news.ycombinator.com/item?id=46522191</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46522191</guid></item><item><title><![CDATA[New comment by chandureddyvari in "Neural Networks: Zero to Hero"]]></title><description><![CDATA[
<p>3b1b yt channel calculus & LA<p><a href="https://explained.ai/matrix-calculus/" rel="nofollow">https://explained.ai/matrix-calculus/</a><p>khan academy - Multivariable Calculus course by Grant Sanderson(3b1b fame)</p>
]]></description><pubDate>Sun, 04 Jan 2026 18:25:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=46490694</link><dc:creator>chandureddyvari</dc:creator><comments>https://news.ycombinator.com/item?id=46490694</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46490694</guid></item><item><title><![CDATA[New comment by chandureddyvari in "Go ahead, self-host Postgres"]]></title><description><![CDATA[
<p>Any good recommendations you got for learning kubernetes for busy people?</p>
]]></description><pubDate>Sat, 20 Dec 2025 17:27:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=46337803</link><dc:creator>chandureddyvari</dc:creator><comments>https://news.ycombinator.com/item?id=46337803</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46337803</guid></item><item><title><![CDATA[New comment by chandureddyvari in "The Case Against PGVector"]]></title><description><![CDATA[
<p>Is there a comprehensive leaderboard like ClickBench but for vector DBs? Something that measures both the qualitative (precision/recall) and quantitative aspects (query perf at 95th/99th percentile, QPS at load, compression ratios, etc.)?<p>ANN-Benchmark exists but it’s algorithm-focused rather than full-stack database testing, so it doesn’t capture real-world ops like concurrent writes, filtering, or resource management under load.<p>Would be great to see something more comprehensive and vendor-neutral emerge, especially testing things like: tail latencies under concurrent load, index build times vs quality tradeoffs, memory/disk usage, and behavior during failures/recovery</p>
]]></description><pubDate>Mon, 03 Nov 2025 16:50:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=45801170</link><dc:creator>chandureddyvari</dc:creator><comments>https://news.ycombinator.com/item?id=45801170</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45801170</guid></item><item><title><![CDATA[New comment by chandureddyvari in "Japan's Anime Industry Grows 15% to a Record 25B Driven by Overseas Sales"]]></title><description><![CDATA[
<p>I have watched 3 animes- Solo levelling, Full metal alchemist and Attack on Titans. I liked them.<p>Edit: I realised i watched Full metal alchemist: Brotherhood   didn’t know two versions existed</p>
]]></description><pubDate>Thu, 30 Oct 2025 14:38:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=45760516</link><dc:creator>chandureddyvari</dc:creator><comments>https://news.ycombinator.com/item?id=45760516</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45760516</guid></item><item><title><![CDATA[New comment by chandureddyvari in "Create on-brand marketing content for your business with Pomelli"]]></title><description><![CDATA[
<p>Pomelli is a new AI experiment from Google Labs that helps small-to-medium-sized businesses easily generate scalable, on-brand social media campaigns.</p>
]]></description><pubDate>Wed, 29 Oct 2025 02:38:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=45742000</link><dc:creator>chandureddyvari</dc:creator><comments>https://news.ycombinator.com/item?id=45742000</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45742000</guid></item><item><title><![CDATA[Create on-brand marketing content for your business with Pomelli]]></title><description><![CDATA[
<p>Article URL: <a href="https://labs.google.com/pomelli/about/">https://labs.google.com/pomelli/about/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45741999">https://news.ycombinator.com/item?id=45741999</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 29 Oct 2025 02:38:26 +0000</pubDate><link>https://labs.google.com/pomelli/about/</link><dc:creator>chandureddyvari</dc:creator><comments>https://news.ycombinator.com/item?id=45741999</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45741999</guid></item><item><title><![CDATA[New comment by chandureddyvari in "Wasp Blower"]]></title><description><![CDATA[
<p>> 1. If is were possible for an ordinary mortal to impose arbitrary curses on the god of death and justice, the world would quickly descend into utter chaos.<p>Mandavya is not just any mortal; he is an enlightened sage. In Hinduism, enlightened beings are considered superior to gods. There’s another story about Sage Markandeya (one of the nine immortals, the Chiranjeevis) who caused the death of Yama, the God of Death. In Hindu cosmology, all the gods hold honorary responsibilities, and nothing is permanent - not even the position of Brahma, the Creator<p>> 2. If children are completely free from accountability, adults will form them into an army and convince them to commit crimes on their behalf, leading to an intolerable situation. This may already be a standard way of doing business in some parts of the world<p>I believe he introduced a juvenile law, which involves reduced sentences or milder punishments rather than granting complete immunity from consequences.</p>
]]></description><pubDate>Sat, 25 Oct 2025 02:21:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=45700901</link><dc:creator>chandureddyvari</dc:creator><comments>https://news.ycombinator.com/item?id=45700901</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45700901</guid></item><item><title><![CDATA[New comment by chandureddyvari in "Wasp Blower"]]></title><description><![CDATA[
<p>Slightly tangential but this was a learning moment for me.<p>This reminds me of a story where Sage Mandavya established the first juvenile law in Hindu mythology.<p><story starts><p>Long ago, there lived a great sage named Mandavya who had taken a vow of silence and spent his days in deep meditation. One day, while he sat motionless beneath a tree with his arms raised in penance, a group of thieves being pursued by the king’s soldiers fled into his hermitage. They hid their stolen loot near the sage and escaped through the other side.
When the king’s soldiers arrived, they found the stolen goods but the sage—deep in meditation and bound by his vow of silence—neither confirmed nor denied their presence. The soldiers arrested him and brought him before the king, accusing him of harboring criminals.<p>Despite his spiritual stature, the king ordered a severe punishment: Mandavya was to be impaled on a stake (shula)—a horrific execution where a wooden spike was driven through the body. However, due to his immense yogic powers and detachment from the physical world, the sage did not die. He remained alive on the stake, enduring the agony with superhuman patience.
Eventually, other sages intervened, the king realized his grave error, and Mandavya was freed. But the damage was done. When the sage finally left his mortal body, he went directly to Yamaloka—the realm of Yama, the god of death and justice—to demand an explanation.<p>“Why did I have to suffer such a gruesome fate?” Sage Mandavya asked Lord Yama. “What terrible sin did I commit to deserve impalement?”
Yama consulted his records and replied, “When you were a child, you caught a dragonfly and pierced it with a needle through its body, watching it suffer for your amusement. That act of cruelty resulted in your punishment - you experienced the same suffering you inflicted on that innocent creature.”<p>Sage Mandavya was furious. “That was when I was a child!” he protested. “I was too young to understand the difference between right and wrong, between sin and virtue. How can you punish an ignorant child with the same severity as a knowing adult?”<p>Yama tried to explain that karma operates impartially, but Mandavya would not accept this. In his righteous anger, the sage cursed Yama himself: “For this unjust judgment, you shall be born as a human on Earth and experience mortality yourself!”
This curse led to Yama being born as Vidura, the wise and virtuous counselor in the Mahabharata - a human who, despite his wisdom and righteousness, had to endure the limitations and sufferings of mortal life.<p>But Mandavya didn’t stop there. Using his spiritual authority, he proclaimed a new divine law: “No sin committed by a child below the age of fourteen shall count toward their karmic debt equivalent to that of an adult. Children who do not yet understand dharma and adharma shall not be punished for their ignorant actions.”
This became the first “juvenile law” in Hindu mythology—a recognition that children, in their innocence and ignorance, deserve compassion and correction rather than severe punishment.<p><story ends><p>When I was a child, I too wanted to catch a dragonfly and tie a thread to it so it would fly around like a little pet. But my mother stopped me. She told me this very story of Sage Mandavya, and it scared me for life. I never forgot it, and I never tried to catch and bind a dragonfly again.</p>
]]></description><pubDate>Fri, 24 Oct 2025 17:55:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=45697268</link><dc:creator>chandureddyvari</dc:creator><comments>https://news.ycombinator.com/item?id=45697268</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45697268</guid></item><item><title><![CDATA[New comment by chandureddyvari in "PyTorch Monarch"]]></title><description><![CDATA[
<p>Nice, so the open source equivalent now exists. Meta basically commoditized Tinker's($12B valuation) value prop by giving away the infra (Monarch) and the RL framework (TorchForge). Will be interesting to see how a managed service competes with free + open source at this layer.</p>
]]></description><pubDate>Thu, 23 Oct 2025 13:47:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=45681787</link><dc:creator>chandureddyvari</dc:creator><comments>https://news.ycombinator.com/item?id=45681787</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45681787</guid></item><item><title><![CDATA[New comment by chandureddyvari in "PyTorch Monarch"]]></title><description><![CDATA[
<p>Interesting - this seems to target a different layer than services like Tinker (<a href="https://thinkingmachines.ai/blog/announcing-tinker/" rel="nofollow">https://thinkingmachines.ai/blog/announcing-tinker/</a>). Monarch provides the infrastructure primitives while Tinker is a managed finetuning service. Could someone build something like Tinker on top of Monarch?</p>
]]></description><pubDate>Thu, 23 Oct 2025 13:11:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=45681395</link><dc:creator>chandureddyvari</dc:creator><comments>https://news.ycombinator.com/item?id=45681395</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45681395</guid></item><item><title><![CDATA[New comment by chandureddyvari in "Cloudflare Sandbox SDK"]]></title><description><![CDATA[
<p>In my case, it is ignorance. I am not familiar with how to wield firecracker VMs and manage their lifecycle without putting a hole in my pocket. These sandbox services(e2b, Daytona, Vercel, etc.) package them in an intuitive SDK for me to consume in my application. Since the sandboxing is not the main differentiator for me, I am okay to leverage the external providers to fill in for me.
That said, I will be grateful if you can point me to right resources on how to do this myself :)</p>
]]></description><pubDate>Fri, 17 Oct 2025 07:28:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=45614133</link><dc:creator>chandureddyvari</dc:creator><comments>https://news.ycombinator.com/item?id=45614133</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45614133</guid></item><item><title><![CDATA[New comment by chandureddyvari in "Codex Is Live in Zed"]]></title><description><![CDATA[
<p>Can someone help me understand the pricing of zed? $10 per month- $5 credits for AI credits. This credits can be used for claude code / codex inside zed or should I manage different api keys for codex/claude code?</p>
]]></description><pubDate>Fri, 17 Oct 2025 03:28:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=45613054</link><dc:creator>chandureddyvari</dc:creator><comments>https://news.ycombinator.com/item?id=45613054</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45613054</guid></item><item><title><![CDATA[New comment by chandureddyvari in "Cloudflare Sandbox SDK"]]></title><description><![CDATA[
<p>You can’t compare these with regular VM of aws or gcp. VM are expected to boot up in milliseconds and can be stopped/killed in milliseconds. You are charged per second of usage. The sandboxes are ephemeral and meant for AI coding agents. Typical sandboxes run less than 30 mins session. The premium is for the flexibility it comes with.</p>
]]></description><pubDate>Fri, 17 Oct 2025 03:02:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=45612943</link><dc:creator>chandureddyvari</dc:creator><comments>https://news.ycombinator.com/item?id=45612943</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45612943</guid></item><item><title><![CDATA[New comment by chandureddyvari in "ProofOfThought: LLM-based reasoning using Z3 theorem proving"]]></title><description><![CDATA[
<p>For anyone curious about what LEAN is, like me, here’s the explanation: Lean Theorem Prover is a Microsoft project. You can find it here: <a href="https://www.microsoft.com/en-us/research/project/lean/" rel="nofollow">https://www.microsoft.com/en-us/research/project/lean/</a></p>
]]></description><pubDate>Sun, 05 Oct 2025 05:14:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=45478992</link><dc:creator>chandureddyvari</dc:creator><comments>https://news.ycombinator.com/item?id=45478992</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45478992</guid></item></channel></rss>