Found 1798 bookmarks
Newest
The OpenAI Keynote
The OpenAI Keynote
OpenAI’s developer keynote was exciting, both because AI was exciting, and because OpenAI has the potential to be a meaningful consumer tech company.
·stratechery.com·
The OpenAI Keynote
Don’t Build AI Products The Way Everyone Else Is Doing It
Don’t Build AI Products The Way Everyone Else Is Doing It
More and more, people are building products as thin wrappers over other models, especially LLMs. This can cause major issues, and there is a better way.
·builder.io·
Don’t Build AI Products The Way Everyone Else Is Doing It
Hacking Google Bard—From Prompt Injection to Data Exfiltration
Hacking Google Bard—From Prompt Injection to Data Exfiltration
Bard recently grew extension support, allowing it access to a user's personal documents. Here's the first reported prompt injection attack against that. This kind of attack against LLM systems is …
·simonwillison.net·
Hacking Google Bard—From Prompt Injection to Data Exfiltration
How Microsoft’s AI is making a mess of the news | CNN Business
How Microsoft’s AI is making a mess of the news | CNN Business
False claims that President Joe Biden fell asleep during a moment of silence for victims of the Maui wildfire. A conspiracy theory that the latest surge in Covid-19 cases is being orchestrated by the Democratic Party ahead of the election. An obituary for a late NBA player that described him as “useless.”
·cnn.com·
How Microsoft’s AI is making a mess of the news | CNN Business
Pydantic is all you need: Jason Liu
Pydantic is all you need: Jason Liu
Please return only json, do not add any other comments ONLY RETURN JSON OR I'LL TAKE A LIFE If this was you, then you've probably been pretty happy to see OpenAI function_call get released, I'm here to show you how you can get the most out of such powerful feature. Instead of writing prompts that turn strings into strings, we can write Pydantic objects and get Pydantic objects out of OpenAI. In this talk we explore some model driven development. Where we go step by step with some examples on how to represent your problem as simple code so we can model, generate diagrams, and write prompts as code to save time and model complex data correctly, allow us to use the same best practices rather than having to invent new ones for how we manage prompts. Recorded live in San Francisco at the AI Engineer Summit 2023. See the full schedule of talks at https://ai.engineer/summit/schedule & join us at the AI Engineer World's Fair in 2024! Get your tickets today at https://ai.engineer/worlds-fair About Jason Liu Previously stitch fix and Facebook. Currently consulting startups on production using llm systems.
·youtube.com·
Pydantic is all you need: Jason Liu
RedPajama-Data-v2: an Open Dataset with 30 Trillion Tokens for Training Large Language Models — Together AI
RedPajama-Data-v2: an Open Dataset with 30 Trillion Tokens for Training Large Language Models — Together AI
Releasing a new version of the RedPajama dataset, with 30 trillion filtered and deduplicated tokens (100+ trillions raw) from 84 CommonCrawl dumps covering 5 languages, along with 40+ pre-computed data quality annotations that can be used for further filtering and weighting.
·together.ai·
RedPajama-Data-v2: an Open Dataset with 30 Trillion Tokens for Training Large Language Models — Together AI
Ollama | 🦜️🔗 Langchain
Ollama | 🦜️🔗 Langchain
Ollama allows you to run open-source large language models, such as Llama 2, locally.
·python.langchain.com·
Ollama | 🦜️🔗 Langchain
Execute Jina embeddings with a CLI using llm-embed-jina
Execute Jina embeddings with a CLI using llm-embed-jina
Berlin-based Jina AI just released a new family of embedding models, boasting that they are the “world’s first open-source 8K text embedding model” and that they rival OpenAI’s text-embedding-ada-002 in …
·simonwillison.net·
Execute Jina embeddings with a CLI using llm-embed-jina
Embeddings: What they are and why they matter
Embeddings: What they are and why they matter
Embeddings are a really neat trick that often come wrapped in a pile of intimidating jargon. If you can make it through that jargon, they unlock powerful and exciting techniques …
·simonwillison.net·
Embeddings: What they are and why they matter