惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

aimingoo的专栏
aimingoo的专栏
WordPress大学
WordPress大学
阮一峰的网络日志
阮一峰的网络日志
博客园 - 司徒正美
月光博客
月光博客
宝玉的分享
宝玉的分享
Recent Announcements
Recent Announcements
小众软件
小众软件
H
Hackread – Cybersecurity News, Data Breaches, AI and More
美团技术团队
博客园 - 三生石上(FineUI控件)
A
About on SuperTechFans
J
Java Code Geeks
云风的 BLOG
云风的 BLOG
罗磊的独立博客
大猫的无限游戏
大猫的无限游戏
IT之家
IT之家
Vercel News
Vercel News
量子位
Martin Fowler
Martin Fowler
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
Visual Studio Blog
腾讯CDC
有赞技术团队
有赞技术团队

Fast Company

IBM just settled a major anti-DEI case for $17 million Sustainability is maturing 2028 candidates will face a new kind of economic anger Trader Joe’s class action settlement: How to find out if you’re an eligible shopper and claim your money Mamdani filmed his pied-á-terre tax video outside Ken Griffin’s $238 million penthouse. Social media loves him for it A U.S. state just banned big AI data centers. Here’s why it might not be the last From legacy processes to AI-native work OpenAI shifts its focus to business users amid Anthropic pressure A massive tariff refund program is launching. Here’s who actually gets the money Why people can’t build wealth on wages alone, and what to do about it Eldercare—the leadership crisis no one is talking about Why workplaces need a gendered health approach Why AI is the ultimate accelerator for creativity AI anxiety is turning volatile Inside NTT Research’s push to commercialize deep tech Warren Buffett once said that success at the end of your life comes down to 1 word For her ‘Confessions’ sequel, Madonna takes Helvetica to the club Nearly two-thirds of parents support their Gen Z kids financially, survey finds Gatorade, the inventor of the sports drink, is making a surprising pivot to reach non-athletes 6 mindset shifts to improve your risk and failure tolerance Record high beef prices won’t be fixed with more cattle, ranchers say. Here’s why For women, gender disparities in ADHD diagnoses can be deadly What’s next for Live Nation? Jury reaches verdict in antitrust case over Ticketmaster fees Social Security COLA prediction for 2027 could mean bad news for seniors Canva is officially ‘an AI platform with design tools’ Allbirds stock is already falling after the AI pivot. History suggests investors should proceed with caution Google DeepMind’s Demis Hassabis on the long game of AI The Trump Store isn’t shy about hawking merch. It’s paying off like never before Get ready for the great American TV trade-in rush AI isn’t built for all languages and cultures. There’s a push to fix that
The hidden risks of vibe coding: 4 steps to protect your ...
Tom Barnett · 2026-04-18 · via Fast Company
You’ve likely heard of vibe coding and very well may have conducted an experiment or two yourself, enlisting Claude or some other AI tool to create a simple website or an interactive game.  OpenAI cofounder Andrej Karpathy coined the phrase with a tweet in February 2025.  In its simplest terms, vibe coding involves telling an AI program what you want to accomplish and having the AI create the code.  It uses natural language provided by the user to generate the software.  Vibe coding is a truly revolutionary democratizer of software development. It allows anyone with a computer and a little imagination to come up with software that appears, at least on the surface, to do whatever you ask it to.  And therein lies the rub.  Anyone in a company can potentially insert software inside the cybersecurity perimeter of a company without the burden of any knowledge of how software works and what it may be designed to do beyond your clever prompt. If the code an employee conjures just happens to be algorithmically derived from vetted, publicly available sources, you are in luck. But the fundamental danger with AI-generated code is precisely that you have no idea where it came from, what the sources were or how they were assembled. Was the source a PhD student at a top university, a basement-dwelling hacker, a state-sponsored cyber terrorist?  All of the above?  The AI program you are using doesn’t know or care—it’s loyally fulfilling its blindingly fast and blindingly oblivious pattern matching mission.  Opening the door to disaster That amazing program you just created without ever having learned to write a line of code may contain world-class level spyware, viruses, or malware that can extract (i.e., exfiltrate) a company’s proprietary data or so-called S QL injections that can wreak havoc on your databases.  The beautiful part from the bad actor’s point of view is they don’t need a back door: The blissfully ignorant employee importing the mystery code just swung the front doors wide open. But wait, there’s more. The vibe code your employee magically generated with his new AI colleague could also violate copyright or patent law. How would you assess the probability of a typical nontechnical employee discovering that? Those odds are likely to be a number approaching zero. AI-generated IP liability could radically reshape your company’s litigation profile. When you generate code through an LLM, like any code that humans develop, it will have bugs. But unlike human-generated code, there is nobody on staff who fully understands how it was put together. That includes whether or not it is structurally sound, whether it is coherent, or where the vulnerabilities may be. Addressing this problem does not currently seem to be a major priority in the damn the torpedoes, full speed ahead mindset of the current AI-obsessed moment. So what can organizational leaders do to manage this risk and mitigate potential catastrophe? Understanding the danger is the first step.  Consider taking the following steps. It’s a C-level problem, so treat it as such AI security is not primarily an IT problem: It’s a company-wide strategic problem for senior management. Given interactions with AI across finance, HR, legal, sales and marketing , design, engineering, the technical aspects of AI interaction is just the entry point. AI security needs to be treated as an enterprise issue. It cannot simply be delegated to IT as is standard procedure with cybersecurity. Build security into your process Don’t wait to react after the fact. When it comes to AI risk, the old approach of creating a policy and having employees acknowledge it is not sufficient. Risk monitoring and remediation need to be part of the technical processes themselves, not separate static policies that you hope are being followed while collecting digital dust in some virtual folder somewhere.  There are new software programs that are designed to flag, assess, quantify and address these types of risks before they become crises.  Consider adopting them sooner rather than later to make sure your security is keeping apace of AI deployment. Demand accountability from providers Require your providers to expressly describe how AI is incorporated into their applications, what the risks are, how they can be assessed and addressed in real time (seconds or minutes, not quarters) as they occur in the application itself. This is rapidly becoming a new requirement well beyond the standard check-the-box security questionnaire.  Consult the experts There is a new industry arising that aims to address the gap between the explosion of AI use in organizations at all levels and the lack of response protocols for the largely unidentified risks created at that same breakneck pace. It is worth seeking guidance from the experts. The ability for AI to allow non-technical employees to create code is truly revolutionary.  But as history teaches, revolutions can go a few different ways. It is critical to be aware of and address the new risks that are inherent in these new capabilities. Vibes can only get you so far.