Live data from Hacker News

Viewing profile — badrunaway

badrunaway

HN member
Joined
Sat, Feb 17, 2024, 1:34 AM UTC
HN karma
37
Public activity
47 items

About badrunaway

No profile information was provided.

Recent public activity

  1. 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 …

  2. 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 …

  3. comment
    Comment #41078764

    This will in a few months change everything forever. Exponential growth incoming soon from Deepmind systems.

  4. 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…

  5. 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…

  6. 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…

  7. 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…

  8. 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.…

  9. comment
  10. story
  11. 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…

  12. 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…

  13. 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…

  14. 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…

  15. 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…

  16. 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…

  17. 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…

  18. 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…

  19. 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.

  20. 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.

  21. story
  22. 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…

  23. 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 …

  24. 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…

  25. 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 …