Explore >> Select a destination


You are here

isthisit.nz
| | www.imaurer.com
3.9 parsecs away

Travel
| | How context-free grammars improve accuracy in LLM-based biomedical data extraction pipelines.
| | til.simonwillison.net
1.7 parsecs away

Travel
| | Here's the pattern I figured out for using the openai Python library to extract structured data from text using a single call to the model.
| | somehowmanage.com
2.3 parsecs away

Travel
| | One of the most interesting patterns that is emerging from Large Language Models (LLMs) is the idea of agents. If you're like me, you can only truly grok a concept by seeing or writing code for it from scratch, so like many other folks, I decided to try building one from scratch. So what is...
| | simonwillison.net
27.1 parsecs away

Travel
| Retrieval Augmented Generation (RAG) is a technique for adding extra "knowledge" to systems built on LLMs, allowing them to answer questions against custom information not included in their training data. ...