HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dippatel1994

no profile record

Submissions

[untitled]

1 points·by dippatel1994·last month·0 comments

Show HN: Chrome extension that tailors your resume to a job posting in one click

ajusta.ai
1 points·by dippatel1994·4 months ago·0 comments

Show HN: Open-source PaperBanana – academic diagrams from text via agents

github.com
1 points·by dippatel1994·5 months ago·0 comments

Show HN: Implementation of Google's PaperBanana (diagram generation from text)

github.com
3 points·by dippatel1994·5 months ago·1 comments

What ICLR 2026 Taught Us About Multi-Agent Failures

llmsresearch.substack.com
1 points·by dippatel1994·5 months ago·1 comments

Agent framework selection became easy with this decision matrix diagram

media.licdn.com
1 points·by dippatel1994·6 months ago·1 comments

comments

dippatel1994
·last month·discuss
Thank you so much @mellosouls, means a lot!
dippatel1994
·last month·discuss
Thanks for spotting it but if I tried other way would have kicked out, it was a genuine try to help but thanks @mellosouls I can understand.
dippatel1994
·last month·discuss
Exactly! Any optimization for local inference is a welcome change IMHO!
dippatel1994
·last month·discuss
Don't want to jeopardize this awesome chat about tools but for AI workshops I think these visual cards I came across could be an amazing way to handout. They cover all LLM concepts and explained visually. Found very useful to revise LLM concepts before AI research scientist/AI engineer interviews.

https://github.com/llmsresearch/llm-flashcards
dippatel1994
·5 months ago·discuss
Released mcp server and skills support. You just need "uvx --from "paperbanana[mcp]" paperbanana-mcp" to configure paperbanana mcp server.
dippatel1994
·5 months ago·discuss
Author here. I went through ICLR 2026 accepted papers looking for work relevant to multi-agent production problems. Found 14 papers clustered around 5 issues: latency (sequential API calls), token costs, error cascades, brittle topologies, and observability.

A few highlights: - Speculative Actions: parallel API execution, ~30% speedup - KVComm: share KV pairs instead of text, 30% of layers gets near-full performance - DoVer: intervention-driven debugging that flips 28% of failures to successes

Happy to discuss any of the papers or the framing. The decision matrix at the end maps each problem to a starting paper.
dippatel1994
·6 months ago·discuss
Add the word "Be Honest" and you will see the other side of the spectrum!
dippatel1994
·6 months ago·discuss
Because they were hiring crazily!
dippatel1994
·6 months ago·discuss
Last year, we evaluated different agentic LLM frameworks before selecting to architect our production system. Too many options out there.

So I built a covering their capabilities. If you're evaluating agentic solutions for your next project, hope this saves you time. It maps what's native, what needs integration, and what's not supported.

Let me know if anything needs correction or want to add any other framework.