<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: raghavchamadiya</title><link>https://news.ycombinator.com/user?id=raghavchamadiya</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 10 Jun 2026 06:54:41 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=raghavchamadiya" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Is AI-written code buggier than human code?]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.repowise.dev/blog/engineering/is-ai-written-code-buggier-than-human-code">https://www.repowise.dev/blog/engineering/is-ai-written-code-buggier-than-human-code</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48459397">https://news.ycombinator.com/item?id=48459397</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 09 Jun 2026 11:00:09 +0000</pubDate><link>https://www.repowise.dev/blog/engineering/is-ai-written-code-buggier-than-human-code</link><dc:creator>raghavchamadiya</dc:creator><comments>https://news.ycombinator.com/item?id=48459397</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48459397</guid></item><item><title><![CDATA[New comment by raghavchamadiya in "Childhood Computing"]]></title><description><![CDATA[
<p>That smell thing is so real. I still get hit with it randomly and I'm immediately 10 years old again</p>
]]></description><pubDate>Sun, 24 May 2026 12:45:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=48256836</link><dc:creator>raghavchamadiya</dc:creator><comments>https://news.ycombinator.com/item?id=48256836</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48256836</guid></item><item><title><![CDATA[New comment by raghavchamadiya in "Mastering Dyalog APL"]]></title><description><![CDATA[
<p>Nice to see this getting the Jupyter Notebook treatment. The original book was already one of the better introductions to APL. Interactive examples make a huge difference for a language where half the learning curve is just building muscle memory with the symbols</p>
]]></description><pubDate>Sun, 24 May 2026 12:42:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48256815</link><dc:creator>raghavchamadiya</dc:creator><comments>https://news.ycombinator.com/item?id=48256815</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48256815</guid></item><item><title><![CDATA[New comment by raghavchamadiya in "OpenAI Is Preparing to File for an IPO in the Coming Days or Weeks"]]></title><description><![CDATA[
<p>Wild how fast this moved from "capped profit" to full profit conversion to IPO. Wonder what the final valuation lands at given how fast they're burning cash</p>
]]></description><pubDate>Wed, 20 May 2026 17:17:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48210972</link><dc:creator>raghavchamadiya</dc:creator><comments>https://news.ycombinator.com/item?id=48210972</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48210972</guid></item><item><title><![CDATA[New comment by raghavchamadiya in "Ask HN: Shouldn't Google need to give a public statement about Railway incident?"]]></title><description><![CDATA[
<p>This is actually scary. If Google can suspend a company like Railway without warning, what chance does a smaller startup have? The lack of any human escalation path at Google Cloud has been a known problem for years. You'd think enterprise customers paying real money would at least get a phone call before getting shut down</p>
]]></description><pubDate>Wed, 20 May 2026 17:14:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=48210917</link><dc:creator>raghavchamadiya</dc:creator><comments>https://news.ycombinator.com/item?id=48210917</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48210917</guid></item><item><title><![CDATA[Show HN: Repowise – Codebase intelligence for AI coding agents (open source)]]></title><description><![CDATA[
<p>Every AI coding session starts from zero. The agent doesn't know who owns a file, which files change together, which ones are dead, or why something was built that way.<p>I got tired of Claude Code asking me "what does this service do?" on a codebase I've worked on for two years. The context is all there (git history, dependency graph, past decisions), it's just not in a format the agent can use.<p>Repowise indexes your codebase into four layers: dependency graph (tree-sitter → NetworkX), git intelligence (hotspots, ownership, co-change patterns), auto-generated docs, and architectural decision records. These get exposed via 8 MCP tools. On each commit, only changed files get re-indexed. No full rebuilds, under 30 seconds.<p>The decisions layer is the part I'm most excited about. It surfaces architectural intent from commit history: large diffs, migration patterns, tradeoff language. It also tracks staleness as code evolves. Works well on repos with decent commit messages, less well on "fix" history.<p>pip install repowise
repowise init        # ~25 min first time, <30s incremental
repowise serve       # MCP server + local dashboard<p>Works with Claude Code, Cursor, and any MCP-compatible agent. AGPL-3.0, self-hosted, your code stays on your machine.<p>I'm running early benchmarks on SWE-Bench and SWE-QA. Results are promising, especially on tasks where grounded context matters. Publishing the full methodology soon.<p>What's rough: Windows untested, language coverage is Python/TS/Go/Rust/Java/C/C++, decisions UX needs work. Happy to hear what breaks.
Pre-indexed demos (FastAPI, Starlette) on the site. Working on Slack, Jira, and Linear integrations for the hosted team version.<p>GitHub: github.com/repowise-dev/repowise
Site: repowise.dev</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47666413">https://news.ycombinator.com/item?id=47666413</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 06 Apr 2026 20:15:26 +0000</pubDate><link>https://github.com/repowise-dev/repowise</link><dc:creator>raghavchamadiya</dc:creator><comments>https://news.ycombinator.com/item?id=47666413</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47666413</guid></item><item><title><![CDATA[What happens to an economy when AI makes most human labor optional]]></title><description><![CDATA[
<p>I keep seeing two extreme futures discussed around AI.<p>One is techno utopia: AI does everything, productivity explodes, humans are free to create and chill.<p>The other is collapse: AI replaces jobs, wealth concentrates, consumption dies, society implodes.<p>What I don’t see discussed enough is the mechanism between those states.<p>If AI systems genuinely outperform humans at most economically valuable tasks, wages are no longer the primary distribution mechanism. But capitalism today assumes wages are how demand exists. No wages means no buyers. No buyers means even the owners of AI have no customers.<p>That feels less like a social problem and more like a systems contradiction.<p>Historically, automation shifted labor rather than deleting it. But AI is different in that it targets cognition itself, not just muscle or repetition. If the marginal cost of intelligence trends toward zero, markets built on selling human time start to behave strangely.<p>Some questions I keep circling:<p>Who funds demand in a post labor economy
Is UBI enough, or does ownership of productive models need to be broader
Do we end up with state mediated consumption rather than market mediated consumption
Does GDP even remain a meaningful metric when production is decoupled from employment<p>I’m not arguing AI doom or AI salvation here. I’m trying to understand the transition dynamics. The part where things either adapt smoothly or break loudly.<p>Curious how others here model this in their heads, especially folks building or deploying these systems today.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46567421">https://news.ycombinator.com/item?id=46567421</a></p>
<p>Points: 5</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 10 Jan 2026 16:58:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=46567421</link><dc:creator>raghavchamadiya</dc:creator><comments>https://news.ycombinator.com/item?id=46567421</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46567421</guid></item><item><title><![CDATA[Agentic Frameworks in 2026: Less Hype, More Autonomy]]></title><description><![CDATA[
<p>Over the last two years we have gone from “LLMs with tools” to genuinely agentic systems that plan, reflect, delegate, retry, and sometimes surprise us in ways that feel uncomfortably close to junior engineers. The ecosystem has matured fast enough that framework choice now meaningfully shapes what your agents can and cannot become.<p>Here is a ground level comparison from someone who has built, broken, and rebuilt agents across several stacks, focusing less on benchmarks and more on lived behavior.<p>First, the big shift. In 2024, frameworks mostly wrapped prompting and tool calls. In 2026, the real differentiator is how a framework models time, memory, and failure. Agents that cannot reason over long horizons or learn from their own mistakes collapse under real workloads no matter how clever the prompt engineering looks in a demo.<p>LangGraph style DAG based agents remain popular for teams that want control and predictability. The mental model is clean. State flows are explicit. Debugging feels like debugging software rather than psychology. The downside is that truly open ended behavior fights the graph. You can build autonomy, but you are always aware of the rails.<p>Crew oriented frameworks excel when the problem decomposes cleanly into roles. Researcher, planner, executor, reviewer still works remarkably well for business workflows. The magic wears off when tasks blur. Role boundaries leak, and coordination overhead grows faster than expected. These frameworks shine in clarity, not in emergence.<p>AutoGPT descendants finally learned the lesson that unbounded loops are not a feature. Modern versions add budgeting, goal decay, and self termination criteria. When tuned well, they feel alive. When tuned poorly, they still burn tokens while confidently doing the wrong thing. These systems reward teams who understand control theory as much as prompting.<p>The most interesting category in 2026 is memory first frameworks. Systems that treat memory as a first class citizen rather than a vector store bolted on. Episodic memory, semantic memory, working memory, all with explicit read and write policies. These agents improve over days, not just conversations. The cost is complexity. You are no longer just building an agent, you are curating a mind.<p>A quiet but important trend is the collapse of framework boundaries. The strongest teams mix and match. Graphs for safety critical paths. Autonomous loops for exploration. Human checkpoints not as a fallback, but as a designed cognitive interrupt. Frameworks that resist composition feel increasingly obsolete.<p>One prediction for the rest of 2026. The winning frameworks will not advertise autonomy. They will advertise recoverability. How easily can you inspect what the agent believed, why it acted, and how to correct it without starting over. The future belongs to agents that can be wrong without being useless.<p>HN crowd, curious what others are seeing. Not which framework is best in theory, but which one survived contact with production and taught you something uncomfortable about how intelligence actually works.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46509130">https://news.ycombinator.com/item?id=46509130</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Tue, 06 Jan 2026 05:45:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=46509130</link><dc:creator>raghavchamadiya</dc:creator><comments>https://news.ycombinator.com/item?id=46509130</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46509130</guid></item><item><title><![CDATA[What breaks first when you try to build real world AI agents]]></title><description><![CDATA[
<p>I’ve been working on AI agents outside of demos and toy tasks, and a pattern keeps repeating: the first things to break are rarely model quality.<p>A few failure modes showed up almost immediately.<p>The biggest one was memory. Long term memory sounds clean on paper, but in practice it drifts. Old assumptions leak into new tasks, context gets overweighted, and agents become confidently wrong in ways that are hard to debug. Resetting memory often improved results more than adding more.<p>Tools were the second problem. Most agent architectures assume tools are deterministic and cheap. They aren’t. APIs fail, return partial data, change formats, or time out. Agents don’t just need tools, they need strategies for tool failure, retries, and graceful degradation.<p>Evaluation broke next. Benchmarks didn’t help much once tasks became multi step and open ended. We tried success heuristics, human review, and partial credit scoring. None were satisfying. Measuring “did this agent actually help” turned out to be far harder than measuring accuracy.<p>Cost and latency quietly limited everything. An agent that feels smart at 10 dollars per task or 30 seconds per response is unusable in most real systems. Optimizing prompts and models mattered less than reducing unnecessary reasoning steps.<p>Finally, trust degraded faster than expected. Once an agent makes a confident but wrong decision, users mentally downgrade it. Recovering that trust is much harder than preventing the failure in the first place.<p>The main lesson so far is that building useful agents feels more like distributed systems work than model tuning. Failure handling, observability, and clear contracts matter more than clever prompting.<p>Curious how others are handling these tradeoffs, especially evaluation and memory management.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46497654">https://news.ycombinator.com/item?id=46497654</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 05 Jan 2026 11:42:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=46497654</link><dc:creator>raghavchamadiya</dc:creator><comments>https://news.ycombinator.com/item?id=46497654</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46497654</guid></item></channel></rss>