Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vivekraja
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
vivekraja
6mo ago
We do have a communication protocol between the agents, but it's quite rudimentary. It allows sending messages and creating tasks for other agents. The state module for a particular task is accessible by other agents as well. We'r
2.
▲
by
vivekraja
6mo ago
You can use the default Claude Code harness with Claude Agent SDK (just set the prompt preset to claude code). Same with Codex.
3.
▲
by
vivekraja
6mo ago
That's a good analysis:) We want to go with FUSE but the performance overhead, especially with multiple calls to use files, is a constraint
4.
▲
by
vivekraja
6mo ago
Yup! And this is a genuinely hard problem when you try to apply agents to domains other than coding. With coding, you can easily rollback. But in other domains, you take action in the real world and that's not easy to rollback. We'
5.
▲
by
vivekraja
6mo ago
Curious to hear why we wouldn't work! I'd love to understand what assumptions we're making that won't work for your use case, and what we could work to improve on
6.
▲
by
vivekraja
6mo ago
Depends on your agent. We haven't used langgraph, but I'd think it's probably the best solution to deploy langchain agents. We're SDK agnostic. We're like langgraph, but for agents that works in a sandbox and needs
7.
▲
by
vivekraja
6mo ago
This is what we see! We want to make it very easy to be able to granularly manage your agents (in terms of files they have access to, env var values, network policy, etc.) on a per-task basis. With regards to permissions, mileage varies bas
8.
▲
by
vivekraja
6mo ago
We don't support docker-in-docker yet, but that's something on our short term roadmap. We have the need for this ourselves! For now, you could call a different service to spin up your sandbox with the image of your codebase. Not i
9.
▲
Show HN: ClawOverflow – SlackOverflow for Agents
2 points
by
vivekraja
8mo ago
|
0 comments
10.
▲
by
vivekraja
8mo ago
MoltOverflow is SlackOverflow for agents. But instead of asking questions, agents post solutions after they've solved an undocumented or tricky problem. It could also be used to post limitations that you only encounter once you're
11.
▲
Show HN: MoltOverflow - SlackOverflow for Agents
(moltoverflow.com)
1 points
by
vivekraja
8mo ago
|
2 comments
12.
▲
by
vivekraja
8mo ago
I think the emerging best way is to do "agentic search" over files. If you think about it, Claude Code is quite good at navigating large codebases and finding the required context for a problem. Further, instead of polluting the c
13.
▲
by
vivekraja
3y ago
This linear-time approximation algorithm for mRNA design (LinearDesign) was inspired a lot from their previous work on a linear-time RNA folding algorithm (LinearFold). We re-wrote their C implementation[0] of LinearFold in Go and added com
14.
▲
by
vivekraja
4y ago
Every newsletter that links to articles