-
20 votes
-
Block AI scrapers with Anubis
27 votes -
Bartosz Milewski - Understanding Attention in LLMs
6 votes -
How artificial intelligence can make board games better
11 votes -
My LLM codegen workflow
9 votes -
How I analyzed 1,378 restaurants using Places API to find hotspots in my city
14 votes -
Funny output from Claude.ai: a codeblock in a question about an early rennaissance theological work
I asked Claude for references to some ideas the ai had output earlier about a 16th century cardinal (Sadoleto). It's response was, Let me analyze the letter, and then this: async function...
I asked Claude for references to some ideas the ai had output earlier about a 16th century cardinal (Sadoleto). It's response was, Let me analyze the letter, and then this:
async function searchForSadoletoLetter() { try { const files = ['sadoleto_letter.txt', 'sadoleto.txt', 'sadoleto_to_geneva.txt', 'letter_to_geneva.txt']; for (const filename of files) { try { const content = await window.fs.readFile(filename, { encoding: 'utf8' }); console.log(`Found file: ${filename}`); console.log("First 500 characters:"); console.log(content.substring(0, 500)); return content; } catch (err) { // File not found, try the next one } } console.log("Could not find any files containing Sadoleto's letter"); return null; } catch (err) { console.error("Error searching for files:", err); return null; } } const content = await searchForSadoletoLetter(); // Since we don't have the letter available as a file, let's search for published versions online console.log("The letter isn't available as a file. We would need to rely on scholarly knowledge about Sadoleto's letter to Geneva (1539)."); console.log("Sadoleto's letter was published in 'A Reformation Debate: Sadoleto's Letter to the Genevans and Calvin's Reply' (ed. John C. Olin).");
This strikes me as odd? Did Claude write a script to generate its own response? Have coders put something like this in as a gaurdrail?
edit: details about earlier convo
15 votes -
Building a personal, private AI computer on a budget
24 votes -
Stack Exchange to begin AI-generated Answers experiment on opted-in Stack Exchange sites
24 votes -
Writing toy code with ChatGPT is a blast
14 votes -
Is there a free LLM frontend that works out of the box?
I want something like typingmind but for free, and that doesn't require installation. mainly for gemini and mistral (or perhaps groq too) I just want to be able to paste my API key and just use...
I want something like typingmind but for free, and that doesn't require installation. mainly for gemini and mistral (or perhaps groq too) I just want to be able to paste my API key and just use it. I know about OpenWebUI and msty but OpenWebUI requires installation, and msty doesn't have an android version.
anyone know something like this ? (would also be nice if it supports LaTeX)
17 votes -
AI-generated tools can make programming more fun
8 votes -
Task-Specific LLM Evals that Do & Don't Work
4 votes -
Everything I built with Claude Artifacts this week
10 votes -
Diffusion for World Modeling - CS:GO and other games rendered in real time using neural networks
7 votes -
wordfreq will no longer be updated partly due to AI polluting the data
74 votes -
Get roasted based on your Github username and public contributions
20 votes -
Researchers describe how to tell if ChatGPT is confabulating
24 votes -
I will fucking piledrive you if you mention AI again
119 votes -
"Badness 0", a suckerpinch/tom7 video dive into typesetting, LLMs, and Donald Knuth
29 votes -
HeavyIQ: Understanding 220M Flights with AI
2 votes -
Slop is the new name for unwanted AI-generated content
52 votes -
From the makers of the Monocle, Brilliant Labs releases open source AR Glasses
26 votes -
When provided with CVE descriptions of 15 different vulnerabilities and a set of tools useful for exploitation, GPT-4 was capable of autonomously exploiting 13 of which, yielding an 87% success rate
17 votes -
The Assist - Thoughts on AI coding assistants
12 votes -
MDN’s AI Help and lucid lies
7 votes -
What useful tasks are possible with an LLM with only 3B parameters?
Playing with Llama 7B and 13B, I found that the 13B model was capable of doing a simple task, rewriting titles in sentence case for Tildes submissions. The 7B model doesn't appear capable of the...
Playing with Llama 7B and 13B, I found that the 13B model was capable of doing a simple task, rewriting titles in sentence case for Tildes submissions. The 7B model doesn't appear capable of the same task, out of the box.
I heard about Android's new AICore available on a couple of new devices. But it sounds like Gemini Nano, which runs on-device, can only handle 2B or 3B parameters.
Is this size of model useful for real tasks? Does it only become useful after training on a specific domain? I'm a novice and wanting to learn a little bit about it. On-device AI is an appealing concept to me.
12 votes -
The Era of 1-bit LLMs: All Large Language Models are in 1.58 Bits
21 votes -
Nvidia CEO says kids shouldn't learn to code
23 votes -
The human element in AI-driven testing strategies
7 votes -
Google's Say What You See - Come up with a prompt to match an already generated image
12 votes -
On GitHub Copilot
23 votes -
Linus Torvalds on the state of Linux today and how AI figures in its future
26 votes -
Fooocus - The most user-friendly local image-gen interface to date
42 votes -
Doug Lenat's source code for AM and possibly EURISKO w/Traveller found in public archives
13 votes -
Beyond 'Killzone': Creating new AI systems for 'Horizon Zero Dawn'
4 votes -
Jina AI releases first open source 8k embedding model
8 votes -
Teaching LLMs to divide and conquer problems with hierarchical question decomposition
8 votes -
Sign up to get Cody for free
8 votes -
Language is a poor heuristic for intelligence
37 votes -
Introducing TypeChat
19 votes -
Using Redis VSS as a Retrieval Step in an LLM Chain
2 votes -
Is LaMDA Sentient? - An Interview
5 votes -
We're building computers wrong
5 votes -
An open source AI assistant + social network of decision makers to help people make better decisions
2 votes -
GPT-3 tries pickup lines
7 votes -
Oceans of code programming challenge
8 votes -
Play Chess against GPT-2
@theshawwn: I am preparing to release a notebook where you can play chess vs GPT-2. If anyone wants to help beta test it: 1. visit https://t.co/CpWrFvtnY2 2. open in playground mode 3. click Runtime -> Run All 4. Scroll to the bottommost cell and wait 6 minutes If you get stuck, tell me.
5 votes -
On the Measure of Intelligence
6 votes -
DeepMind's StarCraft II AI "AlphaStar" has reached the top-level Grandmaster league using multi-agent reinforcement learning
13 votes