-
9 votes
-
Using Claude and undocumented Google Calendar features to automate event creation
2 votes -
Swedish fashion retailer H&M will use AI doppelgangers in some social media posts and marketing in the place of humans, if given permission by models
10 votes -
Vibe coding on Apple Shortcuts
5 votes -
New breakthrough in AI cancer detection is pushing accuracy levels to an unprecedented 99%
23 votes -
A summary of my bot defence systems
11 votes -
Review: Cræft, by Alexander Langlands
4 votes -
Please stop externalizing your costs directly into my face
120 votes -
Enough with the bullshit (a letter to fellow bullshit sufferers)
56 votes -
Trapping misbehaving bots in an AI Labyrinth
40 votes -
eBay privacy policy update and AI opt-out
eBay is updating its privacy policy, effective next month (2025-04-27). The major change is a new section about AI processing, accompanied by a new user setting with an opt-out checkbox for having...
eBay is updating its privacy policy, effective next month (2025-04-27). The major change is a new section about AI processing, accompanied by a new user setting with an opt-out checkbox for having your personal data feed their models.
While that page specifically references European areas, the privacy selection appears to be active and remembered between visits for non-Europe customers. It may not do anything for us at all. On the other hand, it seems nearly impossible to find that page from within account settings, so I thought I'd post a direct link.
I'm well aware that I'm anomalous for having read this to begin with, much less diffed it against the previous version. But since I already know that I'm weird, and this wouldn't be much of a discussion post without questions:
- How do you stay up to date with contract changes that might affect you, outside of widespread Internet outrage (such as recent Firefox news)?
- What's your threshold -- if any -- for deciding whether to quit a company over contract changes? Alternatively, have you ever walked away from a purchase, service, or other acquisition over the terms of the contracts?
46 votes -
Norwegian man has filed a complaint with the Norwegian Data Protection Authority after ChatGPT falsely told him he had killed two of his sons and been jailed
21 votes -
Claude can now search the web
17 votes -
Block AI scrapers with Anubis
27 votes -
FOSS infrastructure is under attack by AI companies
39 votes -
Generative AI tool marks a milestone in biology - Evo 2 can predict the form and function of proteins in the DNA of all domains of life
29 votes -
LLM crawlers continue to DDoS SourceHut
11 votes -
The lo-fi art and human tools era
10 votes -
Professional writer endorses short story written by OpenAI's new creative writing model
18 votes -
What one Finnish church learned from creating a service almost entirely with AI – tools wrote the sermons and some of the songs, composed the music and created some the visuals
11 votes -
(715) 999-7483 - A phone-powered multiplayer website builder
32 votes -
Mayo Clinic's secret weapon against AI hallucinations: Reverse RAG in action
8 votes -
Factorio Learning Environment – a benchmark that tests agents in long-term planning, program synthesis, and resource optimization
13 votes -
Nexus: A Brief History of Information Networks from the Stone Age to AI by Yuval Noah Harari
3 votes -
Show Tildes: we built the world's first legal AI API
22 votes -
I used to teach students. Now I catch ChatGPT cheats.
53 votes -
Bartosz Milewski - Understanding Attention in LLMs
6 votes -
Is it wrong to use AI to fact check and combat the spread of misinformation?
I’ve been wondering about this lately. Recently, I made a post about Ukraine on another social media site, and someone jumped in with the usual "Ukraine isn't a democracy" right-wing talking...
I’ve been wondering about this lately.
Recently, I made a post about Ukraine on another social media site, and someone jumped in with the usual "Ukraine isn't a democracy" right-wing talking point. I wrote out a long, thoughtful reply, only to get the predictable one-liner propaganda responses back. You probably know the type, just regurgitated stuff with no real engagement.
After that, I didn’t really feel like spending my time and energy writing out detailed replies to every canned response. But I also didn’t want to just let it sit there and have people who might be reading the exchange assume there’s no pushback or correction.
So instead, I tried leveraging AI to help me write a fact-checking reply. Not for the person I was arguing with, really, but more as an FYI for anyone else following along. I made sure it stayed factual and based in reality, avoided name-calling, and kept the tone above the usual mudslinging. And of course, I double-checked what it wrote to make sure it matched my understanding and wasn’t just spitting out garbage or hallucinations.
But it got me thinking that there’s a lot of fear about AI being used to spread and create misinformation. But do you think there’s also an opportunity to use it as a tool to counter misinformation, without burning ourselves out in the process?
Curious how others see it.
16 votes -
Melbourne start-up launches 'biological computer' made of human brain cells
9 votes -
The NotaGen sheet music generator
8 votes -
Students and their ChatGPT
27 votes -
Is there one AI product you would recommend over another to a complete newbie? The primary task is writing.
So I have heard/read that LLMs available to the public can be useful for generating tailored cover letters more quickly. I've up to now avoided using artificial intelligence. What recommendations...
So I have heard/read that LLMs available to the public can be useful for generating tailored cover letters more quickly. I've up to now avoided using artificial intelligence. What recommendations do you have and do you have any advice for getting up to speed?
Thank you.
11 votes -
MIT’s new AI-powered tool accelerates startup ambitions
6 votes -
AI chatbots are people, too. (Except they’re not.)
10 votes -
Sesame conversation AI demo: Crossing the uncanny valley
3 votes -
Could AI lead to a revival of decorative beauty?
13 votes -
How artificial intelligence can make board games better
11 votes -
Swiss church installs AI-powered Jesus
22 votes -
Planned foreign-owned data centres in Finland will bring minimal economic benefit, according to Jukka Manner, professor of networking technology at Aalto University
4 votes -
Apple to invest $500 billion in the US in the next four years, build AI server factory
12 votes -
When there’s no school counselor, there’s a bot
18 votes -
Algorithmic Complacency: Algorithms are breaking how we think
82 votes -
Philosopher Slavoj Žižek on 'soft' fascism, AI and the effects of shamelessness in public life
16 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 -
Have you altered the way you write to avoid being perceived as AI?
I recently had an unpleasant experience. Something I wrote fully and without AI generation of any kind was perceived, and accused of, having been produced by AI. Because I wanted to get everything...
I recently had an unpleasant experience. Something I wrote fully and without AI generation of any kind was perceived, and accused of, having been produced by AI. Because I wanted to get everything right, in that circumstance, I wrote in my "cold and precise" mode, which admittedly can sound robotic. However, my writing was pointed, perhaps even a little hostile, with a clear point of view. Not the kind of text AI generally produces. After the experience, I started to think of ways to write less like an AI -- which, paradoxically, means forcing my very organic self into adopting "human-like" language I don't necessarily care for. That made me think that AI is probably changing the way a lot of people write, perhaps in subtle ways. Have you noticed this happening with you or those around you?
30 votes -
Building a personal, private AI computer on a budget
24 votes -
GenAI is reshaping work—don’t let it dull human intelligence
20 votes -
Larry Ellison wants to put all US data in one big AI system
24 votes