Viewing profile — amthewiz
amthewiz
HN member- Joined
- Sat, Feb 06, 2016, 5:41 PM UTC
- HN karma
- 82
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About amthewiz
No profile information was provided.
Recent public activity
-
comment
Comment #45659749
It has puzzled me why someone hasn't already done this yet, given LLMs are so good at language now. Probably the short answer is that is it hard to get this to actually work. There…
-
comment
Comment #45658734
Andrej Karpathy posted in early 2023 ( https://x.com/karpathy/status/1617979122625712128 ) - > "The hottest new programming language is English" I've built a Natural Language Progr…
- comment
-
story
Show HN: Realizing Karpathy's dream of Natural Language Programming
https://github.com/playbooks-ai/playbooks
-
comment
Comment #38213913
In the blog, they say > we’re launching the GPT Store, featuring creations by verified builders Any idea who these “verified” builders are, how they are selected and how to submit …
-
comment
Comment #24920290
Children can also feel pleasure and love.
-
comment
Comment #20724395
The field of software engineering changes rapidly and is complex to master. To remain good at the job, one must continue to explore and learn. The only way that is going to happen …
-
comment
Comment #20572118
> So Japanese people are doing everything right -- eschewing violence, avoiding drugs, working hard and not having kids out of wedlock. They are following the conservative prescrip…
-
comment
Comment #20572009
Basics should be concepts that get you to 80% and tell you where to look for the rest 20%. This book tries to get you directly to 95% and is best treated as a reference book.
-
comment
Comment #20524799
Who does that?
-
comment
Comment #20317443
People go their entire lives without knowing what it is like to go without food for a day. They take it for granted. Also, I believe parents generally don't teach kids to respect f…
-
comment
Comment #20197862
The DNN based techniques are new but the concept of models that can fill in the blanks is old. It used to be called content addressable memory or autoassociative memory.
-
comment
Comment #19426223
I'd love to take the robo-callers on a long winding road to nowhere. Is there a conversational AI robo-answering app based on something like Google Duplex? If not, should I build o…
- story
-
comment
Comment #18010515
Agreed. The title is doing disservice to the content.
-
comment
Comment #17988227
Tuche!
-
comment
Comment #17983240
An advanced civilization, when looking to signal other potential civilizations, would hopefully - - use the lowest common denominator long range communication medium (like EM waves…
-
comment
Comment #17981227
Really? I don't like to fetch water from a lake every day to my house. Instead of using technology to bring water to my house, what lifestyle changes or hard choices should I rathe…
-
comment
Comment #17857034
Are they sincerely suggesting that the neural correlate of consciousness is a new type of neuron? I hope not.
- story
-
comment
Comment #17751277
To go even further on that point - the chart itself seems overly optimistic. +-40% of estimate after product design? +-10% of estimate after design spec?! Countless number of times…
-
comment
Comment #17695877
What would be the best way to help sci-hub anonymously if one wishes to do so?
-
comment
Comment #17606383
Current neuroscience suggests that brain operates in broadly two regimes - learning during wakefulness and model selection during sleep. Both these activities require "forgetting" …
-
comment
Comment #17536852
As I understand, the basic idea is to minimize surprise over the organism’s life using models of the world to predict the causes behind what the organism observes and actions to ke…
-
comment
Comment #17324567
Ruby's optional parenthesis for function calls. Makes beautiful DSLs like RSpec - describe UsersController do before do allow(controller).to receive(:current_user).and_return(nil) …