Opens profile photo
Follow
Harry Chen
@harrychen
Prompt Engineering ← CompSci ← Cofounder ← Product ← Engineering
harrychen.netJoined March 2008

Harry Chen’s Tweets

Given some BFS code in JavaScript, I asked: let's say we are looking for the shortest path between A and E. the answer is A-C-E, hence E: 'C'. Why wouldn't the BFS overwrite E: 'C' with E: 'D'?
Image
Image
1
Show this thread
It gave an intuitive analogy saying that BFS is a "wave" It explained that the wave will eventually reach the whole graph. "The wave pattern of BFS helps to find the shortest path because it visits the nodes closest to the source node first."
1
Show this thread
In the post-GPT era, humans who know what to ask and how to ask will outperform others. You only need to pinpoint the problems and ask the right questions, and AI will solve them for you.
Soon you will be able to upload your consciousness (the way you think and talk) to your own LLM. Kinda like a ChatGPT that speaks like yourself. Train an LLM via RLHF on your past chat history.