<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: shivang2607</title><link>https://news.ycombinator.com/user?id=shivang2607</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 19 May 2026 00:58:20 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=shivang2607" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Ask HN: Which AI harness comes close to Claude Code?]]></title><description><![CDATA[
<p>I really want to try deepseek V4, but harnesss which I have previously used are inferior than Claude Code. Please suggest some Harnesses here. I have tried, roo, cline, opencode</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48176033">https://news.ycombinator.com/item?id=48176033</a></p>
<p>Points: 1</p>
<p># Comments: 2</p>
]]></description><pubDate>Mon, 18 May 2026 06:00:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48176033</link><dc:creator>shivang2607</dc:creator><comments>https://news.ycombinator.com/item?id=48176033</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48176033</guid></item><item><title><![CDATA[New comment by shivang2607 in "DeepSeek V4: The Open-Source Model Frontier Labs Feared"]]></title><description><![CDATA[
<p>Maybe, in your experience, but I have tried both claude and codex and the code quality that claude produces is still superior in my experience, maybe its because of the nature of app I am building</p>
]]></description><pubDate>Mon, 18 May 2026 05:49:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48175975</link><dc:creator>shivang2607</dc:creator><comments>https://news.ycombinator.com/item?id=48175975</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48175975</guid></item><item><title><![CDATA[New comment by shivang2607 in "DeepSeek V4: The Open-Source Model Frontier Labs Feared"]]></title><description><![CDATA[
<p>In my personal experience, no model comes close to claude when it comes to coding performance. It does not matter what any of the benchmarks says.<p>Having said that I really hope this model of deepseek, performs significantly on par with the claude saunnet model.</p>
]]></description><pubDate>Fri, 15 May 2026 08:16:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48145912</link><dc:creator>shivang2607</dc:creator><comments>https://news.ycombinator.com/item?id=48145912</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48145912</guid></item><item><title><![CDATA[New comment by shivang2607 in "Ask HN: What are you working on (non-AI)?"]]></title><description><![CDATA[
<p>Currently Working on <a href="https://devlens.io" rel="nofollow">https://devlens.io</a> which is an Open source Intelligent Codebase Visualizer for javascript, Reactjs, nextjs and nodejs for easy onboarding and easy PR review.
The open source version is live at <a href="https://github.com/devlensio/devlensOSS" rel="nofollow">https://github.com/devlensio/devlensOSS</a><p>You can star the repo if you like the project. I am still working on cloud version which will have lots of features.<p>Also the main MOAT of Devlens is not the visualizer but the blast radius feature. Which essentially tells you if I change this file/function where it will affect my Codebase which is specially useful for PR review.</p>
]]></description><pubDate>Fri, 15 May 2026 08:08:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48145859</link><dc:creator>shivang2607</dc:creator><comments>https://news.ycombinator.com/item?id=48145859</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48145859</guid></item><item><title><![CDATA[New comment by shivang2607 in "Ask HN: What are you working on (non-AI)?"]]></title><description><![CDATA[
<p>Also the main MOAT of Devlens is not the visualizer but the blast radius feature. Which essentially tells you if I change this file/function where it will affect my Codebase which is specially useful for PR review.</p>
]]></description><pubDate>Wed, 13 May 2026 18:53:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48125898</link><dc:creator>shivang2607</dc:creator><comments>https://news.ycombinator.com/item?id=48125898</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48125898</guid></item><item><title><![CDATA[New comment by shivang2607 in "Ask HN: What are you working on (non-AI)?"]]></title><description><![CDATA[
<p>Currently Working on <a href="https://devlens.io" rel="nofollow">https://devlens.io</a> which is an Open source Intelligent Codebase Visualizer for javascript, Reactjs, nextjs and nodejs for easy onboarding and easy PR review.<p>The open source version is live at <a href="https://github.com/devlensio/devlensOSS" rel="nofollow">https://github.com/devlensio/devlensOSS</a><p>You can star the repo if you like the project. 
I am still working on cloud version which will have lots of features.</p>
]]></description><pubDate>Wed, 13 May 2026 18:51:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48125882</link><dc:creator>shivang2607</dc:creator><comments>https://news.ycombinator.com/item?id=48125882</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48125882</guid></item><item><title><![CDATA[New comment by shivang2607 in "[dead]"]]></title><description><![CDATA[
<p>While working with larger React / Next.js codebases, I noticed a lot of PR review time goes into understanding the impact of a change rather than the change itself.
Things like:<p>what depends on this? what else could this affect? how far does this propagate?<p>usually require a lot of manual tracing across files and components.<p>So I started building Devlens — a tool that visualizes the codebase as a graph and shows the “blast radius” of components/changes to help with PR reviews, onboarding, and understanding unfamiliar parts of a system.<p>Curious whether teams here would actually find something like this useful in real workflows, or if this mostly gets solved through experience and familiarity with the codebase over time.<p>Website: <a href="https://devlens.io" rel="nofollow">https://devlens.io</a> GitHub: <a href="https://github.com/devlensio/devlensOSS" rel="nofollow">https://github.com/devlensio/devlensOSS</a></p>
]]></description><pubDate>Tue, 12 May 2026 16:52:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48110879</link><dc:creator>shivang2607</dc:creator><comments>https://news.ycombinator.com/item?id=48110879</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48110879</guid></item><item><title><![CDATA[New comment by shivang2607 in "[dead]"]]></title><description><![CDATA[
<p>While working with larger React / Next.js codebases, I noticed a lot of PR review time goes into understanding the impact of a change rather than the change itself.<p>Things like:<p>what depends on this?
what else could this affect?
how far does this propagate?<p>usually require a lot of manual tracing across files and components.<p>So I started building Devlens — a tool that visualizes the codebase as a graph and shows the “blast radius” of components/changes to help with PR reviews, onboarding, and understanding unfamiliar parts of a system.<p>Curious whether teams here would actually find something like this useful in real workflows, or if this mostly gets solved through experience and familiarity with the codebase over time.<p>Website: <a href="https://devlens.io" rel="nofollow">https://devlens.io</a>
GitHub: <a href="https://github.com/devlensio/devlensOSS" rel="nofollow">https://github.com/devlensio/devlensOSS</a></p>
]]></description><pubDate>Mon, 11 May 2026 19:11:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48099337</link><dc:creator>shivang2607</dc:creator><comments>https://news.ycombinator.com/item?id=48099337</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48099337</guid></item><item><title><![CDATA[New comment by shivang2607 in "Ask HN: What would you like to be working on?"]]></title><description><![CDATA[
<p>Something which is really technical, and complex enough that not many people can do that. And ofc it should earn be handsome money :)</p>
]]></description><pubDate>Mon, 11 May 2026 19:10:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=48099327</link><dc:creator>shivang2607</dc:creator><comments>https://news.ycombinator.com/item?id=48099327</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48099327</guid></item><item><title><![CDATA[New comment by shivang2607 in "Ask HN: What are you working on? (May 2026)"]]></title><description><![CDATA[
<p>Been working on a tool called Devlens.<p>It visualizes React / Next.js codebases as an interactive graph so you can understand how features and components connect without manually tracing files.<p>Main focus right now is helping with:<p>PR reviews (understanding blast radius / impact of changes)
onboarding to large codebases
understanding unfamiliar parts of a system faster<p>Also experimenting with summaries + security analysis directly on components.<p>Still early, but it’s been pretty useful for me so far.<p><a href="https://devlens.io" rel="nofollow">https://devlens.io</a>
<a href="https://github.com/devlensio/devlensOSS" rel="nofollow">https://github.com/devlensio/devlensOSS</a></p>
]]></description><pubDate>Mon, 11 May 2026 19:09:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=48099316</link><dc:creator>shivang2607</dc:creator><comments>https://news.ycombinator.com/item?id=48099316</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48099316</guid></item><item><title><![CDATA[Ask HN: Would you use a "blast radius" view during PR reviews?]]></title><description><![CDATA[
<p>I’m building a tool around this idea and wanted to sanity check it.<p>In larger React / Next.js codebases, PR reviews often feel less about the change itself and more about understanding its impact.<p>I usually end up:<p>jumping across multiple files
tracing dependencies manually
trying to figure out what else might break<p>So I’ve been working on a way to visualize the codebase and show a “blast radius” for a component — basically what depends on it and what it affects.<p>I am genuinely trying to understand wether the tool I am building can be used in professional setup ?<p>Here is the open source version of the tool if anyone is interested..
https://github.com/devlensio/devlensOSS<p>here is the demo:
https://youtu.be/6OMsk8lNv4c</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48007920">https://news.ycombinator.com/item?id=48007920</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 04 May 2026 12:36:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48007920</link><dc:creator>shivang2607</dc:creator><comments>https://news.ycombinator.com/item?id=48007920</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48007920</guid></item><item><title><![CDATA[New comment by shivang2607 in "Why I Don't Vibe Code"]]></title><description><![CDATA[
<p>Getting too much dependent on LLMs will eventually rust out my brain. I started notificing using tools like claude code and cursor, is ontroducing blackbox around architecture around my own Codebase. And I literally hated it when someone dont understand their own codebase</p>
]]></description><pubDate>Mon, 04 May 2026 07:36:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48005758</link><dc:creator>shivang2607</dc:creator><comments>https://news.ycombinator.com/item?id=48005758</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48005758</guid></item><item><title><![CDATA[New comment by shivang2607 in "SlothDB a 5X Faster Alternative to DuckDB, ClickHouse DB"]]></title><description><![CDATA[
<p>I like the Irony with the Names</p>
]]></description><pubDate>Fri, 01 May 2026 22:02:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47980992</link><dc:creator>shivang2607</dc:creator><comments>https://news.ycombinator.com/item?id=47980992</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47980992</guid></item><item><title><![CDATA[New comment by shivang2607 in "Ask HN: Is anyone still using the ChatGPT browser, Atlas?"]]></title><description><![CDATA[
<p>what do you mean by "still" ? Did people even used it ?</p>
]]></description><pubDate>Thu, 30 Apr 2026 06:01:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47958727</link><dc:creator>shivang2607</dc:creator><comments>https://news.ycombinator.com/item?id=47958727</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47958727</guid></item><item><title><![CDATA[New comment by shivang2607 in "Ask HN: Is it still worth it to try to get a job in IT"]]></title><description><![CDATA[
<p>Yes, But with the surging supply you have to come in at least top 20% of the developers to earn Good.</p>
]]></description><pubDate>Wed, 29 Apr 2026 16:21:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47950588</link><dc:creator>shivang2607</dc:creator><comments>https://news.ycombinator.com/item?id=47950588</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47950588</guid></item><item><title><![CDATA[Ask HN: Why does Macs don't get heat up and have so long battery life]]></title><description><![CDATA[
<p>I really wonder, how is MAC so performance efficient, does not produces heat, has no fan noise and still has great battery life?<p>Even when they had intel processors, they were efficient. Is it because of the OS, or the hardware?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47913071">https://news.ycombinator.com/item?id=47913071</a></p>
<p>Points: 3</p>
<p># Comments: 2</p>
]]></description><pubDate>Sun, 26 Apr 2026 19:19:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47913071</link><dc:creator>shivang2607</dc:creator><comments>https://news.ycombinator.com/item?id=47913071</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47913071</guid></item><item><title><![CDATA[New comment by shivang2607 in "Ask HN: Has Claude Opus 4.7 nerfed?"]]></title><description><![CDATA[
<p>Everyone has noticed this now.</p>
]]></description><pubDate>Sun, 26 Apr 2026 17:17:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47911969</link><dc:creator>shivang2607</dc:creator><comments>https://news.ycombinator.com/item?id=47911969</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47911969</guid></item><item><title><![CDATA[New comment by shivang2607 in "Ask HN: How do solo devs protect their work in the age of vibe coding?"]]></title><description><![CDATA[
<p>If you are building something which can be vibe-coded easily then it ofc people will create it. You can copyright a product but you can't copyright an Idea.<p>Selling things online was an idea by Amazon, now everyone sells online.<p>If you really want people not to copy your idea then make something which cannot be easily vibe-coded or copied easily i.e. which require serious skills.</p>
]]></description><pubDate>Fri, 24 Apr 2026 07:17:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47886740</link><dc:creator>shivang2607</dc:creator><comments>https://news.ycombinator.com/item?id=47886740</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47886740</guid></item><item><title><![CDATA[Ask HN: Can AI create demon slayer level animation?]]></title><description><![CDATA[
<p>I want to create an animation series. I am just a programmer and has little to no idea about DS level animation.
Can Anyone tell me how can I learn that level of Animation ? Or is it better to wait sometime, and an AI would be able to create that level animation ?<p>I am willing to invest 5-6 years by the way.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47873442">https://news.ycombinator.com/item?id=47873442</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 23 Apr 2026 08:31:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47873442</link><dc:creator>shivang2607</dc:creator><comments>https://news.ycombinator.com/item?id=47873442</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47873442</guid></item><item><title><![CDATA[New comment by shivang2607 in "Ask HN: Which is better movie(check the text)?"]]></title><description><![CDATA[
<p>I will choose Dark Knight</p>
]]></description><pubDate>Thu, 23 Apr 2026 08:28:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47873429</link><dc:creator>shivang2607</dc:creator><comments>https://news.ycombinator.com/item?id=47873429</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47873429</guid></item></channel></rss>