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

推荐订阅源

GbyAI
GbyAI
阮一峰的网络日志
阮一峰的网络日志
G
Google Developers Blog
J
Java Code Geeks
Blog — PlanetScale
Blog — PlanetScale
大猫的无限游戏
大猫的无限游戏
云风的 BLOG
云风的 BLOG
Vercel News
Vercel News
L
LangChain Blog
Hugging Face - Blog
Hugging Face - Blog
T
The Blog of Author Tim Ferriss
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Stack Overflow Blog
Stack Overflow Blog
P
Proofpoint News Feed
腾讯CDC
博客园_首页
博客园 - 聂微东
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
M
MIT News - Artificial intelligence
WordPress大学
WordPress大学
D
DataBreaches.Net
Microsoft Security Blog
Microsoft Security Blog
有赞技术团队
有赞技术团队
博客园 - 叶小钗

The News International -latest news

Princess Beatrice, Eugenie preparing to forcefully resist Prince William's humiliating plans Reba McEntire gets candid about struggles behind her dream business Questions about Savannah Guthrie's father rise as Nancy search continues SpaceX: Falcon 9 boosts record-setting 'Cygnus XL' cargo spacecraft toward the ISS Nancy Guthrie kidnapping: Serial killer expert reveals possible 'retribution' motive Snoop Dogg hints at 'huge' television partnership with pal Simon Cowell Steven Spielberg breaks silence on losing huge sci-fi film to Christopher Nolan AI breakthrough slashes quantum computing errors—study finds Lena Dunham shares 'shocking' advice from her plastic surgeon: 'Let's call it what it is' Ralph Fiennes backs shocking female Voldemort in 'Harry Potter' reboot What is mental wellbeing, really? New study offers a clear answer Kate Middleton makes heartfelt plea to Prince Harry as new fear grows NASA Artemis II mission: real or fake conspiracys spread online 'Howl at the Moon': NASA's new strategy for cosmic curiosity North West goes all-in on goth glam for Coachella 2026 Sabrina Carpenter fans get 'now or never' warning ahead of 2026 Coachella Anyma issues apology after Coachella cancelled his set UK halts Chagos Islands handover plan after US opposition Halle Berry vows to return back to her past music era: 'I do miss our home studio' Microsoft clarifies Copilot is not just for entertainment use Meagan Good reveals beloved thing she sacrificed for husband Jonathan Majors Does being married lower cancer risk? Here's what research reveals White House shares Prince William, Kate Middleton's photo Inside deadly chimp 'civil war' in Uganda—What they reveal about human nature Nicola Peltz reacts after Brooklyn Beckham anniversary snub: 'Cosy' or lazy? Can AI be trusted? New documentary sparks fresh debate Princess Beatrice friend finally reacts to rumours her marriage to Edo heading for divorce John Legend opens up about his 'The Voice' prediction of winners Japan boosts semiconductor push to shield global supply chains: Here's why Noah Wyle addresses viral rumor after receiving top Hollywood honor
AI still falls short on programming language design, Bjar...
2026-05-19 · via The News International -latest news
AI still falls short on programming language design, Bjarne Stroustrup says
AI still falls short on programming language design, Bjarne Stroustrup says

In the realm of coding, artificial intelligence has reclaimed the authority. But there are some domains where cutting-edge AI tools are falling short of excellence.

Bjarne Stroustrup, the creator of C++, one of the most widely used programming languages in history, in a recent podcast, disclosed a specific domain where AI-generated codes are struggling to make an impact.

“I think that in the field I’m mostly interested in (programming language design) — code will still be written by humans, and they will use abstraction,” Stroustrup said on a podcast.

“The examples I’ve seen of attempts for AI to generate code in this domain have not been successful.” He still believes that in this area humans will have the upper hand.

According to Stroustrup, AI struggles in critical areas and the problem is it produces more bugs and bloated codes, more security. These codes are nearly impossible to validate. The most dreadful thing about these problems is that even the most capable engineers don’t want to deal with these issues.

“The senior developers that would be needed to validate it — I’ve seen some of them starting to retire, because they don’t want to deal with the validation of something that changes every time you make a change in your prompts.”

Stroustrup also talked about the problems caused by AI-generated codes as slight change in the prompt can bring a paradigm shift to the entire codebase in unpredictable ways.

This is quite different from humans-made changes as when humans make changes, the change is always localized.

“If an AI writes it, you don’t actually know where it’s changed. You have to try and figure that out,” Stroustrup added.