Lev Popov
141 posts

Lev Popov
@levpopov
Making browsers do weird things. Prev: transportation nerd (RoverRide YC W13 → Lyft Line), immersive language learning, early FB eng.
San Francisco Katılım Ocak 2008
496 Takip Edilen339 Takipçiler

@deepfates Rate limits, probably. It's 3.5k requests/minute for embeddings and it will error out if you exceed the cap. Try throttling req rate.
English

@mayfer Nice! Would be awesome if it (optionally) auto-selected GPT-4 for new threads. Injecting below should do the trick:
var click = (tag, str) => [ ...document.querySelectorAll(tag)].filter(el => el.innerText.includes(str))[0].click()
click('button', 'Model')
click('li', 'GPT-4')
English

made a MacOS menu bar app for quick access to ChatGPT & i've been finding it super convenient
can customize a keyboard shortcut too
$2 one time payment
(or alternatively open source if you want to build yourself)
aiadventure.spiel.com/menubarchat
English

@DavidHodge Absolutely. Especially interesting if they will try to do training optimized hardware or if they’ll let Nvidia own this for foreseeable future
English

@DavidHodge At inference, it already is (and pretty far ahead of other mobile chips short of dedicated GPUs). Whisper.cpp is now doing encoding forward pass on ANE
English

@ericmigi Fair :) BeeperBand looks really slick!
Mass-market watches mostly fail at "wearable remote" use case (apple *finally* added a programmable button last year, but still super limited), so there's a big gap to fill. Accelerometer gestures for single-hand use would be amazing.
English

@levpopov I mean, Pebble technically fits the bill but I want something even simpler
English

This is a little side project I kicked off a few months ago with @tty0x24. Premise is:
🎧 I use bone-conduction headphones (usually @sentienhq)
🗣️ I want to be able frictionlessly send a voice message to my wife over Beeper
👉 Don't want to reach up to press button on headphone
Jerry Giant@tty0x24
Beeper's haptic band with 3xRGB and 6xSwitch hardware design and functional verification success and complete on xmas, as expected about 100 days ago. Thanks for support @ericmigi . Will have a look at implementing a Matrix client in Zephery, and it's mesh networking in ISM bands
English

@mpdaugherty And definitely better on Chinese->English as well (tested on a bunch of text from component data sheets). Usually English datasheets are just (poorly) ML-translated copies anyways, so being able to just reference the original is super useful.
English

GPT-4 is better than Google Translate - last night @levpopov and I ran a blind test comparing outputs from Google & GPT-4 for English => Chinese for discussing technical requirements with suppliers. GPT-4 was more accurate & sounded more natural.
English

@reidhoffman @OpenAI p.151 Investing in AI: "Adept uses AI to provide a more intuitive and accessible interface for CAD/CAM (computer-aided design and manufacturing)"
Huh? Is Adept focusing on CAD/CAM? Or is this a different Adept?
English

I wrote a new book with @OpenAI’s latest, most powerful large language model.
It’s called Impromptu: Amplifying our Humanity through AI.
This, as far as I know, is the first book written with GPT-4.
Here’s how it all began…
impromptubook.com/wp-content/upl…
English

@goodside ChatGPT api allows multiple "system" messages (unclear if officially supported or just an oversight that happens to work), so you don't have to pretend to be the user. Just inject another short system message at the end with a reminder for the desired assistant behavior.
English

This is clever. We’re at a point in LLM alignment where, to avoid ChatGPT/GPT-4 breaking character when a user pretends to be the developer, the developer must pretend to be the user.
Kevin Fischer@kevinafischer
✅ in character GPT-4 responses that are much less susceptible to prompt injection Always - after every new user reply - inject a user message with the full instruction set, asking it to respond in character
English



