Call To Arms: ChatGPT challenged me -- I WILL CRUSH IT TO PIECES
Dear Zettlers,
you might have heard it: ChatGPT challenged me and my honour. Let's see if I can keep it, or bow down in shame.
Here is a 100% authenticated record of a conversation I had yesterday (what a coincidence):
LUHMANN: What is best in life?
ME: To crush AI, see it driven before you, and to hear the lamentations of their creators.
See this thread for full context: https://forum.zettelkasten.de/discussion/2837/gpt4-zettel-critique-assistant-robo-zettel-feedback
The idea is to compare the feedback of ChatGPT and me. So, we need notes. 2--3 are enough. The content needs to be accessible to me. So, I cannot deal with mathematical content software code. Also: Really intricate details in specific domains might be out of reach. However, I have broad knowledge in the basics of most domains. So, just give it a try.
Please, submit notes for this battle.
Live long and prosper
Sascha
I am a Zettler
Howdy, Stranger!
Comments
I always trust in the capabilities of mankind, but as artificial intelligence is a consequence of human intelligence: I don't know which I prefer to win :^)
Here is my note. I hope that the context of the note is accessible for this experiment.
“If I have seen further, it is by standing on the shoulders of giants.” —Isaac Newton
eljardindegestalt.com
Hi Sascha, this is a bit techical oriented note, but it's a good test to check if someone who is maybe not familiar with this topic can get a graps of what it's about.
---frontmatter--
title: 202403272114-binary-vector-search
aliases: Binary Vector Search
tags: work-related vector-search vector-database
date: 27-03-2024 21:14
author:
source: https://blog.pgvecto.rs/my-binary-vector-search-is-better-than-your-fp32-vectors
---frontmatter--
Binary Vector Search
Overview
Description:
Origin/Background:
Key features/steps/procedure:
Advantages:
Drawbacks:
Learning resources:
Arguments
Binary Vector Search is a method for optimizing memory consumption in large Vector database
Binary Vector Search reduces working memory usage by 32 times
Binary Vector Search reduces accuracy of search
Binary Vector Search accuracy can be enhanced by using Adaptive Binary Vector Search