qazpot | 3 years ago | on: Flow-Based Programming, a way for AI and humans to develop together
qazpot's comments
qazpot | 3 years ago | on: Anyone else witnessing a panic inside NLP orgs of big tech companies?
This was true for Industrial Automation when machines automated physical work and humans could do knowledge work.
Now machines are on the verge of automating knowledge there would be no work left for humans.
qazpot | 3 years ago | on: How to Advance in Your Career as an IC
1. Read the book Staff Engineer: Leadership Beyond the Management Track by Will Larson and identify which archetype you are - Tech Lead, Solver, Architect, The Right Hand (Details are in the book)
2. Find an organization which has the career track for your chosen archetype, find a mentor who has gone through that path.
qazpot | 3 years ago | on: Google exec fired after female boss groped him at drunken bash, suit says
However, the judicial system instead of fixing the problem went ahead and created lopsided insane laws which are now being exploited.
qazpot | 3 years ago | on: Natives in Tech asks Apache Software Foundation to change name
According to The Apache Software Foundation, its name was chosen "from respect for the various Native American nations collectively referred to as Apache, well-known for their superior skills in warfare strategy and their inexhaustible endurance".[15] This was in a context in which it seemed that the open internet -- based on free exchange of open source code -- appeared to be soon subjected to a kind of conquer by proprietary software vendor Microsoft; Apache co-creator Brian Behlendorf -- originator of the name -- saw his effort somewhat parallel that of Geronimo, Chief of the last of the free Apache peoples.[16][17] But it conceded that the name "also makes a cute pun on 'a patchy web server'—a server made from a series of patches".
qazpot | 3 years ago | on: TikTok’s greatest asset isn’t its algorithm, it’s your phone
qazpot | 3 years ago | on: 'Planet killer' asteroid found hiding in sun's glare may one day hit Earth
A powerful earthquake even it hits a large city would wipe out only in millions at worst.
They do not scale the same way.
qazpot | 3 years ago | on: Engineers should do customer support and success
This is also good for new hires as they get to a grounding on what matters (customer experience).
qazpot | 3 years ago | on: Sound
qazpot | 3 years ago | on: Two hundred years ago, Jean-François Champollion deciphers the Rosetta Stone
Where treasures looted from other cultures are displayed ?
qazpot | 3 years ago | on: The End of My Crypto Explorations
qazpot | 3 years ago | on: The End of My Crypto Explorations
qazpot | 3 years ago | on: Notes on Theory of Distributed Systems [pdf]
qazpot | 3 years ago | on: My black body story (it's physics)
qazpot | 3 years ago | on: Apple becomes first tech giant to explicitly ban caste discrimination
Also there are other factors which can tell which caste you actually belong to.
Your birthplace. Your parent's birthplace. Which part of the city you were born in. The accent you speak your mother tongue in.
These are benign questions that your indian colleague might ask or notice.
I dont think the current form in which casteism is practiced in India is related to profession.
Right now in India, lower caste people are mostly free to pursue any profession (unless you go to rural areas).
Discrimination comes from the fact that higer caste people simply despise/hate/consider lower caste people impure or inferior.
qazpot | 3 years ago | on: Apple becomes first tech giant to explicitly ban caste discrimination
You or your children or your grandchildren atleast have a chance on moving up in class in a capitalistic society like West.
In Casteist society you neither your descendants can ever leave your caste and will always face discrimination does not matter how much money you have.
qazpot | 3 years ago | on: Programming and Writing
qazpot | 3 years ago | on: The Webb Space Telescope’s profound data challenges
Hope the SSD does not fail after 32768 or 40000 hours of operation.
qazpot | 3 years ago | on: El Ajedrecista
https://en.wikibooks.org/wiki/Chess/The_Endgame/King_and_Roo...
qazpot | 3 years ago | on: Netflix lays off about 150 employees
- They do not transpile Rough English to Deterministic English. Infact they do not do any transpiling at all.
- LLMs learn the probabilities of words in the dataset for all contexts from that dataset (context is a ordered set of words). This is called training.
- Once training is done, LLMs can generate text given a prompt and the probabilities that it has learned. The analogy of LLMs being auto-complete on steroids is very apt.
- Whether the text generated by LLMs is factual or not is purely coincidental.
I would highly recommend watching and working though the code (if possible) of NanoGPT by Andrej Karpathy. https://www.youtube.com/watch?v=kCc8FmEb1nY
A lot of things which seem like magic about LLMs will get demystified.
Now one can argue that LLMs are showing human like reasoning/intelligence/sentience as an emergent behavior. This is hard to argue against because all these terms are extremely hard to define.
IMO, the only emergent behavior that LLMs are showing is the output they generate looks like it might have been generated by a human which should not be surprising given that LLMs like ChatGPT has trained on a large amount of human written text available on internet.