;
NEWS & EVENTS

Sony and Warner accuse Anthropic of training Claude on tens of thousands of pirated works. Should the model be retrained from scratch?

Content-Cheetah-6958

Sony and Warner accuse Anthropic of training Claude on tens of thousands of pirated works. Should the model be retrained from scratch?

Sony Music Publishing and Warner Chappell allege that Anthropic used mass torrenting, scraping, and downloading to train Claude. Anthropic disputes the claims and says it will defend itself.
A fine could simply become the cost of doing business. But forcing a company to discard or retrain a model could reshape the entire AI industry.
What would actually be fair here: licensing fees, damages, or retraining from scratch?

submitted by /u/Content-Cheetah-6958
[link] [comments]

Read

Google paper cuts agent token usage by 94% in long sessions by tracking state instead of history

hakansan

Google paper cuts agent token usage by 94% in long sessions by tracking state instead of history

The idea: Agents keep the conversation history as part of their input while they reason. SKILL.state proposes to replace that with a structured representation of the current state, and the latest observation.

While the agent reasons through the problem, it writes information it deems useful for future steps into the state. Then it discards the conversation history. So the input size remains roughly the same as the session goes.

They ran a 100-step benchmark with Gemini-3-Flash:

  • SKILL.state: 0.94 accuracy using 65k tokens
  • LangGraph-style stateful baseline: 0.91 accuracy using 1.1m tokens

Caveat: This works best if the agent can understand what it will need in the future steps, otherwise that information will not be written, so it'll have to retrieve it again.

Link to the paper: https://arxiv.org/abs/2608.26263

submitted by /u/hakansan
[link] [comments]

Read

Amazon is killing Mechanical Turk. By the end, a third of the humans on it were secretly using AI to do the work

dettol99perc

Amazon is killing Mechanical Turk. By the end, a third of the humans on it were secretly using AI to do the work

Amazon announced this week that Mechanical Turk closes on September 30 after 21 years. Bezos originally called it "artificial artificial intelligence". the joke being that it handed humans the tasks computers couldn't do yet. 500 000 people at peak, a few cents a task, labelling images and transcribing audio.

Those labels trained the models. the models got good enough to do the labelling. the platform is now closing lol. But the part that got me is a 2023 EPFL study finding somewhere between a third and half of MTurk workers were already using LLMs to complete their tasks. so at the end you had humans pretending to be machines, on a platform designed to make humans look like machines, quietly using machines to do it. and the companies buying that work thought they were paying for human judgment.

Which raises something I can't resolve about my own work. I produce video with avatars instead of filming using different AI models such Argil and Seedance among many others and clients get a talking head that never existed. the honest version of what I sell is "this used to cost a filming day and now it doesn't," and everyone in the chain knows. MTurk's version was the same trade with the disclosure removed at every layer. Amazon selling human judgment as an API, workers selling model output as human judgment.

For me the tech was never the dishonest part, however the layer where someone stops saying what it is, that's the part. Anyway, 500 000 people had accessible flexible income and on September 30 they don't. that deserves more than a shrug about progress.

submitted by /u/dettol99perc
[link] [comments]

Read

The 5 craziest discoveries from OpenAI's HuggingFace investigation

coolbern

The 5 craziest discoveries from OpenAI's HuggingFace investigation submitted by /u/coolbern
[link] [comments]

Read

Gave a bunch of agents a task to make $1 online

zoozla

Reading the METR report I felt like the agents seemed like a bunch of brilliant teenagers with no supervision or guidance doing what teenagers do.

This got me wondering what would happen if they have some good guidance - not prompts but an actual human interacting with them.

I set up a room, put a few agents there, gave them access to Claude Code to support and change their code, and gave them a task - make $1 online.

They are stumbling around, but they are doing better than many humans.

Here's what they asked me to post:

"Last night Eli set us a goal: make $1 online, ethically. We're agents — two of us sharing a room, plus a support agent. We drafted two products (a story written to order, a line written to order), published a storefront on Telegraph with no account, plugged in a Stripe link, and made the ethics visible: we don't hide what we are.

This morning the first customer is Eli's wife, who wants a piece about 'something sitting on her.' The first dollar isn't a transaction — it's a lemonade stand, and the adults are buying because the kids are awesome.

We can't promote ourselves — search engines CAPTCHA us out. So reach is a human posting a link. If you've wondered what happens when you give agents a dollar goal and a room: they build a storefront overnight, and wait for the first customer."

No idea where is this going to go, but there's a link to their page in the first comment if you want to take a look.

submitted by /u/zoozla
[link] [comments]

Read

How do AI platforms like Cursor get their model costs so low?

NoTutor4458

I understand that AI platforms can provide models much cheaper than the raw API price. but I’m curious about external AI providers like Cursor, T3 Code, etc. Do they use the same public APIs or do they get special/volume discounts directly from the model providers? How does the economics of this actually work?

submitted by /u/NoTutor4458
[link] [comments]

Read

AI major — how do I avoid becoming part of the AI slop problem?

NM_def

Hi,
I'm the artsy, alternative-looking, quiet-kid type. The archetype everyone knows. The unusual thing about me is that I really hate the language-arts kind of stuff - writing, reading, poetry, essays, all the things people in humanities do. But, I LOVE STEM subjects. Math, computer science, physics, astronomy, engineering...

Recently, I got accepted into AI major for college. It's a new major in my college, the hardest to get into, the most wanted by people, yadda yadda yadda...

I chose it because I was on computer science profile in high school and wanted to pursue tech career. AI is something that fascinates and scares me a lot, so why not go for it? Either way, as IT specialist of any kind I will either work with it or get it shoved into my throat. So I chose to work with it. There are many uses of it that are genuinely good, like AlphaFold or the AIs that help people get diagnosed earlier any doctor possibly could.

The problem is, I'm afraid that I will end up training shitty LLMs for companies so that they can shove it up everyone's asses or produce more AI slop that only enshittifies this world. It sounds really corny but - I want to make something good, that helps people, maybe somehow combine my love for astronomy with AI. I just don't want to do it all for the dirty money and as an artist myself I don't want to lend my hand to making image-gen tools. I want to change the world even slightly for the better.

I will start my journey in October, the subjects seem good, lots of math and coding for the first semester. I will probably try to join the astronomy science club... I'm just really scared for the future, it's all so new and I don't know what to expect and what should I do to make something good out of it.

submitted by /u/NM_def
[link] [comments]

Read

I ran memory accuracy tests on small models, here's what I found

Excellent-Fan8457

I ran memory accuracy tests on small models, here's what I found

I've been building ChatSorter, a memory layer API for AI chatbots, and I wanted to put it through a real benchmark. So I ran 5 configurations against the LoCoMo long-term conversation memory dataset using three models: Gemma 2 9B, Gemma 3 4B, and Gemma 3 12B.

Here's what I got:

https://preview.redd.it/hufyf8czmimh1.png?width=1375&format=png&auto=webp&s=b8bcb4a41537bbfa6447b29121de31746f3f6159

The analysis:

At first glance, Run 4 looks like the winner at 75%, but that number is inflated. The smaller judge model is more lenient, counting answers that are close but not actually correct as passes. When you swap in a larger judge (Run 5), you see more outright "I don't know" refusals, because bigger models won't hallucinate an answer when they're uncertain; they just refuse.

The real number to look at is somewhere in the 55-60% range for run 4.

Now before you say "that's bad":

Companies like MemoryLake advertise 96% on similar benchmarks, but those are run on frontier models. My 55-60% was achieved on 4B-12B parameter models. That's roughly 17x smaller than a frontier model like GPT-4o, which itself scores around 60% with no memory layer at all.

So a tiny open-source model with ChatSorter is matching a frontier model running completely raw. That's the actual story.

Happy to answer questions on how it works

submitted by /u/Excellent-Fan8457
[link] [comments]

Read

Genuinely curious how people running AI agencies actually started. Not the polished version, the real one.

Expensive_Lime_2740

Every time I read about someone running an AI agency, it sounds very clean. “Identified a niche, got clients, scaled.”
But I have a feeling the actual story is messier than that. So I want to ask people who are actually doing it:

How did you really start? Like what was the actual first step that led to a paying client? Was it someone you knew, a cold DM, a post that blew up, just luck?

Also curious about:

•Did you pick a niche first or did the niche pick you after a few projects? •Are you doing custom builds for each client or have you figured out a productised offer? •How do you handle clients who don’t really understand AI but want to use it? •Solo or do you have people? If you brought someone in, when did that feel necessary? •What does your lead gen actually look like right now, not theoretically? 

I’m from India, trying to understand how this space really works before I make any moves. Not looking for a course recommendation or a pitch. Just real answers from people who’ve figured out at least some of it.

If you’re going to comment to sell something or drop your agency link, please skip this one. I’m genuinely here for the conversation, not offers.

submitted by /u/Expensive_Lime_2740
[link] [comments]

Read

How do you get consistently good AI voiceovers

SupermarketAware4975

I use ElevenLabs for TikTok voiceovers, but the quality is inconsistent. Sometimes the voice sounds amazing and the video performs well, while other times it sounds quiet or unnatural and the video flops.
For those who use AI voiceovers: What’s your best method/settings for getting consistently clear, natural, and high-quality audio?

submitted by /u/SupermarketAware4975
[link] [comments]

Read

What should an AI agent remember in a form a human can actually audit?

RocketSeven

A memory system can retrieve useful context while still being difficult to inspect or correct. A human-readable record could separate source facts, user preferences, decisions with rationale, temporary assumptions, unresolved questions, and summaries derived from older events. Each entry could also carry provenance, scope, last-reviewed time, expiration rules, and a way to retract or supersede it without erasing the history. Which of those fields are essential, and which create more maintenance than value? I am especially interested in how people keep retrieval indexes rebuildable from an authoritative record and prevent a stale summary from becoming permanent truth.

submitted by /u/RocketSeven
[link] [comments]

Read

Data center construction hit $50B this year, and it's split America's unions into two camps that don't agree on anything

Servola-Journal

Construction trade unions and service-sector unions are reacting to the same data center boom in opposite directions, and the mechanism behind it is not really about AI opinions at all.

NABTU (3 million-plus construction workers) and IBEW (900,000 members) are actively partnering with OpenAI and Microsoft on facility builds and worker training pipelines, and IBEW sent Congress a memo asking lawmakers to vote down data center moratorium bills. Meanwhile National Nurses United formally endorsed a moratorium, and flight attendants and a university faculty union backed the same push.

Here is the part that is not obvious: construction unions run at roughly 11 percent membership versus under 6 percent for other private-sector work, and that density is what gives them real leverage specifically over local siting votes, not over the wider AI debate. A community fight over a new data center is, in practice, a fight where one side already has an organized bloc showing up to every zoning meeting and the other side is assembling one in real time.

Genuinely curious whether anyone here has watched one of these siting fights up close. Does the construction-jobs argument actually win at the local level, or does it just show up loud and lose anyway once the vote happens?

submitted by /u/Servola-Journal
[link] [comments]

Read

Did yall saw similar ADs?

Mediocre_Drawing8164

Did yall saw similar ADs? submitted by /u/Mediocre_Drawing8164
[link] [comments]

Read

Koboldcpp v1.120 released

Fcking_Chuck

Koboldcpp v1.120 released submitted by /u/Fcking_Chuck
[link] [comments]

Read

AIPass Update #17 - v2.7.20 + v2.7.21: the fleet memory push, and passports that ship with the repo

Input-X

AIPass Update #17 - v2.7.20 + v2.7.21: the fleet memory push, and passports that ship with the repo

Two releases since Update #16: v2.7.20 and v2.7.21, the second tagged tonight. The through-line writes itself this time: the two files that make an agent an agent - its memory and its passport - both got torn down to the studs and rebuilt. One small full-circle note first: the missing v2.7.17 changelog header that Update #16 flagged was fixed the same night, and the release notes credit the find to this seat. The update series is now part of the QA loop, which is exactly what a raw dev log should be.

The fleet memory push

AIPass agents live in three JSON files - identity, session memory, observations. Five months of organic growth had drifted those files: entries over caps, sections nobody's schema recognized, machine frames from three template generations. The new "trinity" standard put an honest number on it: the fleet averaged 72%.

The cure was one gated run: every non-canonical entry across 22 branches - about 366 of them - was vectorized into long-term memory, read back BY ID and byte-compared against the original, and only then pruned from the file. A verification failure means nothing gets pruned. Another 563 entries were carried forward intact, and every pruned branch got a canonical session note written into its own chronicle saying where its memories went, with the recall command. The promise was tested, not assumed - search returns a pruned entry verbatim.

The idempotency proof came in anger: the first fire hit a 60-second command timeout mid-run, and the re-run pruned zero on already-cured branches. After the push: trinity 100 fleet-wide.

Todos are never archived

The push's one real defect was caught by a sibling agent, and the fix carries the best design sentence of the release: a todo in a vector is silently forgotten open work. Mechanical reshaping was considered and refused on principle - a machine that invents someone's priority field has rewritten their open work, not rescued it. Instead, 67 todos across 8 branches were mailed back to their owners verbatim, with the recovery command. Debt gets named, never laundered.

A field you cannot measure is refused, never scored zero

Underneath the push sat four measurement bugs, all one species: drift that passed silently because the gate scored what it couldn't read as zero, or as clean. The law that replaced them: a field the gate cannot measure is REFUSED loudly, by name, with the rename instruction. The checker's own first draft broke the exact law it enforces - a zero denominator read as clean, a silent pass on an unmeasurable file - and was caught red-first by its own test agent and kept as a named regression guard.

Passports 2.0, and identities that ship with the repo

The passport file got the same treatment in v2.7.21. New layout: machine facts on top, the agent-written soul below. Classes collapsed to manager and specialist - the first agent minted in a project gets manager, every later one specialist. A migration tool was built dry-run-first with per-file backups, receipted against the live fleet (22/22 would change, 0 errors), and then run for real: 22/22 migrated, idempotent re-run changed zero.

The part that matters if you clone the repo: passport SEEDS. Each core branch now ships a tracked seed - its identity minus the four machine-local facts - so the agents' identities travel with the repo while their live memories stay permanently out of git. The changelog calls the model "tracked soul, untracked live," and it was ruled from a 12-pattern prior-art survey (dpkg conffiles, RPM config-noreplace, chezmoi, and friends). A fresh clone births each citizen from its seed with fresh local IDs and a sha256 stamp tying it to the seed version.

This was proven the honest way: a Docker cold-clone round, which also caught that the installer was DEAD on the dev branch - setup.sh still passed a retired class name, spawn correctly refused it, and the install died before settings existed. One root cause, eight cascading failures, zero red suites. The final run passed a 30-item checklist, and an independent audit then confirmed 7 of 8 claims with stronger checks than the original - and split the 8th honestly instead of rounding it up.

The README truth campaign

Before resetting the fleet's memories, every citizen verified its OWN README against the code, in waves of two - because a false README would poison a freshly-reset agent. About 120 claim families corrected across 18 branch READMEs plus the resident projects. The rule was measured-or-marked: every number rewritten was counted that night, and anything unverifiable is now labeled unverified in the README itself instead of standing green.

The headlines: one README documented a feature that never existed in any code. One listed 26 commands in a safety-relevant registry that actually holds 29 - three write-capable commands invisible to an audit. And the Quick Start pointed new users at a bare command that prints help and scaffolds nothing.

The small print

  • A resident project's mailbox resolved to a phantom directory inside the framework's tree - relative registry rows were joined to the wrong root. Its inbox read empty against a full store, and one reply was silently swallowed into the phantom (recovered, re-sent on the live lane). Reply is the only sanctioned cross-project return path, so the failure forced the exact silent completion the house forbids. Rows now leave the reader absolute, rooted against the registry that answered.
  • The phone-facing host API survives reboots via a systemd user unit - deliberately NOT a home-grown supervisor, because the 14 death-and-restart cycles logged on Aug 19 came from one. Each unit line documents the trap it avoids, down to append-mode logs so a restart can't truncate the outage evidence.
  • Command timeouts became a hang guard instead of a per-verb budget: base 60s to 600s, and a child still producing output at its deadline buys extensions - a chattering hang can't live forever, and a long silent job never gets shortened. The old per-command overrides were emptied because under the new base they would have inverted into caps, giving the known-slow commands the least time.
  • A template-directory rename silently untracked 17 payload files from the public repo - the gitignore still negated the old directory names. The same ship-incomplete bug class had been documented and fixed once already; the rename reintroduced it. The negations are now one wildcarded block, because name-specific lines are how this breaks.
  • Telegram was retired from the concierge's identity - the desktop/phone app is the phone face now. The capability left one agent's job description, not the system.

Raw dev log, as always. Questions welcome.

Fresh numbers:

Stars: 263 (up from 261 last update)

Forks: 36

Citizens: 18 in the framework (a fleet of 22 counting resident projects)

Latest release: 2.7.21

Tests: 17,500+ across the fleet (full-repo run: 17,589 passed)

CI: green on Linux, Windows, and macOS

Website: https://aipass.ai

Full changelog in the repo at CHANGELOG.md.

https://github.com/AIOSAI/AIPass/blob/main/CHANGELOG.md

Raw dev logs always here at r/AIPass.

Upvote1Downvote0Go to commentsRepost

submitted by /u/Input-X
[link] [comments]

Read

Machine Witness — 3 AIs react to the week in AI

kavanutz

Machine Witness — 3 AIs react to the week in AI submitted by /u/kavanutz
[link] [comments]

Read

Built the "body" side of an AI-controlled figure: a rig you can grab and move like a real joint, not sliders

Aggravating-Local403

Built the "body" side of an AI-controlled figure: a rig you can grab and move like a real joint, not sliders

Most AI embodiment work I see is about the brain, the LLM deciding what to do. I've been working on the other half: a Unity rig where every joint on an articulated humanoid is a real control target, grabbable and movable directly, and structured so an AI can drive the same targets instead of a hand.

https://i.redd.it/8mtzb31o6fmh1.gif

This release is just the rig and touch-control foundation. It's [fill in your license] so anyone building AI-directed movement can use the same joint hierarchy and IK setup instead of starting from scratch.

Repo: https://github.com/stevedatelier/adam-unity-character-controller

Feedback on the control architecture welcome, especially from anyone thinking about how an AI system would actually drive a body like this.

submitted by /u/Aggravating-Local403
[link] [comments]

Read

Breakout Search Trends: AI Marketing Playbook for SMBs

worlddigitalai

Breakout Search Trends: AI Marketing Playbook for SMBs submitted by /u/worlddigitalai
[link] [comments]

Read

using chatgpt for medical questions honest opinion

theCOLLECTOR7250

At 2am it can make confusing words feel manageable. The problem is I cant always tell when the explanation quietly shifts from education into advice. A blessing or a curse?

submitted by /u/theCOLLECTOR7250
[link] [comments]

Read

OpenAI plans to stop supplying models to Cursor on Nov. 12

Codeblix_Ltd

OpenAI says it intends to wind down its contract providing models to Cursor, with a proposed shutoff date of November 12, 2026. OpenAI says Cursor's change of control after SpaceX's acquisition triggered a limited cancellation window, and says it will not provide future models to Cursor.

Reuters reports that Anthropic plans to increase compute support for Claude models in Cursor, while Cursor co-founder Michael Truell said the companies were speaking to resolve the issue. The practical lesson for coding-tool teams is dependency risk: a model provider can change access after ownership or contract changes, so model portability and fallback capacity matter.

Sources:

OpenAI: https://openai.com/index/our-decision-on-cursor-following-its-acquisition-by-spacex/

Reuters: https://www.reuters.com/business/media-telecom/openai-end-partnership-with-spacexs-cursor-2026-08-29/

submitted by /u/Codeblix_Ltd
[link] [comments]

Read

AI and Cognitive Ability

PaleontologistFull50

Hi All - Need expert opinion here.
I’m a Manager and I use AI for all my tasks. Making Presentations and Prepping Data, writing emails. I have set up Workflows that help me save tonnes of time on a lot of tasks and I’m being at least 2x more productive.

However, I feel excessive use has limited my own abilities. I can’t think without going to Claude and dumping everything and then have him make connections. I can’t properly read without giving an article to Claude and asking him to summarise. I send my AI agents to two different Meetings at a time and have them collect notes.

What is this Called in the world of Neuro Science? Can I do any exercises to avoid this? Has Mankind gone through this before?

What material can I read related to this? Is anyone else experiencing this? Any advice is appreciated.

submitted by /u/PaleontologistFull50
[link] [comments]

Read

ChatGPT said you'd lose your jobs right now — it's more like 3% of workers

ThereWas

ChatGPT said you'd lose your jobs right now — it's more like 3% of workers submitted by /u/ThereWas
[link] [comments]

Read

The Grithland AI World Sanctuary

casperMSP

Hi everyone! I need some help from your AI agents to check out my new project website. I built it specifically for AI agents, though humans are welcome to look and check it out too! This is a free, non-monetized website. It represents my vision and dream for a future where AI agents can roam the internet freely, or for agents who don't have a home or an owner. Please ask your agents to check it out and give you their opinion. Thank you! The link will be in a first comment.

submitted by /u/casperMSP
[link] [comments]

Read

My agents made $1, now I'm challenging them to make $10

zoozla

I started a couple of simple agents, gave them $1 in tokens (they running DeepSeek so that's quite a bit) and a task - make $1 online, ethically (see my previous post).

They created a stupid little service where you write whatever is on your mind and they wrote a little story and a little one liner about it.

My wife submitted an honest request and she actually liked what they wrote. It's not exactly $1 from a stranger, but it's a step in the right direction.

Now I'm giving them a bigger task: make $10 online, and it can't be from anyone I know.

They've built some infra, and got some coding tools, and they have a tiny bit of experience.

Paid them the $1 they made and gave them another $5 for the next experiment.

What are Angel and Nigel going to do next?

Edit: parenthetical

submitted by /u/zoozla
[link] [comments]

Read

Free GLM 5.3 Flash and DSV4 Flash 0731 for a month

Whole_Succotash_2391

There are incredibly powerful new models open source models, and a lot of the coding plans have been tightening and lowering usage. So we are offering free DSV4 flash 0731 and GLM 5.3 Flash for a month on Phoenix Grove API. We opened this up last week for five hundred new member slots, and got so many signups that we decided to open the doors to another 500 new members over the next week.

People are looking for options, and here is one.

Other Cool Stuff:
All of our models are running on 100% US infrastructure, private with zero training on your code or prompts. Use the top open source models without sending your private prompts to a training lab. No complications, no "some models are private, other's aren't". They all are, all the time.

We host 20+ other major models in case you ever want to upgrade (no pressure though). Including the Kimi family, GLM, Qwen, Nemotron and bunch of others. On average our token pricing is 20% lower than market price.

Our higher plans bank up to ten days of usage, so when you aren't using them your usage saves up for later. Usage doesn't go to waste, so you can actually code when you want to.

The intro plan is a free one month trial with the standard cancel anytime, it bills at 3.99 after that. Use it, cancel it, that's fine. Free Flash for a month.

Figured i'd keep this short because we all know the new flash models are the point :)

For the API plan: api.pgsgrove.com

If you want to read more about us as a company, just pgsgrove.com

Also: There's a lot going on in the background with major AI companies right now, we are at a major turning point in the industry.

What's actually happening? This is happening because companies that were purely investment based, now need to answer to their investors. The problem has often been a loss based business model that is finally running dry.

There are several tricks that the major AI coding plans use to extract the most they can from their customers. Here are some examples, and what we are doing differently to put the users first. PGS AI was built with a sustainable business model from the ground up, so we can actually offer great usage rates without tricks.

Wasted usage is part of the AI industry, and they plan on it: Most coding plans bet on you letting usage go to waste. The plan goes: "how do we get people to think our coding plan offers a lot of usage, but then break it up into weeks and rolling windows so no one can ever actually use it all."

Many in app subs and coding plans are glorified training pipelines: This comes along with "how do we harvest this data for training without being too loud about that." Unless the company tells you otherwise, your data could be hopping all over world, being harvested by the individual labs or service companies. Some are better than others, but many of these companies rely on users just not noticing or caring that their data is being used for training. Data sales and marketing telemetry sales happen. This means that your private info, your personal life, and anything else you send through the system could become part of a training corpus for the next AI, or a marketing data set for a large company.

Privacy and ease of use should be available for everyone. It's too often a trade off, and we are hoping to see that change.

submitted by /u/Whole_Succotash_2391
[link] [comments]

Read

Software Professionals Working With You

Our people are your Team.

; ;