HN user

advaith08

92 karma

meet.hn/city/us-San-Francisco

Socials:

- linkedin.com/in/advaith-sridhar

---

Posts7
Comments19
View on HN

fully agree with this. Plus, if you're worried about "promotion competitiveness" souring friendships with people in your team, you can always make friends with people in other departments and meet them during lunch. This doesnt have to be a hard binary rule

I think the point of the comparison with chess is to show what happens when AI becomes vastly better than humans at something. GPT4 is not vastly better than humans at coding, but the author is using chess as an analogy to visualize what the world might look like if these GPTs continue to get better

agree with this. in their new values, they literally use the same words that were in the old ones ("unpretentious", "collaboration"). I also dont think this is a change "at the drop of a hat" as the article suggests - OpenAI's been through a major inflection point with GPT3.5/4, and the company's not the same one it was a few years ago. It makes sense to make updates to the company's core values

imo they dont have batching because they pack sequences before passing through the model. so a single sequence in a batch on OpenAI might have requests from multiple customers in it

Yeah I wondered if few shot prompting would yield better results than finetuning. For the amount of finetuning I've done (1 epoch, 7B model with 4 bit quantization), I think it might be comparable. But if we scale this to a bigger model and longer training times, I think finetuning should produce much better results. Hoping someone with access to compute will try it out and update us!