HackerTrans
TopNewTrendsCommentsPastAskShowJobs

edoardobambini-

no profile record

Submissions

[untitled]

1 points·by edoardobambini-·le mois dernier·0 comments

[untitled]

2 points·by edoardobambini-·il y a 2 mois·0 comments

Show HN: Agent Armor, a Rust runtime for enforcing policies on AI agent actions

github.com
7 points·by edoardobambini-·il y a 3 mois·5 comments

Show HN: Agent Armor, a Rust runtime that enforces policies on AI agent actions

github.com
4 points·by edoardobambini-·il y a 3 mois·2 comments

comments

edoardobambini-
·le mois dernier·discuss
[flagged]
edoardobambini-
·il y a 3 mois·discuss
Hi! they are deterministic
edoardobambini-
·il y a 3 mois·discuss
I'm really open to hear from others! Did you solve it in some way?
edoardobambini-
·il y a 3 mois·discuss
[dead]
edoardobambini-
·il y a 3 mois·discuss
[dead]
edoardobambini-
·il y a 3 mois·discuss
[dead]
edoardobambini-
·il y a 3 mois·discuss
Feels like a case of domain-specific optimization.

People can be extremely effective in one domain (e.g. building companies) without having a strong feedback loop for correctness in others.

Online discourse is a very different environment: - fast feedback - broad topics - low cost of being wrong

So you end up seeing a mismatch between “ability to execute in a narrow domain” and “ability to produce consistently well-calibrated opinions across many domains”.
edoardobambini-
·il y a 3 mois·discuss
A lot of past neuro-symbolic work struggled because the integration layer was too tightly coupled.

Either the symbolic part constrained the model too much, or the neural part bypassed it entirely.

It feels like the real opportunity now is treating symbolic reasoning more like a verification or constraint layer rather than part of the generation process itself.
edoardobambini-
·il y a 3 mois·discuss
[dead]
edoardobambini-
·il y a 3 mois·discuss
[dead]
edoardobambini-
·il y a 3 mois·discuss
[dead]
edoardobambini-
·il y a 3 mois·discuss
[dead]
edoardobambini-
·il y a 3 mois·discuss
[dead]
edoardobambini-
·il y a 3 mois·discuss
[flagged]
edoardobambini-
·il y a 3 mois·discuss
[dead]
edoardobambini-
·il y a 3 mois·discuss
[dead]
edoardobambini-
·il y a 3 mois·discuss
The idea is interesting, but these projects usually fail on semantic mismatch.

Rust’s guarantees (ownership, borrowing, lifetimes) are not just syntax — they’re deeply tied to how the language executes.

If the compiled Go code can’t preserve those guarantees, you risk ending up with something that looks like Rust but behaves like Go, which can be confusing.

Still, as an experiment, it’s a useful way to explore the boundary between language design and compilation targets.
edoardobambini-
·il y a 3 mois·discuss
[dead]