Nice work putting AI primers/guides together, @i_amanchadha
.
PROMPT ENGINEERING
-
Appreciation for AI Primers and Guides
By
–
-
New Memory Type for Agent Tool Invocation Results
By
–
We've also added a new type of memory This type of memory allows for using the results of previous tool invocations in future agent interactions This means if you ask a follow up question, you don't have to do retrieval all over again
-
Building GPT-Based Universal Data Adapter Solutions
By
–
Has anyone built/trying to build a GPT based universal data adapter? Including prompting additional info from the user if need be?
-

Seven Key Patterns for Building LLM-Based Systems
By
–
A very good blog post by @eugeneyan on “Patterns for building LLM based systems and products”. He covers the seven key patterns to build LLM based systems in greater detail. Link: https://
eugeneyan.com/writing/llm-pa
tterns/
… Must read for folks looking to build LLM based features / products -

GPT-4 Chat in Edge: Analyzing Papers Effectively
By
–
Using Edge’s GPT-4 chat function to ask questions about papers is such an underrated super power
-
Training Personal Email Assistant with Conversation Variety
By
–
That’s a good point. Yeah if there is sufficient variety in the conversations, I can see how one can train a personal email assistant that way.
-
Teaching LLMs to Use Tools via Documentation Instead of Demonstrations
By
–
Using tool documentation rather than demonstrations to teach LLMs how to use new tools and APIs Potential ideas: • Simplifies deploying new APIs and tools for AI assistants by just providing documentation. • Enables businesses to leverage cutting edge AI innovations as soon
-

Summary of LLM-based Systems Building Patterns
By
–
quick summary of @eugeneyan
's epic post on "Patterns for Building LLM-based Systems" -
LLM Patterns: Essential Design Patterns for Large Language Models
By
–
https://
eugeneyan.com/writing/llm-pa
tterns/
… -

Prompt Templates and LLM Integration Basics
By
–
Prompt Template + LLM Starting with the most basic, a simple combination of a prompt template + a call to an LLM `prompt | llm`