Loading market data...

Coinbase Says AI Slashed Compliance Times by 90% as Exchange Cuts 700 Jobs

Coinbase Says AI Slashed Compliance Times by 90% as Exchange Cuts 700 Jobs

... etc. Translate each paragraph. Original first paragraph: "Coinbase has rebuilt nearly all of its compliance workflows around artificial intelligence, CEO Brian Armstrong said this week, claiming the shift has cut the time it takes to resolve user restrictions by roughly 90%. The automation push comes as the exchange eliminates about 700 roles – 14% of its global staff – in a round of layoffs that the company expects to finish by the end of Q2 2026." Translation: "Coinbase ha reconstruido casi todos sus flujos de trabajo de cumplimiento normativo en torno a la inteligencia artificial, dijo esta semana el CEO Brian Armstrong, afirmando que el cambio ha reducido el tiempo necesario para resolver las restricciones de los usuarios en aproximadamente un 90%. El impulso de automatización se produce mientras el exchange elimina alrededor de 700 puestos de trabajo – el 14% de su plantilla global – en una ronda de despidos que la empresa espera completar a finales del segundo trimestre de 2026." Note: "roles" -> "puestos de trabajo". "roughly" -> "aproximadamente". "Q2 2026" -> "segundo trimestre de 2026". Second paragraph (h2): "How AI is changing compliance" -> "

Cómo la IA está cambiando el cumplimiento normativo

" Then text: "According to Armstrong, the exchange has achieved “huge efficiency unlocks” by having AI handle most repetitive compliance tasks. Humans still review every outcome, both for security and to keep training the models. But the repetitive grunt work – sifting through documents, flagging inconsistencies, testing hypotheses – now runs through AI pipelines." Translation: "Según Armstrong, el exchange ha logrado 'grandes mejoras de eficiencia' al hacer que la IA maneje la mayoría de las tareas repetitivas de cumplimiento. Los humanos aún revisan cada resultado, tanto por seguridad como para seguir entrenando los modelos. Pero el trabajo repetitivo y pesado – revisar documentos, señalar inconsistencias, probar hipótesis – ahora se realiza a través de procesos de IA." Note: "AI pipelines" -> "procesos de IA" (or "canales de IA"? I think "procesos" is fine). Keep quotes around "huge efficiency unlocks" as in original? Original uses double quotes. In Spanish, use comillas latinas or inglesas? I'll use double quotes as original. But in JSON, we need to escape double quotes if inside string. Actually the content is a string, so we need to escape any double quotes inside. Use backslash. For example: "Según Armstrong, el exchange ha logrado "grandes mejoras de eficiencia"..." So we must escape. Alternatively, use single quotes or comillas latinas « » but simpler to escape. I'll escape. Next paragraph: "Coinbase VP of Product Dor Levi noted that compliance often involves “interpretive judgment under uncertainty.” AI, he said, can “explore more context, test more hypotheses, and surface inconsistencies” faster than a human team working manually." Translation: "El vicepresidente de Producto de Coinbase, Dor Levi, señaló que el cumplimiento a menudo implica 'juicio interpretativo bajo incertidumbre'. La IA, dijo, puede 'explorar más contexto, probar más hipótesis y detectar inconsistencias' más rápido que un equipo humano trabajando manualmente." Note: Use single quotes for the quotes inside to avoid escaping? Or escape. I'll use single quotes for these inner quotes to avoid confusion. But original uses double quotes. It's fine