Chain of Density prompting technique
I read a whitepaper on this Chain of Density prompting technique a while ago that fascinated me.
I read a whitepaper on this Chain of Density prompting technique a while ago that fascinated me.
I was reviewing my external brain (a massive git repo containing 20+ years of my writing/snippets/thoughts I call “memory alpha”), and came across this quote...
Over the last year, each of us in the industry has been learning how to integrate generative AI together, mostly exploring and figuring things out as we’ve g...
LLMs have been described as stochastic parrots (see the LangChain logo/mascot).
An LLM is literally a text predicting machine. That’s all it does.
Here’s an example approach to creating a chatbot with LangChain which integrates:
Using a single prompt for a chatbot quickly runs into limitations.
This is mostly a scratch for me to refer to, but figured it might also be helpful someone else.
Over the last year, each of us in the industry has been learning how to integrate generative AI together, mostly exploring and figuring things out as we’ve g...
LLMs have been described as stochastic parrots (see the LangChain logo/mascot).
Here’s an example approach to creating a chatbot with LangChain which integrates:
LangChain’s MultiPromptRouter is a powerful tool you can use to dynamically route an incoming message to chains with different models depending on the messag...
Using a single prompt for a chatbot quickly runs into limitations.
This is mostly a scratch for me to refer to, but figured it might also be helpful someone else.
Over the last year, each of us in the industry has been learning how to integrate generative AI together, mostly exploring and figuring things out as we’ve g...
LLMs have been described as stochastic parrots (see the LangChain logo/mascot).
Here’s an example approach to creating a chatbot with LangChain which integrates:
LangChain’s MultiPromptRouter is a powerful tool you can use to dynamically route an incoming message to chains with different models depending on the messag...
Using a single prompt for a chatbot quickly runs into limitations.
Over the last year, each of us in the industry has been learning how to integrate generative AI together, mostly exploring and figuring things out as we’ve g...
Six Sigma is basically the study of efficiency in manufacturing.
SOLID is an acronym representing 5 principles of object-oriented programming that inform the construction of well-designed, maintainable components. These pr...
A graph is a data structure that represents a network. A graph consists of nodes called vertices (an intersection of connections), and connections between no...
The sliding window technique is used to eliminate travel waste (nested loop) within an array whenever you need to operate on subarrays of length K.
A graph is a data structure that represents a network. A graph consists of nodes called vertices (an intersection of connections), and connections between no...
The sliding window technique is used to eliminate travel waste (nested loop) within an array whenever you need to operate on subarrays of length K.
I’ve invented a brand new sorting algorithm, called procrastisort.
I’ve invented a brand new sorting algorithm, called procrastisort.
If you’re sick of looking through your shell history to find a command to modify and reuse, check out Navi.
I thought it would be fun to review classes in Python and produce a blog post as an artifact, maybe to help others, or to serve as a brush-up for future-me.
LangChain’s MultiPromptRouter is a powerful tool you can use to dynamically route an incoming message to chains with different models depending on the messag...
This is a cheat sheet for a junior dev or anyone from non-technical background joining a technical team for the first time, who wants to know how it typicall...
A collection of insights I wish I’d had earlier in my careeer, that might be useful to others.
A collection of insights I wish I’d had earlier in my careeer, that might be useful to others.
LeetCode - Contains Duplicate II
LeetCode - Contains Duplicate II
I’m a huge Tesla FSD nerd. The software fascinates me.
I’m a huge Tesla FSD nerd. The software fascinates me.
I’m a huge Tesla FSD nerd. The software fascinates me.
I was reviewing my external brain (a massive git repo containing 20+ years of my writing/snippets/thoughts I call “memory alpha”), and came across this quote...
I was reviewing my external brain (a massive git repo containing 20+ years of my writing/snippets/thoughts I call “memory alpha”), and came across this quote...
I read a whitepaper on this Chain of Density prompting technique a while ago that fascinated me.
A graph is a data structure that represents a network. A graph consists of nodes called vertices (an intersection of connections), and connections between no...