<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: darshannere</title><link>https://news.ycombinator.com/user?id=darshannere</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 01 Jun 2026 21:40:37 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=darshannere" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by darshannere in "Ask HN: Who wants to be hired? (June 2026)"]]></title><description><![CDATA[
<p>Location: San Francisco, CA, USA<p>Remote: Yes (open to hybrid or remote)<p>Willing to relocate: Yes (SF, NYC, Austin, or other US tech hubs)<p>Technologies: Python, JAVA, C++, FastAPI, TypeScript, React, PostgreSQL, SQLite, Docker, AWS, PyTorch, LLM APIs (OpenAI/Anthropic), LangChain<p>Résumé/CV: <a href="https://darshannere.com" rel="nofollow">https://darshannere.com</a> | <a href="https://github.com/darshannere" rel="nofollow">https://github.com/darshannere</a><p>Email: darshan.nere2@gmail.com<p>I build AI agent infrastructure. Most recently: Tracea (tracea.dev), an open-source observability platform for AI agent teams that patches the HTTP transport layer to trace LLM calls without any framework changes — no SDK wrappers, no code changes, just install and instrument. Also built ObservAgent (1000+ active users, open source).<p>Research side: co-authored a paper on failure-aware penetration testing - training LLMs to emit typed failure tokens so failure recognition becomes a structured recovery signal rather than an implicit state.<p>Prior: full-stack engineer shipping software to 50k+ users.<p>Looking for full-stack or AI/ML engineering roles at early-stage or growth-stage companies working on production AI systems - LLM integration, agent infrastructure, or observability. High ownership, real users, hard problems.</p>
]]></description><pubDate>Mon, 01 Jun 2026 16:56:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48359446</link><dc:creator>darshannere</dc:creator><comments>https://news.ycombinator.com/item?id=48359446</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48359446</guid></item><item><title><![CDATA[New comment by darshannere in "Ask HN: Who wants to be hired? (May 2026)"]]></title><description><![CDATA[
<p>Location: Blacksburg, VA, USA<p>Remote: Yes (open to hybrid or remote)<p>Willing to relocate: Yes (SF, NYC, Austin, or other US locations)<p>Technologies: Python, FastAPI, TypeScript, React, PostgreSQL, SQLite, Docker, AWS, PyTorch, LLM APIs (OpenAI/Anthropic), LangChain<p>Résumé/CV: <a href="https://darshannere.com" rel="nofollow">https://darshannere.com</a> | 
<a href="https://github.com/darshannere" rel="nofollow">https://github.com/darshannere</a><p>Email: darshan.nere2@gmail.com<p>I build AI agent infrastructure, most recently Tracea (tracea.dev), an open-source observability platform for AI agent teams that patches the HTTP transport layer to trace LLM calls without framework changes. Also built ObservAgent (300+ users, open source) and published research on GRPO fine-tuning for medical reasoning (+11% accuracy over SFT baseline).<p>Looking for full-stack or AI/ML engineering roles at early-stage startups or growth-stage companies where I can work on production AI systems with high ownership and real impact. Strong preference for roles involving LLM integration, agent infrastructure, or AI observability.</p>
]]></description><pubDate>Sat, 02 May 2026 19:35:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47989678</link><dc:creator>darshannere</dc:creator><comments>https://news.ycombinator.com/item?id=47989678</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47989678</guid></item><item><title><![CDATA[Show HN: ObservAgent – Observability for Claude Code(cost, tools, subagents)]]></title><description><![CDATA[
<p>I've been running a lot of Claude Code sessions lately: multi-agent workflows, long autonomous runs, and kept hitting the same problem: the session finishes and you have no idea what happened.
   Why did it cost $4? Which tool took 10 seconds? When did the subagent silently fail?<p>Caude writes JSONL transcripts but they're not usable in real time.<p>So I built ObservAgent. It's a local dashboard that gives you live visibility into every Claude
Code session without touching your code.<p>How it works:<p>Claude Code has a hooks system (PreToolUse, PostToolUse, SubagentStart, SubagentStop). ObservAgent installs a tiny Python relay that fires a fire-and-forget POST to a local Fastify server on every hook event. The server stores events in SQLite and streams them to a React dashboard over SSE.<p>npm install -g @darshannere/observagent
observagent init   
# installs hooks into ~/.claude/settings.json
observagent start  
# opens dashboard at localhost:4999<p>That's it. Run any Claude Code session and watch it live.<p>What you get:<p>- Real-time tool call log with latency per call
- Cost tracking 
— token usage per model (including cache read/write) auto-calculated against current Claude pricing
- Agent tree 
— session + subagent hierarchy with per-agent cost rollups
- Session history grouped by repository with one-click replay and JSONL/CSV export
- Health panel with p50/p95 latency and error rates<p>Everything binds to 127.0.0.1. No cloud, no telemetry, no API keys needed.<p>GitHub:<a href="https://github.com/darshannere/observagent" rel="nofollow">https://github.com/darshannere/observagent</a>
npm: npm install -g @darshannere/observagent<p>Happy to answer questions about the hooks architecture or how I handle cost attribution across subagents (trickier than it sounds).</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47391414">https://news.ycombinator.com/item?id=47391414</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 15 Mar 2026 20:18:36 +0000</pubDate><link>https://darshannere.github.io/observagent/</link><dc:creator>darshannere</dc:creator><comments>https://news.ycombinator.com/item?id=47391414</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47391414</guid></item></channel></rss>