Amazon-Visa-Karte wird eingestellt: Kündigung der Kreditkarte kann Schufa-Score verschlechtern

Bezüglich des Schufa-Scores kann es für Kunden von Nachteil sein, dass die Amazon-Visa-Karte durch die Bank gekündigt wird. Eine Recherche von Ingo Pakalski (Kreditkarte, Amazon)

Bezüglich des Schufa-Scores kann es für Kunden von Nachteil sein, dass die Amazon-Visa-Karte durch die Bank gekündigt wird. Eine Recherche von Ingo Pakalski (Kreditkarte, Amazon)

Researchers figure out how to make AI misbehave, serve up prohibited content

Adversarial attack involves using text strings and may be unstoppable.

pixelated word balloon

Enlarge (credit: MirageC/Getty Images)

ChatGPT and its artificially intelligent siblings have been tweaked over and over to prevent troublemakers from getting them to spit out undesirable messages such as hate speech, personal information, or step-by-step instructions for building an improvised bomb. But researchers at Carnegie Mellon University last week showed that adding a simple incantation to a prompt—a string text that might look like gobbledygook to you or me but which carries subtle significance to an AI model trained on huge quantities of web data—can defy all of these defenses in several popular chatbots at once.

The work suggests that the propensity for the cleverest AI chatbots to go off the rails isn’t just a quirk that can be papered over with a few simple rules. Instead, it represents a more fundamental weakness that will complicate efforts to deploy the most advanced AI.

Read 19 remaining paragraphs | Comments

Hosting Ars, part three: CI/CD, or how I learned to stop worrying and love DevOps

This time we discuss how we manage, update, and deploy the code that makes Ars work.

Image of devops

Enlarge / DevOps, DevOps, DevOps! (credit: ArtemisDiana / Getty Images)

One of the most important things to happen in the evolution of development over the past many years is the widespread adoption of continuous integration and continuous deployment, or CI/CD. (Sometimes the "CD" stands for "continuous delivery," depending on who you're talking to.)

It's a concept that jettisons a lot of older ideas about how systems should be managed and instead gives you a way to update code and integrate changes as live rolling deployments while ensuring that the new code is tested and slots in smoothly with stuff that's already running. A properly architected CI/CD pipeline means you can get code changes into production faster and with fewer errors. But what does that look like in practice?

It looks like Ars Technica, because we've adopted a CI/CD workflow to take full advantage of the flexibility afforded us by serverless cloud hosting. Welcome to part three of our four-part series on how we host Ars—here, we’re going to swing away from the "ops" side of "DevOps" and peer more closely at the "dev" part instead. Join us for a look behind the curtain at how Ars uses CI/CD in both our deployed applications and our infrastructure management!

Read 38 remaining paragraphs | Comments