LLMs

LLMs

318 bookmarks
Custom sorting
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)
WorLLMs
WorLLMs
WorLLMs. GitHub Gist: instantly share code, notes, and snippets.
·gist.github.com·
WorLLMs
Poking around OpenAI.
Poking around OpenAI.
I haven’t spent much time playing around with the latest LLMs, and decided to spend some time doing so. I was particularly curious about the usecase of using embeddings to supplement user prompts with additional, relevant data (e.g. supply the current status of their recent tickets into the prompt where they might inquire about progress on said tickets). This usecase is interesting because it’s very attainable for existing companies and products to take advantage of, and I imagine it’s roughly how e.
·lethain.com·
Poking around OpenAI.
The Coming of Local LLMs
The Coming of Local LLMs
While there’s been a truly remarkable advance in large language models as they continue to scale up, facilitated by being trained and run on larger and larger GPU clusters, there is still a need to be able to run smaller models on devices that have constraints on memory and processing power. Being able to run models at the edge enables creating applications that may be more sensitive to user privacy or latency considerations - ensuring that user data does not leave the device.
·nickarner.com·
The Coming of Local LLMs