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

推荐订阅源

G
Google Developers Blog
S
SegmentFault 最新的问题
Jina AI
Jina AI
D
DataBreaches.Net
人人都是产品经理
人人都是产品经理
罗磊的独立博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
爱范儿
爱范儿
大猫的无限游戏
大猫的无限游戏
C
Check Point Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
B
Blog
博客园 - 【当耐特】
博客园 - Franky
M
MIT News - Artificial intelligence
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
L
LangChain Blog
MyScale Blog
MyScale Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 叶小钗
Last Week in AI
Last Week in AI
Engineering at Meta
Engineering at Meta

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.