Hard agree. Even the most basic of prompt engineering questions as me fishing through Reddit in a vain quest for answers.
LLMS
-

Claude Instant v1.1 Upgrade: Improved Creative Writing and Math
By
–
Claude instant on Poe has been upgraded to @AnthropicAI
’s Claude instant v1.1. This model is an improvement over the previous iteration and is noticeably better at creative writing, math word problems, and Markdown formatting, and generally gives more nuanced responses. -
spaCy LLM Extension: Integrate Large Language Models into spaCy Pipelines
By
–
Today we've published spaCy LLM, an extension to @spacy_io that lets you use LLMs to power spaCy components. If you've already been using LLMs in this sort of pipeline-like way, you should definitely give it a go. We have lots more in the works!
-
LLMs for Annotation, Distillation, Interpretability and Production ML
By
–
You can use the LLM for annotation or distillation, to help you train the components. LLMs should also be very helpful for interpretability and monitoring, and other tricky parts of production ML that make up much of the total project costs.
-
LLM Limitations: Knowledge Gaps and Performance Constraints
By
–
LLMs obviously feature extremely advanced natural language understanding, but for many many applications, you can't just ask the LLM your question and get out the answer. The knowledge will often be missing, or the scale and latency requirements would be infeasible.
-
Using LLMs for Pipeline Development Without Training Data
By
–
But even if you can't use LLMs at runtime for your problem, they can be extremely helpful during development. You can prototype a whole pipeline with no training data, letting you sketch everything out before the components are in place.
-
Using LLMs for Traditional NLP Business Problems Effectively
By
–
A lot of people are building truly new things with LLMs, like wild interactive fiction experiences that weren't possible before. But if you're working on the same sort of NLP problems that businesses have been trying to solve for a long time, what's the best way to use LLMs? https://
x.com/spacy_io/statu
/spacy_io/status/1656734286425255937
… -

Free LLM Bootcamp: Seven Lectures on Prompt Engineering and LLMOps
By
–
LLM Bootcamp – The Full Stack, Spring 2023 The Full Stack (Deep Learning) just released a whole brand new bootcamp about Large Language Models(LLMs) for FREE. LLM Bootcamp contains seven lectures covering topics like prompt engineering, LLMOps, UX for Language User Interfaces,
-
Hugging Face Open-Sources ChatGPT UI Toolkit
By
–
Want to build your own ChatGPT UI? Look no more We open-sourced our entire toolkit that powers Hugging Chat! Load it up and pair it up with your favourite LLM! P.S. You can also run it in a Space too Don't forget to share your feedback https://
github.com/huggingface/ch
at-ui
… -
Context Window Limitations in AI Models Performance Metrics
By
–
Also obvious but there are reasons the context windows are in the 4k range. Will have to wait and see performance metrics/cost before jumping to any conclusions.