Viewing profile — mfornet
mfornet
HN member- Joined
- Wed, Mar 06, 2019, 10:58 PM UTC
- HN karma
- 44
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About mfornet
No profile information was provided.
Recent public activity
-
comment
Comment #48604908
There is a lot to unpack in your comment, thanks for commenting. We are heavily using LLMs and agents for writing and verifying all the code. We have some safeguard inplace, such a…
-
comment
Comment #48604717
AI has been great so far filling in most of the proofs, and I'm trying to avoid SMT-style proofs early on, to make sure we have a solid API that can be scaled to arbitrary complex …
-
comment
Comment #48604703
> Doesn't that put the Rust compiler (and its assert lowering) in the trusted base? Yes, but I would argue the are already in the trusted base before this project, we are not remov…
-
comment
Comment #48604679
> Is the plan to build a new separation logic framework, or use e.g. iris-lean or splean as a base? We plan to build our own, though we are currently evaluating what is the current…
-
comment
Comment #48597873
Both. You can write "annotate" your rust code using asserts. On the wasm side asserts are converted to trap instructions, so the Lean spec will simply be: For every input this code…
-
comment
Comment #48597853
Initially we considered formalizing rust code, aeneas is a very promising project that would unlock a lot of features right way by transpiling to lean. However, we didn't want to l…
-
comment
Comment #48597811
> what if I want to reason about larger programs that dynamically allocate, where the addresses may not be known statically? How can I make sure these do not overlap? We are active…
-
story
Show HN: Talos – Open-source WASM interpreter for Lean
At Cajal (YC W26) we’re excited to share Talos ( https://github.com/cajal-technologies/talos ), an open source framework for formal verification of WebAssembly modules in Lean. AI …
-
comment
Comment #40269216
As I see it, this model will be able to predict “easy” to derive tokens but will no chance on “hard” tokens. For example doing a sum of random numbers. If the token you are trying …
- comment
-
comment
Comment #20405573
off topic: Regarding Figure 8: "a graph with 10 nodes, each having 4 neighbors and no two shards requiring more than 2 hops for cross-shard communication". This can be achieved wit…