Live data from Hacker News

Viewing profile — sciolist

sciolist

HN member
Joined
Mon, Sep 19, 2022, 6:53 PM UTC
HN karma
140
Public activity
39 items

About sciolist

cswartout.com

Recent public activity

  1. comment
    Comment #48344120

    When commenting, please assume good faith (in other commenters and maintainers). This is the third thread I've read on HN about the subject and I've sadly seen a lot of closeminded…

  2. comment
    Comment #46571562

    This is very cool, one piece of feedback: watching the table as the AI plays while seeing the reasoning is difficult as they're on other sides of the screen. It could be nice to ha…

  3. story
  4. comment
    Comment #40841212

    Even if AI tools (e.g. search or summarization) aren't perfect, neither are our current manual methods. Right now I feel there's a strong negative sentiment towards mistakes made b…

  5. comment
    Comment #40641622

    There's a difference between guaranteed privacy and certifiable privacy. Yes, the government can request one's data. However, Apple's system would reveal those intrusions to the pu…

  6. comment
    Comment #40380873

    I second Kickstart! The single-file and comments make it easy to learn and configure yourself.

  7. comment
    Comment #39341640

    Agreed. If it was "RLHF a LLM in <50 lines" I feel it would be clear, but "lines of Python" implies something different.

  8. comment
    Comment #39237294

    I do something similar for my notes, but instead converting to HTML! (e.g. https://cswartout.com/notes/cse422.html ) I keep my notes as markdown in a repo, then "build" them onto a…

  9. comment
    Comment #39127461

    There's two main ways to "add documents to LLMs" - using documents in retrieval augmented generation (RAG) and training/finetuning models. I believe you can use RAG with Ollama, ho…

  10. comment
    Comment #38759933

    Agreed - the rebuttal comment you got had the example of "having to deal with MAGA people bitching about your existence as a Mexican migrant". Russia has been is conducting influen…

  11. comment
    Comment #38756198

    We shouldn't reduce or avoid removing any of the struggles you've brought up - those are real and we need to remove them. With that being said, most of what OP said is true: Americ…

  12. comment
    Comment #38538286

    One of the big things to note is that Sparky plays very basic decks, with few complicated cards and combos. Rules-based AI could definitely play at a basic level using a beatdown s…

  13. comment
    Comment #38527344

    Here's a paper on creating a Turing machine in Magic: https://arxiv.org/abs/1904.09828

  14. comment
    Comment #38466102

    My good-faith interpretation of your comment is: "Maybe learn to code (without external resources or tools)?" LLMs are another tool and resource, just like StackOverflow, linters, …

  15. comment
    Comment #38373171

    Is there any proof or source of this?

  16. comment
    Comment #38316394

    Seems to be a one-off thing: https://chat.openai.com/share/0936d340-79b6-44f3-933c-c30dff...

  17. comment
    Comment #38312794

    Microsoft had no prior knowledge: https://www.axios.com/2023/11/17/microsoft-openai-sam-altman...

  18. comment
    Comment #38286678

    How many times does it run inference per screenshot? Looks cool!

  19. comment
    Comment #38144648

    Most companies work in areas where the most money is, most software engineers work for those companies.

  20. comment
    Comment #38141657

    Is this legit? It seems weird to me that this paper has one author, from a deep-learning startup which I've never heard of before.

  21. comment
    Comment #38134051

    Anybody know what the insistence regarding lyrics and recipes is for? > EXTREMELY IMPORTANT. Do NOT be thorough in the case of lyrics or recipes found online. Even if the user insi…

  22. comment
    Comment #37961429

    I really enjoy the use of pixel art to convey some message, this and the LLM agent simulation[1] are great examples. [1] https://news.ycombinator.com/item?id=35517649

  23. comment
    Comment #37453633

    I think that it could be more accurate with an even more limited amount of words by omitting "Science": Computer[s] from the Bottom Up

  24. comment
    Comment #37384885

    It does remind me of a project [1] Andrej Karpathy did, writing a neural network and training code in ~600 lines (although networks have easier logic to code than a compiler). [1] …

  25. comment
    Comment #37157602

    It depends on the number of parameters you're going for - a billion parameters is going to be out of reach from scratch, but you could train some in the millions.