Viewing profile — badrunaway
badrunaway
HN member- Joined
- Sat, Feb 17, 2024, 1:34 AM UTC
- HN karma
- 37
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About badrunaway
No profile information was provided.
Recent public activity
-
comment
Comment #41078814
we are talking about lean proofs. Given a formal statement and a proof - the lean can verify whether it's correct or not. It's like generating computer programs to solve a problem …
-
comment
Comment #41078789
I think what we need to look at is that AI systems were not able to do it before and now they are able to do it. Sooner these systems with millions of dollars of compute will just …
-
comment
Comment #41078764
This will in a few months change everything forever. Exponential growth incoming soon from Deepmind systems.
-
comment
Comment #40802084
I guess I need to tell them to not even send any personal detail / bank detail to anyone including me. I sort of felt like may be there is a better solution than just trusting them…
-
comment
Comment #40802005
That's also a fear I have. But having grown up on internet it helps in adjusting to these changes fast. Secondly, I got a degree in CS and been a developer for a decade so yeah I k…
-
comment
Comment #40801976
So, my reasoning is little stupid but it goes like this. I am in my 30s. Let's say if I lose all my money in a scam also - I have time to earn it back and still make it back. Where…
-
comment
Comment #40801929
Recently someone I know got a call where they mimicked their child's voice using AI and asked them to send immediate money otherwise child will be in danger. This has got me into t…
-
story
Ask HN: How to protect old parents from evolving AI based scams?
With AI advancement and deepfake/voice cloning becoming so realistic and cheap - We can't really train our non-tech parents to be wary of every threat actor in this evolving space.…
- comment
- story
-
comment
Comment #40777355
LLMs right now don't employ any logic. There can always be corners of "I don't know" or "I can't do that" - than the current system which is 100% confident in it's answer because i…
-
comment
Comment #40777336
Yes, that's why there was no human in the loop and I was using LLMs as a proxy to bottom up approach in step 1. But the hallucinations can creep into the knowledge graph also as me…
-
comment
Comment #40775360
I thought addition of the "logical" constraints in the existing training loop using KGs and logical validation would help into reducing wrong semantic formation at the training loo…
-
comment
Comment #40775274
Oh, exactly. But let me know your thoughts on this - let's say if you have a graph which represents existing sci-fi novel = rather than the current model which is just blindly gene…
-
comment
Comment #40774807
Haha, asking chat-gpt surely won't work. Everything can "feel" like a halting problem if you want perfect results with zero error with uncertain and ambiguous new data adding. My t…
-
comment
Comment #40774745
I had KGs in mind with automated construction which can improve and converge during training phase. I was hypothesizing that if we give incentive during training phase to also cons…
-
comment
Comment #40774542
Interesting. I haven't really seen much into this space. But anything which can provably represent concepts and relationships without losing information can work. Devil might be in…
-
comment
Comment #40772262
Current architecture of LLMs focus mainly on the retrieval part and the weights learned are just converged to get best outcome for next token prediction. Whereas, ability to put th…
-
comment
Comment #40763409
Got it. 'Finding Fun' is one good metric. I have actually a lot of free time and I want to build things that people love.
-
comment
Comment #40763399
yea - but that won't satisfy me. Upvote is sort of one metric on how much novel your work is? something like that.
- story
-
comment
Comment #40758140
I believe language allows having more than one layer i.e. enabling complexity of representation. For example, If I want to think about the person thinking inside - these kind of re…
-
comment
Comment #40716612
Intuitively I feel efficiency is the outcome of existing world model.. approach can look like yours - I don't see why there has not been efforts on scaling monte carlo tree search …
-
comment
Comment #40716559
like darwin selection between the subsystem approaches? Put in a lot of different kind of LLMs and let them play the same game inside with each other.. whosoever wins the simulatio…
-
comment
Comment #40713006
When we talk about system 2; is it possible that [generating large number of programs; evaluating them of the task; choosing top K outcomes; feeding it back to Neural net] can act …