Viewing profile — derrak
derrak
HN member- Joined
- Thu, Mar 19, 2026, 5:38 PM UTC
- HN karma
- 12
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About derrak
No profile information was provided.
Recent public activity
-
comment
Comment #47650661
In case you’re not familiar, I will point you to the classical program synthesis literature. There the task is to take a spec written in say first-order logic, and output a program…
-
comment
Comment #47639100
Wow! I really enjoyed this. The 2.5D rendering gives a lot of opportunities to visually obscure the insight that’s necessary to solve the maze. It makes me think that a good maze s…
-
comment
Comment #47619411
Makes me think of academic papers that overhype their contribution. Also makes me think about AI hype.
-
comment
Comment #47603956
How do you define determinism?
-
comment
Comment #47564631
Lets solidify definitions. A procedure is deterministic iff for all inputs, it always produces the same output on that input. Now, I am going to be pedantic because words matter he…
-
comment
Comment #47550086
This app runs contrary to one of the most prolific stop smoking guides. https://www.allencarr.com/easyway-stop-smoking/top-tips-to-s... > You’re going to stop naturally so carry on…
-
comment
Comment #47534010
> As a countermeasure to key disclosure laws, some personal privacy products such as BestCrypt, FreeOTFE, and TrueCrypt have begun incorporating deniable encryption technology, whi…
-
comment
Comment #47531182
I like. On the issue of “are LLMs good at lisp” I have a bit of a tangential response/observation. I saw this [paper]( https://ai.meta.com/research/publications/logic-py-bridging-.…
-
comment
Comment #47503532
> I also thought about pushing more toward Lean and theorem proving instead of a lighter SMT-style direction I think your intuition here is good. For these settings I think you wan…
-
comment
Comment #47489713
Happy to help. In general, I think counterexample generation is more important than proofs when it comes to software (most of our software is “trivially” wrong). The world might no…
-
comment
Comment #47489642
This looks very interesting. I think the translation from L0 to L1 is going to become more and more important. There have been a lot of discussions here on HN about how natural lan…
-
comment
Comment #47489444
I do use ACL2, although I don’t do many proofs. When I do, the proofs usually go through automatically or require me to state only a few lemmas or tell the tool how to do the induc…
-
comment
Comment #47488581
Noted, thanks. I don’t know what non-computational intelligence would look like but I guess I’ll keep my mind open.
-
comment
Comment #47488555
> The proofs stop at the language boundary. The bugs don’t. In formal verification, you have to model everything you care about. I suspect we’ll see large fragments of popular lang…
-
comment
Comment #47483872
Looks interesting. Anything in particular from it that you think relates to my comment?
-
comment
Comment #47482328
> Certainly it is much closer to a brick than to a human. I disagree with this premise. A computer approximates a Turing Machine, which puts it far above a brick.
-
comment
Comment #47481247
> Recently I’ve been thinking about coding with AI in terms of it being a process of navigating a tree of probabilistic outcomes. I think this is the correct way to think about aut…
-
comment
Comment #47480857
We can keep our discussion about church turing here if you want. I will argue that the following capacities: 1. creating rules and 2. deciding to follow rules (or not) are themselv…
-
comment
Comment #47480829
As long as agnosticism is the attitude, that’s fine. But we shouldn’t let mythology about human intelligence/computational capacity stop us from making progress toward that end. > …
-
comment
Comment #47480736
Note that I prefaced my comment by saying the parent might be right about LLMs. > That's irrelevant. My comment was relevant, if a bit tangential. Edit: I also want to say that our…
-
comment
Comment #47480657
The Church-Turing thesis comes to mind. It would at least suggest that humans aren’t capable of doing anything computationally beyond what can be instantiated in software and hardw…
-
comment
Comment #47480560
> non-deterministic printer. I interpret non-deterministic here as “an LLM will not produce the same output on the same input.” This is a) not true and b) not actually a problem. a…
-
comment
Comment #47480504
Maybe you’re right about modern LLMs. But you seem to be making an unstated assumption: “there is something special about humans that allow them to create new things and computers …
-
comment
Comment #47478957
First, I have some advice if you are open to it. Apply a spell/grammar checker to your post before sharing it with other people. Your post has several typos and many people will st…
-
comment
Comment #47473781
> AI must control the proof search, not delegate to a black box. Cannot disagree more. Take a look at modern SAT solvers, SMT solvers, and automated theorem provers like ACL2. We s…