Within two years you'll be able to prompt inject an entire country
@simonw
-
OpenAI Corrects Mistake: Model Deprecation Announcement Was Error
By
–
Correction: OpenAI are NOT deprecating that model, the announcement was a mistake
-
Why Open-Weight Escape Hatches Matter for Embedding Models
By
–
This is why I won't use proprietary hosted embedding models myself – I am more than happy to pay for a hosted solution (cheaper, faster and more convenient than self-hosting) but I want an open weight escape hatch for if they ever stop serving it
-
Shutting Down Embedding Models Wastes Stored Vector Investments
By
–
Shutting down embedding models like this is a huge pain for people who have spent time and money running large amounts of text through them and and storing the vectors – that investment essentially becomes useless if you can no longer calculate fresh vectors to compare
-

OpenAI Deprecates Original Proprietary Hosted Embedding Models
By
–
Not the first time either – they shut down a bunch of of their original proprietary hosted embedding models in this announcement back in April 2024 https://
openai.com/index/gpt-4-ap
i-general-availability/#deprecation-of-older-embeddings-models
… -
Using LLMs to Generate Safe Runnable Code
By
–
I want an LLM to generate code for me which I can then safely run somewhere without worrying about it breaking anything
-
Developer Questions Prompt Rewriting in Image Generation API
By
–
I've been mostly prompting the new model directly via the client.images.generate() API, I have no idea if that rewrites my prompts at all or if it passes them straight to the model – details here
-
ChatGPT Generates Where’s Waldo Style Raccoon Ham Radio Image
By
–
That's from this ChatGPT conversation – https://
chatgpt.com/share/69e90ba5
-7760-83e8-9e09-f06e25a90930
… – my prompt was "Do a where's Waldo style image but it's where is the raccoon holding a ham radio" -
Reverse Engineering AI Image Prompt via Browser Network Inspector
By
–
… turns out if you dig around in the browser network inspector enough you CAN find the prompt – here's the prompt it used for this image
-
GPT-Image-2 Prompt Generation and DALL-E 3 Comparison
By
–
Presumably GPT-imagegen-2 (aka ChatGPT Images 2.0 aka gpt-image-2) works as a tool which the models generate prompts for? I wish we could see those prompts, like back in the DALL-E 3 days https://
simonwillison.net/2023/Oct/26/ad
d-a-walrus/
…