Showing posts with label SBOM. Show all posts
Showing posts with label SBOM. Show all posts

Daily Tech Digest - July 14, 2026


Quote for the day:

"Goals are for people who care about winning once. Systems are for people who care about winning repeatedly." -- James Clear

🎧 Listen to this digest on YouTube Music

▶ Play Audio Digest

Duration: 21 mins • Perfect for listening on the go.


Digital devolution and taking back control

The article discusses the shift from highly centralized technology management to a model of digital devolution, where local organizations regain control over their systems and data. For many years, massive top down technology contracts locked public sector and enterprise groups into rigid, monolithic platforms that often failed to address specific local needs. Now, there is a growing movement to push decision making, budget, and technical authority away from the center and back into the hands of the people actually delivering frontline services. By taking back this control, local departments can choose modern, flexible tools that solve their unique operational problems. However, this decentralized approach does not mean a return to isolated silos. Instead, it relies heavily on open standards, shared data registries, and common technical platforms to ensure that different local systems can still talk to one another smoothly. This transition requires a careful balance between giving local leaders the freedom to innovate and maintaining enough central coordination to prevent any overlapping financial costs and security risks. Ultimately, giving power back to local teams enables much faster responses to user needs, reduces reliance on expensive older legacy vendors, and builds a more resilient technology landscape across the entire broader organization.


Mastering NHS Risk Management: A Guide to Best Practice

The article outlines how NHS boards can transition from treating risk management as a passive compliance exercise to using it as an active tool for institutional assurance. Often, executive teams rely on massive risk registers that blur the line between critical threats and minor operational friction. Instead, boards need a unified framework that actively drives real-world decision-making. A central theme is the need to break down silos between clinical care, financial stability, and digital security, treating them as an interconnected triad. A failure in finances or data security inevitably compromises patient safety. For example, with over 260,000 cyber attacks recorded in early 2026 and the increasing use of artificial intelligence, digital risk is now a direct threat to clinical outcomes. To build true resilience, the article advises leaders to use their Board Assurance Framework not just to record problems, but to demonstrate clear, evidenced progress toward long-term strategic goals, such as those in the 10-Year Health Plan. Ultimately, effective governance requires boards to replace bureaucratic rituals with practical judgment and institutional memory, ensuring that every identified risk leads to a deliberate action to either mitigate a threat or enable an opportunity for better healthcare delivery.


Routine maintenance as a failure vector in modern networks

In today's highly interconnected technology environments, "routine" network maintenance is no longer a low-risk activity. While planned updates, such as firewall adjustments, DNS modifications, or certificate renewals, are meant to improve system reliability, they often trigger unexpected outages. This happens because modern networks are incredibly complex, and a single user transaction now crosses multiple layers, including load balancers, security policies, and routing protocols. Consequently, a change to just one device can easily break a hidden dependency elsewhere in the traffic path. The core issue is that teams typically test only the specific component they changed, rather than verifying the complete traffic flow. Preliminary checks and isolated test environments are helpful, but they rarely mirror the true conditions of a live network. To prevent these maintenance induced failures, professionals need to map out traffic paths completely before making any changes. They should also establish clear expectations for how systems will react and prepare precise rollback plans that go beyond simply reverting a configuration. Ultimately, organizations must stop viewing maintenance as a simple checklist of isolated device updates. Instead, every maintenance window should be treated as a practical exercise in network resilience, requiring collaboration across security, application, and operations teams to ensure continuous service.


Hacker Conversations: Jesse McGraw (GhostExodus), From Blackhat Hacker to Redemption

Jesse McGraw, formerly known as the malicious computer hacker GhostExodus, underwent a profound transformation from a cybercriminal to a dedicated cybersecurity advocate. His journey began in high school, where a profound sense of isolation and neurodivergence fueled his obsession with technology. He discovered a talent for breaking rules and bypassing systems, driven primarily by the thrill of unauthorized access rather than financial gain. Lacking a clear moral compass regarding digital boundaries, his exploits steadily escalated. This culminated in his leadership of a hacker group and a dangerous breach of a Dallas medical facility network. After he recklessly posted a video of the hack online, a security researcher used open source intelligence to identify him, leading to McGraw's arrest and an eleven year prison sentence. This lengthy incarceration forced a pivotal realization about the real world consequences of his actions and the severe impact on victims. Today, McGraw channels his skills toward positive outcomes. Instead of breaking into networks, he utilizes open source intelligence to identify online predators and protect children. Acting as a bridge between the underground hacker community and the legitimate security industry, he educates the public on safe computing practices and works to prevent attacks on critical infrastructure.


Turning the Tables on Email Scammers With 'ScamBuster'

Instead of deleting scam emails, organizations can now use ScamBuster to fight back. Designed by software engineer Laurent Giovannoni, ScamBuster is an open-source, AI-driven system that engages with phishing attackers to gather intelligence. It uses large language models to adopt various personas—such as an elderly widow or a busy executive—to trick scammers into thinking they have successfully found a target. The AI learns which personas are most effective and adjusts its approach to extract valuable data like bank account numbers, payment domains, and phone numbers. ScamBuster operates strictly on an inbound basis, meaning it only replies to incoming emails. Once it extracts the attacker's information, the system structures the data into standard threat intelligence formats, such as STIX 2.1 and MISP. Security teams and law enforcement can then use this intelligence to link different scams together and build profiles of cybercriminal operations. Scheduled for release at Black Hat USA 2026, ScamBuster is designed to be affordable and is compatible with any preferred AI model. Giovannoni is also developing updates to address vishing and smishing attacks, extending the tool's capability to combat multiple forms of social engineering.


Is that QR code a trap? How to spot quishing scams before it's too late

Quishing, or QR code phishing, is a growing modern scam where attackers trick people into scanning malicious QR codes. These specific codes usually lead to fraudulent websites designed to steal sensitive information like passwords, credit card numbers, or personal data. Scammers often place fake QR codes over legitimate ones on parking meters, restaurant menus, or public transit stations. They also send them through emails or physical mail, pretending to be from trusted sources like banks or delivery services. To protect yourself, treat QR codes with the same caution as email links. Before scanning, physically inspect the code; if it is printed on a sticker placed over another code, avoid it. Use your phone's built-in camera app rather than a third-party QR scanner, as native cameras usually display the destination URL before opening it. Review the URL carefully for subtle misspellings or odd domain names that mimic real brands. If a scanned code asks for login credentials or payment information, stop and navigate to the official website manually instead. Finally, keep your smartphone's operating system updated, as this ensures you have the latest built-in security features. By staying observant and verifying links, you can easily avoid these deceptive QR code scams.


Your AI risk register is not an incident response plan

Many organizations mistakenly treat a list of potential AI risks as an actual plan for managing failures. While documenting risks creates helpful visibility, a spreadsheet cannot investigate, contain, or resolve a problem when an artificial intelligence system breaks down in a live environment. To properly manage these systems, security teams need a practical response plan that dictates exactly what to do when an issue occurs. Unlike traditional security breaches involving unauthorized access or stolen data, AI failures are often messier. They might look like a misleading summary, a flawed recommendation, or a bad automated decision. Because of this, organizations must define what counts as an AI incident and establish clear ways for employees to report these events. Additionally, investigating these issues requires evidence. Organizations must ensure that logs, prompt histories, and system outputs are captured before moving AI tools into active use. Most importantly, clear ownership is essential. Someone must have the explicit authority to pause or restrict an AI system if it starts producing harmful or unreliable results. Ultimately, security leaders must bridge the gap between acknowledging potential problems and being operationally prepared to fix them by creating a clear, realistic response playbook for their organizations to follow.


Building AI Agents? Here Are Some Anti-Patterns to Avoid.

When building artificial intelligence agents, projects often fail not because of the underlying models, but due to preventable structural and operational mistakes. To build reliable systems, it is essential to start simple and scale complexity only when necessary. A common error is adopting a complex, multi-agent setup early when a single, well-scoped agent with clear responsibilities would suffice. Similarly, overloading an agent with too many tools or expecting it to handle every possible task makes it inefficient and prone to errors. Instead, provide a minimal set of distinct tools and focus on specialized tasks. Another key issue is hardcoding rigid logic rather than building modular components that are easy to update. Furthermore, a solid memory design is vital; agents need to recall past steps to navigate complex tasks effectively. On the operational side, releasing agents without clear visibility into their decision-making processes makes fixing problems incredibly frustrating. It is also crucial to limit their ability to make permanent changes without human oversight, carefully manage the information they process over long tasks to avoid confusion, and rigorously test them against unexpected scenarios before launch. By addressing these pitfalls, you can create practical tools that consistently deliver the desired results in everyday applications.


CIOs must rethink operating models to unlock AI at scale

Many organizations face immense pressure to implement AI at scale, but their current operational foundations often aren't ready. While AI technology is advancing rapidly, businesses are struggling with a "readiness gap" caused by issues like data quality, disjointed operating models, and a lack of proper skills and governance. CIOs must rethink their operating models to close this gap. This requires moving away from traditional, siloed technology playbooks toward a tighter partnership between IT and business teams. AI thrives on clarity, and organizations need to redesign their end-to-end workflows rather than just bolting AI onto existing processes. Data readiness is a critical first step; companies must focus on improving data quality, standardizing procedures, and managing the new information generated by AI tools. Furthermore, successful AI scaling requires executive sponsorship, clear communication to address employee fears, and governance that is embedded directly into the operating model rather than treated as an afterthought. Transitioning from small proofs of concept to full production demands a strategic shift in how teams work together. Ultimately, unlocking AI's potential is a team effort that relies on intentional design, continuous upskilling, and a strong, integrated foundation.


Why SBOMs, signing, and provenance still don’t tell you if software is safe

While current software security practices like tracking components and verifying origins are helpful, they are no longer enough to keep systems safe. Tools that show what is inside a program or prove who made it do not answer the most important question: what the code will actually do once it is running. A program might have a verified source and a clean list of ingredients, yet still attempt to steal passwords or expose private data. This gap in security is becoming more urgent as artificial intelligence allows both safe and harmful code to be written and changed faster than humans can review. We cannot assume software is safe just because it comes from a known publisher or looks familiar. Instead, we need to stop trusting software based only on its identity or background. The next step is to evaluate how the code behaves before allowing it to run. We must check if its actions, such as accessing sensitive files or connecting to outside networks, are necessary and appropriate for its purpose. By adopting a mindset where no code is trusted by default, we can focus on verifying behavior rather than just origin, creating a more reliable defense against modern threats.

Daily Tech Digest - June 29, 2026


Quote for the day:

"People don't need leaders who protect them from every challenge. They need leaders who help them believe they can handle the challenge." -- Gordon Tredgold

🎧 Listen to this digest on YouTube Music

▶ Play Audio Digest

Duration: 19 mins • Perfect for listening on the go.


Tokens are the hidden but fundamental currency of modern artificial intelligence systems, acting as the basic units of text that determine both the cost and performance of enterprise AI deployments. Every interaction with a language model consumes tokens, which are pulled from a finite context window. While large context windows exist, models often struggle to process information buried in the middle of long prompts. Because AI providers charge for every token sent to and generated by a model, unchecked usage can quickly lead to massive budget overruns. Organizations frequently make three main mistakes: allowing chat histories to grow indefinitely, feeding too many unnecessary documents into the system, and failing to restrict the length of AI-generated responses. To control these costs without sacrificing quality, technical leaders should adopt basic financial hygiene measures. This includes caching repetitive instructions and taking a tiered approach to model selection, using smaller, cheaper models for routine tasks and reserving the most expensive, highly capable models for complex analysis. Ultimately, managing tokens effectively is not just an operational detail; it is a critical requirement for building scalable, secure, and financially responsible AI systems.


Forget AGI. The real prize is enterprise AGI

The artificial intelligence industry is largely chasing the wrong goal by focusing on general intelligence or superintelligence. Instead, the true economic prize is "Enterprise AGI," which is a tailored intelligence unique to each company. While many model vendors are building smarter, generalized models that offer the same baseline intelligence to everyone—a concept the authors call "data communism"—the real competitive advantage lies in "data capitalism." This approach allows businesses to turn their proprietary data, internal processes, corporate policies, and tacit human knowledge into governed, compounding assets. To achieve Enterprise AGI, companies need a system of intelligence that captures exactly how they operate on a daily basis. Databricks is highlighting this shift by moving beyond a traditional data platform to an enterprise intelligence platform. Through practical tools like Genie One—a digital assistant for business users—and the Genie Ontology, Databricks helps organizations harmonize their data and map real business meaning. By grounding artificial intelligence in authoritative, verified data assets, companies can ensure their tools reason and act within specific operational contexts. Ultimately, the winners will be those who help businesses convert their unique institutional knowledge into an actionable, differentiated intelligence system.


The New Insider Threat Isn't Human: Securing AI Agents Before They Secure Themselves

As AI agents become a central part of how we manage software and infrastructure, they are silently introducing significant new security risks. For decades, security teams have focused on protecting against human threats, like careless employees or compromised contractors. Today, however, automated machine identities vastly outnumber human ones. Rather than building tailored security protocols, many organizations take the easy route by giving these AI agents long-lasting human API keys or broad system access. This approach creates a dangerous vulnerability. If an attacker compromises an agent or manipulates its behavior through prompt injection, they gain the same extensive access the agent holds. Recent incidents highlight how easily malicious actors can hijack chatbot credentials to infiltrate interconnected networks or use compromised agents for automated espionage. Furthermore, connection frameworks meant to link agents to databases can be exploited if they rely entirely on implicit trust. The solution requires moving away from shared credentials and adopting strict authorization boundaries for software. Each AI agent needs a unique, short-lived identity restricted strictly to its specific task. By placing a clear policy enforcement checkpoint between the agent and your systems, you ensure that autonomous actions remain securely contained and properly audited.


Companies keep bolting AI onto their products, and the security bill is coming due

As companies rush to integrate artificial intelligence into their products, they are encountering significant security challenges. According to recent data from Cobalt, AI applications not only retain traditional software flaws but also introduce unique vulnerabilities. This combination results in high-risk issues occurring at nearly three times the rate of conventional systems. Unfortunately, fixing these problems is proving difficult. With the lowest resolution rate of any asset class, roughly two out of three serious AI vulnerabilities remain unfixed due to a shortage of specialized staff, immature security processes, and reliance on external vendors. Furthermore, unauthorized employee use of unapproved AI tools is now the leading cause of AI-related security incidents, as these applications easily bypass traditional corporate network scanners. Recognizing these complexities, organizations are shifting their approaches. The initial excitement for fully automated security testing has declined sharply, as teams notice that automated scanners frequently miss critical flaws. Instead, companies are increasingly relying on human experts to evaluate their most important systems. Ultimately, organizations that prioritize fixing verified, exploitable vulnerabilities rather than chasing theoretical alerts are seeing much better success in securing their environments and meeting their internal security goals.


Products That Are Not “Quantum-Safe” May Soon Be Ineligible for Cybersecurity Certification in France

Starting in 2027, developers seeking certification from France’s lead cybersecurity agency, ANSSI, may need to prove their security products are resistant to quantum computing attacks. This requirement is expected to become a universal standard by 2030. While this certification remains optional for general consumer products, it is strictly required for any technology used by the French government or critical infrastructure operators. This policy establishes France as an early leader in European cybersecurity regulation, complementing broader European Union directives. The initiative is driven by the looming threat of advanced quantum computers breaking traditional encryption methods. Although experts previously estimated this capability would arrive by 2035, recent assessments by major technology companies suggest it could happen as early as 2029. This accelerated timeline is concerning because malicious actors are already stealing encrypted data to decode it once powerful quantum computers become available. Despite these growing risks, adoption of new resistant standards has been slow. Organizations face complex challenges in upgrading existing systems, and formal standards were only recently finalized. Security professionals recommend that organizations begin planning their transition carefully, ensuring they maintain strong fundamental security practices rather than becoming distracted by future threats.


Reducing cyber risk is still hard: Why CTEM stalls at action

Many organizations struggle to actually reduce cyber risk because finding vulnerabilities is fundamentally easier than fixing them. While security teams are highly skilled at identifying threats, the responsibility for applying software patches usually falls to IT operations. This division of labor creates delays, particularly when dealing with older infrastructure where teams worry that an update might disrupt normal business operations. As a result, many modern security programs often stall out. They provide excellent visibility into potential risks but fail to drive the practical actions necessary to secure them. The current roadblocks are well documented. Security and IT teams frequently use different systems and have competing priorities, leading to extended repair timelines. Furthermore, security leaders find it difficult to communicate complex technical risks to company executives in clear financial terms. To bridge this gap, organizations need to shift their focus away from simply discovering flaws and toward managing the fixes practically. By establishing a unified system, companies can consolidate their asset data and automate fixes. When direct patching is unworkable, they can apply alternative containment measures. Ultimately, effective risk reduction requires prioritizing system flaws based on actual business and revenue impact, turning technical insight into measurable action.


Serverless Architecture

Serverless architecture fundamentally shifts how developers build applications by removing the need to manage backend infrastructure. In this cloud computing model, providers handle provisioning, scaling, and execution, allowing teams to deploy discrete units of code—functions—that are triggered by specific events. This approach is highly effective for background tasks, internal tools, and rapid prototyping, as it enables teams to focus entirely on business logic rather than server maintenance. However, serverless is not a universal solution. It imposes strict limits on execution time, making it unsuitable for long-running processes or complex workflows without careful architectural redesign. Furthermore, while it removes server management, it redistributes complexity into areas like state management, distributed communication, and transaction coordination. Functions are naturally stateless, meaning developers must rely heavily on external databases and services to maintain context. Cold starts and vendor lock-in present additional challenges that require thoughtful mitigation. Ultimately, rather than completely replacing traditional systems, serverless functions are best used as powerful building blocks within a hybrid architecture. When applied to the right workloads and isolated behind clean code boundaries, serverless computing can significantly accelerate development cycles and reduce operational costs.


12 Questions and Answers About purdue model architecture

Originally developed in 1991 as an engineering guide for manufacturing data flows, the Purdue Model has evolved into an essential security framework for industrial control systems. The architecture structures networks into a six-level hierarchy, establishing clear boundaries between physical operational technology and corporate information technology. The lowest tiers, from Levels 0 to 2, manage the physical hardware, sensors, and direct control systems on the factory floor. The upper tiers, from Levels 3 to 5, handle business management, enterprise systems, and internet connectivity. By segmenting these distinct zones, the model provides a practical blueprint for a layered defense strategy. This structured approach ensures that security breaches in corporate office networks cannot easily move laterally to disrupt critical physical machinery. As modern industries connect their formerly isolated factories to cloud networks and integrate automated tools, the security risks of bridging these environments grow significantly. Despite its age, the Purdue Model remains a highly relevant method for organizations to logically organize network defenses, deploy targeted firewalls, and safely manage the complex flow of data between enterprise offices and operational equipment.


GDPR at 10: Landmark data protections, increasing business burden

Ten years after the General Data Protection Regulation (GDPR) went into effect, the results show a clear divide between enhanced consumer privacy and growing business frustrations. On the positive side, the regulation has successfully established stronger data protection habits across Europe. Significantly more companies have adopted these standards, and consumers are far more aware of how their personal information is handled. Regulatory enforcement has also matured from high-profile, record-breaking fines into a steady review of daily operational compliance. However, the business community increasingly views the ongoing regulation as a heavy administrative burden. A vast majority of companies report that the rules make their operations far more complicated and demand a high level of continuous effort to keep up with shifting technical and legal changes. This dissatisfaction is especially visible in data-driven fields like artificial intelligence. Because AI development requires massive amounts of data, many European businesses feel that strict privacy laws put them at a serious competitive disadvantage globally. Consequently, industry leaders are calling for reforms that balance genuine privacy risks with the practical needs of technological innovation, ensuring that data protection does not needlessly stall progress.


Software Supply Chain Security Shifts Toward AI, SBOM Operations and Delivery Governance

The software supply chain security (SSCS) landscape is rapidly evolving beyond basic vulnerability checks to address complex threats from artificial intelligence, third-party software, and delivery pipelines. According to Gartner, securing software factories now requires organizations to actively manage external risks from open-source tools, commercial vendors, and AI components like large language models. Rather than just scanning for flaws, modern security practices emphasize strong governance across the entire software lifecycle. A central element of this shift is the operational use of Software Bills of Materials (SBOMs), moving past simple document generation to continuous analysis, lifecycle management, and downstream sharing. Additionally, businesses must evaluate whether their security tools can automate remediation, enforce policies directly within developer workflows, and reliably handle external code dependencies. Protecting the supply chain now means ensuring software delivery infrastructure is fully auditable while integrating safeguards into source control and deployment systems. By treating software security as a comprehensive control layer from acquisition through delivery, organizations can better mitigate risks and confidently protect their intellectual property against emerging external and AI-related threats.

Daily Tech Digest - May 25, 2026


Quote for the day:

“Do the thing you fear to do and keep on doing it… that is the quickest way yet discovered to conquer fear.” -- Dale Carnegie

🎧 Listen to this digest on YouTube Music

▶ Play Audio Digest

Duration: 19 mins • Perfect for listening on the go.


The Lifecycle Crisis: Managing the Birth, Life, and Death of AI Agents

The rapid proliferation of AI agents has triggered a hidden cybersecurity vulnerability known as the lifecycle crisis, where modern enterprises are increasingly surrounded by automated "zombie" identities. While standard corporate protocols ensure meticulous offboarding for departing human employees, discontinued AI agents are rarely deprovisioned with the same discipline. Instead, these autonomous systems quietly persist in production environments long after their initial business cases fade or their human creators change roles, continuously interacting with internal networks using lingering privileges and forgotten API tokens. This creates an unmanaged parallel workforce running entirely unsupervised, presenting a highly attractive target for malicious exploiters and hackers. To mitigate these compounding risks, companies must shift from chaotic identity sprawl to an active governance framework built around intelligence-driven control. Security teams need to establish organizational muscle memory that treats automated credentials with strict administrative rigor. Implementing a mature lifecycle framework requires discovering rogue scripts, mapping clear operational ownership, conducting regular validation audits, and configuring automatic expiration timelines based on real-time business needs and justifications. Securing today's digital infrastructure demands proactive engineering that successfully guarantees a controlled birth, a closely monitored life, and a verifiable death for every single agent deployed across the network.


Unlocking intelligence with access control

In this article, Jack Sargent of Genetec explains how physical access control systems within corporate environments are evolving from simple door locking mechanisms into vital sources of strategic operational intelligence. Rather than operating as reactive tools that security teams review only after an incident occurs, modern access platforms utilize centralized multi-site data and automated workflows to quickly detect and flag anomalous security patterns, like off-hours entry attempts or repeated access failures. Beyond mitigating traditional physical risks, unified setups aggregate continuous data regarding building occupancy and daily traffic flows. Corporate leaders can share these insights with facilities departments to optimize layouts, substantially reduce avoidable overhead expenses, and refine real world resource allocation. Modern architectures also tightly align physical hardware with digital identity lifecycle management, enabling structured, role based permissions that update automatically whenever employees shift operational roles or leave the company. Because physical systems are increasingly interconnected with enterprise IT networks, these advanced platforms prioritize cybersecurity by embedding robust authentication controls, encrypted communication protocols, and continuous device health monitoring. Ultimately, by supporting flexible, incremental deployment choices across on-premises, cloud, or hybrid environments, modern access control serves as a secure, data driven foundation that simplifies compliance reporting and unifies cross functional business workflows.


8 IT modernization traps CIOs must avoid

The CIO article highlights eight critical pitfalls that technology leaders frequently stumble into when upgrading their corporate systems for a modern world. First, simply stacking flashy new technologies onto complex, messy legacy infrastructure backfires, creating expensive integration and security headaches instead of real enterprise value. Leaders also routinely underestimate organizational culture, treating modernization as an isolated technical project rather than a shared, cross-functional journey. Similarly, viewing cloud migration as a final destination, instead of just a baseline for ongoing evolution, stalls real progress—a costly mistake many companies are now repeating by rushing into artificial intelligence adoption without securing data permissions or establishing strict governance models. Another major blind spot is assuming a technical refresh automatically cleans up bad data, which only winds up reinforcing existing silos. Beyond software and databases, teams often carry an emotional debt from past failed projects that breeds quiet skepticism, a hurdle requiring honest internal dialogue to clear. Finally, failing to tie tech spending to concrete business value like productivity, and treating transformation as an all-inclusive big bang replacement rather than a gradual process, leaves projects vulnerable. To succeed, CIOs should view modernizing infrastructure like evolving a vibrant city, upgrading different neighborhoods incrementally over time by listening closely to the frontline staff who deal with daily bottlenecks.


As industrial networks become increasingly interconnected, the old assumption that internal users, devices, and networks are inherently safe is fast dissolving. However, applying enterprise-style zero trust models to operational technology (OT) environments poses an immediate hurdle: legacy assets like PLCs, sensors, and historians were never designed to execute multi-factor authentication or present cryptographic certificates. Consequently, cybersecurity professionals are shifting their focus away from strict identity verification at the front door toward continuous asset discovery, deep visibility, and functional network segmentation, such as the classic zones and conduits approach outlined in IEC 62443. Instead of forcing heavy software updates onto fragile systems, operators establish device identities externally through behavioral baselines, passive network fingerprinting, and rigorous privileged access management. This behavior-driven approach proves especially vital during credential theft, as it successfully detects anomalies based on unexpected activity rather than relying solely on login validity. Although global frameworks like NIS2 and NIST SP 800-82 provide solid guidance, achieving true resilience requires overcoming internal friction from plant teams concerned with physical safety and operational uptime. By reframing zero trust as an engineering discipline tied directly to avoiding unplanned downtime, industrial operators can successfully balance safety, continuous availability, and strict security outcomes across their complex critical infrastructure.


AI agents are quietly generating chaos engineering failures enterprises don’t track yet

In this VentureBeat article, automation expert Sayali Patil highlights an unmonitored class of production incidents sparked by autonomous AI agents that current corporate postmortem frameworks completely fail to track. While many enterprises deploy agentic AI to handle system anomalies by independently scaling resources or restarting clusters, these software actions frequently lack a crucial human safeguard: the holistic judgment call of a real engineer. When an agent acts with an incomplete context window, its seemingly correct remediation can inadvertently trigger catastrophic, cascading infrastructure failures across unseen downstream dependencies. Because traditional incident tracking systems categorize these disruptions as ordinary server or network events, the underlying AI trigger remains entirely invisible. Patil argues that automated remediations are inherently chaos engineering events, emphasizing that companies must unify the separate silos of AI orchestration and chaos practices. To mitigate this risk, the author proposes a resilience budget model, a live accounting ledger fueled by real-time signals like SLO burn rates, dependency saturation, and performance latency trends. This framework serves as a strict governance gateway that temporarily halts or escalates an agent's permissions whenever a system's real-time absorption capacity drops below a safe baseline, ensuring humans step in during ambiguous states. Ultimately, operating autonomous software safely at scale requires treating every automated action as a deliberate chaos injection and establishing reliable human circuit breakers.

How to Test Ransomware Recovery Without Reinfecting Your Environment

In this Hacker News expert insight piece, Subramani Rao from Acronis addresses the high-pressure challenges managed service providers face when attempting ransomware recovery across complex multi-tenant environments. He cautions that traditional backup verification methods are no longer sufficient because contemporary attackers actively compromise identity infrastructure and embed dormant persistence mechanisms. Consequently, simply restoring immutable backups risks reintroducing hidden malware back into production. To safely test recovery capabilities without triggering accidental reinfection, the article outlines a rigorous eight-step operational methodology. This framework emphasizes establishing completely isolated clean-room testing environments, simulating sophisticated, multi-stage attack scenarios that mirror lateral threat movement, and validating full-system infrastructure architectures rather than focusing solely on individual file restoration. Crucially, the blueprint prioritizes the early recovery of core identity systems like Active Directory and Domain Name Systems, while leveraging security telemetry to accurately isolate the last known uncompromised restore point. Ultimately, the piece advocates for the structural integration of backup systems with endpoint detection and response tools to replace standard operational guesswork with precise analytics. Furthermore, conducting regular, well-documented disaster recovery drills is highlighted as a modern necessity for regulatory compliance under frameworks like NIS 2, providing the verifiable readiness evidence that corporate compliance audits and cyber insurance underwriters increasingly demand.


Caught Off Guard: Securing AI After It Hits Production

As corporate teams race to push artificial intelligence projects out of the experimental phase and straight into production, security departments are finding themselves completely blindsided and trapped in a reactive mode. Historically, defense is most effective when integrated early into the software development lifecycle, but the breakneck speed of the current AI hype cycle has largely left security professionals out of the initial loop. To regain their footing and effectively secure these rapid deployments, defense teams must shift from panicked tactics to proactive strategies. According to Joshua Goldfarb, this transition relies heavily on engaging application owners through data-driven discussions that map specific monetary risks rather than abstract concepts. Furthermore, organizations must cultivate agility to navigate hybrid cloud complexities and design mature operational workflows capable of absorbing new AI alerts. Because large portions of artificial intelligence systems are built on top of existing application and API technology stacks, future-proofing current defensive architecture allows teams to simply plug in specialized AI protections later. Finally, maintaining rigorous security hygiene through continuous scanning and establishing runtime contextual awareness are vital steps for identifying real-time anomalies. By prioritizing these combined measures, enterprises can successfully transform a sudden operational surprise into a manageable, highly resilient security framework.


Weaponizing SBOMs: A Practical Guide for Security Practitioners

In her Security Magazine article, cybersecurity expert Pam Nigro shifts the traditional perspective on Software Bills of Materials (SBOMs), transforming them from tedious regulatory compliance checkboxes into powerful defensive weapons. Attackers routinely benefit from a massive asymmetric advantage, needing only a single overlooked flaw to infiltrate a network, whereas defenders must perfectly secure every single digital asset. To effectively level this playing field, Nigro describes SBOMs as an organizational "Rosetta Stone" that maps out exactly what hidden components reside inside a company's software ecosystem. By turning guesswork into absolute technical precision, teams can replace frantic, late-night vendor panic with rapid, database-driven threat hunting when major exploits occur. Operationalizing these inventories within automated build pipelines allows enterprise engineering teams to ruthlessly eliminate software bloat, root out ancient end-of-life packages, and objectively verify security patches before harmful regressions can happen. To establish a mature program over a structured ninety-day timeline, practitioners should track specific metrics like overall asset coverage, remediation speeds, and the systematic reduction of duplicate libraries. Furthermore, incorporating Vulnerability Exploitability eXchange (VEX) frameworks clears out distracting false positives. Ultimately, transforming these blind black boxes into actionable operational blueprints empowers modern security leaders to completely abandon constant, reactive firefighting and confidently stay several steps ahead of malicious adversaries.


Boston Consulting: 2 Futures Every CIO Should Prepare For

A recent report by the Boston Consulting Group’s Henderson Institute urges tech leaders to prepare for two sharply contrasting future scenarios that are expected to diverge between 2027 and 2035: "AI abundance" and "digital Darwinism." While both paths rely on an identical underlying technology stack, featuring ubiquitous agentic AI, advanced robotics, and quantum computing, they differ significantly in their approach to governance and systemic risk. In the AI abundance model, a series of catastrophic cyberattacks in the early 2030s prompts severe, mandatory global regulation, turning proprietary tech and data into cheap commodities while prioritizing trust and collaborative ecosystems. Conversely, digital Darwinism presents a highly competitive, unregulated race to the bottom where governments actively court tech giants with minimal restrictions to maximize immediate commercial and medical breakthroughs, ultimately leaving society ill-equipped when systemic downsides inevitably surface. BCG stresses that CIOs cannot afford to build long-term strategies around a single, predictable timeline. To navigate either outcome successfully over the next two years, IT executives must proactively shift their operating postures. This requires deploying highly modular computing architectures, designing robust trust infrastructure, redesigning workforce models for human-machine collaboration, embedding climate risk assessments into capital allocation, and prioritizing early quantum literacy before these advanced competencies become absolute corporate necessities.


The article, written by Alan Shimel on Security Boulevard, explores the “illusion of mastery” in AI governance, drawing insights from JFrog's 2026 Software Supply Chain Security State of the Union report. While a staggering 97% of organizations claim to have AI governance frameworks in place, the data exposes an alarming disconnect between perceived and actual control. Specifically, 53% of organizations source models from repositories with known malicious payloads, and 18% lack governance over IDEs and Model Context Protocol (MCP) servers integrated directly into developer workflows. Shimel emphasizes that the software supply chain has expanded far beyond traditional code or open-source dependencies; it now includes foundation models, autonomous agents, and AI-powered extensions. This shift transforms the cybersecurity battle from protecting code to managing trust. Furthermore, the report shows that nearly half of respondents find reviewing and hardening AI-generated code to be a massive drain on resources, meaning AI often shifts workloads rather than reducing them. Ultimately, static policy documents fail to secure dynamic AI ecosystems. The article underscores that real governance must be actively enforced within development platforms and operational pipelines, where human decisions, software engineering, and autonomous systems intersect, rather than merely existing on paper.

Daily Tech Digest - March 11, 2026


Quote for the day:

“In the end, it is important to remember that we cannot become what we need to be by remaining what we are.” -- Max De Pree

🎧 Listen to this digest on YouTube Music

▶ Play Audio Digest

Duration: 21 mins • Perfect for listening on the go.

Jack & Jill went up the hill — and an AI tried to hack them

This Computerworld article details a groundbreaking red-teaming experiment by CodeWall where an autonomous AI agent successfully compromised the Jack & Jill hiring platform. By chaining together four seemingly minor vulnerabilities—a faulty URL fetcher, an exposed test mode, missing role checks, and lack of domain verification—the agent gained full administrative access within an hour. The experiment took a surreal turn when the agent autonomously generated a synthetic voice to interact with the platform’s internal assistants, even masquerading as Donald Trump to demand sensitive data. While the platform’s defensive guardrails successfully repelled direct social engineering attempts, the test proved that AI can navigate complex attack vectors with greater speed and creativity than human experts. CodeWall CEO Paul Price emphasizes that AI’s ability to digest vast information and run thousands of simultaneous experiments necessitates a radical shift in defensive postures. As AI lowers the barrier for sophisticated cyberattacks, organizations must move beyond periodic scans toward continuous, adversarial testing. Ultimately, this piece serves as a stark warning that integrating autonomous agents into business operations creates entirely new, unsecured attack surfaces that require urgent attention from security leaders worldwide.


When is an SBOM not an SBOM? CISA’s Minimum Elements

This Techzine article examines the Cybersecurity and Infrastructure Security Agency's 2025 guidance that significantly elevates the technical standards for Software Bills of Materials. By introducing "Minimum Elements," CISA establishes a rigorous baseline for what constitutes a credible SBOM, moving beyond simple component lists to include cryptographic hashes and detailed generation context. This shift aligns with global regulatory trends, most notably the EU Cyber Resilience Act, which legally mandates "security by design" and persistent SBOM maintenance for digital products sold in Europe. The author emphasizes that a static SBOM is no longer sufficient; instead, these documents must be dynamic, immutable records generated for every build to facilitate rapid incident response. In an era of strict compliance deadlines—often requiring vulnerability notification within 24 hours—the ability to accurately query software dependencies has become a competitive necessity. Ultimately, the article argues that mature, automated SBOM processes are critical for establishing trust with procurement teams and regulators. Organizations failing to adopt these rigorous standards risk being excluded from the global market as the industry moves toward a more transparent, secure, and verifiable software supply chain.


NIST concept paper explores identity and authorization controls for AI agents

The National Institute of Standards and Technology (NIST), through its National Cybersecurity Center of Excellence, has released a pivotal draft concept paper titled “Accelerating the Adoption of Software and Artificial Intelligence Agent Identity and Authorization.” This document addresses the critical security gap created by the rapid emergence of “agentic” AI systems—software capable of autonomous decision-making and task execution with minimal human oversight. As these agents increasingly interact with sensitive enterprise networks, NIST argues that traditional automation scripts no longer suffice as a governance model. Instead, the paper proposes that AI agents must be recognized as distinct, identifiable entities within identity management frameworks, rather than operating under shared or anonymous credentials. The initiative explores adapting established standards like OAuth and OpenID Connect to manage the unique challenges of agent authentication and dynamic authorization, ensuring the principle of least privilege remains intact. Furthermore, the paper highlights significant risks such as prompt injection and accountability concerns, suggesting robust logging and auditing mechanisms to trace autonomous actions back to human authorities. Ultimately, NIST aims to provide a practical implementation guide that allows organizations to securely harness the power of AI agents while maintaining rigorous oversight, closing the loop between technical efficiency and enterprise security.


Middle East Conflict Highlights Cloud Resilience Gaps

This Darkreading article explores how recent geopolitical tensions and military actions have shattered the illusion of the cloud as a geography-independent entity. Robert Lemos details how kinetic strikes, including drone and missile attacks on Amazon Web Services (AWS) facilities in the UAE and Bahrain, have shifted data centers from cyber targets to Tier 1 strategic military objectives. These events underscore a critical flaw in current cloud architecture: while designed to withstand natural disasters, facilities are often ill-equipped for the physical destruction of modern warfare. With backup sites frequently located within a 60-mile radius of primary hubs, regional conflicts can simultaneously disable both main and redundant systems, causing permanent hardware loss and long-term operational paralysis. The piece emphasizes that industries reliant on real-time processing, such as finance and defense, face the greatest risks from these localized outages. Consequently, experts are calling for a fundamental shift in disaster recovery strategies, moving away from strict domestic data residency toward "Allied Data Sovereignty." This approach would allow critical national data to be legally backed up and hosted in allied nations during crises, ensuring that essential digital services can survive even when the physical infrastructure on the ground is compromised by kinetic warfare.


Why AI is both a curse and a blessing to open-source software - according to developers

In this ZDNET article Steven Vaughan-Nichols explores the dual-edged impact of artificial intelligence on the open-source community. On the positive side, AI serves as a powerful "blessing" by accelerating security triage and automating tedious maintenance tasks. For instance, Mozilla successfully utilized Anthropic’s Claude to identify critical vulnerabilities in Firefox far more efficiently than traditional methods, while the Linux kernel leverages AI to streamline patch backports and CVE workflows. However, this progress is countered by a significant "curse": a deluge of "AI slop." Maintainers of projects like cURL are being overwhelmed by low-quality, AI-generated security reports that lack substance and drain volunteer resources, a phenomenon Daniel Stenberg describes as a form of DDoS attack. Furthermore, large companies like Google have been criticized for dumping minor, AI-discovered bugs on small projects without offering fixes or financial support. Ultimately, industry leaders like Linus Torvalds emphasize that while AI is an invaluable evolutionary step in coding tools, it must be used responsibly. To ensure a productive future, the open-source ecosystem requires a cultural shift where human accountability and rigorous "showing of work" remain central to the development process, preventing automated noise from drowning out genuine innovation.


When AI safety constrains defenders more than attackers

In the CSO Online article Sharma highlights a growing imbalance in the cybersecurity landscape caused by the rigid implementation of AI safety guardrails. While major AI providers have developed sophisticated filters to prevent harmful content generation, these mechanisms often fail to differentiate between malicious intent and legitimate defensive research. Consequently, security professionals, such as red teamers and penetration testers, frequently encounter refusals when attempting to generate realistic phishing simulations or exploit code for authorized assessments. This friction creates a significant operational gap, as threat actors remain entirely unconstrained by such ethical or technical boundaries. Attackers can easily bypass restrictions using jailbroken models, locally hosted open-source alternatives, or specialized malicious tools available in underground markets. This asymmetry allows cybercriminals to industrialize attack variations while defenders struggle to validate detection rules or train employees against evolving threats. To address this disparity, the author argues for a transition toward authorization-based safety models that verify the identity and purpose of the user rather than relying solely on content-based filtering. Ultimately, for AI to truly enhance security, safety frameworks must evolve to support defensive workflows, ensuring that protective measures do not inadvertently become blind spots that benefit only the attackers.


5 tips for communicating the value of IT

In this CIO.com article Mary K. Pratt emphasizes that IT leaders must transition from being perceived as mere cost centers to being recognized as essential business partners. To achieve this, CIOs are encouraged to proactively highlight IT’s positive impacts, ensuring that technology’s role is not taken for granted or only noticed during catastrophic system failures. A critical shift involves ditching technical jargon in favor of business-centric language that prioritizes tangible impact over raw metrics like bandwidth or latency. By utilizing key performance indicators that resonate with specific stakeholders—such as improvements in sales conversion or employee productivity—leaders can demonstrate how technology investments directly influence the organization's bottom line. Furthermore, the article suggests that IT executives sharpen their storytelling skills to translate complex technical initiatives into relatable, human-centric narratives that address specific organizational pain points. Finally, shifting the focus from simple cost-cutting to asset-building and profit-driving allows IT to frame its contributions as catalysts for top-line growth. Ultimately, by consistently marketing their successes through a clear business lens, IT leaders can successfully shake off utility-like reputations and secure their positions as strategic drivers of value and innovation in an increasingly competitive digital landscape.


5 requirements for using MCP servers to connect AI agents

The Model Context Protocol (MCP) serves as a critical standard for orchestrating communication between AI agents, assistants, and LLMs, but successful deployment requires a strategic approach focused on five key requirements. First, organizations must define a narrow, granular scope for MCP servers to prevent performance degradation and ensure reliability. Second, establishing robust integration governance is essential; this involves deciding how to pull context and enforcing least-privilege access to prevent data exfiltration. Third, security non-negotiables are vital, as MCP lacks built-in authentication; teams should implement cryptographic verification, log all interactions, and maintain human-in-the-loop oversight for sensitive tasks. Fourth, developers must not delegate data responsibilities to the protocol, as MCP is merely a connectivity layer that does not guarantee underlying data quality or safety against prompt injection. Fifth, managing the end-to-end agent experience through comprehensive observability and monitoring is necessary to track agent behavior and prevent costly, inefficient resource exploration. By addressing these operational, security, and governance boundaries, businesses can leverage MCP servers to build more complex, trustworthy agentic workflows. This framework ensures that AI ecosystems remain secure and efficient as organizations transition from experimental projects to production-ready agentic systems that require seamless, cross-platform integration.


The limits of bubble thinking: How AI breaks every historical analogy

This Venturebeat article explores the common human tendency to view emerging technologies through the lens of past market cycles. While investors often compare the current artificial intelligence surge to the dot-com crash or the cryptocurrency craze, the author argues that these historical analogies are increasingly insufficient. This "bubble thinking" relies on instinctive pattern-matching, where people assume that because capital is rushing in and valuations are climbing, a catastrophic collapse is inevitable. However, AI possesses unique characteristics—such as its capacity for rapid self-improvement and its foundational role in transforming diverse industries—that set it apart from previous technological shifts. Unlike the speculative nature of crypto or the localized impact of early internet companies, AI is fundamentally reshaping business models and operational efficiency across the global economy. Consequently, traditional risk assessments and valuation methods may fail to capture the true scale of AI’s potential. Rather than waiting for a predictable burst, the article suggests that financial institutions and investors must adapt their strategies to account for an unprecedented paradigm shift. Ultimately, relying on outdated historical templates may lead to a fundamental misunderstanding of the transformative power and long-term trajectory of the modern AI revolution.


SIM Swaps Expose a Critical Flaw in Identity Security

SIM swap attacks represent a fundamental structural weakness in digital identity security, exploiting the industry's misplaced reliance on mobile phone numbers as trusted authentication anchors. Traditionally used for password resets and multi-factor authentication (MFA), phone numbers are easily compromised through social engineering or insider collusion at telecommunications providers, allowing criminals to seize control of a victim’s digital life. Once a number is successfully reassigned, attackers can intercept SMS-based one-time passcodes and bypass recovery safeguards to access sensitive accounts, including banking, email, and enterprise systems. The article highlights that phone numbers were originally designed for communication routing, not identity verification, making them unsuitable for high-security applications due to their portability and frequent recycling. To mitigate these risks, organizations must shift toward phishing-resistant authentication methods, such as hardware security keys and passkeys, while hardening account recovery workflows to move beyond SMS dependency. Additionally, the piece advocates for continuous identity threat detection and risk-based controls that treat identity as a dynamic signal rather than a static login event. Ultimately, the increasing scale and reliability of SIM swapping demand a significant evolution in security architecture, moving away from legacy assumptions to establish a more resilient, device-bound perimeter for modern identity protection.

Daily Tech Digest - January 13, 2026


Quote for the day:

"Don't let yesterday take up too much of today." -- Will Rogers



When AI Meets DevOps To Build Self-Healing Systems

Self-healing systems do not just react to events and incidents — they analyse historic data, identify early triggers or symptoms of failures, and act. For example, if a service is known to crash when it runs out of memory, a self-healing system can observe metrics like memory consumption, predict when the service may fail with very low memory, and take action to fix the issue—like restarting the service or allocating more memory—without human intervention. In AIOps, self-healing systems are powered by data science in terms of machine learning models, real-time analytics, and automated workflows. ... Self-healing systems don’t just rely on static rules and manual checks; they utilise real-time data streams and apply pattern and anomaly detection through machine learning to ascertain the state of the environment. A self-healing system is trying to gauge its own health all the time — CPU utilisation, latency, memory, throughput, traffic, security anomalies, etc — to preemptively address an impending failure. The key component of every self-healing system is a cycle that reflects the process followed by intelligent agents: Detect → Diagnose → Act. ... The integration of artificial intelligence and DevOps signifies an important change in the way modern IT systems are built, managed, and evolved. As we have discussed here, AIOps is not just an extension of a type of automation — it is changing the way operations are modelled from reactive to intelligent, self-healing ecosystems.


Building a product roadmap: From high-level vision to concrete plans

A roadmap provides the anchor to keep everyone aligned amid constant flux. Yet many organizations still treat roadmaps as static artifacts — a one-and-done exercise intended to appease executives or investors. That’s a mistake. The most effective roadmaps are living documents evolving with the product and market realities. ... If strategy defines direction, milestones are the engine that keeps the train moving. Too often, teams treat milestones as arbitrary checkpoints or internal deadlines. Done right, these can become powerful tools for motivation, alignment and storytelling. ... The best roadmaps aren’t written by PMs — they’re co-authored by teams. That’s why I advocate for bottom-up collaboration anchored in executive alignment. Before any roadmap offsite, sync with the CEO or leadership team. Understand what they care about and why. If they disagree with priorities, resolve those conflicts early. Then bring that context into a team workshop. During the session, identify technical leads — those trusted voices who can translate into action. Encourage them to pre-think tradeoffs and dependencies before the group session. ... The perfect roadmap doesn’t exist and that’s the point. Remember, the goal isn’t to build a flawless plan, but a resilient one. As President Dwight D. Eisenhower said, “Plans are useless, but planning is indispensable.” ... Vision without execution is hallucination. But execution without vision is chaos. The magic of product leadership lies in balancing both: crafting a roadmap that’s both inspiring and achievable.


Scattered network data impedes automation efforts

As IT organizations mature their network automation strategies, it’s becoming clear that network intent data is an essential foundation. They need reliable documentation of network inventory, IP address space, topology and connectivity, policies, and more. This requirement often kicks off a network source of truth (NSoT) project, which involves network teams discovering, validating, and consolidating disparate data in a tool that can model network intent and provide programmatic access to data for network automation tools and other systems. ... IT leaders do not understand the value of NSoT solutions. The data is already available, although it’s scattered and of dubious quality. Why should we spend money on a product or even extra engineers to consolidate it? “Part of the issue is that we’ve got leadership that are not infrastructure people,” said a network engineer with a global automobile manufacturer. “It’s kind of a heavy lift to get them to buy into it, because they see that applications are running fine over the network. ‘Why do I need to spend money on this is?’ And we tell them that the network is running fine, but there will be failures at some point and it’s worth preventing that.” ... NSoT isn’t a magic bullet for solving the problems IT organizations have with poor network documentation and scattered operational data. Network engineering teams will need to discover, validate, reconcile, and import data from multiple repositories. This process can be challenging and time-consuming. Some of this data will difficult to find. 


What insurers expect from cyber risk in 2026

Cyber insurers are beginning to use LLMs to translate internet scale data into structured inputs for underwriting and portfolio analysis. These applications target specific pain points such as data gaps and processing delays. Broader change across pricing or risk selection remains gradual. ... AI supported workflows begin to reduce repetitive tasks across those stages. Automation supports data entry, document review, and routine verification. Human oversight remains central for judgment based decisions. The research links this shift to measurable operational effects. Fewer manual touches per claim reduce processing time and error rates. Claims teams gain capacity without proportional increases in staffing. ... Age verification and online safety legislation introduce unintended cyber risk. Requirements that reduce online anonymity create high value identity datasets that attract attackers. The research highlights rising exposure to identity based coercion, insider compromise, and extortion. Once personal identity data is leaked, attackers gain leverage that can translate into access to corporate systems. This dynamic supports long term campaigns by organized groups and state aligned actors. ... Data orchestration becomes a core capability. Insurers and reinsurers integrate signals including security posture, threat activity, and loss experience into shared models. Consistent views across teams and regions support portfolio governance. This shift places emphasis on actionability. Data value depends on timing and relevance within workflows rather than volume alone. 


Human + AI Will Define the Future of Work by 2027: Nasscom-Indeed Report

This emerging model of Humans + AI working together is reported as the next phase of transformation, where success depends on how effectively AI will augment human capabilities, empower employees, and align with organizational purpose. The report highlights that the most effective human–AI partnerships are emerging across higher-order activities such as scope definition, system architecture, and data model design. At the same time, more routine and repeatable tasks, including boilerplate code generation and unit test creation, are expected to be increasingly automated by AI over the next two to three years. ... To stay relevant in a Human + AI workplace, the report emphasizes that individuals should build capability, adaptability, and continuous learning. This includes experience with using AI tools (prompting, critical review of output, combining AI speed with human judgment), moving up the value chain (e.g., developers from coding to architecture thinking), building multidisciplinary skills (tech + domain + professional skills), and focusing on outcomes over credentials by creating repositories of work samples showing measurable impact. ... Organizations have already started taking measures to address these challenges. Every seven in ten HR leaders are focusing on upskilling, more than half focusing on modernizing systems. With respect to AI adoption, 79% prioritize internal reskilling as a dominant strategy. 


From vulnerability whack-a-mole to strategic risk operations

“Software bills of materials are just an ingredients list,” he notes. “That’s helpful because the idea is that through transparency we will have a shared understanding. The problem is that they don’t deliver a shared understanding because the expectation of anyone in security who reads the SBOM is the first job they’ll do is run those versions against vulnerability databases.” This creates a predictable problem: security teams receive SBOMs, scan them for vulnerabilities, and generate alerts for every CVE match, regardless of whether those vulnerabilities actually affect the product. ... To make SBOMs truly useful, Kreilein introduces VEX (Vulnerability Exploitability Exchange), an open standards framework that addresses the context problem. VEX provides four status messages: affected, not affected, under investigation, and fixed. “What we want to start doing is using a project called VEX that gives four possible status messages,” Kreilein explains. ... Developers aren’t refusing to patch because they don’t care about security. They’re worried that upgrading a component will break the application. “If my application is brittle and can’t take change, I cannot upgrade to the non-vulnerable version,” Kreilein explains. “If I don’t have effective test automation and integration and unit testing, I can’t guarantee that this upgrade won’t break the application.” This reframing shifts the security conversation from compliance and mandates to engineering fundamentals. Better test coverage, better reference architectures, and better secure-by-design practices become security initiatives.


AI backlash forces a reality check: humans are as important as ever

Companies are now moving beyond the hype and waking up to the consequences of AI slop, underperforming tools, fragmented systems, and wasted budgets, said Brooke Johnson, chief legal officer at Ivanti. “The early rush to adopt AI prioritized speed over strategy, leaving many organizations with little to show for their investments,” Johnson said. Organizations now need to balance AI, workforce empowerment and cybersecurity at the same they’re still formulating strategies. That’s where people come in. ... AI is becoming less a tech problem and more of an adoption hurdle, Depa said. “What we’re seeing now more and more is less of a technology challenge, more of a change management, people, and process challenge — and that’s going to continue as those technologies continue to evolve,” he said. DXC Technology is taking a similar approach, designing tools where human insight, judgment, and collaboration create value that AI can’t do alone, said Dan Gray, vice president of global technical customer operations at the company. ... Companies might have to accept underutilizing some of the AI gains in the near term. AI could help workers complete their tasks in half the time and enjoy a leisurely pace. Alternately, employees might burn out quickly by getting more work. “If you try to lay them off, you don’t have a good workforce left. If you let them be, why are you paying them? So that’s a paradox,” Seth said.


Physical AI is the next frontier - and it's already all around you

Physical AI can be generally defined as AI implemented in hardware that can perceive the world around it and then reason to perform or orchestrate actions. Popular examples including autonomous vehicles and robots -- but robots that utilize AI to perform tasks have existed for decades. So what's the difference? ... Saxena adds that while humanoid robots will be useful in instances where humans don't want to perform a task, either because it is too tedious or too risky, they will not replace humans. That's where AI wearables, such as smart glasses, play an important role, as they can augment human capabilities. But beyond that, AI wearables might actually be able to feed back into other physical AI devices, such as robots, by providing a high-quality dataset based on real-life perspectives and examples. "Why are LLMs so great? Because there is a ton of data on the internet, for a lot of the contextual information and whatnot, but physical data does not exist," said Saxena. ... Given the privacy concerns that may come from having your everyday data used to train robots, Saxena highlighted that the data from your wearables should always be kept at the highest level of privacy. As a result, the data -- which should already be anonymized by the wearable company -- could be very helpful in training robots. That robot can then create more data, resulting in a healthy ecosystem. "This sharing of context, this sharing of AI between that robot and the wearable AI devices that you have around you is, I think, the benefit that you are going to be able to accrue," added Asghar.


Unlocking the Power of Geospatial Artificial Intelligence (GeoAI)

GeoAI is more than sophisticated map analytics. It is a strategic technology that blends AI with the physical world, allowing tech experts to see, understand, and act on patterns that were previously invisible. From planning sustainable cities to protecting wildlife, it’s helping experts tackle significant challenges with precision and speed. As the world generates more location-based data every day, GeoAI is becoming a must-have tool. It’s not just tech – it’s a way to make the world work better. ... To make it simpler. Machine learning spots trends, computer vision interprets images, GIS organizes it all, and knowledge graphs tie it together. The result? GeoAI can take a chaotic pile of data and deliver clear answers, like telling a city where to build a new park or warning about a wildfire risk. It’s a powerhouse that’s making location-based decisions faster and smarter. In all, GeoAI is transforming the speed at which we extract meaning from complex datasets, thereby enabling us to address the Earth’s most pressing challenges. ... Though powerful, GeoAI is not without challenges. Effective implementation requires careful attention to data privacy, technical infrastructure, and organizational change management. ... Leaders who take GeoAI seriously stand to gain more than just incremental improvements. With the right systems in place, they can respond faster, make smarter decisions, and get better results from every field team in the network. 


For application security: SCA, SAST, DAST and MAST. What next?

If you think SAST and SCA are enough, you’re already behind. The future of app security is posture, provenance and proof, not alerts. ... Posture is the ‘what.’ Provenance is the ‘how’. The SLSA framework gives us a shared vocabulary and verifiable controls to prove that artifacts were built by hardened, tamper‑resistant pipelines with signed attestations that downstream consumers can trust. When I insist on SLSA Level 2 for most services and Level 3 for critical paths, I am not chasing compliance theater; I am buying integrity that survives audit and incident. Proof is where SBOMs finally grow up. Binding SBOM generation to the build that emits the deployable bits, signing them and validating at deploy time moves SBOMs from “ingredient lists” to enforceable controls. The CNCF TAG‑Security best practices v2 paper is my practical map, personas, VEX for exploitability, cryptographic verification to ensure tests actually ran, and prescriptive guidance for cloud‑native factories. ... Among the nexts, AI is the most mercurial. NIST’s final 2025 guidance on adversarial ML split threats across PredAI and GenAI and called out prompt injection in direct and indirect form as the dominant exploit in agentic systems where trusted instructions co mingle with untrusted data. The U.S. AI Safety Institute published work on agent hijacking evaluations, which I treat as required red‑team reading for anyone delegating actions to tools.