Skip to main content

JFrog CEO: No One Cares About Source Code Anymore

JFrog CEO Shlomi Ben Haim told approximately 500 software engineers today that in the age of artificial intelligence (AI) no one will soon care much about source code anymore.

Speaking at the company’s swampUP 2026 conference, Ben Haim said AI tools are now creating executable binaries directly without relying on source code that historically existed to provide a method for humans to review code.

However, in an era where AI tools are creating code that often isn’t even readable by a human application developer, the focal point for securing software supply chains is now moving to scanning application binaries, said Ben Haim. No one cares how many lines of source there are, he added.

It’s not clear to what degree DevSecOps teams might be coming to a similar conclusion, but it’s apparent that the volume of code being created using AI coding tools is overwhelming existing DevSecOps workflows. An alternative approach to application security in the AI era would be to focus more on applying AI to ensure that the executables stored in a registry such as JFrog Artifactory are actually secure. If not, the time and effort needed to update and replace the software packages used to create those binaries is becoming increasingly trivial as more AI agents are embedded into DevOps workflows.

That issue is only going to become more problematic as application developers of varying skill levels not only build more applications, but also deploy their own custom AI agents, noted Ben Haim. By 2030, 2.5 billion active agents will be completing 459 trillion actions, he noted. DevSecOps workflows that focus on the source code used to create those AI agents will simply not scale, noted Ben Haim.

Ultimately, the goal is to essentially build applications that for all intents and purposes are self-healing, with each executable being able to validate that it is cryptographically secure in a way that doesn’t require a human to validate. Additionally, there will inevitably be more focus on how secure the prompts and specification frameworks used to create executables are to help achieve that goal.

Exactly how the role of DevSecOps teams will evolve as the focus shifts more toward securing binaries is unclear, but some of the fundamental assumptions made about how to secure software in the age of AI will likely need to change. The challenge is that agentic engineering is still a work in progress, so there is not yet a well-defined set of best practices for securing software supply chains in the AI era that has been widely embraced.

Hopefully, there will come a day when applications are inherently more secure as AI technologies are used to not only create them but also secure them. In the meantime, however, DevSecOps teams may have their work cut out for them as the rate at which vulnerabilities in both existing and new applications continues to exponentially increase. As troubling as that may be, however, it does at the very least create a greater sense of urgency around application security that arguably has been missing for far too long.



from DevOps.com https://ift.tt/FOeIglt

Comments

Popular posts from this blog

In Nepal and Across the World, Child Marriage Is Rising

In Nepal and Across the World, Child Marriage Is Rising By Bhadra Sharma and Jeffrey Gettleman from NYT World https://ift.tt/3cbjEnR Nepal, Quarantine (Life and Culture), Coronavirus (2019-nCoV), Child Marriages, Youth, Women and Girls, Teenage Pregnancy, Pregnancy and Childbirth, Third World and Developing Countries, Birth Control and Family Planning

Exadel Records Strong Year with Surge in Client Roster, Additions to Executive Team and Record-Breaking Company Growth

Success comes from growing need for digital transformation solutions and services amidst the COVID-19 pandemic WALNUT CREEK, Calif., January 12, 2021 — Exadel (www.exadel.com), a global provider of digital engineering solutions and services, announces a successful 2020 including a burgeoning client portfolio, continued growth, including new executive team members and 2020 sales projections. This year, […] The post Exadel Records Strong Year with Surge in Client Roster, Additions to Executive Team and Record-Breaking Company Growth appeared first on DevOps.com . from DevOps.com https://ift.tt/2LMO6eg

AWS Adds Agentic Workspace to Kiro AI Coding Tool

Amazon Web Services (AWS) this week added an open source workspace for its Kiro artificial intelligence (AI) coding tool that enables application developers to asynchronously assign tasks to an AI agent that is capable of autonomously performing tasks, such as testing code as it is created, in a way that maintains context across multiple sessions. Darko Mesaros, a distinguished developer advocate at AWS, said the Kiro Crew workspace is also capable of creating reusable AI skills by observing the tasks developers assign to Kiro as they write code. Kiro Crew orchestrates agents using the Agent Client Protocol (ACP) to ensure every step is observable in real time as sub-agents are spawned. For example, developers can also hand off a ticket queue to Kiro Crew for it to triage issues and flag what needs their attention or ask it to investigate the root cause of an incident while a developer continues to work on another task. An Activity view shows each agent’s reasoning, every tool call,...