LLMs

LLMs

544 bookmarks
Custom sorting
A new series on LLM-assisted coding
A new series on LLM-assisted coding
In the 20th episode of my Mastodon series I pivoted to a new topic: LLM-assisted coding. After three posts in the new series, it got picked up by The New Stack. Here’s the full list so far, I…
·blog.jonudell.net·
A new series on LLM-assisted coding
Managing LLM Context Is a Knapsack Problem
Managing LLM Context Is a Knapsack Problem
LLMs can be more useful and less prone to hallucination when they’re able to read relevant documents, webpages, and prior conversations before responding to a new user question.
·awelm.com·
Managing LLM Context Is a Knapsack Problem
LMQL: Programming Large Language Models
LMQL: Programming Large Language Models
LMQL is a query language for large language models (LLMs). It facilitates LLM interaction by combining the benefits of natural language prompting with the expressiveness of Python.
·lmql.ai·
LMQL: Programming Large Language Models
How Containers, LLMs, and GPUs Fit with Data Apps
How Containers, LLMs, and GPUs Fit with Data Apps
Containers, large language models (LLMs), and GPUs provide a foundation for developers to build services for what Nvidia CEO Jensen Huang describes as an "AI Factory."
·thenewstack.io·
How Containers, LLMs, and GPUs Fit with Data Apps
What Large Language Models Can Do Well Now, and What They Can't
What Large Language Models Can Do Well Now, and What They Can't
At QCon New York earlier this month, two OpenAI engineers demonstrated ChatGPT's newest feature, Functions, in one session. Another talk, however, pointed to the inherent limitations of LLMs.
·thenewstack.io·
What Large Language Models Can Do Well Now, and What They Can't
Playing with Streamlit and LLMs.
Playing with Streamlit and LLMs.
Recently I’ve been chatting with a number of companies who are building out internal LLM labs/tools for their teams to make it easy to test LLMs against their internal usecases. I wanted to take a couple hours to see how far I could get using Streamlit to build out a personal LLM lab for a few usecases of my own. See code on lethain/llm-explorer. Altogether, I was impressed with how usable Streamlit is, and was able to build two useful tools in this timeframe:
·lethain.com·
Playing with Streamlit and LLMs.
Why LLM-assisted table transformation is a big deal
Why LLM-assisted table transformation is a big deal
Last week I had to convert a table in a Google Doc to a JSON structure that will render as an HTML page. This is the sort of mundane task that burns staggering amounts of information workers’…
·blog.jonudell.net·
Why LLM-assisted table transformation is a big deal
Prompts for Work & Play: Launching the Wolfram Prompt Repository
Prompts for Work & Play: Launching the Wolfram Prompt Repository
Curated collection of prompts for use with LLMs. Accessible interactively in Chat Notebooks and programmatically in functions like LLMFunction. Initial categories in the Prompt Repository cover personas, functions, modifiers.
·writings.stephenwolfram.com·
Prompts for Work & Play: Launching the Wolfram Prompt Repository
Prompt Engineering: Get LLMs to Generate the Content You Want
Prompt Engineering: Get LLMs to Generate the Content You Want
This article introduces prompt engineering to developers using large language models (LLMs) such as GPT-4 and PaLM. I will explain the types of LLMs, the importance of prompt engineering, various types of prompts with examples.
·thenewstack.io·
Prompt Engineering: Get LLMs to Generate the Content You Want
LLMs break the internet with Simon Willison (Changelog Interviews #534)
LLMs break the internet with Simon Willison (Changelog Interviews #534)
This week we’re talking about LLMs with Simon Willison. We can not avoid this topic. Last time it was Stable Diffusion breaking the internet. This time it’s LLMs breaking the internet. Large Language Models, ChatGPT, Bard, Claude, Bing, GitHub Copilot X, Cody…we cover it all.
·changelog.com·
LLMs break the internet with Simon Willison (Changelog Interviews #534)