HackerTrans
トップ新着トレンドコメント過去質問紹介求人

dippatel1994

no profile record

投稿

[untitled]

1 ポイント·投稿者 dippatel1994·先月·0 コメント

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

ajusta.ai
1 ポイント·投稿者 dippatel1994·4 か月前·0 コメント

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

github.com
1 ポイント·投稿者 dippatel1994·5 か月前·0 コメント

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

github.com
3 ポイント·投稿者 dippatel1994·5 か月前·1 コメント

What ICLR 2026 Taught Us About Multi-Agent Failures

llmsresearch.substack.com
1 ポイント·投稿者 dippatel1994·5 か月前·1 コメント

Agent framework selection became easy with this decision matrix diagram

media.licdn.com
1 ポイント·投稿者 dippatel1994·6 か月前·1 コメント

コメント

dippatel1994
·先月·議論
Thank you so much @mellosouls, means a lot!
dippatel1994
·先月·議論
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
·先月·議論
Exactly! Any optimization for local inference is a welcome change IMHO!
dippatel1994
·先月·議論
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 か月前·議論
Released mcp server and skills support. You just need "uvx --from "paperbanana[mcp]" paperbanana-mcp" to configure paperbanana mcp server.
dippatel1994
·5 か月前·議論
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 か月前·議論
Add the word "Be Honest" and you will see the other side of the spectrum!
dippatel1994
·6 か月前·議論
Because they were hiring crazily!
dippatel1994
·6 か月前·議論
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.