Artificial Intelligence
Amazon factual lawsuit: Twitch streams used for AI training
A content creator alleges Amazon used his videos without consent since 2024, citing unfair competition and damage to his work.
- Google employees launch campaign against AI use in classified military projects
- Amazon boosts drone delivery in the United States
123RF.
- 1
A massive phishing campaign has hit over 9,000 organizations worldwide
- 2
AI expansion drives surging demand for connectivity and compute
- 3
The new weaponry of jihadism in Africa: Drones and multi-million dollar ransoms
- 4
Facewatch, the AI system used by British retailers, faces scrutiny after repeated false identifications
- 5
The Strait of Magellan reignites the territorial dispute between Chile and Argentina
<img src="https://comicvibe.com/wp-content/uploads/2026/08/blog-270.jpg” alt=”DigitalShield”>
- Alberto Payo
- Technology Journalist
- Published on
27 August 2026 at 07:15
The tech giantAmazon and its subsidiary Twitch have been sued in the U.S. by a streamer from the latter platform, who accuses Jeff Bezos’s company of using his videos to train its artificial intelligence model without notifying him.
Warren Pandiscia, a content creator from Connecticut with about a thousand followers on Twitch, has taken legal action against the e-commerce company. He claims that the companyillegally copied millions of his and other streamers’ videos to develop its AI products without obtaining their consent or negotiating licenses.
According to Pandiscia, this activity began in 2024, with no option to opt out. Furthermore, he argues that these actions by the major tech company cost him money and deprived him of control over his work.
Thus, the plaintiff alleges breach of implied and explicit contract, unjust enrichment, and unfair business practices. He also requests the Northern District of California court for an injunction, as well as compensation for damages, restitution, and the return of illicitly obtained profits.
“Content creators, like the plaintiff and other members of the class action, will never be able to recover the intellectual property copied and illegally used by the defendants to train Amazon’s generative AI,” the accusation states.
“Once the AI processes the content, it is stored in its neural network and cannot be deleted or retracted. The defendants’ actions constitute an abuse and exploitation of the content creators’ work for their own benefit,” it adds.
They just announced it
Interestingly, Amazon announced just a couple of weeks ago that Twitch would enable a new setting for Amazon to use creators’ videos and live streams to train its AI, andit would be included by default(though it would be possible to disable it).
Twitch has confirmed that Amazon can use broadcasts, past streams, clips, chats, images, and texts for these purposes.
The measure did not sit well with the community, although they did not suspect that the company might have been doing something similar for a couple of years already
At the time of writing this article, neither Twitch nor Amazon had made official statements regarding this litigation.
The tech giantAmazon and its subsidiary Twitch have been sued in the U.S. by a streamer from the latter platform, who accuses Jeff Bezos’s company of using his videos to train its artificial intelligence model without notifying him.
Warren Pandiscia, a content creator from Connecticut with about a thousand followers on Twitch, has taken legal action against the e-commerce company. He claims that the companyillegally copied millions of his and other streamers’ videos to develop its AI products without obtaining their consent or negotiating licenses.
According to Pandiscia, this activity began in 2024, with no option to opt out. Furthermore, he argues that these actions by the major tech company cost him money and deprived him of control over his work.
Thus, the plaintiff alleges breach of implied and explicit contract, unjust enrichment, and unfair business practices. He also requests the Northern District of California court for an injunction, as well as compensation for damages, restitution, and the return of illicitly obtained profits.
“Content creators, like the plaintiff and other members of the class action, will never be able to recover the intellectual property copied and illegally used by the defendants to train Amazon’s generative AI,” the accusation states.
“Once the AI processes the content, it is stored in its neural network and cannot be deleted or retracted. The defendants’ actions constitute an abuse and exploitation of the content creators’ work for their own benefit,” it adds.
They just announced it
Interestingly, Amazon announced just a couple of weeks ago that Twitch would enable a new setting for Amazon to use creators’ videos and live streams to train its AI, andit would be included by default(though it would be possible to disable it).
Twitch has confirmed that Amazon can use broadcasts, past streams, clips, chats, images, and texts for these purposes.
The measure did not sit well with the community, although they did not suspect that the company might have been doing something similar for a couple of years already
At the time of writing this article, neither Twitch nor Amazon had made official statements regarding this litigation.
Become a premium member for free!
You may be interested in
- Artificial IntelligenceGoogle employees launch campaign against AI use in classified military projectsAntonio Bustos
- Artificial IntelligenceAmazon boosts drone delivery in the United StatesAntonio Bustos
- Artificial IntelligenceAI drives 3 in 10 business tasks, widening the productivity gapAntonio Bustos
- Artificial IntelligenceSaudi Arabia positions itself as a global AI powerhouseAntonio Bustos
“;
$(“#container-comentar-comentarios”).html(respuesta);
} else if (data == 2) { //TIEMPO
var respuesta =
“No ha pasado aún un minuto desde tu último comentario. Espera un poco y podrás comentar de nuevo una noticia.
“;
$(“#container-comentar-comentarios”).html(respuesta);
} else if (data == 3) { //PALABROTA
var respuesta = “Por favor, utiliza un lenguaje correcto para comentar las noticias.”;
Swal.fire({
text: respuesta,
icon: “warning”
});
} else { //NO LOGUEADO
var respuesta =
“Lo sentimos, al parecer no tienes una sesión iniciada. Vuelve a Iniciar Sesión y podrás publicar este comentario.”;
Swal.fire({
text: respuesta,
icon: “warning”
});
}
},
error: function(request, error) {
//console.log(error);
}
});
}
function sumarPositivo(id_comentario, id_usuario) {
$.ajax({
type: “POST”,
xhrFields: {
withCredentials: true
},
url: `https://api.v.1.2.3.escudodigital.newscript.es/api/sumar_reaccion_comentario.php?t=` +
generarCadenaAlfanumerica(),
data: {
tipo: ‘positivo’,
id_comentario: id_comentario,
id_usuario: id_usuario
},
success: function(data) {
//console.log(data);
if (data == 1) {
var likes = parseInt($(“#like_” + id_comentario + ” span”).text());
$(“#like_” + id_comentario + ” span”).text(parseInt(likes + 1));
}
},
error: function(request, error) {
//console.log(error);
}
});
}
function sumarNegativo(id_comentario, id_usuario) {
$.ajax({
type: “POST”,
xhrFields: {
withCredentials: true
},
url: `https://api.v.1.2.3.escudodigital.newscript.es/api/sumar_reaccion_comentario.php?t=` +
generarCadenaAlfanumerica(),
data: {
tipo: ‘negativo’,
id_comentario: id_comentario,
id_usuario: id_usuario
},
success: function(data) {
//console.log(data);
if (data == 1) {
var dislikes = parseInt($(“#dislike_” + id_comentario + ” span”).text());
$(“#dislike_” + id_comentario + ” span”).text(parseInt(dislikes + 1));
}
},
error: function(request, error) {
//console.log(error);
}
});
}
function recargar_widgets_sesion() {
recargar_cabecero_sesion();
recargar_menu_sesion();
recargar_comentar_sesion();
recargar_comentar_comentar();
comprobar_user_sesion_215_articulo(0);
}
function iniciarSesion() {
var continuar = true;
var msg = “”;
var usuario_log = $(“#usuario_log”).val();
var password_log = $(“#password_log”).val();
var valor_periodico = $(‘#valor_periodico’).val();
// console.log(valor_periodico);
if (usuario_log.length == 0) {
continuar = false;
msg += “Es necesario rellenar el correo electrónico n”;
}
if (password_log.length == 0) {
continuar = false;
msg += “Es necesario rellenar la contraseña.n”;
}
if (continuar) {
$.ajax({
type: “POST”,
data: $(“#formulario_login”).serialize(),
xhrFields: {
withCredentials: true
},
url: `https://api.v.1.2.3.escudodigital.newscript.es/api/login-user.php?t=` +
generarCadenaAlfanumerica(),
success: function(data) {
// console.log(data);
if (data == 1) {
recargar_widgets_sesion();
$(“#modal-login .modal-action.modal-close.close-btn”).trigger(“click”);
$(“#usuario_log”).val(“”);
$(“#password_log”).val(“”);
if (window.location.href.includes(“area-usuario”)) {
// window.location.reload();
}
} else {
var respuesta =
“No hemos encontrado ningún usuario con el correo electrónico y la contraseña introducidos. Por favor, vuelve a intentarlo o recupera la contraseña pulsando el botón inferior.”;
Swal.fire({
text: respuesta,
icon: “warning”
});
}
}
});
} else {
Swal.fire({
text: msg,
icon: “warning”
});
}
}
function comprobar_user_sesion_215_articulo(es_premium) {
$.ajax({
type: “POST”,
xhrFields: {
withCredentials: true
},
url: `https://api.v.1.2.3.escudodigital.newscript.es/api/comprobar_sesion_user.php?t=` +
generarCadenaAlfanumerica(),
success: function(data) {
console.log(“COMPROBADO SESION USUARIO ” + data);
if (data == 1) {
$(“#art-cuerpo-visible”).removeClass(“d-none”);
$(“#art-cuerpo-visible”).removeClass(“art-cuerpo-no-visible”);
$(“#art-cuerpo-visible”).addClass(“art-cuerpo-visible”);
$(“#art-cuerpo-visible-premium”).removeClass(“art-cuerpo-visible”);
$(“#art-cuerpo-visible-premium”).addClass(“d-none”);
$(“#banner-premium”).addClass(“d-none”);
} else {
// $(“#art-cuerpo-visible”).removeClass(“art-cuerpo-visible”);
// $(“#art-cuerpo-visible”).addClass(“art-cuerpo-no-visible”);
if (es_premium) {
$(“#art-cuerpo-visible”).removeClass(“d-none”);
$(“#art-cuerpo-visible”).removeClass(“art-cuerpo-no-visible”);
$(“#art-cuerpo-visible”).addClass(“d-none”);
$(“#art-cuerpo-visible-premium”).addClass(“art-cuerpo-visible”);
$(“#art-cuerpo-visible-premium”).removeClass(“d-none”);
$(“#banner-premium”).removeClass(“d-none”);
} else {
$(“#art-cuerpo-visible-premium”).removeClass(“art-cuerpo-visible”);
$(“#art-cuerpo-visible-premium”).addClass(“d-none”);
$(“#banner-premium”).addClass(“d-none”);
$(“#art-cuerpo-visible”).removeClass(“d-none”);
$(“#art-cuerpo-visible”).removeClass(“art-cuerpo-no-visible”);
$(“#art-cuerpo-visible”).addClass(“art-cuerpo-visible”);
}
}
}
});
}
function comprobar_user_sesion_215() {
$.ajax({
type: “POST”,
xhrFields: {
withCredentials: true
},
url: `https://api.v.1.2.3.escudodigital.newscript.es/api/comprobar_sesion_user.php?t=` +
generarCadenaAlfanumerica(),
success: function(data) {
console.log(“COMPROBADO SESION USUARIO ” + data);
if (data == 1) {
$(‘.col-comparador-registro-login’).addClass(‘w-auto’)
} else {
$(‘.col-comparador-registro-login’).removeClass(‘w-auto’)
}
}
});
}
function cerrarSesion() {
$.ajax({
type: “POST”,
xhrFields: {
withCredentials: true
},
url: `https://api.v.1.2.3.escudodigital.newscript.es/api/delete-session-user.php?t=` +
generarCadenaAlfanumerica(),
success: function(data) {
//console.log(data);
recargar_widgets_sesion();
$(“#offCanvasClose”).trigger(“click”);
if (window.location.href.includes(“area-usuario”)) {
window.location.href = ‘/’;
}
}
});
}
function registrarCuenta() {
var continuar = true;
var msg = “”;
var email_registro = $(“#email_reg”).val();
var pass_registro = $(“#password_reg”).val();
var pass_registro2 = $(“#password_reg_2”).val();
var nombre_registro = $(“#nombre_reg”).val();
var apellidos_registro = $(“#apellidos_reg”).val();
var ref_id_periodico = $(“#ref_id_periodico”).val();
if (pass_registro2 != pass_registro) {
continuar = false;
msg += “Deben coincidir ambas contraseñas. n”;
}
if (email_registro.length == 0) {
continuar = false;
msg += “Es necesario rellenar el correo electrónico. n”;
}
// if (pass_registro.length = 8) {
$.ajax({
type: “POST”,
xhrFields: {
withCredentials: true
},
data: $(‘#resetear-clave’).serialize(),
url: `https://api.v.1.2.3.escudodigital.newscript.es/api/resetear-pass.php?t=` +
generarCadenaAlfanumerica(),
success: function(data) {
//console.log(data);
$(“#email_recuperar”).val(“”);
var respuesta = “La contraseña se ha actualizado. Ya puedes volver a Iniciar Sesión.”;
Swal.fire({
text: respuesta,
icon: “success”
}).then((result) => {
window.location.href = ‘http://www.escudodigital.com/’;
});
}
});
} else {
var respuesta = “La contraseña debe tener un mínimo de 8 caracteres.”;
Swal.fire({
text: respuesta,
icon: “warning”
});
}
} else {
var respuesta = “Ambas contraseñas deben coincidir.”;
Swal.fire({
text: respuesta,
icon: “warning”
});
}
}
$(document).ready(function() {
recargar_widgets_sesion(); //DESCOMENTAR ESTO
});
‘)
.text(msg)
.insertAfter($el);
}
function esEmailValido(email) {
return /^[^s@]+@[^s@]+.[^s@]{2,}$/.test(String(email).trim());
}
function validar() {
limpiarErrores();
let ok = true;
const $nombre = $(“#nombre”);
const $email = $(“#email”);
const $motivo = $(“#motivo”);
const $check = $(“#checkbox”);
const nombre = $nombre.val().trim();
const email = $email.val().trim();
const motivo = $motivo.val().trim();
if (nombre.length Message sent successfully.
‘);
$form[0].reset();
} else {
$(“#msgFormContacto”).html(‘Message not sent. Try again.
‘);
}
})
.fail(function(xhr) {
$(“#msgFormContacto”).html(‘Connection error. Try again.
‘);
})
.always(function() {
setLoading(false);
});
}
$btn.on(“click”, function(e) {
e.preventDefault();
e.stopPropagation(); // Stop default button behavior if any
if (!validar()) return;
// Execute reCAPTCHA
if (window.grecaptcha) {
grecaptcha.ready(function() {
grecaptcha.execute(RECAPTCHA_SITE_KEY, {
action: ‘submit’
}).then(function(token) {
submitFormWithToken(token);
});
});
} else {
// Fallback or error if grecaptcha not loaded
alert(“reCAPTCHA not loaded. Please refresh.”);
}
});
$(“#nombre,#email,#motivo,#checkbox”).on(“input change”, function() {
$(this).removeClass(“is-invalid”);
$(this).next(“.error-text”).remove();
});
});

1 Comment
Pingback: Roblox Tries To Dismiss Wrongful Death Lawsuit By Arguing That A Player Gave Up Her Right To Sue When She Was 8 Years Old - Comic Vibe