<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <copyright>Copyright TechTarget - All rights reserved</copyright>
        <description></description>
        <docs>https://cyber.law.harvard.edu/rss/rss.html</docs>
        <generator>Techtarget Feed Generator</generator>
        <language>en</language>
        <lastBuildDate>Fri, 14 Aug 2026 15:59:44 GMT</lastBuildDate>
        <link>https://www.techtarget.com/enterprise-software</link>
        <managingEditor>editor@techtarget.com</managingEditor>
        <item>
            <body>&lt;p&gt;Hardened images are becoming a practical necessity for many organizations running production workloads.&lt;/p&gt; 
&lt;p&gt;Production workloads incorporate third-party software that enterprise development teams have no control over. Generic containers hold many components that might not be relevant to a given use, but that still introduce a certain level of risk if the software components they contain are compromised. If someone finds a vulnerability in those upstream sources, engineering teams have no direct way to fix it on their own.&lt;/p&gt; 
&lt;p&gt;Vendors, including BellSoft, Chainguard, Docker, Minimus, Red Hat, RapidFort and Wiz, aim to prevent this issue by providing container images with vulnerabilities already resolved, called hardened images.&lt;/p&gt; 
&lt;p&gt;In a recent &lt;a href="https://research.esg-global.com/aim/en/reports/515202223"&gt;Omdia survey&lt;/a&gt;, 77% of respondents said that either third-party and OSS code or software dependencies were the riskiest elements of the software supply chain for cloud-native technology. The same survey found that hardened container images were the only security tools for third-party and OSS code components that more than half of organizations identified as very effective.&lt;/p&gt; 
&lt;section class="section main-article-chapter" data-menu-title="Why are hardened container images important now?"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Why are hardened container images important now?&lt;/h2&gt;
 &lt;p&gt;Hardened images are not new, but they have become more relevant due to a confluence of factors.&lt;/p&gt;
 &lt;p&gt;Software supply chains have become more complex, attacks on them have become more common and drawn more attention, and vulnerability discovery has increased in quantity and speed -- in part because of AI. In addition, organizations have historically been focused on &lt;i&gt;removing &lt;/i&gt;friction for developers, not adding it with additional security measures.&lt;/p&gt;
 &lt;p&gt;"It still persists, the idea that you don't create friction in how developers work. They didn't get a lot of security historically" said Katie Norton, analyst at IDC. "I'm meeting more and more companies that when they think about securing AI, the developer use case around that is so prominent because of things like Claude and Cursor and AI coding. The software development process is considered use case number one, just as much as Kathy in HR using ChatGPT when she's not supposed to. The use cases around coding with AI are just so visible that now the priority level has just jumped [several] notches."&lt;/p&gt;
 &lt;div class="extra-info"&gt;
  &lt;div class="extra-info-inner"&gt;
   &lt;h3 class="splash-heading"&gt;What are the features of hardened container images?&lt;/h3&gt; 
   &lt;p&gt;The features of hardened images generally include:&lt;/p&gt; 
   &lt;ul class="default-list"&gt; 
    &lt;li&gt;A base image following security standards that map closely to NIST SP 800-190's container security guidance.&lt;/li&gt; 
    &lt;li&gt;A formal record of the components included in the image and supply-chain relationships of the components -- a software bill of materials.&lt;/li&gt; 
    &lt;li&gt;Cryptographic provenance ensuring that the image was not tampered with.&lt;/li&gt; 
    &lt;li&gt;A commitment from the image provider or vendor to minimize exposure to vulnerabilities, and to remediate and republish images quickly when upstream vulnerabilities are discovered.&lt;/li&gt; 
   &lt;/ul&gt;
  &lt;/div&gt;
 &lt;/div&gt;
&lt;/section&gt;     
&lt;section class="section main-article-chapter" data-menu-title="Benefits of hardened container images"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Benefits of hardened container images&lt;/h2&gt;
 &lt;p&gt;There are a confluence of factors driving organizations to realize the benefits of hardened images.&amp;nbsp;&lt;/p&gt;
 &lt;h3&gt;1. Software supply chain attacks and zero-trust security&lt;/h3&gt;
 &lt;p&gt;Containers were not initially designed with security in mind; they were designed for convenience. They traditionally came filled with bloat -- packages, binaries and libraries that a particular application will never actually use. &lt;br&gt;&lt;br&gt;"The images that Minimus, Chainguard and everybody else are providing are so stripped down, there's not much in there for attackers to use to live off the land. So, there is this real reduction in post-compromise risk and post-compromise attack surface," said Neil Carpenter, Go-to-market at Minimus, a vendor in the vulnerability-free container space.&lt;/p&gt;
 &lt;h3&gt;2. Compliance&lt;/h3&gt;
 &lt;p&gt;Regulatory requirements, including &lt;a href="https://www.datacenterknowledge.com/cloud/what-is-fedramp-federal-risk-and-authorization-management-program"&gt;FedRAMP&lt;/a&gt;, the EU Cyber Resilience Act and &lt;a href="https://www.techtarget.com/whatis/definition/What-is-the-Digital-Operational-Resilience-Act-DORA"&gt;DORA&lt;/a&gt;, have made hardened container images necessary.&lt;/p&gt;
 &lt;p&gt;"FedRAMP is probably the deepest end of the vulnerability management pool," Carpenter told TechTarget. "For FedRAMP, you have to report monthly on every vulnerability in your environment and what your plan for addressing it is. Which is insane … being able to replace every public image you're using -- [containing] hundreds of vulnerabilities -- with ones that are tightly managed is a huge advantage for those shops."&lt;/p&gt;
 &lt;h3&gt;3. Removing toil for developers&lt;/h3&gt;
 &lt;p&gt;It's onerous for developers to manually monitor, maintain and patch the hundreds of libraries that come packaged in container images. That's where hardened container images come in. They strip images down to limit the attack surface.&lt;/p&gt;
 &lt;p&gt;"There's a real advantage in making vulnerability management work easier," Carpenter said.&lt;/p&gt;
 &lt;p&gt;He described his previous experience at Orca, where its security product gave dev teams instant security visibility. This service often surfaced hundreds of thousands of vulnerabilities in 15 minutes. This puts development teams tasked with shifting security left and applying app sec at the build stages in sticky situations.&lt;/p&gt;
 &lt;p&gt;"Now there's a ton of friction and the first thing the developer is trying to do is figure out how to route around security because they have real goals around shipping features, fixing bugs, etc.," Carpenter said.&amp;nbsp;&lt;/p&gt;
 &lt;p&gt;Starting with a hardened image and builder ensures developers only need to worry about the vulnerabilities a developer introduced, instead of the thousands of vulnerabilities that come from off-the-shelf public images.&lt;/p&gt;
 &lt;h3&gt;4. Prevention early in the development cycle&lt;/h3&gt;
 &lt;p&gt;Instead of scanning for and detecting vulnerabilities downstream, hardened container images focus on preventing them from the start.&lt;/p&gt;
 &lt;p&gt;The move to prevention from detection comes as the signals that vulnerability scanners rely on are becoming less dependable.&lt;/p&gt;
 &lt;p&gt;"Going into 2026, the combination of gov't funding issues, layoffs at NIST and CISA, rising numbers of legit CVEs, and the AI-driven CVE slop means that the data we need for vulnerability management is going to get worse rather than better," wrote Carpenter in a November 2025 LinkedIn &lt;a href="https://www.linkedin.com/posts/neil-carpenter_the-more-i-think-about-jerry-gamblins-aspirational-share-7398015266716012544-R-yA"&gt;post&lt;/a&gt;.&lt;/p&gt;
 &lt;p&gt;NIST announced in April 2026 that it would reduce the amount of CVEs that &lt;a href="https://www.linkedin.com/pulse/missing-dhi-vulnerabilities-neil-carpenter-ikdje/"&gt;get enriched&lt;/a&gt; with data that scanners rely on. This means it is &lt;a href="https://www.darkreading.com/cybersecurity-operations/can-global-decentralized-system-save-cve-data"&gt;no longer a dependable single source of truth&lt;/a&gt;, creating problems for scanners that count on it as a lone signal. Carpenter covers the changing, more decentralized landscape of NVD enrichment in a Minimus blog post from June.&lt;/p&gt;
 &lt;p&gt;Preventing risk at the beginning of development narrows the scope of vulnerabilities on scanners are responsible for later in the SDLC.&lt;/p&gt;
 &lt;h3&gt;5. Performance&lt;/h3&gt;
 &lt;p&gt;Hardened images also offer performance improvements. Generic container images are a lot larger than normal images, containing vestigial packages, binaries and libraries that might never be needed. More bloatware means more potential performance problems.&lt;/p&gt;
 &lt;p&gt;"So, if we compare base images, just check the size. The size may be different by multiple times -- like 100 megabytes versus 400 or 500 megabytes -- and that's the image to run the same application, which means 75% of it is bloatware," said Dmitry Chuyko, senior performance architect at BellSoft.&lt;/p&gt;
 &lt;p&gt;&lt;i&gt;Ben Lutkevich is an award-winning technology writer and editor covering IT infrastructure, app development and AI.&lt;/i&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>Hardened container images reduce software supply chain risk by minimizing vulnerabilities, improving compliance, reducing toil and boosting performance.</description>
            <image>https://cdn.ttgtmedia.com/rms/onlineimages/code_g136298313.jpg</image>
            <link>https://www.techtarget.com/it-infrastructure/tip/5-reasons-hardened-images-are-seeing-a-resurgence</link>
            <pubDate>Fri, 14 Aug 2026 15:34:00 GMT</pubDate>
            <title>5 reasons hardened images are seeing a resurgence</title>
        </item>
        <item>
            <body>&lt;p&gt;AI makes it look effortless to spin up BI application prototypes and reports, which gives some enterprise leaders the false impression that platform engineering is just as easy.&lt;/p&gt; 
&lt;p&gt;To illustrate the first point, take a common scenario: a data analyst needs a customer churn breakdown by region for a meeting in two hours. Instead of filing a ticket with the BI team or building the report herself in the company's self-service BI tool, she &lt;a href="https://www.techtarget.com/data-technologies/post/Why-the-rush-to-replace-dashboards-with-AI-is-a-mistake"&gt;asks a coding agent to build it&lt;/a&gt;. It comes back wired to the data warehouse, filtered and ready before the meeting starts. That's a point solution: a report built to answer one question -- and AI just made that process dramatically faster than either path the analyst previously had.&lt;/p&gt; 
&lt;p&gt;Over the past 20 years, self-service BI solved a real problem. It lets people who aren't software engineers query the warehouse and build their own reports without waiting on a BI team. But it works inside the tool's boundaries: whatever charts, filters and layouts the BI platform allows. AI removes that boundary. The visuals, interactions and underlying logic are now buildable from scratch, styled and structured however someone wants, no longer constrained by what a BI tool's feature set supports.&lt;/p&gt; 
&lt;p&gt;That matters because no BI tool ever fully satisfies its users. There's always a report that needs a workaround or a data visualization the platform wasn't designed for. I've seen this complaint in every organization I've been part of, in one form or another.&lt;/p&gt; 
&lt;p&gt;But there's a downside to freeing users from the old constraints. Self-service BI already &lt;a href="https://www.techtarget.com/data-technologies/feature/How-dashboard-sprawl-challenges-upend-enterprise-analytics"&gt;led to a proliferation of user-built reports&lt;/a&gt;. AI adds another layer on top: allowing more report builders to create their own answers, with different logic and definitions behind visuals that look like they're answering the same question but aren't.&lt;/p&gt; 
&lt;p&gt;This unchecked expansion is part of the problem, too. It creates exactly the kind of mess a single, standardized system is supposed to prevent: conflicting answers on what looks like the same question. What's often missing is a &lt;a href="https://www.techtarget.com/data-technologies/feature/Why-enterprise-AI-depends-on-the-semantic-layer"&gt;shared semantic layer&lt;/a&gt; that defines what the numbers mean, plus the governance to make existing reports discoverable and retire the ones nobody trusts anymore.&lt;/p&gt; 
&lt;p&gt;That gap makes the next question feel reasonable: if a coding agent can build the report this fast, why not have it build a full platform, at a fraction of what it costs to buy commercial tools like Tableau or Looker? Companies are already taking this kind of approach in categories with a much bigger lift than BI. Salesforce's price increases have pushed some organizations toward building their own CRM logic. If that's happening with CRM, a BI platform can look like an easier version of the same move.&lt;/p&gt; 
&lt;p&gt;But that initial estimate only counts the build. It doesn't count what comes after -- and the CRM comparison doesn't hold up as well when you do. A homegrown CRM carries real overhead, too, but it can make sense when the licensing fees for commercial software are expensive enough and heavy customization would be required for your business processes anyway.&lt;/p&gt; 
&lt;p&gt;A BI platform doesn't have that same business case. It isn't tied to any unique business process, unlike a CRM that might encode a specific sales team's approval chains or territory rules. &lt;a href="https://www.techtarget.com/data-technologies/feature/9-examples-of-business-intelligence-use-cases-for-companies"&gt;Querying and visualizing data&lt;/a&gt; is largely the same at every company, meaning that building and maintaining a custom BI platform is rarely a differentiator.&lt;/p&gt; 
&lt;p&gt;Set the resources issue aside. A harder problem remains, no matter who or what builds the BI platform. Creating a single report is genuinely simple now; a coding agent did exactly that in two hours. Productizing a platform that an entire organization can rely on, across current and future use cases, is entirely different work, and AI only makes the first task faster.&lt;/p&gt; 
&lt;p&gt;Open source BI set out to fix what people didn't like about commercial platforms, promising something simpler, cheaper and more customizable. Superset, built at Airbnb and still maintained as an open source project, later became the foundation for Preset's hosted offering. Metabase took a different route, leaning into usability with a no-code query builder that non-technical people could actually use.&lt;/p&gt; 
&lt;p&gt;Both addressed real problems: licensing cost, vendor lock-in and customization limits. But neither removed the tradeoff entirely. Superset still requires teams to own hosting and maintenance if they run it themselves. And neither tool matched the breadth of dashboard types, integrations and enterprise access control that the commercial BI platforms had built over the years.&lt;/p&gt; 
&lt;p&gt;Query performance has to survive an audit months after launch, not just hold up on day one. Someone needs to catch failures before users report them, and there needs to be a roadmap for what the platform will look like a year out, with a feedback loop to drive improvements. That's what productizing requires, and none of it gets easier because a prototype comes together fast.&lt;/p&gt; 
&lt;p&gt;The upfront cost comparison part of the pitch usually compares a licensing fee against the first working version: the prototype a coding agent produces in an afternoon. That comparison leaves out the more expensive part: turning a prototype into &lt;a href="https://www.techtarget.com/searchenterpriseai/post/How-CIOs-should-architect-trust-in-AI-not-just-govern-it"&gt;something a wide user base can trust&lt;/a&gt;, with proper access control, high availability and an active maintenance plan. That productization phase typically requires far more capital and labor than it took to get the first working version. This gap is exactly where "build our own platform" math quietly stops counting.&lt;/p&gt; 
&lt;p&gt;None of that makes build the right call. What's changed is that AI makes initial development look so easy that companies stop checking whether buying was actually the problem. Was it too expensive, too complex or insufficient for the need, even after factoring in what the tool could be extended or configured to do?&lt;/p&gt; 
&lt;p&gt;A BI and analytics leader can run the decision through three questions:&lt;/p&gt; 
&lt;ul class="default-list"&gt; 
 &lt;li&gt;&lt;b&gt;Core vs. commodity.&lt;/b&gt; Is this tied to something core to how the business operates, or is it infrastructure that no company gets paid to run?&lt;/li&gt; 
 &lt;li&gt;&lt;b&gt;Total cost of ownership.&lt;/b&gt; Does the cost model include what it takes to run this as a product long after it ships: security, reliability, monitoring, a lifecycle plan and a feedback loop to make improvements?&lt;/li&gt; 
 &lt;li&gt;&lt;b&gt;Organizational capability&lt;/b&gt;. Is that ongoing work getting treated as the different discipline it actually is, rather than as more coding? That takes its own skills and its own organizational muscle, whether it sits with an internal team or an outside partner.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;Point solutions are still fine to build. A single report, a specific app, a one-off analysis with a known shelf life: build it fast and retire it when the question's answered. But the platform is a different decision, and it deserves scrutiny that has nothing to do with how fast the prototype came together.&lt;/p&gt; 
&lt;p&gt;&lt;i&gt;Sireesha Pulipati is a data and AI engineering leader specializing in scalable data platforms, real-time data pipelines and production-grade AI systems. She is a staff data engineer at Shopify and previously worked at Google, where she led analytics and business intelligence across search and Google Cloud. The views expressed by Pulipati are her own and do not reflect those of her company.&lt;/i&gt;&lt;/p&gt;</body>
            <description>AI makes generating BI reports simple, which makes platform-building look easier than it is. BI leaders should weigh the long-term commitment before deciding to build.</description>
            <image>https://cdn.ttgtmedia.com/rms/onlineimages/code_g1127196618.jpg</image>
            <link>https://www.techtarget.com/data-technologies/opinion/Why-AI-for-BI-works-for-reports-but-not-platform-building</link>
            <pubDate>Fri, 14 Aug 2026 15:08:00 GMT</pubDate>
            <title>Why AI for BI works for reports, but not platform building</title>
        </item>
        <item>
            <body>&lt;p&gt;Databricks keeps raising funding.&lt;/p&gt; 
&lt;p&gt;After revealing in July that it was in the process of securing new financing, Databricks on Thursday closed on $5 billion in venture capital funding at a rate that values the company at $190 billion and brings its total financing over $32 billion.&lt;/p&gt; 
&lt;p&gt;But after raising $5 billion or more in four separate funding rounds -- &lt;a href="https://www.techtarget.com/data-technologies/news/366617434/Databricks-record-10-billion-funding-round-to-fuel-growth"&gt;including $10 billion in December 2024&lt;/a&gt; -- the question isn't what the data management and AI vendor should do with the money or whether it can raise more. Instead, it is what Databricks should do next.&lt;/p&gt; 
&lt;p&gt;While many data management and analytics vendors are struggling to attract investors, there seems to be an endless supply of private capital willing to invest in Databricks. Beyond rounds exceeding $5 billion, the vendor raised $2 billion in debt financing in February and added $1 billion or more three additional times.&lt;/p&gt; 
&lt;p&gt;However, an eventual initial public stock offering would be more advantageous for Databricks than continuing to raise private funding, according to Michael Ni, an analyst at Constellation Research.&lt;/p&gt; 
&lt;p&gt;"Staying private has allowed Databricks flexibility to ignore public scrutiny on its profitability and predictability, but a successful public IPO could provide a growth flywheel," he told TechTarget.&lt;/p&gt; 
&lt;p&gt;Specifically, if the public markets respond positively to Databricks' &lt;a href="https://www.techtarget.com/data-technologies/news/366644813/Databricks-intros-new-Genie-data-management-tools-to-aid-AI"&gt;continued additions&lt;/a&gt; of &amp;nbsp;data and AI stack components, a healthy stock price would give the vendor greater flexibility to expand than raising private funding, he continued. In addition, going public -- and the need to respond to public-market sentiments -- would make it easier for the CIOs of potential customers to make Databricks part of their AI and &lt;a href="https://www.techtarget.com/data-technologies/definition/What-is-data-architecture-A-data-management-blueprint"&gt;data architectures&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;"The value in an IPO would go beyond the cash raised, enabling Databricks to move from a successful private platform to a consolidator and long-term standard for the enterprise AI stack," Ni said.&lt;/p&gt; 
&lt;p&gt;However, when an IPO happens depends, to some degree, on external factors such as the &lt;a target="_blank" href="https://www.ey.com/en_us/insights/ipo/ipo-market-trends" rel="noopener"&gt;market conditions for major IPOs&lt;/a&gt;. Also in question is how significantly an IPO would benefit Databricks when the company is seemingly able to raise funding whenever it desires to fuel technological innovation, acquisitions and other initiatives.&lt;/p&gt; 
&lt;section class="section main-article-chapter" data-menu-title="Databricks is different"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Databricks is different&lt;/h2&gt;
 &lt;p&gt;Databricks is far from the only data management vendor that has expanded over the past few years to provide a data foundation for AI development.&lt;/p&gt;
 &lt;p&gt;Rival &lt;a href="https://www.techtarget.com/data-technologies/news/366643795/Snowflake-barrage-adds-more-AI-development-analysis-tools"&gt;Snowflake&lt;/a&gt; and hyperscale cloud providers &lt;a href="https://www.techtarget.com/data-technologies/news/366644853/AWS-latest-to-introduce-context-layer-for-agentic-AI"&gt;AWS&lt;/a&gt;, &lt;a href="https://www.techtarget.com/data-technologies/news/366641929/Google-unveils-data-cloud-purpose-built-for-agentic-AI"&gt;Google Cloud&lt;/a&gt; and &lt;a href="https://www.techtarget.com/data-technologies/news/366643955/Microsoft-boosts-Fabric-to-make-it-a-foundation-for-AI"&gt;Microsoft&lt;/a&gt; have all similarly added capabilities that enable customers to connect AI tools with proprietary data. In addition, database vendors such as MongoDB and Couchbase, niche specialists including Alation and Informatica, and analytics providers such as Qlik and Tableau have all added tools to enable AI development &lt;a href="https://www.techtarget.com/data-technologies/news/366646252/Context-is-king-as-agents-evolve-but-problems-persist"&gt;informed by relevant, high-quality data&lt;/a&gt;.&lt;/p&gt;
 &lt;blockquote class="main-article-pullquote"&gt;
  &lt;div class="main-article-pullquote-inner"&gt;
   &lt;figure&gt;
    The value in an IPO would go beyond the cash raised, enabling Databricks to move from a successful private platform to a consolidator and long-term standard for the enterprise AI stack.
   &lt;/figure&gt;
   &lt;figcaption&gt;
    &lt;strong&gt;Michael Ni&lt;/strong&gt;Analyst, Constellation Research
   &lt;/figcaption&gt;
   &lt;i class="icon" data-icon="z"&gt;&lt;/i&gt;
  &lt;/div&gt;
 &lt;/blockquote&gt;
 &lt;p&gt;Databricks' valuation of $190 billion, however, dwarfs Snowflake's market capitalization of $114 billion, despite Snowflake's stock price more than doubling since April. And while Databricks continues to raise billions of dollars with each funding round, vendors such as Confluent, Domo, Dremio, DBT Labs and Fivetran have either sought buyers or merged with peers with funding difficult for data and analytics vendors to raise since &lt;a href="https://www.techtarget.com/data-technologies/news/252520740/Tech-stock-sell-off-signals-tough-times-for-data-vendors"&gt;tech stocks plummeted in 2022&lt;/a&gt;.&lt;/p&gt;
 &lt;p&gt;Venture capitalists simply view Databricks differently than they view most other data and AI providers, according to Sanjeev Mohan, founder and principal of analyst firm SanjMo.&lt;/p&gt;
 &lt;p&gt;"Investors see Databricks becoming the single consolidated platform for a wide span of data and AI use cases," he told TechTarget. "Databricks is different in that it actually keeps absorbing adjacent categories onto one architecture rather than bolting on a feature and calling it a platform."&lt;/p&gt;
 &lt;p&gt;In addition, venture capitalists have faith in Databricks CEO Ali Ghodsi, Mohan continued.&lt;/p&gt;
 &lt;p&gt;"Investors find their CEO to be a force of nature who has tremendous ambition and grit to build out the platform," he said.&lt;/p&gt;
 &lt;p&gt;One of those investors is Benjamin Black, co-founder and managing director of Akkadian Ventures, which holds exposure to Databricks through Powerlaw Corp.&lt;/p&gt;
 &lt;p&gt;Numerous factors have led investors to flock to Databricks while only minimally funding some of its smaller competitors, according to Black. In particular, he noted that its execution at scale -- surpassing $7 billion in annual recurring revenue and year-over-year revenue growth of approximately 80% -- are significant factors in the venture capital community's &lt;a href="https://www.techtarget.com/data-technologies/news/366617350/Record-funding-round-reflects-Databricks-differentiation"&gt;continued interest in Databricks&lt;/a&gt;.&lt;/p&gt;
 &lt;p&gt;"Databricks is popular because it has demonstrated unusually strong execution at enormous scale just as enterprises are trying to turn AI from a promising experiment into a core business capability," Black said.&lt;/p&gt;
 &lt;p&gt;Strong growth at scale and technology execution -- a platform designed to enable users to successfully develop AI tools -- makes Databricks not merely a company investors want as part of their portfolio, but one they want to get in on early, he continued.&lt;/p&gt;
 &lt;p&gt;"It has the revenue, growth, and institutional maturity to list when it chooses," Black said. "That combination is precisely why investors want exposure now rather than waiting for a ticker symbol.&lt;/p&gt;
 &lt;p&gt;Beyond how investors view Databricks, which is as much a bet on growth potential and financial performance than a recognition of technological prowess, Databricks has distinguished itself from a technological perspective as well, according to David Menninger, an analyst at ISG Software Research.&lt;/p&gt;
 &lt;p&gt;Significant features Databricks has developed over the past few years include Unity Catalog for governing data and AI, Mosaic AI for developing generative and agentic AI, &lt;a href="https://www.techtarget.com/data-technologies/news/366638723/Databricks-launches-PostgreSQL-Lakebase-to-aid-AI-developers"&gt;Lakebase&lt;/a&gt; to provide a PostgreSQL database foundation for AI initiatives, &lt;a href="https://www.techtarget.com/data-technologies/news/366625695/Latest-Databricks-tools-use-AI-to-simplify-AI-development"&gt;Agent Bricks&lt;/a&gt; to automate aspects of AI development, and its Genie natural language interface.&lt;/p&gt;
 &lt;p&gt;"Databricks has executed well," Menninger said. "Investors are primarily interested in high-growth companies. Databricks has been growing rapidly for many years."&lt;/p&gt;
 &lt;p&gt;ISG groups Databricks with 12 other data and AI platform providers, he continued. Peers include fellow data platform providers Cloudera, Snowflake and Teradata, &lt;a href="https://www.techtarget.com/it-infrastructure/definition/What-is-hyperscale-cloud-Computing-and-data-center-uses-explained"&gt;hyperscale cloud&lt;/a&gt; vendors AWS, Google Cloud and Microsoft, and other broad-based technology providers such as IBM, Oracle and SAP.&lt;/p&gt;
 &lt;p&gt;"We rate Databricks as an overall leader among this group, which means we place them in the top three," Menninger said.&lt;/p&gt;
&lt;/section&gt;                   
&lt;section class="section main-article-chapter" data-menu-title="Private vs. public"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Private vs. public&lt;/h2&gt;
 &lt;p&gt;In theory, Databricks could stay private for the foreseeable future.&lt;/p&gt;
 &lt;p&gt;"Databricks has had virtually no financial reason to face the public markets because the private markets are treating them so favorably," William McKnight, president of McKnight Consulting, told TechTarget.&lt;/p&gt;
 &lt;p&gt;Similarly, Mohan noted that private investors have been so willing to keep Databricks flush with cash that the vendor has the luxury of waiting until the ideal time to &lt;a href="https://www.techtarget.com/data-technologies/news/366636532/Databricks-adds-4B-funding-round-IPO-could-be-next"&gt;explore an IPO&lt;/a&gt;.&lt;/p&gt;
 &lt;p&gt;"The private market has given Databricks everything an IPO would, without the constraints," he told TechTarget.&lt;/p&gt;
 &lt;blockquote class="main-article-pullquote"&gt;
  &lt;div class="main-article-pullquote-inner"&gt;
   &lt;figure&gt;
    Private secondary sales only stretch so far. A public market lets employees and early backers actually cash out, unlike private market. That is good for employee retention and morale.
   &lt;/figure&gt;
   &lt;figcaption&gt;
    &lt;strong&gt;Sanjeev Mohan&lt;/strong&gt;Founder and principal analyst, SanjMo
   &lt;/figcaption&gt;
   &lt;i class="icon" data-icon="z"&gt;&lt;/i&gt;
  &lt;/div&gt;
 &lt;/blockquote&gt;
 &lt;p&gt;Eventually, however, the benefits of going public outweigh those of remaining private, Mohan continued.&lt;/p&gt;
 &lt;p&gt;For example, each private funding round dilutes the value that existing investors hold in Databricks. In addition, public companies have the transparency and credibility that can attract large enterprise and government customers.&lt;/p&gt;
 &lt;p&gt;"Private secondary sales only stretch so far," Mohan said. "A public market lets employees and early backers actually cash out, unlike the private market. That is good for employee retention and morale."&lt;/p&gt;
 &lt;p&gt;McKnight likewise noted that the &lt;a href="https://www.investopedia.com/ask/answers/021015/what-difference-between-ipo-and-private-placement.asp"&gt;benefits of going public&lt;/a&gt; ultimately outweigh those of continuing to raise private capital. Specifically, he noted that an IPO would enable Databricks to have access to liquid, market-validated funds for future acquisitions, stock to attract and retain elite talent, access to cheap debt and secondary capital markets, and SEC-audited transparency.&lt;/p&gt;
 &lt;p&gt;"Even with unlimited private capital, going public provides advantages that private funding cannot replicate," McKnight told TechTarget.&lt;/p&gt;
 &lt;p&gt;That said, raising more private funding remains a possibility for Databricks.&lt;/p&gt;
 &lt;p&gt;Black noted that a company such as Databricks can theoretically remain private indefinitely, as long as it can continue to raise capital, its employees and early investors can get liquidity without the company going public, and it can demonstrate its financial health without public filings.&lt;/p&gt;
 &lt;p&gt;"Private capital has gotten deep enough, with the largest funds able to write enormous checks, that a company can keep raising privately for a long time without ever needing the public markets," Black said.&lt;/p&gt;
 &lt;p&gt;In fact, it's possible that Databricks and other companies,such as &lt;a href="https://www.tradingview.com/symbols/NASDAQ-STRIPE/"&gt;Stripe,&lt;/a&gt; that are able to raise massive amounts of funding, could create a new class of "forever private" companies, he continued.&lt;/p&gt;
 &lt;p&gt;"Databricks and Stripe get all primary and secondary liquidity they need in the private markets," he said, noting that they can innovate without having to meet the expectations of public markets and each has already made the type of acquisitions that public stock is often used to fund. "If the private markets stay so accommodating for the best mega-privates, why go public at all?"&lt;/p&gt;
 &lt;p&gt;Menninger likewise noted that Databricks -- in theory -- could keep raising funding and remain private. He pointed out that IPOs typically fund expansion, and Databricks has been able to expand by &lt;a href="https://www.techtarget.com/data-technologies/news/366623864/Databricks-adds-Postgres-database-with-1B-Neon-acquisition"&gt;making numerous acquisitions&lt;/a&gt; and investing in product development.&lt;/p&gt;
 &lt;p&gt;"If you have access to the capital you need, it’s much better not to have to face the quarterly scrutiny of the public markets. It can really distract from the day-to-day operations of the business," Menninger said.&lt;/p&gt;
 &lt;p&gt;However, the greater likelihood is that Databricks will eventually go public, he continued, noting that benefits such as the public disclosure of financials attracting new customers, equity given to employees having more value when a company is public, and more easily funded acquisitions could outweigh the benefits of remaining private.&lt;/p&gt;
 &lt;p&gt;"Investors need to be able liquidate their investments at some point," Menninger said. "As long as there are other investors willing to step in, they can potentially go on like this forever, but that's highly unlikely. Even if they reach the point where they don't need additional capital, the existing investors will want to be able to close out their positions."&lt;/p&gt;
&lt;/section&gt;                    
&lt;section class="section main-article-chapter" data-menu-title="If not now, when?"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;If not now, when?&lt;/h2&gt;
 &lt;p&gt;Databricks will eventually go public, according to Ghodsi.&lt;/p&gt;
 &lt;p&gt;"We will go public, I promise," he said during an interview with CNBC on Thursday following the closing of Databricks' $5 billion funding round.&lt;/p&gt;
 &lt;p&gt;But the timing for an IPO has to be right, Ghodsi emphasized.&lt;/p&gt;
 &lt;div class="imagecaption alignLeft"&gt;
  &lt;img src="https://cdn.ttgtmedia.com/rms/onlineimages/ghodsi_ali.jpg" alt="Databricks CEO Ali Ghodsi"&gt;Ali Ghodsi
 &lt;/div&gt;
 &lt;p&gt;The stock market, though there have been significant IPOs in 2026, has been volatile, &lt;a target="_blank" href="https://www.google.com/search?q=dow+jones&amp;amp;oq=dow+jones&amp;amp;gs_lcrp=EgRlZGdlKgYIABBFGDkyBggAEEUYOTIICAEQ6QcY_FXSAQgxODE2ajBqNKgCAbACAQ&amp;amp;sourceid=chrome&amp;amp;ie=UTF-8" rel="noopener"&gt;trending generally up&lt;/a&gt; but lurching more in response to economic indicators, major companies' earnings filings and other reports.&lt;/p&gt;
 &lt;p&gt;"The markets have been really wobbly," Ghodsi told CNBC. "For three months, everything is down and it's going to be terrible. And then the other day, it's amazing. There was one great [announcement] by one software company and the whole market is up 10%, and then the next day everything is down 10%. It's just very turbulent times."&lt;/p&gt;
 &lt;p&gt;Beyond market unpredictability, the final months of 2026 may not be a good time for Databricks to go public because other major tech companies are also planning to go public and a Databricks IPO could get overshadowed.&lt;/p&gt;
 &lt;p&gt;Already in 2026, &lt;a href="https://www.techtarget.com/ai/news/366644478/SpaceX-IPO-aims-for-AI-and-orbital-data-centers"&gt;SpaceX&lt;/a&gt; pulled off the largest IPO in history when it raised $75 billion. Just as Databricks was announcing its latest funding round, reports surfaced that &lt;a href="https://www.techtarget.com/ai/news/366624572/Anthropic-intros-next-generation-of-Claude-AI-models"&gt;Anthropic&lt;/a&gt; may be planning an IPO in October that could surpass SpaceX's. In addition, &lt;a href="https://www.techtarget.com/ai/news/366628814/OpenAIs-GPT-5-is-out-Where-it-shines-and-where-it-doesnt"&gt;OpenAI&lt;/a&gt; has already filed initial paperwork for an IPO.&lt;/p&gt;
 &lt;p&gt;Those IPOs could take both potential investors and the infrastructure required to go public -- the investment firms that manage such undertakings -- away from Databricks.&amp;nbsp;&lt;/p&gt;
 &lt;p&gt;"Ghodsi has been open that he views this as a poor year to go public with SpaceX, OpenAI, and Anthropic all crowding the IPO conversation, and he's pointed to a possible window in 2027," Mohan said.&lt;/p&gt;
 &lt;p&gt;One thing Databricks does not have to worry about is missing its opportunity to go public, which happened to numerous data management and analytics providers in 2022.&lt;/p&gt;
 &lt;p&gt;Vendors including Qlik, &lt;a href="https://www.techtarget.com/data-technologies/news/252477178/ThoughtSpot-IPO-could-be-coming-after-vendor-adds-first-CFO"&gt;ThoughtSpot&lt;/a&gt; and &lt;a href="https://www.techtarget.com/data-technologies/news/252516835/Pyramid-Analytics-raises-120M-IPO-could-be-next"&gt;Pyramid Analytics&lt;/a&gt; spoke openly about IPOs, with Qlik even &lt;a href="https://www.techtarget.com/data-technologies/news/252511695/Qlik-planning-an-IPO-files-application-with-the-SEC"&gt;filing its initial paperwork&lt;/a&gt;. But after tech stocks plummeted in the spring of 2022, the technology landscape changed toward the end of the year, with AI becoming the dominant focus. Since then, niche data management and analytics vendors have had to reposition themselves and have largely lost the favor of the investment community.&lt;/p&gt;
 &lt;p&gt;Qlik, ThoughtSpot and Pyramid remain private.&amp;nbsp;&lt;/p&gt;
 &lt;p&gt;"Databricks is delaying because public markets are already giving it public company resources without public company constraints," Ni said. "Databricks is using the financial flexibility to drive growth rather than prove quarterly predictability. An IPO will become more necessary when the need for employee liquidity, acquisition currency and public market permanence outweighs the benefits of flexibility."&lt;/p&gt;
&lt;/section&gt;               
&lt;section class="section main-article-chapter" data-menu-title="The outlook"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;The outlook&lt;/h2&gt;
 &lt;p&gt;While an IPO is all but inevitable, and before going public Databricks remains able to attract large amounts of funding to fuel seemingly any growth initiative, technology needs to remain the vendor's main priority, according to McKnight.&lt;/p&gt;
 &lt;p&gt;"My focus, and my clients' focus, is less on the financial headlines&amp;nbsp;and much more on the core architectural and product execution&amp;nbsp;they deliver to the enterprise," he said.&lt;/p&gt;
 &lt;p&gt;For example, the &lt;a href="https://www.techtarget.com/enterprise-software/feature/AI-feature-spend-is-the-new-software-cost-control-problem"&gt;high cost of AI development&lt;/a&gt; is an ongoing concern for many enterprises, in some cases preventing companies from building agents and other applications. In addition, navigating Databricks to develop data and AI products can be complicated. Meanwhile, after acquiring a spate of companies -- including its purchase of PostgreSQL database innovator &lt;a href="https://www.techtarget.com/data-technologies/news/366649200/Databricks-Electric-acquisition-adds-embeddable-PostgreSQL"&gt;ElectricSQL&lt;/a&gt; this week -- there are still tools that need to be integrated with Databricks' existing platform before customers can take full advantage.&lt;/p&gt;
 &lt;p&gt;"They&amp;nbsp;could&amp;nbsp;neutralize cost opacity, deliver a true zero-administration experience,&amp;nbsp;provide prebuilt AI templates within Agent Bricks&amp;nbsp;and see about&amp;nbsp;integrating [acquisitions such as] PostgreSQL Lakebase (Neon)&amp;nbsp;and Tabular under Unity Catalog," McKnight said, noting that some competitors deliver faster execution and lower costs across customers data estates.&lt;/p&gt;
 &lt;p&gt;"Additionally, Databricks suffers from severe competitive multi-year ingestion pipeline degradation&amp;nbsp;and critical autoscaling endpoint failures under real-time concurrent inference," he added.&lt;/p&gt;
 &lt;p&gt;Mohan similarly suggested that while a well-timed IPO rather than another funding round is essential, so is ensuring that the many new features Databricks has &lt;a href="https://www.techtarget.com/data-technologies/news/366637142/New-Databricks-tool-aims-to-up-agentic-AI-response-accuracy"&gt;developed&lt;/a&gt; and &lt;a href="https://www.techtarget.com/data-technologies/news/366588032/Databricks-1B-plus-Tabular-acquisition-adds-Iceberg-support"&gt;acquired&lt;/a&gt; work as intended, and do so in an integrated manner that enables customers to build the data and AI tools they desire.&lt;/p&gt;
 &lt;p&gt;"Proof that their expansion is actually working," he said when asked what he'd like to see from Databricks over then next year. "There is no guarantee that their forays into marketing and security -- or even Lakebase -- will appeal to buyers who may be reluctant to put all their eggs in one basket. I'd like to see them prove these expansions merge into one coherent product rather than a widening surface."&lt;/p&gt;
 &lt;p&gt;&lt;i&gt;Eric Avidon is a senior news writer for Informa TechTarget and a journalist with more than three decades of experience. He covers analytics and data management.&lt;/i&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>Experts note that the benefits of going public ultimately outweigh those of staying private, even with the vendor seemingly able to raise unlimited financing.</description>
            <image>https://cdn.ttgtmedia.com/rms/onlineimages/money_g1222040206.jpg</image>
            <link>https://www.techtarget.com/data-technologies/news/366649434/IPO-inevitable-for-Databricks-after-adding-5B-in-funding</link>
            <pubDate>Fri, 14 Aug 2026 14:43:00 GMT</pubDate>
            <title>IPO inevitable for Databricks after adding $5B in funding</title>
        </item>
        <item>
            <body>&lt;p&gt;The U.S. has been a net energy exporter since 2019, &lt;a href="https://www.eia.gov/energyexplained/us-energy-facts/imports-and-exports.php" target="_blank" rel="noopener"&gt;according to&lt;/a&gt; the U.S. Energy Information Administration. However, energy costs have been rising, and U.S. energy exports reached record highs.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://www.techtarget.com/it-strategy/feature/CIOs-must-now-model-war-as-an-enterprise-risk"&gt;Geopolitical tensions&lt;/a&gt; involving Russia, Iran and Venezuela have affected global energy markets, contributing to price volatility. While the U.S. produces most of the energy it consumes domestically, these disruptions affect global LNG demand and prices, which can indirectly influence U.S. export commitments and domestic availability.&lt;/p&gt; 
&lt;p&gt;U.S. energy policy affects domestic prices mainly by changing how much energy is produced, how much is exported and how much remains available to U.S. buyers. When policy constrains supply or increases demand for exports, it can push prices higher, especially for natural gas and electricity.&lt;/p&gt; 
&lt;p&gt;Record U.S. energy exports represent a fundamental shift in energy markets that will affect everyone – &lt;a href="https://www.techtarget.com/it-strategy/feature/Predictable-IT-spending-in-an-unpredictable-economy"&gt;including IT budgets&lt;/a&gt; -- for years to come. CIOs who understand this connection and act strategically will turn a budget challenge into a competitive advantage through superior cost management and operational efficiency.&lt;/p&gt; 
&lt;section class="section main-article-chapter" data-menu-title="Understanding the energy export and IT budget connection"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Understanding the energy export and IT budget connection&lt;/h2&gt;
 &lt;p&gt;The problem is on both the supply and demand sides. There are stories about data centers &lt;a href="https://www.psu.edu/news/research/story/ask-expert-are-data-centers-driving-my-electricity-bills" target="_blank" rel="noopener"&gt;running up electric bills&lt;/a&gt; for residential customers. In recent months, Venezuela and Iran have been taken out of the supply, and for some time, Russia has been on the outs with the West due to its attack on Ukraine.&lt;/p&gt;
 &lt;p&gt;Net energy exports do not automatically mean cheap energy at home. It can mean the opposite. If supply falls or demand spikes, the U.S. cannot back out of sales and break its contracts. It must fulfill its contractual obligations.&lt;/p&gt;
 &lt;p&gt;For natural gas in particular, studies and recent reporting indicate that higher LNG exports can raise domestic gas prices, which then also feed into electricity bills because gas often sets power prices. And LNG exports are at record highs and expected to &lt;a href="https://www.eia.gov/todayinenergy/detail.php?id=67484" target="_blank" rel="noopener"&gt;grow by 30% in 2027&lt;/a&gt;.&lt;/p&gt;
 &lt;p&gt;Natural gas generated about 41% of U.S. utility-scale electricity in 2025, according to the U.S. Energy Information Administration. Data centers are particularly accounting for more power consumption, with recent estimates by Goldman Sachs saying global data-center power &lt;a href="https://www.goldmansachs.com/insights/articles/ai-to-drive-165-increase-in-data-center-power-demand-by-2030" target="_blank" rel="noopener"&gt;demand could rise&lt;/a&gt; 50% by 2027 and as much as 165% by 2030 versus 2023.&lt;/p&gt;
 &lt;p&gt;And don't expect prices to come down any time soon, even with a resolution to the Middle East conflict. "You know, even if it's resolved tomorrow, they say that prices shoot up like a rocket, but they float down like a feather, so you know, and that you can't count on a resolution," said John Winsett, CEO of NPI, a data intelligence firm.&lt;/p&gt;
 &lt;p&gt;Executives need to keep a close eye on this issue. Electricity represents &lt;a href="https://iaeimagazine.org/electrical-fundamentals/how-much-electricity-does-a-data-center-use-complete-2025-analysis/" target="_blank" rel="noopener"&gt;20-30%&lt;/a&gt; of data center operating costs, according to IAEI Magazine. Businesses should also monitor energy costs, even if they don't own data centers. Cloud providers pass energy costs through to customers, and co-location contracts often include energy cost escalators.&lt;/p&gt;
 &lt;p&gt;There isn't a single national forecast for data center electricity costs over the next two to three years, but recent reporting points to substantial upward pressure, with some estimates suggesting electricity prices could rise &lt;a href="https://www.eesi.org/articles/view/data-center-power-demands-are-contributing-to-higher-energy-bills" target="_blank" rel="noopener"&gt;up to 40%&lt;/a&gt; by 2030 compared with 2025. In faster-growing regions, especially data-center-heavy markets, the increase can be much steeper. A Bloomberg &lt;a href="https://www.bloomberg.com/graphics/2025-ai-data-centers-electricity-prices/" target="_blank" rel="noopener"&gt;report&lt;/a&gt; says electricity prices in Virginia have already increased 267% over five years.&lt;/p&gt;
 &lt;blockquote class="main-article-pullquote"&gt;
  &lt;div class="main-article-pullquote-inner"&gt;
   &lt;figure&gt;
    If you are doing a colo or outsourcing of a data center, you've got to check to see if there's an energy pass-through clause, because that clause will allow them to adjust your monthly bill by the amount that they feel is necessary.
   &lt;/figure&gt;
   &lt;figcaption&gt;
    &lt;strong&gt;John Winsett, CEO of NPI&lt;/strong&gt;
   &lt;/figcaption&gt;
   &lt;i class="icon" data-icon="z"&gt;&lt;/i&gt;
  &lt;/div&gt;
 &lt;/blockquote&gt;
&lt;/section&gt;         
&lt;section class="section main-article-chapter" data-menu-title="Direct impacts on your IT budget"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Direct impacts on your IT budget&lt;/h2&gt;
 &lt;p&gt;No &lt;a href="https://www.techtarget.com/it-infrastructure/feature/Guide-to-understanding-the-various-types-of-data-centers"&gt;type of data center&lt;/a&gt; is immune to price increases, regardless of whether a business has an on-premises data center, a cloud environment, a hybrid environment or co-location.&lt;/p&gt;
 &lt;p&gt;An on-premises data center operating costs tend to be more fixed than cloud and co-location because you have control over the purchasing of electricity. A colo or a cloud service provider (CSP) can have a pass-through clause, which allows them to adjust the terms of their contract if electricity prices change.&lt;/p&gt;
 &lt;p&gt;"If you are doing a colo or outsourcing of a data center, you've got to check to see if there's an energy pass-through clause, because that clause will allow them to adjust your monthly bill by the amount that they feel is necessary," said Winsett. "In a colo data center [contract], you negotiate for a fixed rate power clause, or at least an energy cost cap. The worst scenario is an uncapped variable pass-through language."&lt;/p&gt;
 &lt;p&gt;Location is also a factor in cost, as energy prices vary from one region to the next. Energy prices tend to be cheaper in areas rich in natural resources, such as liquid natural gas in Pennsylvania and coal in the West.&lt;/p&gt;
 &lt;p&gt;"A significant portion of the higher costs in the coastal regions is due to transportation, because the price at the wellhead is the price at the wellhead. It's transportation that adds a lot of cost to get the product to market, particularly New England and the Mid-Atlantic states," said Paul DeCotis, senior partner, Energy &amp;amp; Utilities at West Monroe Partners, a global consulting firm.&lt;/p&gt;
&lt;/section&gt;      
&lt;section class="section main-article-chapter" data-menu-title="Strategic responses for IT leaders"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Strategic responses for IT leaders&lt;/h2&gt;
 &lt;p&gt;IT leaders need to prepare for the instability caused by energy price fluctuations, and there are a few steps they can take. The first thing, according to Winsett, is to work on their cost sensitivity analysis and treat energy prices like a macro variable, just like interest rates.&lt;/p&gt;
 &lt;p&gt;"[Energy prices] have been so stable for so long that you lose muscle memory on how to do this stuff, but it's important that they bring that back up to muster, so that any of these agreements [enterprises] are making, even if it has an energy pass-through, it's collared somewhat," he said.&lt;/p&gt;
 &lt;p&gt;Another consideration is infrastructure modernization. This has the highest upfront costs for acquiring new equipment and a longer payoff period, but modernization can pay off handsomely if you are dealing with old, inefficient hardware.&lt;/p&gt;
 &lt;p&gt;"I think that over time, as hardware gets more efficient, it's able to produce more output and generally take less power. So that's always a strategy that we see data centers employ. You're generally chasing efficiency," said Dan Lawrence, CEO at OBM, a cryptocurrency software developer.&lt;/p&gt;
 &lt;p&gt;DeCotis said he's seeing much more interest in on-shoring equipment and supplies because it reduces the risk of supply disruptions when importing them from overseas. "With more onshore manufacturing of electrical equipment in systems, there's a very real security benefit when you're buying equipment," he said.&lt;/p&gt;
 &lt;blockquote class="main-article-pullquote"&gt;
  &lt;div class="main-article-pullquote-inner"&gt;
   &lt;figure&gt;
    I think that over time, as hardware gets more efficient, it's able to produce more output and generally take less power. So that's always a strategy that we see data centers employ. You're generally chasing efficiency.
   &lt;/figure&gt;
   &lt;figcaption&gt;
    &lt;strong&gt;Dan Lawrence, CEO at OBM&lt;/strong&gt;
   &lt;/figcaption&gt;
   &lt;i class="icon" data-icon="z"&gt;&lt;/i&gt;
  &lt;/div&gt;
 &lt;/blockquote&gt;
&lt;/section&gt;       
&lt;section class="section main-article-chapter" data-menu-title="What CIOs are doing"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;What CIOs are doing&lt;/h2&gt;
 &lt;p&gt;Some CIOs have seen the writing on the wall, noting that they have the reporting on data center power consumption and the instability brought about by the Iran conflict. So, they are taking steps to get ahead of the power issue before it becomes unmanageable.&lt;/p&gt;
 &lt;p&gt;For instance, Lawrence said his company is seeing more battery deployments co-located with renewable power, which provides a consistent power source for a data center in a highly renewable-focused way.&lt;/p&gt;
 &lt;p&gt;DeCotis said he speaks with chief procurement officers every day, and not a day goes by that they aren't worried about the future power costs, mostly driven by token consumption now. &lt;a href="https://www.techtarget.com/it-strategy/feature/Tokenmaxxing-How-CIOs-can-extract-maximum-value-from-AI-tokens"&gt;Tokens are the currency of AI&lt;/a&gt;, and tasks are executed in exchange for tokens. You generate tokens through processing.&lt;/p&gt;
 &lt;p&gt;"With energy creeping up, they're watching it," he said. "It's been subsidized by their in-place contracts, so it's been protected by their in-place contracts, but as those come up for renewal, they're going to be feeling the pinch.&lt;/p&gt;
 &lt;p&gt;Lawrence said the biggest thing he's seeing out of data center operators is what he calls demand management or demand mitigation. The objective is to make them more flexible with the available compute during certain hours of the day.&lt;/p&gt;
 &lt;p&gt;For example, in a 50-megawatt data center, a business might cut the available load to 25 mW during off-peak hours and raise it to 50 mW during peak hours.&lt;/p&gt;
 &lt;p&gt;"So, a lot of the data centers are trying to make themselves look more flexible and say I'm not always going to need 50 megawatts here. Instead, I'm going to offer the very minimal necessary, and max out around these couple of periods where I get my 50 megawatts for the rest of the day," he said.&lt;/p&gt;
 &lt;p&gt;&lt;i&gt;Andy Patrizio is a technology journalist with almost 30 years' experience covering Silicon Valley who has worked for a variety of publications on staff or as a freelancer, including Network World, InfoWorld, Business Insider, Ars Technica and InformationWeek.&lt;/i&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>Record U.S. energy exports are creating an unexpected problem -- soaring electricity costs for data centers that could reshape IT budgets for years to come.</description>
            <image>https://cdn.ttgtmedia.com/rms/onlineimages/money_g1255091249.jpg</image>
            <link>https://www.techtarget.com/it-strategy/feature/What-record-US-energy-exports-mean-for-your-IT-budget</link>
            <pubDate>Fri, 14 Aug 2026 14:20:00 GMT</pubDate>
            <title>What record U.S. energy exports mean for your IT budget</title>
        </item>
        <item>
            <body>&lt;p&gt;The insatiable appetite for energy to power AI is leading to a massive increase in data center expansion. All the increased data center usage is having serious effects on sustainability areas, including increased carbon emissions, power grid reliability, water usage and cost increases driven by higher demand.&lt;/p&gt; 
&lt;p&gt;This all has put CIOs in a bind as they try to balance &lt;a href="https://www.techtarget.com/ai/post/AI-turns-data-center-power-into-an-enterprise-challenge"&gt;power-hungry AI development&lt;/a&gt; and deployment with meeting ESG goals. While the standard data center story focuses on the rapid expansion of data centers by the major AI technology providers – and the challenges to this build-out by local communities – the enterprise AI data center story is likely to be told through in-house on-premises facilities, according to industry analysts.&lt;/p&gt; 
&lt;p&gt;There are significant ESG implications to the data center buildouts – both on-premises and by AI mega-vendors – and enterprises must take energy efficiency into data center design as the power demand surge continues, analysts said.&lt;/p&gt; 
&lt;section class="section main-article-chapter" data-menu-title="Sustainability impact of data center expansion"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Sustainability impact of data center expansion&lt;/h2&gt;
 &lt;p&gt;The ESG effects of massive data center expansion are clear:&lt;/p&gt;
 &lt;ul type="disc" class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Energy consumption.&lt;/b&gt; Data centers consumed about 415 TWh (terawatt hours) or 1.5% of global electricity in 2024, according to &lt;a href="https://www.iea.org/reports/energy-and-ai"&gt;a report&lt;/a&gt; from the International Energy Agency (IEA). By 2030, this is expected to double to 945 TWh and 3% of global electricity consumption.&amp;nbsp;&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Water usage.&lt;/b&gt; Data centers are using water -- lots of it – to cool the immense levels of heat generated by AI computing. This is only going to increase as more data centers are built. West Water Research &lt;a target="_blank" href="https://westwaterresearch.com/wp-content/uploads/2025/03/2025-Q2-Water-Market-Insider-Data-Centers.pdf" rel="noopener"&gt;projects that data center water usage&lt;/a&gt; will grow by 170% by 2030.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Carbon emissions.&lt;/b&gt; Renewable energy sources have made their way into the data center, but fossil fuels remain the predominant power source. Embodied carbon in construction materials and hardware also contribute to data center carbon footprints.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;E-waste.&lt;/b&gt; The frequent hardware refresh cycles used for AI training are significant generators of electronic waste.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Land use.&lt;/b&gt; There are several ways that data center build-outs affect the physical environments around them. This includes loss of wildlife habitats, farmland, wetlands and green spaces, as well as noise from constantly operating ceiling fans.&amp;nbsp;&lt;/li&gt; 
 &lt;/ul&gt;
&lt;/section&gt;   
&lt;section class="section main-article-chapter" data-menu-title="The enterprise data center moves home"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;The enterprise data center moves home&lt;/h2&gt;
 &lt;p&gt;Most of the attention around data centers and the environmental impacts have focused on the massive facilities that are being built by the cloud AI giants, including Meta, Google, AWS and Microsoft. But enterprise AI development is largely an on-premises data center story. CIOs must decide how to bring AI fully into the enterprise data center in new or retrofitted facilities or in co-location or hybrid scenarios.&lt;/p&gt;
 &lt;p&gt;For now, most of a CIO's AI spend is going to cloud service providers and to AI model builders such as Anthropic and OpenAI, according to Alex Cordovil research director at Dell'Oro Group, a telecommunications and data center infrastructure market research firm.&lt;/p&gt;
 &lt;p&gt;However, Cordovil expects enterprises to start bringing more AI infrastructure on-premises, under their own roof. This is both a strategy to control cloud costs and to enable more customization of AI models toward their own needs.&lt;/p&gt;
 &lt;p&gt;"Some large companies have already begun that journey, but we do not expect it to become a mainstream trend later in the decade," he said.&lt;/p&gt;
 &lt;p&gt;There are many reasons why enterprises are prioritizing their own data centers, according to Scott Sinclair industry analyst at Omdia, a division of Informa TechTarget.&lt;/p&gt;
 &lt;p&gt;One of this is &lt;a href="https://www.techtarget.com/searchdatamanagement/feature/Data-sovereignty-expands-beyond-compliance-boundaries"&gt;data sovereignty&lt;/a&gt;, in part because of U.S. and European regulations, but also because AI often uses private data, including PII, trade secrets and source codes in models that organizations want to keep in their own data centers, Sinclair said.&lt;/p&gt;
 &lt;p&gt;"Many software companies have a rule that all of the core code for their software products must stay in their own data centers and not put on the public cloud or any cloud," he said. "So, if they're going to run AI to help developers augment their code, it has to run on-premises because that's where their code lives."&lt;/p&gt;
 &lt;p&gt;Another major factor, which also enters the sustainability conversation, is the overall demand on processing, GPUs, memory, data storage and networking. This infrastructure demand for AI is very costly to run on public cloud infrastructure, Sinclair said.&lt;/p&gt;
 &lt;p&gt;It's also expensive to run AI in an enterprise's own data center, but there are elements that allow it to run more efficiently, so it can cost relatively less than the public cloud, he said.&lt;/p&gt;
 &lt;p&gt;"It also gives you more control over capping those costs, because if it's running in your own infrastructure, you're not going to get a &lt;a href="https://www.techtarget.com/searchcio/feature/How-CIOs-can-avoid-the-AI-surprise-bill"&gt;surprise bill&lt;/a&gt; from your own data center because you've already bought all the stuff," Sinclair said.&lt;/p&gt;
&lt;/section&gt;           
&lt;section class="section main-article-chapter" data-menu-title="Kill the zombie servers"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Kill the zombie servers&lt;/h2&gt;
 &lt;p&gt;While there's no silver bullet for CIOs to address the ESG issues resulting from AI-driven data energy consumption, there are ways to mitigate the problems and be more environmentally responsible.&lt;/p&gt;
 &lt;p&gt;For an organization to become more energy efficient in its data center, it first must determine how much energy it uses and how much it will need, according to Tony Harvey, vice president and analyst at Gartner.&lt;/p&gt;
 &lt;p&gt;The first step to this is gathering data from the organization's electricity bills, he said. This allows the CIO to know how much power they're using and break down where the power is going – compute, cooling and ancillary applications.&lt;/p&gt;
 &lt;p&gt;"Because then you can start to work out your efficiency," Harvey said. "Your perfect efficiency would be that 100% of power is going to the compute, which is impossible because you're generating heat that you're going to have to get rid of."&lt;/p&gt;
 &lt;p&gt;Once an organization has accurate data on the amount of power it uses, the CIO can begin to plan improvements. One of the major power drains are zombie servers that &lt;a href="https://www.computerweekly.com/news/366624353/How-to-tackle-your-infrastructure-technical-debt"&gt;hiding in most enterprises&lt;/a&gt;, Harvey said.&lt;/p&gt;
 &lt;p&gt;For example, there are a lot of VMware servers running now and as many organizations are now planning to &lt;a href="https://www.techtarget.com/searchdatacenter/news/366645215/More-VMware-customers-jumping-ship-as-contracts-wind-down"&gt;migrate from VMware&lt;/a&gt;, they need to inventory many WMs they have and who owns them.&lt;/p&gt;
 &lt;p&gt;"Then they find out that they have a thousand zombie VMs that somebody turned on, and nobody ever turned off," he said.&lt;/p&gt;
 &lt;p&gt;The best way to consider power consumption and running AI is to not necessarily buy new and more powerful servers, but to make existing servers operate more efficiently, Harvey said.&lt;/p&gt;
 &lt;p&gt;"The more efficient you are, the more efficient you are using the hardware that you've already purchased," he said. "This means that you're not wasting the company's money on hardware that's not being used and the power on hardware that's not actually being used."&lt;/p&gt;
&lt;/section&gt;          
&lt;section class="section main-article-chapter" data-menu-title="To liquid cool or not"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;To liquid cool or not&lt;/h2&gt;
 &lt;p&gt;Data center design is key to the efficiency that results in improved energy usage. But this gets into another ESG issue – the use of water to cool the heat produced in data centers.&lt;/p&gt;
 &lt;p&gt;There are two parts to the design that need to be considered, Harvey said. One is removing heat from servers, and the other is ejecting that heat from the data center to the outside world, which requires liquid cooling.&lt;/p&gt;
 &lt;p&gt;There are tradeoffs that must go into the &lt;a href="https://www.techtarget.com/searchdatacenter/tip/Data-center-cooling-systems-and-technologies-and-how-they-work"&gt;data center cooling&lt;/a&gt; design. One way is to use airflow through a chiller that works like a refrigerator, which has effectively zero water usage but uses more power. The other is to use water, which is extremely efficient at removing heat and uses less power, but can consume vast amounts of water.&lt;/p&gt;
 &lt;p&gt;"There's always going to be some power usage and water usage," Harvey said. "But the more efficient you are, the less power you use, the less water you use."&lt;/p&gt;
 &lt;p&gt;The optimal way to think about data center energy consumption is to maximize efficiency, he said. Two simple concepts are the foundation for this – not overcooling the data center and getting rid of all the idle servers.&lt;/p&gt;
 &lt;p&gt;"Just run what you need to run, and if it's not being used, turn it off," Harvey said. "It's exactly the same advice as what you should do in your home."&lt;/p&gt;
 &lt;p&gt;The trade-off between air cooling versus liquid cooling is a vital element in the energy usage issue, agreed Sinclair.&lt;/p&gt;
 &lt;p&gt;There's a lot of innovation and excitement around the concept of liquid cooling, but the data centers that enterprises currently use are not set up to do liquid cooling, he said.&lt;/p&gt;
 &lt;p&gt;"If you're building a new data center today, you would likely optimize liquid cooling, but building a net-new data center is not in the picture for many traditional enterprises," Sinclair said. "But if you have a data center that was designed for air cooling, it's often cost-prohibitive to try to retrofit that to do liquid cooling."&lt;/p&gt;
 &lt;p&gt;This means that most CIOs are looking at &lt;a target="_blank" href="https://www.digitalrealty.com/resources/blog/future-of-data-center-cooling" rel="noopener"&gt;air-cooled data center designs&lt;/a&gt; and major server vendors including Dell and HPE are developing air-cooled innovations.&lt;/p&gt;
 &lt;p&gt;CIOs need to focus on efficiency as much as possible both to minimize the impact on the environment and to minimize costs for the company, he said.&lt;/p&gt;
 &lt;p&gt;"Often the power envelope that's available to enterprises is a fixed thing," Sinclair said. "Most companies have a limit to what they can do, so they're trying to maximize the value they can create from that envelope, which means you need to be more efficient."&lt;/p&gt;
 &lt;p&gt;CIOs also need to consider ESG implications as they decide between retrofitting an existing data center or building new ones for the increased AI demands, Cordovil said.&lt;/p&gt;
 &lt;p&gt;Retrofitting uses the embedded carbon of existing infrastructure, which doesn't add &lt;a href="https://www.carbontrust.com/our-work-and-impact/guides-reports-and-tools/what-are-scope-3-emissions-and-why-do-they-matter"&gt;Scope 3 emissions&lt;/a&gt; for the bricks and pipes used in a new facility, he said. However, in most cases a retrofitted facility will run less efficiently than a purpose-built one.&lt;/p&gt;
 &lt;p&gt;"The calculation here is non-trivial, and company leadership will need to weigh several different factors to best inform the decision," Cordovil said.&lt;/p&gt;
&lt;/section&gt;                
&lt;section class="section main-article-chapter" data-menu-title="Budgeting for power"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Budgeting for power&lt;/h2&gt;
 &lt;p&gt;As enterprises move more into the AI era, they need to start thinking about power budgets in a similar way to their overall monetary budget, Sinclair said. They only have so much power, so they need to maximize that power "spend."&lt;/p&gt;
 &lt;p&gt;"Enterprises are already thinking in those terms, but if they're not, they need to start thinking about infrastructure investments in that framework," he said. "Because the demand for AI is not going to subside anytime soon. The more successful you are with AI, the more you want to do more of it, which drives more interest."&lt;/p&gt;
 &lt;p&gt;However, the ability of enterprises to improve efficiency in data center mechanical systems is likely not enough to offset the amount of power that AI will draw, said Cordovil.&lt;/p&gt;
 &lt;p&gt;"Cooling systems account for only a fraction of total energy consumption and even if we make them 10 or 20 percent more efficient, that will not offset the power draw of the accelerators," he said.&lt;/p&gt;
 &lt;p&gt;There is some promise in better chip efficiency and other promising early-cycle technologies, but the power demand holds the cards.&lt;/p&gt;
 &lt;p&gt;"The reality is that unless new chip architectures deliver efficiencies of more than an order of magnitude, that additional capacity gets consumed quickly by pent-up demand," Cordovil said. "It's good old &lt;a target="_blank" href="https://www.sciencedirect.com/science/article/abs/pii/S0921800905001084" rel="noopener"&gt;Jevons paradox&lt;/a&gt; at play."&lt;/p&gt;
 &lt;p&gt;&lt;i&gt;Jim O'Donnell is a news director for TechTarget, where he covers IT strategy and enterprise ESG.&lt;/i&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>CIOs must prioritize efficiency as AI's massive energy demand drives data center expansion, straining sustainability with more carbon emissions, water usage and power consumption.</description>
            <image>https://cdn.ttgtmedia.com/rms/onlineimages/esg_a468795958.jpg</image>
            <link>https://www.techtarget.com/sustainability/feature/Data-center-energy-efficiency-a-must-to-meet-ESG-goals</link>
            <pubDate>Fri, 14 Aug 2026 14:11:00 GMT</pubDate>
            <title>Data center energy efficiency a must to meet ESG goals</title>
        </item>
        <item>
            <body>&lt;p&gt;Numbers tell you how a supplier performed. Relationship data tells you whether the relationship can hold up under pressure.&lt;/p&gt; 
&lt;p&gt;That distinction matters because supply chain disruptions can happen at any time and for any number of reasons. How well a company recovers depends partly on alternate suppliers, inventory, contracts and logistics options. But it also depends on what the company already knows about its supplier relationships before something breaks.&lt;/p&gt; 
&lt;p&gt;Supplier resilience depends on supplier relationship data: the structured and unstructured information that shows how supplier relationships actually work. KPIs, scorecards and spend data matter, but they do not show the whole relationship. Companies also need segmentation, communication history, supplier feedback, risk signals, shared goals, internal ownership and insight into whether the buyer is a priority for the supplier.&lt;/p&gt; 
&lt;p&gt;Data by itself is not insight.&lt;/p&gt; 
&lt;p&gt;Relationship data is only useful if the company captures it, shares it, reviews it and uses it to make supplier decisions. A company might have supplier spend data, delivery metrics and contract records and still lack a clear view of which relationships matter most when disruption hits. If the organization has not collected, shared and acted on supplier relationship data before a disruption, it will have less to work with when capacity tightens, materials become scarce, a supplier misses a commitment or a new risk appears.&lt;/p&gt; 
&lt;p&gt;Finding backup suppliers after a disruption is not enough if the company does not already understand the suppliers it depends on now. The more accurate and current that relationship knowledge is, the better prepared the company is to decide which suppliers need attention, which relationships require executive involvement and which risks need action before conditions worsen.&lt;/p&gt; 
&lt;blockquote class="main-article-pullquote"&gt;
 &lt;div class="main-article-pullquote-inner"&gt;
  &lt;figure&gt;
   Numbers tell you how a supplier performed. Relationship data tells you whether the relationship can hold up under pressure.
  &lt;/figure&gt;
  &lt;i class="icon" data-icon="z"&gt;&lt;/i&gt;
 &lt;/div&gt;
&lt;/blockquote&gt; 
&lt;section class="section main-article-chapter" data-menu-title="Supplier resilience starts with strategic relationships"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Supplier resilience starts with strategic relationships&lt;/h2&gt;
 &lt;p&gt;A useful starting point is knowing which suppliers are transactional and which are strategic. Transactional suppliers fill a specific need at a particular moment. They might be important, cost-effective or reliable, but they are not necessarily core to the business.&lt;/p&gt;
 &lt;p&gt;Strategic suppliers are different. They are not simply the suppliers that are expensive, familiar or historically important; they are suppliers whose relationship creates business value that would be difficult to replace.&lt;/p&gt;
 &lt;p&gt;One test is whether the supplier helps the company gain a competitive advantage in the marketplace. Some suppliers might be important, but the answer to that question is still no. Those suppliers might deserve good management but not the same level of strategic attention. The suppliers that &lt;i&gt;do&lt;/i&gt; create competitive advantage belong in a different category.&lt;/p&gt;
 &lt;p&gt;That distinction matters because the useful information about &lt;a href="https://www.techtarget.com/searcherp/feature/10-best-practices-for-managing-strategic-supplier-partnerships"&gt;strategic supplier partnerships&lt;/a&gt; goes beyond spend, delivery and contract history. Companies also need to understand shared objectives, supplier intent, internal stakeholder alignment, past relationship history, supplier feedback, trust, due diligence and whether the relationship creates value for both sides.&lt;/p&gt;
 &lt;p&gt;Those details might seem softer than cost or delivery metrics, but they often determine whether the relationship holds up under supply chain pressure.&lt;/p&gt;
&lt;/section&gt;      
&lt;section class="section main-article-chapter" data-menu-title="Not every supplier relationship deserves the same treatment"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Not every supplier relationship deserves the same treatment&lt;/h2&gt;
 &lt;p&gt;While all suppliers have importance, how much attention they require depends on the category they fall into. That is the first layer of supplier relationship data an organization should determine.&lt;/p&gt;
 &lt;p&gt;Supplier data should help the company understand which suppliers are strategic, preferred, transactional or basic -- and why. Supplier segmentation can be based on spend, risk, strategic importance and value. That distinction should guide how much attention, governance and collaboration each supplier relationship receives.&lt;/p&gt;
 &lt;p&gt;A &lt;i&gt;strategic&lt;/i&gt; supplier is core to the business. This type of supplier might help the company create a competitive advantage, support a critical product or process, provide hard-to-replace materials or services, or share long-term business goals with the company.&lt;/p&gt;
 &lt;p&gt;A &lt;i&gt;preferred&lt;/i&gt; supplier is important and trusted, but not necessarily strategic. The company might rely on the supplier regularly, have favorable pricing or service terms, and want to maintain a strong relationship, but the supplier might not be central to competitive advantage or long-term business direction.&lt;/p&gt;
 &lt;p&gt;A &lt;i&gt;transactional&lt;/i&gt; supplier fills a defined business need, often around price, availability or a specific product or service. The relationship might be valuable, but it is usually more limited and easier to replace than a strategic or preferred supplier relationship.&lt;/p&gt;
 &lt;p&gt;A &lt;i&gt;basic&lt;/i&gt; supplier provides routine goods or services with limited strategic importance. The relationship still needs oversight, but it usually does not require the same level of collaboration, executive attention or shared planning.&lt;/p&gt;
&lt;/section&gt;       
&lt;section class="section main-article-chapter" data-menu-title="Scorecards are useful, but they are not the relationship"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Scorecards are useful, but they are not the relationship&lt;/h2&gt;
 &lt;p&gt;For basic or even transactional supplier relationships, scorecards and KPIs might be enough to govern the relationship and provide useful insight. Scorecards can track delivery, quality, responsiveness and other performance measures, but they should not become the whole relationship -- especially for strategic or preferred suppliers.&lt;/p&gt;
 &lt;p&gt;Supplier relationship management (&lt;a href="https://www.techtarget.com/searcherp/definition/supplier-relationship-management-SRM"&gt;SRM&lt;/a&gt;) provides structure to this work. It helps organizations evaluate each supplier's contribution, identify suppliers critical to business continuity and build different strategies for different supplier categories. The point of supplier segmentation is simple: Suppliers that are critical to the business deserve more attention than suppliers that provide widely available goods or services.&lt;/p&gt;
 &lt;p&gt;That distinction is central to strong &lt;a href="https://www.techtarget.com/searcherp/feature/8-key-supplier-relationship-management-strategies"&gt;SRM strategies&lt;/a&gt;. Treating every supplier as equally strategic wastes attention. Treating strategic suppliers as ordinary vendors creates risk.&lt;/p&gt;
 &lt;p&gt;Segmentation and scorecards help companies decide where to focus, but they do not prove that a supplier relationship is resilient. A supplier can meet the company's basic performance metrics and still leave the company exposed if communication is weak, goals are misaligned or the supplier does not see the buyer as a priority customer.&lt;/p&gt;
 &lt;figure class="main-article-image half-col" data-img-fullsize="https://www.techtarget.com/rms/onlineimages/erp-supplier_relationship_management_process-h.png"&gt;
  &lt;img data-src="https://www.techtarget.com/rms/onlineimages/erp-supplier_relationship_management_process-h_half_column_mobile.png" class="lazy" data-srcset="https://www.techtarget.com/rms/onlineimages/erp-supplier_relationship_management_process-h_half_column_mobile.png 960w,https://www.techtarget.com/rms/onlineimages/erp-supplier_relationship_management_process-h.png 1280w" alt="Illustration showing three steps in the supplier relationship management process: segment suppliers, develop a supplier strategy and execute the strategy" height="273" width="279"&gt;
  &lt;figcaption&gt;
   &lt;i class="icon pictures" data-icon="z"&gt;&lt;/i&gt;Supplier segmentation is an early step in deciding which supplier relationships require deeper strategy, ownership and collaboration.
  &lt;/figcaption&gt;
  &lt;div class="main-article-image-enlarge"&gt;
   &lt;i class="icon" data-icon="w"&gt;&lt;/i&gt;
  &lt;/div&gt;
 &lt;/figure&gt;
 &lt;p&gt;Numbers are important.&lt;/p&gt;
 &lt;p&gt;In many cases, they are essential. KPIs, scorecards and performance metrics can show whether a supplier delivers on time, meets quality requirements, responds quickly and fulfills contractual expectations. But those measures are not the only things that matter in day-to-day supplier management, and they matter even less on their own during a crisis.&lt;/p&gt;
 &lt;p&gt;Supplier performance management and supplier relationship management are different, even though both are important and complementary. A supplier can look good on a scorecard and still create risk if the relationship behind the metrics is weak. The supplier might meet delivery targets in normal conditions but fail to communicate early when capacity tightens. It might not fully understand the buyer's priorities. It might not view the buyer as a preferred customer. Or the buyer's own internal teams might undermine the relationship because procurement, operations, finance and business stakeholders are not aligned.&lt;/p&gt;
 &lt;p&gt;Call this a gap between supplier performance data and supplier relationship data. Supplier performance data shows how the supplier has performed against defined measures. Supplier relationship data shows whether the relationship is strong enough to support the business when conditions change. That requires insight beyond numbers. It should include not only the company's view of the supplier but also the supplier's view of the company.&lt;/p&gt;
 &lt;div class="extra-info"&gt;
  &lt;div class="extra-info-inner"&gt;
   &lt;h3 class="splash-heading"&gt;What counts as supplier relationship data?&lt;/h3&gt; 
   &lt;p&gt;Supplier relationship data is the structured and unstructured information that shows how a supplier relationship works. Performance data is part of that picture. It can include on-time delivery, quality, responsiveness, pricing accuracy, contract compliance and service-level commitments. These measures help companies see whether suppliers are meeting expectations.&lt;/p&gt; 
   &lt;p&gt;But relationship data also includes supplier segmentation, communication history, escalation patterns, supplier feedback, shared goals, internal ownership, risk signals and whether the buyer is important enough to the supplier to receive early warnings or preferred attention during disruption.&lt;/p&gt; 
   &lt;p&gt;The distinction matters because a supplier can meet performance targets in normal conditions and still leave the company exposed during a crisis. If the supplier does not communicate early, if business goals are misaligned or if internal teams send conflicting signals, the scorecard might look better than the relationship really is.&lt;/p&gt;
  &lt;/div&gt;
 &lt;/div&gt;
&lt;/section&gt;           
&lt;section class="section main-article-chapter" data-menu-title="The buyer's scorecard is only one side of the relationship"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;The buyer's scorecard is only one side of the relationship&lt;/h2&gt;
 &lt;p&gt;Companies also need to understand what they mean to the supplier:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Are they a priority customer?&lt;/li&gt; 
  &lt;li&gt;Are they easy to work with?&lt;/li&gt; 
  &lt;li&gt;Are their forecasts, payments, decisions and communications reliable?&lt;/li&gt; 
  &lt;li&gt;Do their internal teams treat the supplier consistently?&lt;/li&gt; 
  &lt;li&gt;Does the supplier see enough value in the relationship to communicate early, collaborate on solutions and make room for the buyer when capacity, inventory or attention is constrained?&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Those questions matter because resilience often depends on information that does not always appear in formal metrics. A supplier might warn a trusted customer earlier. It might share informal insight about capacity constraints, material shortages or delivery risks. It might be more willing to collaborate on alternatives if the relationship has been built before the disruption begins.&lt;/p&gt;
 &lt;p&gt;That is why &lt;a href="https://www.techtarget.com/searcherp/feature/Top-challenges-of-supplier-relationship-management"&gt;SRM challenges&lt;/a&gt; are not only procurement problems. A procurement team might own the SRM strategy, but supplier relationships are shaped by the behavior of the whole company. Finance affects the relationship through payment terms and dispute resolution. Operations affects it through forecasts, changes and urgent requests. Business units affect it through shifting requirements. Legal, compliance and risk teams affect it through contract terms, policies and escalation decisions.&lt;/p&gt;
 &lt;p&gt;If those groups are not aligned, the supplier sees the inconsistency. The company might say the relationship is strategic, while its behavior tells the supplier something else. That weakens resilience before any disruption occurs.&lt;/p&gt;
 &lt;p&gt;Understanding relationship data is the first step, but supplier segmentation has to change decisions if companies want that data to improve resilience before disruption hits.&lt;/p&gt;
 &lt;p&gt;A backup supplier might help when something breaks, but resilience starts earlier than that: It starts with knowing which supplier relationships are strong enough to count on.&lt;/p&gt;
 &lt;p&gt;&lt;em&gt;James Alan Miller is a veteran technology editor and writer who leads Informa TechTarget's Enterprise Software group. He oversees coverage of ERP &amp;amp; Supply Chain, HR Software, Customer Experience, Communications &amp;amp; Collaboration and End-User Computing topics.&lt;/em&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>Supplier resilience depends on supplier relationship data, including segmentation, risk signals and ownership -- not just KPIs.</description>
            <image>https://cdn.ttgtmedia.com/rms/onlineimages/collab_g1213710695.jpg</image>
            <link>https://www.techtarget.com/enterprise-software/feature/Supplier-resilience-depends-on-relationship-data</link>
            <pubDate>Fri, 14 Aug 2026 13:55:00 GMT</pubDate>
            <title>Supplier resilience depends on relationship data</title>
        </item>
        <item>
            <body>&lt;p&gt;&lt;iframe title="Why EY built an entire AI platform for enterprise-scale agentic AI" allowtransparency="true" height="150" width="100%" style="border: none; min-width: min(100%, 430px); height: 150px;" scrolling="no" data-name="pb-iframe-player" src="https://www.podbean.com/player-v2/?i=zuad8-1b2e47e-pb&amp;amp;from=pb6admin&amp;amp;pbad=0&amp;amp;share=1&amp;amp;download=1&amp;amp;rtl=0&amp;amp;fonts=Arial&amp;amp;skin=1&amp;amp;font-color=auto&amp;amp;logo_link=episode_page&amp;amp;btn-skin=2baf9e" loading="lazy"&gt;&lt;/iframe&gt;&lt;/p&gt; 
&lt;p&gt;EY had just successfully &lt;a href="https://www.techtarget.com/searcherp/podcast/How-EY-is-training-employees-to-use-AI"&gt;trained its 400,000 employees&lt;/a&gt; on generative AI and deployed the technology throughout the organization when agentic AI came along to disrupt workflows yet again. Now the Big Four accounting and IT consultancy, officially known as Ernst &amp;amp; Young Global Limited, needed a comprehensive plan for deploying AI agents that added business value while operating within the compliance requirements of EY's highly regulated industry. Employees would need a new round of training to add agentic tools to their AI arsenals and learn to work alongside agents.&lt;/p&gt; 
&lt;p&gt;The solution was a single, multilayered AI "operating system" built in collaboration with Microsoft and Nvidia that sits atop the &lt;a href="https://www.techtarget.com/ai/definition/generative-AI"&gt;generative AI&lt;/a&gt; foundation and unifies intelligence, orchestration, data, workflows, governance and domain experience, according to an EY &lt;a target="_blank" href="https://www.ey.com/en_us/insights/ai/building-an-enterprise-scale-agentic-ai-operating-system" rel="noopener"&gt;case study&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;In this episode of &lt;i&gt;Enterprise Apps Unpacked, &lt;/i&gt;Julie Teigland, EY's global vice chair of alliances and ecosystems, explains how the platform works and how other companies can follow a similar strategy.&lt;/p&gt; 
&lt;div class="imagecaption alignRight"&gt;
 &lt;img src="https://cdn.ttgtmedia.com/rms/onlineimages/teigland_julie.jpg" alt="Julie Teigland, EY's Global Vice Chair of Alliances &amp;amp; Ecosystems"&gt;Julie Teigland
&lt;/div&gt; 
&lt;section class="section main-article-chapter" data-menu-title="Defragmenting AI development"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Defragmenting AI development&lt;/h2&gt;
 &lt;p&gt;EY leadership was well aware of the challenges other adopters of agentic AI encountered when trying to &lt;a href="https://www.techtarget.com/searcherp/news/366641954/How-to-escape-agentification-pilot-purgatory-for-scalable-AI"&gt;move beyond pilots&lt;/a&gt; and scale the technology across the enterprise. The company had identified AI as central to its ambitious goal of $100 billion in annual revenue, so solving the scale problem would be critical.&lt;/p&gt;
 &lt;p&gt;Fragmentation was already becoming a problem. "We had some really valuable AI capabilities, data assets and use cases coming across the organization, but to be honest, they weren't connected," Teigland said. "Lots of different teams were experimenting with different models. We had data across multiple systems, and governance approaches were kind of evolving. Scaling that became increasingly complex."&lt;/p&gt;
 &lt;p&gt;She likens the platform to a wedding cake with three layers, with data as the foundational layer, orchestration and workflow in the middle, and an intelligence layer at the top that contains an AI model catalog. "AI really only scales when all three come together: intelligence, data and governance," she said.&lt;/p&gt;
 &lt;p&gt;The platform has also driven innovation, with the company developing more than 50,000 agents over nine months, according to Teigland. And in line with past IT initiatives, EY "drinks its own champagne" before sharing what it has learned with clients. She said one client used EY's agentic platform approach in its AI-infused &lt;a href="https://www.techtarget.com/searchsap/SAP-S4HANA-migration-A-definitive-guide"&gt;SAP S/4HANA&lt;/a&gt; transformation.&lt;/p&gt;
 &lt;p&gt;Such an ambitious undertaking might seem beyond the capabilities of smaller companies, but Teigland said that's not the case, citing the example of a shipbuilding company that hired EY to build a similar layered platform to improve collaboration between humanoid robots and employees. "SMBs need the same type of model, the same layer wedding cake approach in terms of getting their data right and making sure they've got that governance baked in," she said.&lt;/p&gt;
 &lt;p&gt;Other topics discussed in the podcast include the following:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;The business benefits the platform delivers to EY, its clients and partners.&lt;/li&gt; 
  &lt;li&gt;The respective roles of EY, Microsoft and Nvidia in the development partnership.&lt;/li&gt; 
  &lt;li&gt;How the agentic AI platform is used internally.&lt;/li&gt; 
  &lt;li&gt;The biggest lessons learned.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;&lt;i&gt;David Essex is an industry editor who creates in-depth content on enterprise applications, emerging technology and market trends for several Informa TechTarget websites.&lt;/i&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>In this podcast, EY's Julie Teigland says the AI "operating system" co-developed with Microsoft and Nvidia unified its fragmented AI efforts and holds lessons for other companies.</description>
            <image>https://cdn.ttgtmedia.com/visuals/digdeeper/3.jpg</image>
            <link>https://www.techtarget.com/enterprise-software/podcast/Why-EY-built-an-entire-AI-platform-for-enterprise-scale-agentic-AI</link>
            <pubDate>Fri, 14 Aug 2026 13:14:00 GMT</pubDate>
            <title>Why EY built an entire AI platform for enterprise-scale agentic AI</title>
        </item>
        <item>
            <body>&lt;p&gt;Technical debt accumulates when organizations prioritize speed, growth or short-term delivery over long-term technology sustainability.&lt;/p&gt; 
&lt;p&gt;Like financial debt, technical debt creates ongoing interest in the form of higher maintenance costs, slower innovation, greater operational risk and reduced engineering capacity. Systems that are merely inconvenient today can become major business constraints tomorrow as dependencies, complexity and &lt;a href="https://www.techtarget.com/searchcloudcomputing/tip/A-4-step-action-plan-to-modernize-legacy-systems"&gt;modernization costs&lt;/a&gt; grow.&lt;/p&gt; 
&lt;p&gt;IT leaders must reduce strategic debt, control its accumulation and keep its risk at an acceptable level. Technical debt is often invisible on balance sheets, yet it can materially affect operating costs and growth. Leaders should not mistake slow delivery or recurring incidents for isolated team problems when accumulated legacy practices and systems are to blame.&lt;/p&gt; 
&lt;p&gt;Below, explore how to quantify technical debt, a five-phase roadmap to reduce and manage it effectively, and how to measure debt and its effect on the organization.&lt;/p&gt; 
&lt;section class="section main-article-chapter" data-menu-title="Understanding and quantifying technical debt"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Understanding and quantifying technical debt&lt;/h2&gt;
 &lt;p&gt;&lt;a href="https://www.techtarget.com/whatis/definition/technical-debt"&gt;Technical debt&lt;/a&gt; is the future cost created by shortcuts, outdated systems and deferred technology decisions. The result is compounding delivery delays, increased maintenance costs and increased risk. It also hinders organizations in legacy environments, thereby decreasing innovation and agility.&lt;/p&gt;
 &lt;blockquote class="main-article-pullquote"&gt;
  &lt;div class="main-article-pullquote-inner"&gt;
   &lt;figure&gt;
    The essential question for executives is not 'How much debt exists?' but 'Which debt creates the most business drag or risk?'
   &lt;/figure&gt;
   &lt;i class="icon" data-icon="z"&gt;&lt;/i&gt;
  &lt;/div&gt;
 &lt;/blockquote&gt;
 &lt;p&gt;Categorize technical debt across the following domains:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Code-level debt.&lt;/b&gt; Duplicated, complex or poorly documented code.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Architectural debt.&lt;/b&gt; Legacy platforms, tightly coupled systems or infrastructure that limits scalability.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Organizational debt.&lt;/b&gt; Skills gaps, fragmented ownership, weak governance or inefficient processes.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;The essential question for executives is not "How much debt exists?" but "Which debt creates the most business drag or risk?"&lt;/p&gt;
 &lt;p&gt;Evaluate existing systems and processes using the following measures:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Technical debt inventories and application portfolios.&lt;/li&gt; 
  &lt;li&gt;&lt;a href="https://www.techtarget.com/it-infrastructure/tip/Static-and-dynamic-code-analysis-Complementary-techniques"&gt;Static code analysis&lt;/a&gt; and complexity metrics.&lt;/li&gt; 
  &lt;li&gt;Cost of delay and maintenance spend.&lt;/li&gt; 
  &lt;li&gt;Risk scoring based on business criticality, security and operational exposure.&lt;/li&gt; 
  &lt;li&gt;Debt-to-value or debt-to-revenue ratios.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Once debt is visible and quantified, leaders can shift from reactive maintenance to an informed, deliberate strategy. Use the resulting visibility to reduce the highest-impact debt first.&lt;/p&gt;
&lt;/section&gt;         
&lt;section class="section main-article-chapter" data-menu-title="5 phases to technical debt elimination"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;5 phases to technical debt elimination&lt;/h2&gt;
 &lt;p&gt;Addressing technical debt means more than initiating a one-time cleanup project. It is an ongoing management discipline that maintains smooth and flexible operations.&lt;/p&gt;
 &lt;h3&gt;Phase 1: Discovery and assessment&lt;/h3&gt;
 &lt;p&gt;Begin by creating a comprehensive technical debt inventory. Without this fundamental resource, it is impossible to identify and quantify potential sources of cost and drag.&lt;/p&gt;
 &lt;p&gt;This inventory could include the following:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Catalog applications, infrastructure, integrations and critical dependencies.&lt;/li&gt; 
  &lt;li&gt;Combine data from IT teams, monitoring tools, code analysis and financial systems.&lt;/li&gt; 
  &lt;li&gt;&lt;a href="https://www.techtarget.com/enterprise-software/feature/Configuration-sprawl-is-hidden-software-debt"&gt;Identify debt hidden in legacy systems&lt;/a&gt; or undocumented dependencies.&lt;/li&gt; 
  &lt;li&gt;Record each item's owner, age, business dependency and potential effects.&lt;/li&gt; 
  &lt;li&gt;Establish a baseline for debt levels and annual interest costs.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;h3&gt;Phase 2: Prioritization by business value&lt;/h3&gt;
 &lt;p&gt;Decide what to address first based on business impact, which may be financial or risk-oriented.&lt;/p&gt;
 &lt;p&gt;Take the following steps to prioritize debts:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Avoid treating every debt as equally urgent.&lt;/li&gt; 
  &lt;li&gt;&lt;a target="_blank" href="https://www.forrester.com/blogs/key-questions-for-tackling-technical-debt/" rel="noopener"&gt;Rank&lt;/a&gt; debt by business criticality, operational risk, security exposure, cost and strategic relevance.&lt;/li&gt; 
  &lt;li&gt;Distinguish between debt that blocks growth and debt that can safely remain in place.&lt;/li&gt; 
  &lt;li&gt;Link priorities to business goals, transformation initiatives and budget planning.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Remediation is a capital allocation and portfolio decision on where limited budget and engineering capacity should be invested. Make prioritization an investment strategy, so teams focus on the technical debt that matters most.&lt;/p&gt;
 &lt;div class="youtube-iframe-container"&gt;
  &lt;iframe id="ytplayer-0" src="https://www.youtube.com/embed/cdzUXv8SpjY?autoplay=0&amp;amp;modestbranding=1&amp;amp;rel=0&amp;amp;widget_referrer=null&amp;amp;enablejsapi=1&amp;amp;origin=https://www.techtarget.com" type="text/html" height="360" width="640" frameborder="0"&gt;&lt;/iframe&gt;
 &lt;/div&gt;
 &lt;h3&gt;Phase 3: Remediation while maintaining business continuity&lt;/h3&gt;
 &lt;p&gt;Actively reduce debt without disrupting normal operations. This might involve the following:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Use &lt;a href="https://www.techtarget.com/searchCloudComputing/tip/Use-the-7-Rs-to-develop-an-app-modernization-strategy"&gt;refactoring&lt;/a&gt;, application modernization, platform migration, system retirement and architecture redesign.&lt;/li&gt; 
  &lt;li&gt;Build debt reduction into existing product and engineering roadmaps.&lt;/li&gt; 
  &lt;li&gt;Start with high-value, high-risk debt where remediation can produce measurable results.&lt;/li&gt; 
  &lt;li&gt;Use incremental changes, phased migrations and rigorous testing to ensure continuity.&lt;/li&gt; 
  &lt;li&gt;Acknowledge that &lt;a href="https://www.techtarget.com/enterprise-software/feature/4-shutdown-risks-that-complicate-legacy-modernization"&gt;modernization brings its own risks&lt;/a&gt;, including migration disruption and change fatigue.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Evaluate remediation costs against the ongoing cost of carrying debt. Choose controlled reduction, not risky modernization efforts, and act only where the tradeoff is justified.&lt;/p&gt;
 &lt;h3&gt;Phase 4: Prevention through sustainable processes and governance&lt;/h3&gt;
 &lt;p&gt;Prevent new debt from accumulating at the same rate as reduction efforts. This might involve the following:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Establish architecture governance and clear technology ownership.&lt;/li&gt; 
  &lt;li&gt;Add technical debt reviews to portfolio, product and planning processes.&lt;/li&gt; 
  &lt;li&gt;Define standards for documentation, code quality, lifecycle management and &lt;a href="https://www.techtarget.com/searchAppArchitecture/tip/Treat-platform-engineering-as-a-competitive-advantage"&gt;platform selection&lt;/a&gt;.&lt;/li&gt; 
  &lt;li&gt;Track intentional debt with owner, rationale and repayment plan.&lt;/li&gt; 
  &lt;li&gt;Align incentives so teams are not rewarded solely for speed of delivery.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Clarify executive ownership: CIOs and CTOs set the strategy and risk tolerance, while CFOs help evaluate financial trade-offs. Business leaders should prioritize debt based on business impact. Build governance and accountability into routine operations so that technical debt management remains sustainable.&lt;/p&gt;
 &lt;h3&gt;Phase 5: AI-driven optimization&lt;/h3&gt;
 &lt;p&gt;The future of technical debt management may be increasingly predictive, automated and integrated into everyday technology operations. AI creates specific debt-reduction opportunities within that future, including the following:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;AI can continuously scan codebases, architectures and operational data for debt patterns.&lt;/li&gt; 
  &lt;li&gt;AI-driven tools may identify dependencies, predict failure risk and recommend remediation priorities.&lt;/li&gt; 
  &lt;li&gt;AI can help assess the likely business impact of debt before it becomes a major constraint.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;blockquote class="main-article-pullquote"&gt;
  &lt;div class="main-article-pullquote-inner"&gt;
   &lt;figure&gt;
    The target for success is sustained control of technical debt, not its complete elimination.
   &lt;/figure&gt;
   &lt;i class="icon" data-icon="z"&gt;&lt;/i&gt;
  &lt;/div&gt;
 &lt;/blockquote&gt;
 &lt;p&gt;&lt;a href="https://www.techtarget.com/searchdatacenter/tip/Balancing-automation-with-human-oversight-in-AI-data-centers"&gt;Human oversight&lt;/a&gt; and executive governance are critical. AI should inform decisions, not replace accountability. Use AI to move from periodic debt reviews to continuous optimization.&lt;/p&gt;
&lt;/section&gt;                         
&lt;section class="section main-article-chapter" data-menu-title="Measuring success and ROI"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Measuring success and ROI&lt;/h2&gt;
 &lt;p&gt;ROI should be measured through business outcomes rather than lines of code changed or the number of systems modernized. It must also track whether debt accumulates faster or more slowly over time. The target for success is sustained control of technical debt, not its complete elimination.&lt;/p&gt;
 &lt;p&gt;Use the following specific KPIs and metrics:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Mean time to recovery&lt;/b&gt;&lt;b&gt;.&lt;/b&gt; Does reduced complexity accelerate incident recovery?&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Maintenance cost reduction.&lt;/b&gt; Is spending on legacy systems, manual work and recurring fixes declining?&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Engineering capacity recovered.&lt;/b&gt; How much team capacity is returned to strategic work rather than maintenance?&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Risk mitigation.&lt;/b&gt; Are critical vulnerabilities, unsupported technologies and high-risk dependencies being reduced?&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Time to market.&lt;/b&gt; Are products, features and strategic initiatives delivered faster?&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Change failure rate.&lt;/b&gt; Is modernization improving delivery quality without increasing operational disruption?&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Regular reporting ensures leadership is aware of the costs and benefits of deliberately managing technical debt.&lt;/p&gt;
 &lt;p&gt;Overall, technical debt management is an ongoing strategic responsibility. Follow a clear roadmap, strengthen executive ownership and integrate metrics to control compounding costs while building a stronger foundation for innovation and growth.&lt;/p&gt;
 &lt;p&gt;&lt;em&gt;Damon Garn owns Cogspinner Coaction and provides freelance IT writing and editing services. He has written multiple CompTIA study guides, including the Linux+, Cloud Essentials+ and Server+ guides, and contributes extensively to TechTarget Editorial, The New Stack and CompTIA Blogs.&lt;/em&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>Technical debt arises from prioritizing short-term gains over long-term sustainability. A strategic approach involves discovery, prioritization and remediation to reduce its impact.</description>
            <image>https://cdn.ttgtmedia.com/rms/onlineimages/money_g1142678124.jpg</image>
            <link>https://www.techtarget.com/it-strategy/tip/How-to-reduce-and-eliminate-technical-debt</link>
            <pubDate>Fri, 14 Aug 2026 13:04:00 GMT</pubDate>
            <title>How to reduce and eliminate technical debt</title>
        </item>
        <item>
            <body>&lt;p&gt;In a major win for healthcare providers, a U.S. appeals court ruled against the federal government's formula for calculating qualifying payment amounts under the No Surprises Act.&lt;/p&gt; 
&lt;p&gt;The &lt;a href="https://www.ca5.uscourts.gov/opinions/pub/23/23-40605-CV1.pdf"&gt;ruling released on Tuesday&lt;/a&gt; tossed aside two key factors insurers use to determine QPAs, which serve as anchor points in the federal independent dispute resolution process for calculating final payment determinations. Those factors include the inclusion of so-called ghost rates and the exclusion of bonuses and other incentive payments in contracted rates.&lt;/p&gt; 
&lt;p&gt;The majority of the 17-judge 5th U.S. Circuit Court of Appeals in New Orleans ruled in favor of providers in the en banc ruling. However, they sided with the government in allowing insurers to exclude one-off agreements for services, such as air ambulances, from the contracted rates for QPA calculations.&lt;/p&gt; 
&lt;p&gt;The case has been ongoing since November 2022, when the Texas Medical Association filed its &lt;a href="https://www.techtarget.com/revcyclemanagement/news/366600492/The-Battle-For-Fair-Reimbursement-Under-The-No-Surprises-Act"&gt;third lawsuit challenging the implementation of the NSA&lt;/a&gt;. Each case has centered on the use of the QPA to calculate payment determinations, with the first case securing a ruling that the amount is not the primary factor arbitrators use. The second case succeeded in reducing the weight of the amount in determinations.&lt;/p&gt; 
&lt;p&gt;The latest ruling focuses on the rates insurers use to create QPAs for arbitrators. Under federal guidance, they have included rates listed in providers' network contracts for medical services they never actually perform, as long as the amount is more than $0.&lt;/p&gt; 
&lt;p&gt;The guidance also instructs insurers to exclude bonuses, incentive payments and other adjustments when factoring QPAs for medical services since these funds are rarely tied to specific contracted rates.&lt;/p&gt; 
&lt;p&gt;The NSA specifies that QPAs should be the median contracted rate that a plan pays for a specific service in a given area, adjusted for inflation. However, healthcare providers, including the TMA in this lawsuit, argue that the factors at issue have artificially deflated QPAs, thereby driving the amounts lower than true market rates and leading to &lt;a href="https://www.healthcaredive.com/news/no-surprises-disputes-idr-2025-cms/810525/"&gt;a tidal wave of IDR disputes&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;Providers have said the IDR process has been the only way to seek fair reimbursement in light of lower out-of-network rates offered by insurers.&lt;/p&gt; 
&lt;p&gt;The TMA celebrated the ruling, saying it ensures a fair IDR process while preserving patient access to care under the NSA.&lt;/p&gt; 
&lt;p&gt;"TMA has repeatedly urged the federal government to implement the NSA in a manner that is lawful and preserves patient access and physician practice viability. The appellate court's decision is another step in the right direction for both patients and the physicians who care for them," Bradford W. Holland, M.D., president of the TMA, said in the &lt;a href="https://www.texmed.org/Template.aspx?id=68379"&gt;statement&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;The federal government and payers have warned the courts that vacating the QPA methodology would create operational challenges, which could undermine patient protections against surprise medical billing.&lt;/p&gt; 
&lt;p&gt;However, the ruling stated that "administrative agencies cannot survive judicial review simply by making mistakes that are so colossal that the sky will fall if a court reviews them."&lt;/p&gt; 
&lt;p&gt;Tossing the formula "will not result in all-out chaos," the ruling continued. Instead, the court suggested federal agencies exercise their enforcement discretion to allow payers to continue using existing QPAs until new amounts can be determined.&lt;/p&gt; 
&lt;p&gt;"That way, patients will not be saddled with the balance billing of pre-NSA times," it explained. "Indeed, the agencies have been exercising enforcement discretion while their appeal from the district court has been pending, so they are more than capable of preventing immediate chaos."&lt;/p&gt; 
&lt;p&gt;The government can appeal the ruling. Although, agencies have been actively reforming the IDR process and the law itself to better serve all stakeholders, including payers and providers.&lt;/p&gt; 
&lt;p&gt;The Centers for Medicare and Medicaid Services finalized a rule in May that has overhauled the IDR process amid criticisms that it is inefficient. The rule especially targeted the growing number of ineligible disputes entering the process by tightening pre-IDR negotiation rules.&lt;/p&gt; 
&lt;p&gt;However, insurers say the rule will actually make it easier for providers to file disputes, particularly with lower administrative fees. They would have liked to see more done to level the playing field. Providers win north of 80% of disputes, raking in close to $15 billion last year alone, according to an &lt;a href="https://www.wsj.com/health/healthcare/medical-billing-arbitration-paid-out-15-billion-to-providers-in-surprise-bill-disputes-73d8c4cb?mod=lead_feature_below_a_pos2"&gt;analysis of CMS data by &lt;i&gt;The Wall Street Journal&lt;/i&gt;&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;i&gt;Jacqueline LaPointe is an Executive Editor at Xtelligent Healthcare Media, covering revenue cycle management, healthcare payers, health policy and health IT since 2016.&lt;/i&gt;&lt;/p&gt;</body>
            <description>The 5th Circuit court struck down key factors insurers use to calculate payment amounts under the No Surprises Act, siding with providers who argued rates were artificially low.</description>
            <image>https://cdn.ttgtmedia.com/visuals/ComputerWeekly/HeroImages/healthcare-medical-stethoscope-paperwork-megaflopp-adobe.jpg</image>
            <link>https://www.techtarget.com/revcyclemanagement/news/366648918/Appeals-court-overturns-No-Surprises-Act-QPA-calculation-method</link>
            <pubDate>Fri, 14 Aug 2026 12:59:00 GMT</pubDate>
            <title>Appeals court overturns No Surprises Act QPA calculation method</title>
        </item>
        <item>
            <body>&lt;p&gt;The global transition away from 2G and 3G networks is gathering pace as operators seek to modernise infrastructure and reallocate spectrum for faster 4G and 5G technologies, with 174 operators in 67 markets having started 3G switch-offs, of which 102 have completed the transition, according to the Global mobile Suppliers Association (GSA).&lt;/p&gt; 
&lt;p&gt;In the &lt;em&gt;&lt;a title="https://url.us.m.mimecastprotect.com/s/QGACCjRvnlfAvPX8yt1tAjhmzNoo?domain=gsacom.com/" href="https://gsacom.com/paper/2g-and-3g-switch-off-august-2026/"&gt;2G and 3G switch-off report&lt;/a&gt;&lt;/em&gt;, the GSA identified 313 operators that have completed, planned or in-progress with 2G and 3G switch-offs in 89 countries and territories.&amp;nbsp;Moreover, the GSA said that continuing interest and investment in this strategy is allowing the refarming of spectrum to add capacity for LTE and &lt;a href="https://www.computerweekly.com/news/366646169/Eisteddfod-tunes-up-for-enhanced-4G-5G-mobile-connectivity"&gt;5G&lt;/a&gt;, and reduces the energy used to operate networks that have relatively little traffic.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;“When they were first introduced to the market, 2G and 3G were highly important innovations, but as greater technological advances have emerged, their importance has waned and usage of both technologies is now diminishing worldwide,” said Joe Barrett, president of Global mobile Suppliers Association (GSA). “As a result, many operators, regulators and governments are determining that the older 2G and 3G technologies should be switched off for the faster, more efficient and more secure LTE and 5G networks.”&lt;/p&gt; 
&lt;p&gt;Out of the 313 operators, 139 operators in 70 markets have completed or planned 2G shutdowns, with 56 of these already finalised. Some 174 operators in 67 markets have started 3G switch-offs, of which 102 have completed the transition. Almost half (58%) of operators retiring older networks are upgrading to both 4G and 5G. A total of 27 operators had retired both their 2G and 3G networks.&lt;/p&gt; 
&lt;p&gt;GSA data also confirmed that 2G and 3G switch-offs are occurring in most regions, with government, regulator and operator groups increasingly attempting to set specific switch-off dates designed to encourage the switch-off of 2G and 3G in 2026 and beyond.&lt;/p&gt; 
&lt;p&gt;The report found that some 2G and 3G switch-offs are led by operator group targets, while others are mandated by government and regulators to encourage the shift to newer networks that are more energy efficient and to allow spectrum to be reallocated. Operators were continuing to outline plans to retire their 2G and 3G networks, although some have not met their initial targets.&lt;/p&gt; 
&lt;p&gt;All of this, said the GSA, underlined the challenges accompanying this process, particularly for machine-to-machine and &lt;a href="https://www.computerweekly.com/news/366646313/Cellular-IoT-connectivity-market-powers-on"&gt;internet of things (IoT) connections&lt;/a&gt; where some industries have very long device replacement cycles.&lt;/p&gt; 
&lt;p&gt;Looking at specific regions, the study identified Europe as leading in global switch-off activity, accounting for 43% of all cases, followed by Asia (26%) and Latin America and the Caribbean (9%).&lt;/p&gt; 
&lt;p&gt;In an example of a major operator leading the way in Europe, in December 2021, the UK government and the leading UK mobile network operators (MNOs) – Vodafone, EE, Virgin Media O2 (VMO2) and Three – &lt;a href="https://www.computerweekly.com/news/252510659/UK-2G-3G-mobile-nets-to-be-switched-off-by-2033-Open-RAN-to-carry-35-of-traffic-by-2030"&gt;agreed on 2033 as the year by which all public 2G and 3G networks in the UK will be switched off&lt;/a&gt; to free up and reallocate the required amount of spectrum to allow for the mass roll-out of more efficient 4G and 5G services and other future networks, such as &lt;a href="https://www.computerweekly.com/news/366616236/Indoor-6G-trial-shows-major-throughput-gain"&gt;6G&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;In 2025, VMO2 named the city of Durham as the &lt;a href="https://www.computerweekly.com/news/366617903/Virgin-Media-O2-to-begin-3G-switch-off-in-April-2025"&gt;first area in the UK where its 3G services would be switched off&lt;/a&gt;. The operator had first announced in September 2023 that part of its plan to evolve its network to enhance customer experience and improve services, it was pulling the plug on legacy mobile.&lt;/p&gt; 
&lt;div class="extra-info"&gt;
 &lt;div class="extra-info-inner"&gt;
  &lt;h3 class="splash-heading"&gt;Read more about 3G switch off&lt;/h3&gt; 
  &lt;ul class="default-list"&gt; 
   &lt;li&gt;&lt;a href="https://www.computerweekly.com/news/366643663/EE-accelerates-UK-5G-roll-out-teams-with-Meta-to-boost-mobile-video"&gt;EE accelerates UK 5G+ roll-out and teams with Meta to boost mobile video&lt;/a&gt;: UK mobile provider activates advanced 5G connectivity at more than 25 major events and in more than 30 tourist destinations, and teams with social media giant to bring about smoother video.&lt;/li&gt; 
   &lt;li&gt;&lt;a href="https://www.computerweekly.com/news/366551555/Virgin-Media-O2-to-begin-switching-off-3G-network-in-2025"&gt;Virgin Media O2 to begin switching off 3G network in 2025&lt;/a&gt;: As its network evolves and looking to enhance customer experience and improve services, VMO2 announces plans to pull plug on legacy mobile network to focus on upgrading faster, more reliable and energy-efficient services.&lt;/li&gt; 
   &lt;li&gt;&lt;a href="https://www.computerweekly.com/news/366646019/O2-hits-Giga-Site-mobile-network-milestone"&gt;O2 hits Giga Site mobile network milestone&lt;/a&gt;: UK operator reveals latest part of Mobile Transformation Plan passing the halfway mark on plan to have 1,000 advanced mobile sites across the country.&lt;/li&gt; 
   &lt;li&gt;&lt;a href="https://www.computerweekly.com/news/252518105/Three-UK-to-switch-off-3G-network-in-two-years-time"&gt;Three UK to switch off 3G network in two years’ time&lt;/a&gt;: End of UK’s first third-generation network planned as operator announces its investments in 4G and 5G gather pace, with next-gen network hitting new usage milestone, increasing by over 358% over the past year.&lt;/li&gt; 
  &lt;/ul&gt;
 &lt;/div&gt;
&lt;/div&gt;</body>
            <description>Research from mobile trade association finds that Europe leads in 2G and 3G network switch-off activity globally, accounting for 43% of all cases, followed by Asia, and Latin America and the Caribbean</description>
            <image>https://cdn.ttgtmedia.com/visuals/ComputerWeekly/Hero%20Images/mobile-smartphone-message-3G-4G-fotolia.jpeg</image>
            <link>https://www.computerweekly.com/news/366649412/More-than-300-operators-in-89-markets-engaged-in-3G-switch-offs</link>
            <pubDate>Fri, 14 Aug 2026 07:56:00 GMT</pubDate>
            <title>More than 300 operators in 89 markets engaged in 3G switch-offs</title>
        </item>
        <item>
            <body>&lt;p&gt;An autonomous excavator, the expansion of a self-driving bus trial and autonomous vehicles for airports, highways and city streets are among nine new projects to have received funding from the UK government’s Connected and Automated Mobility (CAM) Pathfinder programme, showing how CAM technologies can be used to drive opportunities across a wide range of sectors.&lt;/p&gt; 
&lt;p&gt;Running until 2030, &lt;a href="https://www.gov.uk/government/news/backing-british-industry-government-launches-25bn-drive35-programme-to-power-uk-auto-investment-and-jobs"&gt;the £150m programme&lt;/a&gt; is seen as key to realising the industry’s potential. It is aimed at addressing the challenges of bringing CAM vehicles to market, providing funding for projects that are intended to develop “world-first” technologies, products and services, ranging from “cutting-edge” software to smart transport services. It was announced in the government’s &lt;a title="https://url.us.m.mimecastprotect.com/s/ep-vCxkVlDiBQmjgQI8f0TyV5ZJ?domain=urldefense.com" href="https://assets.publishing.service.gov.uk/media/6858622776eec44bf9d71dcf/industrial_strategy_advanced_manufacturing_sector_plan.pdf"&gt;advanced manufacturing sector plan&lt;/a&gt;, which aims to grow the UK’s CAM industry – calculated to be worth £3.7bn.&lt;/p&gt; 
&lt;p&gt;Projects funded by CAM Pathfinder must demonstrate that the cutting-edge technology or mobility services being developed can help industries become safer, sustainable, inclusive and more productive. By accelerating the development, deployment and adoption of such technologies and services, the objective is to support growth and investment and unlock innovation across transport.&lt;/p&gt; 
&lt;p&gt;The CAM Pathfinder programme is delivered&amp;nbsp;by the&amp;nbsp;&lt;a href="https://www.gov.uk/government/organisations/centre-for-connected-and-autonomous-vehicles"&gt;Centre for Connected and Autonomous Vehicles&lt;/a&gt;&amp;nbsp;(CCAV), supported by&amp;nbsp;&lt;a title="https://url.us.m.mimecastprotect.com/s/5SYGCPNMYvtNOJvRPCzfMix49Bz?domain=urldefense.com" href="https://zenzic.io/"&gt;Zenzic&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a title="https://url.us.m.mimecastprotect.com/s/VKfKCQWNOwhl8JBpYTPhRiGIqqg?domain=urldefense.com" href="https://www.ukri.org/councils/innovate-uk/"&gt;Innovate UK&lt;/a&gt;. CCAV is a joint policy unit of the Department for Transport and the Department for Business and Trade. Zenzic was created by the UK government and industry to champion the CAM ecosystem and lead the UK in accelerating the self-driving revolution, with the goal of ensuring a safer, more secure, sustainable and inclusive transport future.&lt;/p&gt; 
&lt;p&gt;The&amp;nbsp;UK’s &lt;a title="https://url.us.m.mimecastprotect.com/s/cwfCCxkVlDiB8ZQlBH8fEGhyo4dE?domain=urldefense.com" href="https://url.us.m.mimecastprotect.com/s/cwfCCxkVlDiB8ZQlBH8fEGhyo4dE?domain=urldefense.com"&gt;Society of Motor Manufacturers and Traders (SMMT)&lt;/a&gt; estimates that Connected and Automated Mobility (CAM) could deliver a £66bn annual economic boost to the UK by 2040. While often associated with passenger cars, the construction sector is also seen as a major beneficiary, with the potential to utilise automated off-highway machinery and logistics to improve worksite safety and efficiency.&lt;/p&gt; 
&lt;p&gt;The latest projects are seen as being able to realise that opportunity by supporting innovation and commercial deployment across multiple UK regions, creating opportunities for high-value jobs, increasing productivity and strengthening domestic supply chains.&lt;/p&gt; 
&lt;p&gt;Demonstrate and Enable are part of the UK government’s CAM Pathfinder programme, announced in the Industrial Strategy &lt;a title="https://url.us.m.mimecastprotect.com/s/6pcMCzpBnGHnDKm1nFgi7Wh9wqeW?domain=urldefense.com" href="https://url.us.m.mimecastprotect.com/s/6pcMCzpBnGHnDKm1nFgi7Wh9wqeW?domain=urldefense.com"&gt;Advanced Manufacturing Sector Plan&lt;/a&gt;&amp;nbsp;with the&amp;nbsp;aim of growing the CAM industry.&lt;/p&gt; 
&lt;p&gt;The projects funded by Enable encompass highly automated excavators for autonomous earthmoving and commercialising connector. Those funded by Demonstrate include dynamic braking for autonomous vehicles (D-BrAVe); airside sentry for connected vehicles; accelerating the development of &lt;a href="https://www.computerweekly.com/news/366645574/Road-to-higher-vehicle-automation-accelerates"&gt;L4 Autonomous Vehicles&lt;/a&gt; with photorealistic simulation at scale; automated highway maintenance vehicles phase 2; driven by sound+ all‑weather perception subsystem for reliable automated driving; adventure city‑ready autonomous mobility service model; 5D radar perception for intelligent driving (5D Rapid).&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://www.flanneryplanthire.com/"&gt;Flannery&lt;/a&gt;, one of the UK’s largest plant hire businesses, and &lt;a href="https://www.gravisrobotics.com/"&gt;Gravis Robotics&lt;/a&gt; have secured funding from the CAM Pathfinder: Enable Competition to develop a “first-of-its-kind”, automated excavator for the construction industry.&lt;/p&gt; 
&lt;p&gt;The government noted that the UK construction industry is facing unprecedented demand over the next decade, with more than &lt;a title="https://url.us.m.mimecastprotect.com/s/RL50CyP6mEtJDYy1JIMhm2hxrTLR?domain=urldefense.com" href="https://www.gov.uk/government/news/infrastructure-pipeline-kicks-off-new-era-of-infrastructure-delivery"&gt;£530bn earmarked for development&lt;/a&gt;, but with an ageing workforce and severe skills shortages looming, the organisations are hopeful of demonstrating how embracing automation could boost the sector.&lt;/p&gt; 
&lt;p&gt;Connector, &lt;a href="https://www.greatercambridge.org.uk/smart-technology-innovation/connector"&gt;a self-driving public bus service in Cambridge&lt;/a&gt; which has facilitated more than 2,000 journeys across 700 miles of public road since its launch in June 2025, is the second project to have received UK government grant funding from Enable, which will see the trial expanded to explore further benefits of deploying CAM on public roads and will run until June 2027.&lt;/p&gt; 
&lt;p&gt;A further seven technical demonstrator projects including autonomous airside vehicles for airports, winter gritters and city-ready passenger-carrying vehicles have also secured funding from the first CAM Pathfinder: Demonstrate competition.&lt;/p&gt; 
&lt;p&gt;Commenting on the funding for the&amp;nbsp; projects, UK industry minister Blair McDougall said: “Britain’s autonomous vehicle sector is world-class, and with our modern industrial strategy we’re bringing business and science together to support the innovators and businesses who are shaping the future of transport.&lt;/p&gt; 
&lt;p&gt;“By backing these cutting-edge technologies with the funding to scale up, we’re helping this innovative sector to drive growth and jobs in every part of the UK, and I want to congratulate all the winners on their success and their role in reinforcing Britain’s leadership in this fast-growing industry.”&lt;/p&gt; 
&lt;p&gt;Zenzic programme director Mark Cracknell added: “Today’s announcement builds on all of the fantastic progress made by CAM Pathfinder so far and puts the UK firmly in the driving seat when it comes to developing and deploying the CAM solutions of tomorrow. From construction to public roads and airside, these projects have the potential to transform UK businesses, create and safeguard hundreds of jobs and further strengthen the domestic supply chain.”&lt;/p&gt; 
&lt;div class="extra-info"&gt;
 &lt;div class="extra-info-inner"&gt;
  &lt;h3 class="splash-heading"&gt;Read more about connected vehicles&lt;/h3&gt; 
  &lt;ul class="default-list"&gt; 
   &lt;li&gt;&lt;a href="https://www.computerweekly.com/news/366645676/Verizon-gears-up-as-BMW-US-vehicle-connectivity-provider"&gt;Verizon gears up as BMW US vehicle connectivity provider&lt;/a&gt;: Comms provider named as US connectivity provider for global car manufacturer’s newly manufactured vehicles, delivering 5G standalone and LTE connectivity through partnership with Japanese telco.&lt;/li&gt; 
   &lt;li&gt;&lt;a href="https://www.computerweekly.com/news/366644252/Motive-AI-Coach-connected-vehicle-tech-drives-into-UK"&gt;Motive AI Coach connected vehicle tech drives into UK&lt;/a&gt;: Connected vehicle solution deploys AI to deliver high-impact, personalised video feedback at scale, dynamically tailoring each script to drivers’ needs.&lt;/li&gt; 
   &lt;li&gt;&lt;a href="https://www.computerweekly.com/feature/CES-2026-Connected-vehicles-accelerate-the-pace-of-AI"&gt;CES 2026: Connected vehicles accelerate the pace of AI&lt;/a&gt;: In a round-up of this year’s CES, we look at the rise of connected vehicles, robotics and artificial intelligence, with prototypes evolving into real deployments.&lt;/li&gt; 
   &lt;li&gt;&lt;a href="https://www.computerweekly.com/news/366637420/Volvo-EX60-hits-accelerator-on-in-vehicle-connectivity-and-AI"&gt;Volvo EX60 hits accelerator on in-vehicle connectivity and AI&lt;/a&gt;: Auto maker unveils comms, infotainment and artificial intelligence in all-electric vehicle, including system on a chip said to deliver the highest level of processing power found in its cars to date.&lt;/li&gt; 
  &lt;/ul&gt;
 &lt;/div&gt;
&lt;/div&gt;</body>
            <description>Investment boost for projects exploring how autonomous vehicles could benefit businesses and communities across the UK as part of £150m Pathfinder programme</description>
            <image>https://cdn.ttgtmedia.com/visuals/German/article/autopilot-adobe.jpg</image>
            <link>https://www.computerweekly.com/news/366649395/UK-government-unlocks-further-connected-vehicle-development-funding</link>
            <pubDate>Fri, 14 Aug 2026 07:51:00 GMT</pubDate>
            <title>UK government unlocks further connected vehicle development funding</title>
        </item>
        <item>
            <body>&lt;p&gt;Even though embedded subscriber identity module (eSIM) services have become the default way millions of business travellers connect wirelessly abroad, user experience response times to the same network can differ by a factor of 10 because of decisions made in wholesale agreements they are not aware of, reveals research from Ookla.&lt;/p&gt; 
&lt;p&gt;The &lt;a href="https://www.ookla.com/articles/travel-esim-performance"&gt;&lt;em&gt;Travel eSIM performance penalty&lt;/em&gt;&lt;/a&gt; study was based on eSIM performance across 190 destination countries in the second quarter of 2026. It set out to reveal “the hidden” wholesale networks and internet exit points behind more than 50 travel eSIM brands, and how those choices shape latency and speed.&lt;/p&gt; 
&lt;p&gt;The Speedtest data used in the test captured the SIM profile on the device, the visited network and the point where traffic reaches the public internet. In that way, Ookla said that it was able to map every &lt;a href="https://www.computerweekly.com/news/366639408/Wildix-looks-to-bring-conversations-under-enterprise-control-with-eSIM"&gt;major travel eSIM brand&lt;/a&gt; to the wholesale network that anchors it.&lt;/p&gt; 
&lt;p&gt;The finding that underlined everything was that travel eSIM was a market coming of age and a supply chain still in the shadows. Among the key trends were that travel eSIMs are taking share of international roaming and not just riding a busier travel year, and that a handful of wholesale networks underpin most of the market. Where an eSIM exits to the internet can also matter as much as the local mobile network, and the study revealed that commercial policy is visible in performance and not just routing.&lt;/p&gt; 
&lt;p&gt;The study found that measured activity from branded travel eSIMs grew at a double-digit rate in the 12 months to June 2026, substantially outpacing the 12% growth in total &lt;a href="https://www.computerweekly.com/news/366623036/Vodafone-A1-Ericsson-unveil-first-5G-Standalone-international-roaming"&gt;international roaming&lt;/a&gt; activity and taking travel eSIMs from 2.7% to 3.4% of all measured roaming. Ookla noted that because this share measure is independent of how many people travelled, it points to a genuine shift in traveller behaviour.&lt;/p&gt; 
&lt;p&gt;In addition, more than 50 retail brands rely on a concentrated pool of providers that orchestrate roaming agreements around the world. Those providers are Hutchison’s networks in Austria and Hong Kong; China Mobile Hong Kong; KPN; Orange; Singtel; &lt;a href="https://www.computerweekly.com/news/366638835/Telna-launches-100M-travel-eSIM-growth-fund"&gt;Telna&lt;/a&gt;; Webbing; Transatel; Proximus; &lt;a href="https://www.computerweekly.com/news/366622072/BICS-launches-eSIM-Hub-to-simplify-global-enterprise-IoT-deployments"&gt;BICS&lt;/a&gt;; Plus in Poland; and Sky in the UK. These findings are said to emphasise how brand loyalty does not exist at this layer, with several brands switching wholesale suppliers during the quarter.&lt;/p&gt; 
&lt;p&gt;From a technology perspective, the study found that under home routing, traffic is sent back through the provider’s core network, often in another country, before reaching the internet and that the result was that true local breakout – where traffic exits in the country being visited – remains uncommon. For example, the data showed that in the same Japanese network, median latency ranged from 54 ms with local routing to 543 ms when traffic was sent through Madrid, despite identical radio conditions.&lt;/p&gt; 
&lt;p&gt;Download speed distributions revealed caps and throttled plans, with one major brand clustering near 6 Mbps and a free tier near 0.2 Mbps. In the worst brand and destination pairings, latency was up to 30 times higher than for local mobile users on the same network.&lt;/p&gt; 
&lt;p&gt;Yet ultimately, the survey showed that the commercial momentum behind travel eSIMs is no longer in question. Airalo became the segment’s &lt;a href="https://www.airalo.com/about-us/press-releases/airalo-becomes-first-esim-unicorn"&gt;first unicorn&lt;/a&gt; in July 2025 on the back of a $220m round, and the company said it now serves more than 20 million travellers. Holafly, its closest rival, claimed to have &lt;a href="https://www.prnewswire.com/news-releases/from-start-up-to-global-scale-up-holafly-crosses-the-500m-mark-302566262.html"&gt;crossed $500m&lt;/a&gt;&amp;nbsp;in cumulative revenue.&lt;/p&gt; 
&lt;p&gt;Ookla believes that this addressable base keeps widening as Apple ships&amp;nbsp;&lt;a href="https://support.apple.com/en-us/109525"&gt;eSIM-only iPhones&lt;/a&gt; in a growing list of markets and remote SIM provisioning becomes routine across the device base. Distribution is broadening in parallel, from travel platforms embedding connectivity in the booking flow to fintech apps such as Revolut selling data packs beside currency exchange. In the US, T-Mobile now sells its own &lt;a href="https://www.t-mobile.com/news/network/t-mobile-prepaid-launches-u-s-pass-esim-for-international-travelers"&gt;prepaid travel eSIM&lt;/a&gt; for inbound visitors and several national operators quietly white-label wholesale travel eSIM platforms under their own logos.&lt;/p&gt; 
&lt;div class="extra-info"&gt;
 &lt;div class="extra-info-inner"&gt;
  &lt;h3 class="splash-heading"&gt;Read more about eSIM&lt;/h3&gt; 
  &lt;ul class="default-list"&gt; 
   &lt;li&gt;&lt;a href="https://www.computerweekly.com/news/366645724/Singtel-and-Thales-launch-multi-operator-IoT-eSIM-network"&gt;Singtel and Thales launch multi-operator IoT eSIM network&lt;/a&gt;: Bridge Alliance service will allow enterprises to provision and manage connected devices across four Asia-Pacific mobile operators through a single platform.&lt;/li&gt; 
   &lt;li&gt;&lt;a href="https://www.computerweekly.com/news/366642413/Eseye-boosts-global-IoT-resilience-with-SGP32-eSIM-orchestration"&gt;Eseye boosts global IoT resilience with SGP.32 eSIM orchestration&lt;/a&gt;: Internet of things connectivity provider combines SGP.32 remote provisioning with multi-IMSI, intelligent fallback and managed eSIM orchestration to ensure resilient global IoT connectivity.&lt;/li&gt; 
   &lt;li&gt;&lt;a href="https://www.computerweekly.com/news/366639408/Wildix-looks-to-bring-conversations-under-enterprise-control-with-eSIM"&gt;Wildix looks to bring conversations under enterprise control with eSIM&lt;/a&gt;: AI-powered Fixed Mobile Convergence capability designed to connect native mobile calls to enterprise workflows, preserving identity, context and customer insight without requiring an app.&lt;/li&gt; 
   &lt;li&gt;&lt;a href="https://www.computerweekly.com/news/366637630/Platforms-must-adapt-to-IoT-demand-to-support-eSim-growth"&gt;Platforms must adapt to IoT demand to support eSIM growth&lt;/a&gt;: Research on embedded subscriber identity module markets reveal rapid growth and shifting consumer attitudes, with sustained growth especially in internet of things use cases.&lt;/li&gt; 
  &lt;/ul&gt;
 &lt;/div&gt;
&lt;/div&gt;</body>
            <description>Latest analysis by Ookla finds hidden challenges in wholesale embedded subscriber identity module infrastructure and routing architecture, even for users on the exact same host network</description>
            <image>https://cdn.ttgtmedia.com/visuals/ComputerWeekly/HeroImages/eSIM-tech-phone-digital-kolonko-adobe.jpg</image>
            <link>https://www.computerweekly.com/news/366649276/Wholesale-routing-choices-create-massive-eSIM-performance-gaps</link>
            <pubDate>Fri, 14 Aug 2026 07:28:00 GMT</pubDate>
            <title>Wholesale routing choices create ‘massive’ eSIM performance gaps</title>
        </item>
        <item>
            <body>&lt;p&gt;Taxpayers could shoulder millions of pounds more costs associated with replacing the controversial Post Office Horizon software, as the losing bidder for the contract challenges the &lt;a href="https://www.computerweekly.com/news/366643515/Fujitsu-finally-thrown-out-of-Post-Office-in-500m-Horizon-replacement-deals"&gt;award going to cloud-based EPOS supplier OneView Commerce&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;Already anxious subpostmasters face more uncertainty as sources claim a supplier challenge to the contract award is holding up Post Office Horizon replacement contract. According to a source, Escher – the supplier who made the final two bidders, but lost out on the contract – believes the contract was not properly awarded and is making a claim for loss of profits for a contract it believes it should have won.&lt;/p&gt; 
&lt;p&gt;Computer Weekly asked the Post Office and Escher for comment, but neither would confirm or deny the claims. The Department for Business and Trade, which owns the Post Office, also declined to comment.&lt;/p&gt; 
&lt;p&gt;A legal challenge and demand for compensation could cost taxpayers millions of pounds more and delays will hold up the desperately needed Horizon replacement.&lt;/p&gt; 
&lt;p&gt;The £169.2m deal for an electronic point of sale system (EPOS), known as Lot 2, is part of the &lt;a href="https://www.computerweekly.com/news/366643515/Fujitsu-finally-thrown-out-of-Post-Office-in-500m-Horizon-replacement-deals"&gt;plan to remove Fujitsu&lt;/a&gt; and its controversial Horizon system from the Post Office business.&amp;nbsp;The contract was initially set to be formally signed on 3 June,&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366645261/Post-Office-delays-signing-Horizon-replacement-for-third-time"&gt;but this was extended&lt;/a&gt;&amp;nbsp;on six occasions, with &lt;a href="https://www.computerweekly.com/news/366646732/Subpostmasters-anxious-over-Horizon-replacement-as-it-is-delayed-yet-again?_gl=1*1jg54vr*_ga*Mjg4MTcxMzU3LjE3Nzk5NjUxNTU.*_ga_TQKE4GS5P9*czE3ODY0Mzk4MTMkbzI4MyRnMSR0MTc4NjQ0OTI0MiRqNDUkbDAkaDA."&gt;the latest delay&lt;/a&gt; meaning the earliest it could be signed off is now 22 August.&lt;/p&gt; 
&lt;p&gt;One outsourcing legal expert described the delay to a contract of “such a high profile” as “irregular, if not unprecedented”.&lt;/p&gt; 
&lt;p&gt;The other contract in the Horizon replacement plan, Lot 1, is &lt;span&gt;a £322.8m contract to run Horizon. It was won by Accenture and formally signed off weeks ago, but the formal signing of the OneView Commerce contract has been repeatedly delayed, with the standstill period between the initial agreement and its formal signing extended six times so far.&lt;/span&gt;&lt;/p&gt; 
&lt;p&gt;Escher has a historic link to Horizon. As part of the controversial Horizon system, the Post Office used middleware from Escher, known as Riposte, and the Fujitsu-designed software was written onto it.&lt;/p&gt; 
&lt;p&gt;There is no suggestion the Escher software was at fault. A source, who worked in the development of the original Horizon EPOS system in the 1990s,&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252496560/Fujitsu-bosses-knew-about-Post-Office-Horizon-IT-flaws-says-insider"&gt;told Computer Weekly in 2021&lt;/a&gt;&amp;nbsp;that the big flaw in Horizon was the way data was being written to Riposte.&lt;/p&gt; 
&lt;p&gt;In July last year, Computer Weekly learned that two former Post Office executives, who served for decades at the Post Office, including in senior roles, &lt;a href="https://www.computerweekly.com/news/366627634/Former-Post-Office-staff-in-Horizon-replacement-bid-team"&gt;were in the Escher team bidding for the Horizon replacement contract&lt;/a&gt;. Although Escher was not at fault, many see the company as being an unpalatable choice, particularly with former Post Office staff working in the bidding team.&lt;/p&gt; 
&lt;p&gt;The move to an off-the-shelf EPOS system was supposed to reduce complexity. The Post Office announced its plan to buy an&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366623877/Controversial-Post-Office-Horizon-system-could-stay-until-2033"&gt;off-the-shelf replacement&lt;/a&gt;, which had been on the cards since October last year, when, during his appearance at the Post Office scandal public inquiry, Post Office chairman Nigel Railton said the company’s decision to build the new system in-house was one of two reasons&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366612944/Post-Office-IT-transformation-project-was-set-up-to-fail-chairman-tells-inquiry"&gt;the project was “set up to fail”&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;Railton told the inquiry: “One was the decision ‘to get off Horizon’, which is different to building a system for the future, and the second was the decision to build in-house.”&lt;/p&gt; 
&lt;p&gt;He said there were many “horror stories” of people trying to build systems in-house. “I think, based on my experience, that this was always set up to fail,” he told the public inquiry.&lt;/p&gt; 
&lt;p&gt;The Post Office scandal was&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/2240089230/Bankruptcy-prosecution-and-disrupted-livelihoods-Postmasters-tell-their-story"&gt;first exposed by Computer Weekly in 2009&lt;/a&gt;, revealing the stories of seven subpostmasters and the problems they suffered due to Horizon accounting software, which led to the most widespread miscarriage of justice in British history&amp;nbsp;(&lt;i&gt;see below timeline of Computer Weekly articles about the scandal since 2009&lt;/i&gt;).&lt;/p&gt; 
&lt;div class="extra-info"&gt;
 &lt;div class="extra-info-inner"&gt;
  &lt;h3 class="splash-heading"&gt;Timeline: Computer Weekly articles about the scandal since 2009&lt;/h3&gt; 
  &lt;ul type="square" class="default-list"&gt; 
   &lt;li&gt;May 2009:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/2240089230/Bankruptcy-prosecution-and-disrupted-livelihoods-Postmasters-tell-their-story"&gt;Bankruptcy, prosecution and disrupted livelihoods – postmasters tell their story&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2009:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/1280090846/Post-masters-form-action-group-after-accounts-shortfall"&gt;Post-masters form action group after accounts shortfall&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2009:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/1280091449/Post-Office-theft-case-deferred-over-IT-questions"&gt;Post Office theft case deferred over IT questions&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2010:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/1280092879/Royal-Mail-postpones-Horizon-roll-out-after-outages"&gt;A pilot of the new Horizon Online system at Royal Mail has been scaled back after connectivity problems and outages&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2011:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/1280095088/Post-Office-faces-legal-action-over-alleged-accounting-system-failures"&gt;Post Office faces legal action over alleged accounting system failures&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2011:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/2240105787/85-sub-postmasters-seek-legal-support-in-claims-against-Post-Office-computer-system"&gt;85 subpostmasters seek legal support in claims against Post Office computer system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2012:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/2240158501/Post-Office-launches-external-review-of-system-at-centre-of-legal-disputes"&gt;Post Office launches external review of system at centre&amp;nbsp;of legal disputes&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2013:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/2240175402/Post-Office-admits-that-Horizon-system-needs-more-investigation"&gt;Post Office admits Horizon system needs more investigation&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2013:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/2240175994/Post-Office-calls-for-amnesty-for-Horizon-evidence"&gt;Post Office announces amnesty for Horizon evidence&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2013:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/2240176122/Post-Office-wants-to-get-to-bottom-of-IT-system-allegations"&gt;Post Office wants to get to bottom of IT system allegations&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2013:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/2240186334/Investigation-into-Post-Office-accounting-system-to-drill-down-on-strongest-cases"&gt;Investigation into Post Office accounting system to drill down on strongest cases&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2013:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/2240187566/Post-Office-Horizon-system-investigation-reveals-concerns"&gt;Post Office Horizon system investigation reveals concerns&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2013:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/2240207934/End-in-sight-for-sub-postmaster-claims-against-Post-Offices-Horizon-accounting-system"&gt;End in sight for subpostmaster claims against Post Office’s Horizon accounting system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2013:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/2240208118/Former-Lord-Justice-of-Appeal-Anthony-Hooper-joins-Post-Office-Horizon-investigation"&gt;Former Lord Justice of Appeal Hooper joins Post Office Horizon investigation&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2013:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/2240209819/150-subpostmasters-make-claims-to-Horizon-accounting-system-investigation"&gt;150 subpostmasters file claims over “faulty” Horizon accounting system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2014:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/2240230333/Fresh-questions-raised-over-Post-Office-IT-systems-role-in-fraud-cases"&gt;Fresh questions raised over Post Office IT system’s role in fraud cases&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2014:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/2240236243/MPs-blast-Post-Office-over-IT-system-investigation-and-remove-backing"&gt;MPs blast Post Office over IT system investigation and remove backing&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2014:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/2240236291/Why-MPs-lost-faith-in-the-Post-Offices-IT-investigation-but-vowed-to-fight-on"&gt;Why MPs lost faith in the Post Office’s IT investigation, but vowed to fight on&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2014:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/2240236777/Debate-over-Post-Office-IT-system-to-be-held-in-Westminister"&gt;MPs to debate subpostmaster IT injustice claims&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2014:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/2240236938/MP-accuses-Post-Office-of-acting-duplicitously-in-IT-investigation"&gt;MP accuses Post Office of acting ‘duplicitously’ in IT investigation&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2015:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/2240238523/MPs-force-inquiry-into-Post-Office-subpostmaster-mediation-scheme"&gt;MPs force inquiry into Post Office&amp;nbsp;subpostmaster mediation scheme&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2015:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/2240239009/Post-Offices-faces-grilling-by-MPs-over-Horizon-accounting-system"&gt;Post Office faces grilling by MPs&amp;nbsp;over Horizon accounting system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2015:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/2240239385/Post-Office-CIO-would-talk-to-any-subpostmaster-about-IT-problems-promises-CEO"&gt;Post Office CIO will&amp;nbsp;talk to any subpostmaster&amp;nbsp;about IT problems, promises CEO&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2015:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/2240242064/Post-Office-ends-IT-system-investigation-day-before-potentially-damning-report"&gt;Post Office ends working group for IT system investigation&amp;nbsp;day before potentially damaging report&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2015:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/4500242929/MPs-seeks-reassurance-over-Post-Office-mediation-scheme"&gt;MPs seek reassurance over Post Office mediation scheme&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2015:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/4500243220/Retiring-MP-aims-to-uncover-truth-of-alleged-Post-Office-computer-system-problems"&gt;Retiring MP aims to uncover truth of alleged Post Office computer system problems&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2015:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/4500244656/Post-Office-failed-to-investigate-account-shortfalls-before-legal-action-report-claims"&gt;Post Office failed to investigate account shortfalls&amp;nbsp;before legal action, report claims&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2015:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/4500245279/Criminal-Courts-Review-Commission-set-to-review-subpostmasters-claims-of-wrongful-prosecution"&gt;Criminal Courts Review Commission set to review subpostmasters’ claims of wrongful prosecution&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2015:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/4500249009/Post-Office-looking-to-replace-controversial-Horizon-system-says-MP"&gt;Post Office looking to replace controversial Horizon system with IBM, says MP&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2015:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/4500249393/Campaigners-call-for-independent-inquiry-into-Post-Office-Horizon-IT-system-dispute"&gt;Campaigners call for independent inquiry into Post Office Horizon IT system dispute&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2015:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/4500255862/James-Arbuthnot-takes-Post-Office-IT-fight-to-House-of-Lords"&gt;James Arbuthnot takes Post Office IT fight to House of Lords&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2015:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/4500256860/Communication-Workers-Union-warns-subpostmasters-of-flaw-in-Post-Office-Horizon-accounting-system"&gt;The union that represents Post Office subpostmasters has warned of a problem with the Horizon accounting system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2015:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/4500257572/Post-Office-IT-support-email-reveals-known-Horizon-flaw"&gt;Post Office IT support email reveals known Horizon flaw&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;November 2015:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/4500257720/Group-litigation-against-Post-Office-being-prepared-in-Horizon-dispute"&gt;Group litigation against Post Office being prepared in Horizon dispute&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2016:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/4500272635/Post-Office-faces-group-litigation-as-subpostmasters-fund-class-action"&gt;Post Office faces group litigation over Horizon IT as subpostmasters fund class action&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2016:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/450297820/Considerable-risk-if-Post-Office-replaced-Horizon-system-says-chairman"&gt;Post Office chairman Tim Parker says there would be “considerable risk” associated with changing its Horizon computer system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2016:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/450403690/Group-litigation-against-Post-Office-in-Horizon-system-dispute-prepares-for-next-stage"&gt;The legal team hired by a group of subpostmasters will take their case to the next stage&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2017:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/450411786/Game-on-for-group-litigation-against-Post-Office-after-watershed-decision"&gt;The group action against the Post Office that alleges subpostmasters have been wrongly punished for accounting errors gets green light from the High Court of Justice&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2017:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/450415674/1000-sub-postmasters-apply-to-join-IT-related-group-litigation-against-Post-Office"&gt;1,000 subpostmasters apply to join IT-related group litigation against Post Office&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2017:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/450417356/Criminal-Courts-Review-Commission-appoints-forensic-accountants-for-Post-Office-IT-system-cases"&gt;Investigation into claims of miscarriages of justice in relation to a Post Office accounting system has appointed a forensic accountant firm&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2017:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/450419861/Hundreds-of-sub-postmasters-have-applied-to-join-IT-related-legal-action-since-March"&gt;Hundreds of subpostmasters have applied to join IT-related legal action since March&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2017:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/450419861/Hundreds-of-sub-postmasters-have-applied-to-join-IT-related-legal-action-since-March"&gt;Post Office defence in computer system legal case due this week&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;August 2017:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/450423858/Subpostmasters-allege-bullying-and-intimidation-by-Post-Office-over-Horizon-IT-system"&gt;Campaigners submit initial evidence in group litigation against Post Office over controversial Horizon IT system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2017:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/450428525/Post-Office-computer-system-legal-case-reaches-important-procedural-juncture"&gt;Subpostmasters’ group action against the Post Office reaches an important milestone&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2017:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/450429076/Court-dates-set-for-Post-Office-accounting-system-trials"&gt;An end is in sight for subpostmasters’ campaign against alleged wrongful prosecution, which they blame on a faulty computer system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2017:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/450430183/Post-Office-court-case-judge-issues-warning-to-legal-teams"&gt;High Court judge in subpostmasters versus Post Office case over an faulty system tells legal teams to cooperate&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2018:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252433741/Forensic-investigation-into-Post-Office-IT-system-at-centre-of-legal-case-nears-completion"&gt;Forensic investigation into Post Office IT system at centre of legal case nears completion&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2018:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252439796/Criminal-Courts-Review-Commission-findings-in-Post-Office-computer-case-raise-further-enquiries"&gt;Criminal Cases Review Commission&amp;nbsp; examination of Post office IT system has raised further questions&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2018:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252440879/Connectivity-problem-hits-thousands-of-Post-Office-branches"&gt;Post Office branches unable to connect to Horizon computer system for several hours after morning opening time&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2018:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252451492/Why-subpostmasters-and-Post-Office-are-battling-it-out-in-the-High-Court"&gt;After over a decade of controversy, next week marks the beginning of a court battle between subpostmasters and the Post Office&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2018:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252452254/High-court-Post-Office-trial-puts-subpostmasters-contract-under-microscope"&gt;Case against Post Office in relation to allegedly faulty computer system begins in High Court&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2018:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252452444/Post-Office-trial-throws-up-more-known-computer-problems"&gt;High Court case in which subpostmasters are suing the Post Office has revealed a known problem with a computer system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2018:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252452694/Post-Office-executives-cross-examined-in-Horizon-IT-system-trial"&gt;A High Court trial, where subpostmasters are suing the Post Office for damages caused by an allegedly faulty IT system, ends second week&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2018:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252452957/Post-Office-held-back-information-about-Horizon-IT-system-errors"&gt;Post Office director admits to Horizon errors and not sharing details with subpostmaster network&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2018:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252453243/High-Court-trial-over-Horizon-computer-system-completes-witness-cross-examinations"&gt;The High Court trial in which subpostmasters are suing the Post Office has reached an important stage&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2018:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252453546/CCRC-may-hold-off-subpostmaster-decision-until-after-Post-Office-Horizon-trial"&gt;CCRC may hold off subpostmaster decision until after Post Office Horizon trial&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2018:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252454055/Complex-Post-Office-Horizon-case-set-to-continue-into-2020"&gt;Court case where subpostmasters are suing the Post Office set to span at least four trials and extend into 2020&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252455126/Subpostmasters-suing-Post-Office-over-IT-failures-stunned-by-CEOs-honour"&gt;Subpostmasters’ campaign group attacks Post Office CEO Paula Vennells’ New Year honour amid ongoing court case&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252455877/Thousands-of-known-errors-on-controversial-Post-Office-computer-system-to-be-revealed"&gt;Thousands of known errors on controversial Post Office computer system to be revealed&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252458999/Tech-under-spotlight-at-High-Court-in-second-subpostmasters-versus-Post-Office-trial"&gt;Tech under spotlight at High Court in second subpostmasters versus Post Office trial&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252459274/Post-Office-considered-Horizon-IT-system-as-high-risk-court-told"&gt;Post Office considered Horizon IT system “high-risk”, court told&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252459857/CCRC-watching-Post-Office-Horizon-trial-closely"&gt;CCRC watching Post Office Horizon trial closely&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252459564/Subpostmasters-achieve-stunning-victory-against-Post-Office-in-Horizon-case"&gt;Judge rules that Post Office showed “oppressive behaviour” in response to claimants accused of accounting errors they blamed on Horizon IT system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252459863/Post-Office-lacked-humanity-in-the-treatment-of-subpostmasters-says-peer"&gt;Post Office “lacked humanity” in the treatment of subpostmasters, says peer&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252459670/Post-Office-director-cross-examination-confirms-lack-of-investigation-into-branch-IT-problems"&gt;A High Court judge heard that the Post Office did not investigate a computer system error that could cause losses, despite being offered evidence&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252459996/Horizon-IT-system-trial-suspended-after-Post-Office-accuses-judge-of-bias"&gt;The Post Office legal team in the case brought by more than 500 subpostmasters has called for the judge to be recused after questioning his impartiality&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252460542/Post-Office-made-to-repay-public-money-it-allocated-to-fund-Horizon-litigation"&gt;A senior civil servant asked the Post Office to repay public money it had wrongly allocated to paying legal costs&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252460815/Post-Office-could-face-huge-costs-bill-for-first-Horizon-trial"&gt;Subpostmaster claimants’ legal team makes application for the Post Office to pay millions of pounds of costs associated with trial&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252461096/Post-Office-to-appeal-judgment-from-first-Horizon-trial"&gt;Post Office to appeal judgment from first Horizon trial&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252461348/Judge-in-Post-Office-trial-rejects-application-to-recuse-himself"&gt;The Post Office’s claim that the judge overseeing the case concerning its controversial Horizon IT system was biased has been dismissed&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252461728/MP-questions-government-over-Post-Office-Horizon-case"&gt;MP questions government over Post Office Horizon case&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252461829/Government-says-no-conflict-of-interest-in-Post-Office-trial-due-to-chairmans-dual-role"&gt;Government says no conflict of interest in trial despite Post Office chairman’s dual role&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252463196/Court-of-Appeal-rejects-a-Post-Office-request-in-Horizon-IT-case"&gt;The Court of Appeal has refused the Post Office’s application to appeal a major decision in the Horizon IT trial&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252463625/Post-Office-applies-to-appeal-damning-judgment-in-first-Horizon-trial"&gt;The Post Office has applied for permission to appeal judgments from the first trial in its IT-related legal battle with subpostmasters&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252463938/Post-Office-told-to-pay-over-5m-of-its-opponents-costs-for-first-Horizon-trial"&gt;The judge in the Post Office Horizon trial has ordered the organisation to pay the legal costs, and refused to give permission to appeal a major judgment&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252465193/Post-Office-asks-Court-of-Appeal-for-permission-to-appeal-judgment-in-first-Horizon-trial"&gt;Post Office asks Court of Appeal for permission to appeal judgment in first Horizon trial&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252466111/Post-Office-back-office-error-leaves-subpostmaster-with-thousands-of-pounds-extra"&gt;Post Office back-office error leaves subpostmaster with thousands of pounds extra&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252466406/Post-Office-fixes-technical-problem-causing-accounting-errors-in-Horizon"&gt;Post Office fixes technical problem causing accounting errors in Horizon&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;August 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252468199/Hundreds-of-Post-Office-branches-hit-by-new-Horizon-problem"&gt;Subpostmasters suffering slow running and frozen terminals while Post Office searches for a fix to issues apparently caused by a software update&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;August 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252468689/Latest-Post-Office-Horizon-problems-caused-by-software-update"&gt;The Post Office has fixed the latest problems with its Horizon system, affecting hundreds of branches&lt;/a&gt;.&amp;nbsp;&lt;/li&gt; 
   &lt;li&gt;October 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252473026/Post-Office-IT-trial-judgement-within-days"&gt;A High Court judgment for a trial that focused on the Post Office’s IT system at the centre of a multimillion-pound litigation will be announced early next month&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252474416/Court-of-Appeal-dismisses-Post-Office-application-to-appeal-damning-judgment"&gt;The Court of Appeal has rejected a Post Office application to appeal judgments made in its multimillion-pound battle with subpostmasters over IT system failures&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252474583/Peer-suggests-clear-out-of-Post-Office-board-after-Court-of-Appeal-confirms-major-defeat-in-court"&gt;Peer calls for clear-out of Post Office board after Court of Appeal confirms major court defeat&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252475310/Post-Office-settles-legal-dispute-with-subpostmasters-ending-20-year-battle-for-lead-claimant"&gt;The Post Office has settled its long-running legal dispute with subpostmasters, and will pay £57.75m in damages&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252475442/Subpostmasters-got-the-best-deal-possible-in-legal-battle-with-the-Post%20Office-says-lawyer"&gt;Subpostmasters ended their legal battle with the Post Office at the optimal time, according to the lawyer that managed the High Court action&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252475611/Subpostmasters-proved-right-on-IT-system-failures-as-calls-for-full-public-inquiry-mount"&gt;Subpostmasters proved right on IT system failures as calls for full public inquiry mount&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252475773/Criminal-Courts-Review-Commission-to-review-Horizon-judgment-swiftly"&gt;Criminal Courts Review Commission to review Horizon judgment “swiftly”&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252475841/National-Federation-of-Subpostmasters-cries-foul-after-court-ruling"&gt;National Federation of Subpostmasters cries foul after court ruling on controversial computer system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252475989/Former-Post-Office-CEO-apologises-to-subpostmasters-over-Horizon-scandal"&gt;Former Post Office CEO apologises to subpostmasters over Horizon scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2019:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252476160/Call-for-former-Post-Office-CEO-to-step-down-from-public-roles-after-IT-court-battle-lost"&gt;Call for former Post Office CEO to step down from public roles after IT court battle lost&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252476403/Fujitsu-must-face-scrutiny-following-Post-Office-Horizon-trial-judgment"&gt;Fujitsu must face scrutiny following Post Office Horizon trial judgment&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252476569/Subpostmaster-group-calls-for-government-to-pay-legal-costs-for-Horizon-trial"&gt;Subpostmaster group calls for government to pay legal costs for Horizon trial&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252476622/Why-subpostmasters-are-calling-on-the-government-to-pay-Horizon-trial-costs"&gt;Why subpostmasters are calling on the government to pay Horizon trial costs&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252476768/Government-distances-itself-from-Post-Office-decisions-in-Horizon-IT-litigation"&gt;Department for Business, Energy &amp;amp; Industrial Strategy says it did not make decisions in the Post Office’s recent court battle&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252477142/Government-should-not-be-allowed-to-dismiss-subpostmasters-claims-over-Horizon-IT-scandal"&gt;Government should not be allowed to dismiss subpostmasters’ claims over Horizon IT scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252477368/Police-sent-information-about-potential-Fujitsu-staff-perjury-in-subpostmaster-prosecutions"&gt;Police sent information about potential Fujitsu staff perjury in subpostmaster prosecutions&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252477433/Subpostmaster-prosecutions-move-closer-to-appeal"&gt;Prosecutions are a significant step closer to being sent to the Court of Appeal as Criminal Courts Review Commission forms a group of commissioners to review them&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/feature/Alan-Bates-The-details-man-the-Post-Office-paid-the-price-for-ignoring"&gt;Alan Bates: The “details man” the Post Office paid the price for ignoring&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252477786/Government-refuses-request-to-pay-legal-costs-for-subpostmasters-in-Post-Office-case"&gt;The government has refused to pay the huge legal costs subpostmasters incurred in their battle with the government-owned Post Office, which they won&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252478402/Pressure-for-public-inquiry-into-Post-Office-IT-system-scandal-begins-with-mountain-to-climb"&gt;Members of Parliament seeking a public inquiry into the Post Office Horizon scandal face huge challenges, but pressure and time could force justice&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252478549/Calls-for-inquiry-into-Post-Office-IT-scandal-increase-in-Parliament-with-cross-party-support"&gt;Calls for inquiry into Post Office IT scandal increase in Parliament, with cross-party support&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252478694/Concerns-raised-over-former-Post-Office-CEOs-appointment-at-NHS-trust-under-review"&gt;Care Quality Commission to review concerns over Paula Vennells’ appointment after they were raised by a former NHS consultant psychiatrist&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252479087/Government-admits-it-was-too-passive-managing-Post-Office-as-parliamentary-pressure-builds"&gt;Government admits it was too passive managing Post Office as parliamentary pressure builds&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252479323/Government-claims-it-was-misled-by-Post-Office-over-IT-scandal"&gt;Minister says Post Office IT experts misled the government when it asked questions about subpostmasters’ concerns over Horizon IT system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252479176/Boris-Johnson-commits-to-getting-to-the-bottom-of-Post-Office-Horizon-IT-scandal"&gt;Boris Johnson commits to “getting to the bottom of” Post Office Horizon IT scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252479401/Boris-Johnsons-commitment-to-inquiry-into-Post-Office-scandal-in-doubt"&gt;Boris Johnson’s commitment to inquiry into Post Office scandal in doubt&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252479549/MPs-call-on-PM-to-commit-to-full-public-inquiry-into-Post-Office-Horizon-IT-scandal"&gt;MPs call on PM to commit to full public inquiry into Post Office Horizon IT scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252479650/Those-who-did-not-play-by-the-rules-in-Post-Office-Horizon-scandal-should-face-prosecution"&gt;Those who did not play by the rules in Post Office Horizon scandal “should face prosecution”&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252479794/MPs-told-to-hold-to-account-those-responsible-for-Post-Office-Horizon-IT-scandal"&gt;MPs told to hold to account those responsible for Post Office Horizon IT scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252480083/Secret-Post-Office-deals-cause-fury-among-Horizon-IT-scandal-campaigners"&gt;The Post Office has sparked anger with secret settlements with subpostmasters outside the recent legal action against it&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252480365/Labour%20MP%20Karl%20Turner%20tells%20Computer%20Weekly%20that%20the%20Post%20Office%20Horizon%20scandal%20is%20the%20most%20grotesque%20version%20of%20predatory%20capitalism%20he%20has%20ever%20seen"&gt;Labour MP Karl Turner tells Computer Weekly that the Post Office Horizon scandal is the most grotesque version of predatory capitalism he has ever seen&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252480365/MP-warns-minister-not-to-parrot-civil-servants-lines-on-Post-Office-IT-scandal"&gt;MP Kevan Jones has warned a government minister not to repeat the mistakes of predecessors in relation to the Post Office Horizon IT scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252480440/Coronavirus-CCRC-uses-Microsoft-Teams-to-consider-subpostmaster-appeals"&gt;Criminal Cases Review Commission to use Microsoft Teams to ensure review of subpostmaster prosecutions is held on time&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252480463/Coronavirus-Post-Office-postpones-subpostmaster-compensation-scheme-amid-Covid-19-crisis"&gt;Post Office postpones subpostmaster compensation scheme amid Covid-19 crisis&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252480571/Meeting-reviewing-subpostmaster-applications-to-appeal-criminal-prosecutions-moves-into-second-day"&gt;Meeting reviewing subpostmaster applications to appeal criminal prosecutions moves into second day&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252480655/Subpostmaster-prosecutions-to-be-considered-by-Court-of-Appeal-for-miscarriages-of-justice"&gt;Subpostmaster prosecutions to be considered by Court of Appeal for miscarriages of justice&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252480745/How-Subpostmasters-made-legal-history-with-biggest-referral-of-potential-miscarriages-of-justice"&gt;How subpostmasters made legal history with biggest referral of potential miscarriages of justice.&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;April 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252482260/Met-Police-assess-evidence-of-potential-perjury-in-Post-Office-IT-trials"&gt;Met Police&amp;nbsp;examines information about evidence&amp;nbsp;given in court by Fujitsu staff on the Horizon IT system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252482517/Subpostmasters-receive-their-inadequate-damages-over-Horizon-IT-scandal"&gt;Subpostmasters who had their lives ruined by the Post Office’s faulty IT system have&amp;nbsp;received their damages after a High Court victory&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252483344/Post-Office-executive-who-tried-to-mislead-judge-in-Horizon-trial-leaves-via-back-door"&gt;A senior Post Office executive at the centre of an IT scandal, who tried to mislead a High Court judge in relation to it, has&amp;nbsp;left the organisation without fanfare&amp;nbsp;despite many years of service&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252483639/900-more-criminal-prosecutions-of-subpostmasters-could-be-unsafe-because-of-IT-failures"&gt;Post Office re-examines hundreds of prosecutions that could have resulted from faults in Horizon IT system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252483733/Subpostmasters-crowdfund-for-justice-in-IT-scandal"&gt;A campaign group representing subpostmasters wrongly prosecuted for theft and false accounting by the Post Office is raising money to help clear the names of victims of the scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252484026/Subpostmasters-to-force-scrutiny-of-governments-role-in-Post-Office-IT-scandal"&gt;Subpostmasters to force scrutiny of government’s role in Post Office IT scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252484100/CCRC-sends-47-subpostmaster-miscarriages-of-justice-for-appeal-asks-for-prosecution-powers-review"&gt;The Criminal Cases Review Commission sends 47 more subpostmaster cases to Court of Appeal and asks government to review private prosecution powers&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252484163/Government-investigation-into-Horizon-scandal-bares-teeth"&gt;Select committee chair writes to former Post Office CEO demanding answers over her role in IT scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252484483/Anger-as-government-launches-pathetic-and-pointless-review-of-Horizon-scandal"&gt;The government has been accused of launching a review that fails in getting to the bottom of one of the biggest miscarriages of justice in UK history&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252484566/Subpostmasters-will-not-cooperate-with-government-review-into-IT-scandal"&gt;Subpostmasters will not cooperate with government review into IT scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252484647/Blow-to-Government-review-of-Post-Office-scandal-as-key-forensic-accountants-refuse-to-support-it"&gt;The government’s proposed review of the Post Office IT scandal has received a further setback as forensic accountants join subpostmasters in refusing to back it&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252484776/Select-committee-chair-demands-sharper-teeth-for-review-of-Post-Office-IT-scandal"&gt;Call for government review of Post Office Horizon scandal to have the power to force individuals to give evidence under oath&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252484917/Post-Office-Horizon-scandal-victims-keep-pressure-on-governments-doorstep"&gt;Subpostmasters seeking justice in the Post Office Horizon IT scandal are regaining momentum in Parliament&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252484963/Care-Quality-Commission-to-discuss-concerns-over-Paula-Vennells-NHS-role"&gt;Healthcare regulator will be discussing concerns about former NHS boss chairing an NHS trust at an upcoming meeting&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252485110/Firm-that-investigated-controversial-Post-Office-IT-system-to-support-criminal-conviction-appeals"&gt;Second Sight is working with law firm in appeals by subpostmasters against criminal convictions in Horizon IT scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252485190/Former-Post-Office-CEO-and-Fujitsu-play-the-blame-game-in-Horizon-IT-scandal"&gt;Post Office and Fujitsu blame each other for many of the failings in the Horizon IT scandal that wrecked lives&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252485328/MPs-to-examine-fairness-of-private-prosecutions-in-light-of-Post-Office-IT-scandal"&gt;Parliamentary Justice Committee to hold short inquiry into the rules and regulations surrounding private organisations’ ability to initiate criminal proceedings&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252485826/Post-Office-scandal-victims-have-days-to-raise-thousands-of-pounds-or-perpetrators-go-scot-free"&gt;Victims of the Post Office Horizon IT scandal need to raise thousands of pounds in a week or those responsible for their suffering will avoid scrutiny&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252486099/Subpostmasters-hit-funding-target-to-prevent-government-burying-IT-scandal"&gt;The government is set to face scrutiny over its involvement in the Post Office Horizon IT scandal, described as one of the biggest miscarriages of justice in modern UK history&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252488725/Post-Office-Horizon-IT-scandal-victims-face-long-fight-as-government-digs-heels-in"&gt;The government repeats that it won’t pay victims’ legal costs and confirms review into the scandal will not have the power to call witnesses&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252489777/Subpostmasters-still-in-the-dark-about-live-Horizon-errors"&gt;Subpostmasters still not being told about all the known errors in the controversial Post Office branch accounting and retail system that they use&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252489999/Justice-for-subpostmasters-as-wrongful-criminal-convictions-are-set-to-be-quashed"&gt;The Post Office has chosen not to contest 44 out of 47 appeals, meaning most are likely to have their names cleared, but others still face a Court of Appeal battle for justice&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252490154/Government-deaf-to-loud-calls-for-statutory-public-inquiry-into-Post-Office-scandal"&gt;MPs are demanding the government holds a full statutory public inquiry into the Post Office IT scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252490276/Care-Quality-Commissions-enquiries-into-IT-scandal-CEO-continue"&gt;NHS regulator continues enquiries about the appointment of former Post Office CEO at Imperial College Healthcare NHS Trust as more damning details emerge&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252490447/Government-ministers-plea-for-subpostmasters-to-take-part-in-review-of-IT-scandal-rejected"&gt;Government minister met with former subpostmaster online in an attempt to get victims of the Post Office Horizon scandal involved in government review&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252490580/Post-Office-races-to-solve-IT-error-under-gaze-of-public-and-banks"&gt;The Post Office is focusing urgently on fixing an IT error suffered by a subpostmaster amid the ongoing IT scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252490795/Labour-shares-subpostmaster-concerns-over-whitewash-Horizon-IT-inquiry"&gt;Labour politicians are calling for the government to give the Post Office Horizon scandal inquiry the power to force witnesses to give evidence if they don’t cooperate&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252490996/NHS-trust-takes-another-look-at-its-appointment-of-IT-scandal-CEO"&gt;Imperial College Healthcare NHS Trust has asked for external review of its process when appointing controversial executive&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252491520/Subpostmasters-complaint-about-government-begins-its-journey-to-Parliamentary-Ombudsman"&gt;Government faces scrutiny of its handling of the Post Office IT scandal that destroyed subpostmasters’ lives and livelihoods&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252491681/Post-Office-Horizon-system-crashes-nationally"&gt;Post Office branches offline during busy business hours after suffering an IT error that the Post Office said related to IT from supplier Fujitsu&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252491906/Lack-of-openness-on-Horizon-errors-remains-as-Fujitsu-refuses-to-explain-latest-outage"&gt;Fujitsu is refusing to explain what caused a national system outage in Post Office branches last week, despite the Post Office confirming the issue was the fault of the supplier&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252492031/Police-open-criminal-investigation-into-potential-perjury-by-Fujitsu-staff-in-Post-Office-IT-trial"&gt;The Metropolitan Police opens criminal investigation into Fujitsu staff who gave evidence in trials of subpostmasters wrongly prosecuted and even imprisoned for financial crimes&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252492118/Post-Office-explanation-of-IT-system-outage-so-vague-it-is-pointless"&gt;Post Office criticised over vagueness of its explanation of the cause of a UK-wide IT failure that saw subpostmasters unable to do business&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252492186/Botched-software-update-to-blame-for-Horizon-crash"&gt;Post Office says planned firmware update caused the problem that left branches unable to do business for 90 minutes&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252492350/Fujitsu-staff-under-investigation-for-potential-perjury-in-Post-Office-IT-trial-named"&gt;Court documents reveal the names of the Fujitsu employees under investigation for potentially providing misleading information in criminal trials&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252492495/Subpostmasters-want-300m-from-a-government-that-allowed-Post-Office-reign-of-terror"&gt;The government allowed the Post Office to ‘run amok’ and destroy lives, says complaint to Parliamentary Ombudsman&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252492572/Post-Office-accused-of-lying-and-potentially-being-in-contempt-of-Parliament-in-IT-scandal"&gt;Campaigning politician demands access to documents that could prove that the Post Office lied&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252492923/Government-covers-its-ears-as-complaint-by-victims-of-Post-Office-abuse-heads-to-ombudsman"&gt;Government denies responsibility for the abuse inflicted on subpostmasters by the Post Office over faulty IT system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252493199/Post-Office-IT-scandal-CEO-Paula-Vennells-jumps-NHS-ship-as-pressure-mounts"&gt;CEO at the centre of the scandal that saw innocent people bankrupted and some sent to prison steps down from NHS role as pressure for her resignation grows&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252493522/History-made-as-subpostmasters-wrongly-prosecuted-in-Horizon-IT-scandal-have-convictions-quashed"&gt;History made as subpostmasters wrongly prosecuted in Horizon IT scandal have convictions quashed&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252493521/Appointment-of-disgraced-former-Post-Office-executive-at-Welsh-FA-questioned-by-MP"&gt;The appointment of a former Post Office executive, who tried to mislead a judge, in the Football Association of Wales has been questioned by an&amp;nbsp;MP&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2020:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252493818/Post-Office-suffers-latest-court-defeat-in-Horizon-IT-scandal"&gt;Court of Appeal indicates subpostmasters can pursue appeal route that could do more damage to Post Office’s reputation&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252494402/NHS-trust-says-appointment-processes-robust-despite-criticism-of-role-for-Post-Office-scandal-CEO"&gt;NHS trust defends its director appointment process following an external review of its recruitment of former Post Office CEO Paula Vennells&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252495079/IT-scandal-exposes-legal-rule-that-made-it-easy-for-Post-Office-to-prosecute-the-innocent"&gt;Lawyers call for changes to digital evidence rule that made it easier for the Post Office to ‘bamboozle courts’ and make subpostmasters pay a heavy price for its IT failings&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252495097/More-subpostmasters-prosecutions-sent-to-appeal-for-wrongful-conviction"&gt;The Criminal Cases Review Commission (CCRC) has referred four more subpostmasters’ criminal convictions to appeal, as part of the biggest miscarriage of justice in modern UK history&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252496560/Fujitsu-bosses-knew-about-Post-Office-Horizon-IT-flaws-says-insider"&gt;A former senior developer who worked for Fujitsu on the Post Office IT system that led to subpostmasters being falsely accused of fraud, has claimed bosses knew of fundamental flaws before going live&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252496767/Subpostmaster-group-calls-for-prime-minister-to-pause-Horizon-whitewash-inquiry"&gt;Subpostmasters call for Boris Johnson to pause and reshape the government’s Horizon inquiry&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252496823/Appointment-of-disgraced-former-Post-Office-director-triggers-vote-of-no-confidence-in-Welsh-FA-boss"&gt;Vote of no confidence in Football Association of Wales boss triggered by recruitment of former Post Office executive who tried to mislead a judge in IT trial&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252497419/Government-to-change-unfair-private-prosecutions-used-to-prosecute-innocent-subpostmasters"&gt;Government agrees to change private prosecution rules that were abused by the Post Office in its pursuit of subpostmasters wrongly accused of financial crimes&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252497511/Prime-Minister-yet-to-respond-to-serious-subpostmaster-concerns-over-Horizon-IT-scandal-inquiry"&gt;Subpostmaster victims who have spent millions bringing the Post Office IT scandal to light have received no reply to their concerns from Boris Johnson&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252497573/Governments-refusal-of-freedom-of-information-request-about-Post-office-deeply-concerning"&gt;MP condemns department’s ‘bizarre’ rejection of freedom of information request linked to Post Office IT scandal&lt;/a&gt;.&amp;nbsp;&lt;/li&gt; 
   &lt;li&gt;March 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252497583/Welsh-FA-boss-linked-to-recruitment-of-controversial-former-Post-Office-executive-to-step-down"&gt;Football Association Wales boss steps down after losing confidence motion triggered by appointment of an executive involved in the Post Office IT scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252497665/Potential-miscarriages-of-justice-of-Scottish-subpostmasters-move-to-full-review"&gt;The Scottish Criminal Cases Review Commission (SCCRC) is reviewing five cases of potential miscarriage of justice in relation to subpostmaster prosecutions&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252498067/Subpostmasters-in-Court-of-Appeal-to-end-20-year-torment"&gt;Subpostmasters heading to Court of Appeal to clear their names in what is potentially the biggest miscarriage of justice in English legal history&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252498087/Government-to-bail-out-Post-Office-which-cant-afford-to-pay-compensation-to-subpostmasters"&gt;The Post Office does not have enough money to pay compensation to the subpostmasters it wrongfully prosecuted&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252498141/Post-Office-IT-scandal-executive-forced-out-of-job-at-Football-Association-of-Wales"&gt;Angela van den Bogerd has left her role at the Football Association of Wales, following criticism of her part in Post Office IT scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252498245/Post-Office-staff-instructed-to-shred-documents-that-undermined-its-claims-Horizon-was-robust"&gt;Court of Appeal hearing reveals Post Office instructed employees to destroy documents that undermined an insistence that its Horizon computer system was robust&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252498341/Post-Office-was-told-in-2013-that-Fujitsu-witness-was-unreliable-in-subpostmaster-prosecutions"&gt;The Post Office was warned that a former Fujitsu employee had misled courts when giving evidence on its behalf&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252498358/Prime-Minister-says-people-should-be-held-to-account-for-Post-Office-IT-scandal"&gt;Boris Johnson agrees with MP that those responsible for the Post Office Horizon scandal should be brought to book&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252498388/Ex-Post-Office-CEO-Paula-Vennells-walked-away-from-IT-scandal-with-over-400,000-in-pay-and-bonuses"&gt;Former Post Office chief was paid over £400,000 when she left despite the organisation being involved in what would become the biggest miscarriage of justice in UK history&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252498409/Government-faces-judicial-review-into-plans-for-Post-Office-Horizon-inquiry"&gt;The UK government faces a potential judicial review over its Post Office Horizon IT scandal inquiry, after subpostmasters formally wrote to the government seeking one&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252498901/Demands-for-changes-to-barmy-rules-on-digital-evidence-have-governments-ear"&gt;The government is listening to calls for changes in how digital evidence is considered in court, as Post Office IT scandal spells out current rule’s inadequacy&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252498971/Post-Office-gives-controversial-Fujitsu-contract-another-year"&gt;The Post Office’s controversial contract with Fujitsu has been extended another year to help the organisation manage its exit&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252499045/Post-Office-Horizon-contract-extension-is-part-of-project-to-bring-Fujitsu-work-in-house"&gt;The Post Office is to move work done by Fujitsu in-house when its outsourcing contract ends, and is already recruiting IT experts&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252499238/End-of-the-road-for-Post-Office-IT-system-that-destroyed-lives"&gt;The Post Office has revealed the end to its controversial Horizon IT system which, through its errors and the Post Office’s denial of them, caused huge suffering&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252499377/Only-Government-standing-in-the-way-of-fair-compensation-for-subpostmasters"&gt;The UK government is the only block to fair compensation for subpostmasters who were wrongly punished for accounting shortfalls&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252499723/Post-Office-scandal-victims-have-criminal-convictions-overturned-in-Court-of-Appeal"&gt;The Court of Appeal has overturned the criminal convictions of 39 subpostmasters who were blamed and punished for accounting shortfalls caused by computer errors&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252499778/Post-Office-scandal-CEO-steps-down-from-roles-after-massive-miscarriage-of-justice-is-laid-bare"&gt;Former Post Office CEO Paula Vennells has left roles in the church, Morrisons and Dunelm after postmasters’ convictions were overturned in the Court of Appeal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252499806/Another-38-subpostmasters-submit-appeals-against-convictions"&gt;The biggest miscarriage of justice in UK history is set to get bigger as more subpostmasters take their cases to the Court of Appeal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252500167/Post-Office-CEO-either-knew-what-was-going-on-in-Horizon-scandal-or-was-asleep-at-the-wheel"&gt;Post Office IT scandal CEO has no excuse for her inaction in preventing the biggest miscarriage of justice in UK history, says Criminal Cases Review Commission chairperson&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252500232/Post-Office-dishonesty-in-Horizon-scandal-is-reason-enough-for-statutory-public-inquiry"&gt;Subpostmasters, MPs and the public call for a full statutory judge-led public inquiry into the Post Office Horizon scandal, following another damning court judgment&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252500395/Minister-promises-fair-and-speedy-compensation-for-555-subpostmasters-who-defeated-Post-Office"&gt;Government says it wants to ensure a fair pay-out for the 555 subpostmasters who defeated the Post Office in a legal battle&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252500406/Post-Office-contacts-over-500-subpostmasters-potentially-wrongly-prosecuted-for-financial-crimes"&gt;The Post Office has contacted hundreds of people it might have wrongly prosecuted for financial crimes&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252500460/Miscarriages-of-justice-are-the-potent-tip-of-Post-Office-scandal"&gt;The miscarriages of justice involving subpostmasters are the most disturbing element of the Post Office Horizon scandal – but it goes much deeper&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252500646/Fujitsu-bags-3bn-in-public-sector-contracts-while-software-errors-wreck-the-lives-of-subpostmasters"&gt;The supplier at the centre of the Post Office Horizon scandal has so far escaped the ramifications of its role in the biggest miscarriage of justice in UK history&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252500762/More-former-subpostmasters-have-criminal-convictions-quashed"&gt;Another two former subpostmasters have had their convictions for financial crimes overturned, following a hearing in Southwark Crown Court&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252501013/Post-Office-Horizon-inquiry-set-to-be-given-statutory-status-with-wider-powers"&gt;The government inquiry into the Post Office Horizon scandal is set to be made statutory with the power to compel witnesses and evidence&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252501082/Nothing-off-the-table-in-statutory-Post-Office-scandal-inquiry"&gt;The government confirmed that the inquiry into the Post Office Horizon IT scandal will be given statutory status and wider scope&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252501128/Subpostmaster-campaign-group-to-meet-Post-Office-scandal-inquiry-chair"&gt;The Justice for Subpostmasters Alliance has agreed to meet the former judge heading up the inquiry into the Post Office scandal that ruined the lives of hundreds of subpostmasters&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252501399/Its-a-good-day-when-we-refer-a-case-CCRC-tells-MPs-during-review-of-Post-Office-prosecutions"&gt;Criminal Cases Review Commission will not allow pressure on its resources to prevent subpostmasters seeking a review of their criminal convictions&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252501510/BCS-demands-reform-to-rules-on-computer-evidence-following-Post-Office-Horizon-scandal-revelations"&gt;Professional IT body wants changes to how computer evidence is used in court in the wake of the Post Office case&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252501656/Post-Office-scandal-public-inquiry-finally-begins-after-chances-to-address-problems-were-missed"&gt;The Post Office Horizon scandal inquiry begins with subpostmaster campaign group waiting for full details before committing its support&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252502056/Did-government-allow-Post-Office-to-sack-forensic-accountants-to-cover-up-Horizon-scandal"&gt;Whatever the Post Office told government about its decision to sack investigators examining subpostmaster prosecutions for theft could identify if the government was part of a cover-up&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252502738/Post-Office-pays-400-subpostmasters-compensation-for-losses-caused-by-computer-errors"&gt;The Post Office has so far compensated about 400 subpostmasters who suffered losses as a result of computer errors that they were wrongly blamed for&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252503399/Ten-more-former-subpostmasters-set-to-have-wrongful-convictions-overturned"&gt;Another 10 subpostmasters are set to have their criminal convictions quashed as part of one of the biggest miscarriage of justice in British history&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252503752/Government-commitment-to-Post-Office-Horizon-victims-was-a-false-promise"&gt;The government has made no contact with subpostmasters two months after it said it would work with them to ensure they get speedy and fair compensation&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252503844/Taxpayers-will-have-to-pay-at-least-300m-to-bail-out-Post-Office-after-scandal"&gt;The cost of a scheme set up to compensate subpostmasters who were victims of the Horizon IT scandal will exceed £300m&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252504363/Government-to-fund-interim-compensation-of-up-to-100000-for-each-wrongly-convicted-subpostmaster"&gt;The government will pay interim compensation within weeks to subpostmasters who were wrongly convicted of crimes due to computer errors&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;August 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252505156/Four-more-subpostmasters-set-to-have-convictions-overturned"&gt;A further four subpostmasters are set to have their wrongful convictions overturned in the latest development in the Post Office Horizon scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;August 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252505410/Overturned-convictions-of-subpostmasters-mount-up-but-555-victims-no-closer-justice"&gt;The government has failed to provide fair compensation to the subpostmasters who exposed the full extent of the Horizon scandal to the world&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;August 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252506031/Subpostmasters-demand-more-clarity-on-Horizon-public-inquiry-before-committing-their-support"&gt;Subpostmasters demand more clarity on Horizon public inquiry before committing their support&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252506632/CCRC-refers-six-more-subpostmaster-convictions-for-appeal"&gt;Six more subpostmaster convictions referred for appeal in Post Office IT scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252506647/Government-Minister-holds-secret-meeting-with-Post-Office-Horizon-scandal-victims"&gt;Government minister holds secret meeting with Post Office Horizon scandal victims&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252508099/Post-Office-Horizon-scandal-inquiry-announces-first-public-hearing"&gt;The public inquiry into a scandal that saw subpostmasters imprisoned after being blamed for accounting shortfalls will hold its first public hearing early next month&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252508541/Post-Office-board-appalling-short-sighted-and-partisan-said-Minister-researching-Horizon-project"&gt;A government minister investigating the controversial Horizon IT project in 2000 described the Post Office board of directors as ‘appalling, short-sighted and partisan’&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252509066/Fujitsu-escaped-huge-lawsuit-because-Post-Office-behaved-so-badly-in-Horizon-scandal"&gt;The behaviour of Post Office senior management during the Horizon scandal was so egregious that the supplier of the faulty software has escaped a large financial penalty&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252509113/Police-interview-former-Fujitsu-staff-for-second-time-in-potential-perjury-investigation"&gt;Former Fujitsu staff who gave evidence in subpostmaster trials have been questioned by police for a second time&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252509150/Number-of-subpostmasters-appealing-convictions-reaches-137-at-one-legal-firm"&gt;Former subpostmasters convicted of crimes based on data from error-prone Post Office computer system continue to embark on appeals&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252509242/Government-and-Post-Office-should-stop-discussing-Horizon-victim-compensation-and-pay-it"&gt;The first hearing in the Post Office Horizon scandal public inquiry hears why victims should be paid compensation immediately&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2021:&lt;a href="https://www.computerweekly.com/news/252509479/Convictions-of-eight-former-subpostmasters-in-Scotland-under-review"&gt;The Scottish Criminal Cases Review Commission is investigating eight potential miscarriages of justice linked with faulty Post Office IT system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252509618/Post-Office-agrees-to-share-privileged-legal-information-with-Horizon-scandal-inquiry"&gt;The Post Office will waive professional legal privilege for documents relating to legal advice it received regarding subpostmaster prosecutions&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2021&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252509696/Six-more-former-subpostmasters-have-convictions-overturned"&gt;A total number of 65 subpostmasters have now had criminal convictions overturned in Post Office Horizon scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2021&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252509817/Subpostmasters-asked-to-remove-support-for-Post-Office-scandal-inquiry"&gt;Subpostmasters asked to withdraw support for Post Office scandal inquiry&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252509860/More-wrongful-convictions-overturned-in-Post-Office-scandal"&gt;Seven more subpostmasters have been cleared after the Post Office charged them for crimes caused by its faulty Horizon software&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252510062/Post-Office-supported-1999-law-change-that-eased-prosecutions-using-computer-evidence"&gt;The Post Office made clear its support for a change in UK law regarding computer evidence that was making prosecution ‘onerous’ – a change which later helped to wrongfully convict subpostmasters&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252510083/Post-Office-Inquiry-clears-up-opaque-stance-on-subpostmaster-compensation"&gt;The chair of the Post Office scandal public inquiry has confirmed the compensation of a group of subpostmasters will be revisited&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252510928/Government-must-go-further-after-agreeing-to-pay-compensation-for-wrongly-convicted-subpostmasters"&gt;Government must go further after agreeing to pay compensation for wrongly convicted subpostmasters&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2021:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252511005/Pressure-on-government-to-pay-fair-compensation-to-subpostmasters-left-out-of-current-schemes"&gt;Pressure on government to pay fair compensation to subpostmasters left out of current schemes&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252511716/MPs-call-for-fair-compensation-for-excluded-victims-of-Post-Office-scandal"&gt;Almost 100 MPs have backed a call for the government to reverse its decision to exclude 555 subpostmasters from fair compensation&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252511844/Post-Office-cant-access-records-of-all-money-paid-to-it-by-victims-of-the-Horizon-scandal"&gt;A parliamentary select committee was told that the Post Office is unable to access information to accurately calculate compensation for some Horizon scandal victims&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252512010/Post-Office-received-1bn-taxpayer-subsidy-last-year-as-part-of-IT-scandal-compensation"&gt;The Post Office received subsidies worth over £1bn last year, including a £685m payment just last month, in a scheme labelled Post Office Historical Matters Compensation&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252512095/Government-widens-subpostmaster-miscarriage-of-justice-compensation"&gt;Government widens subpostmaster miscarriage of justice compensation scheme in&amp;nbsp;Horizon scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252512243/Government-has-nothing-against-paying-555-subpostmasters-fair-compensation"&gt;Government officials are open to finding a way to properly compensate victims of the Horizon scandal without setting a dangerous legal precedent&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252512410/Subpostmaster-campaign-group-to-meet-government-over-unfair-compensation-settlement"&gt;The subpostmaster campaign group responsible for exposing the Post Office Horizon scandal is to meet with the government to discuss fair compensation for their suffering&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252512465/Demands-on-Fujitsu-to-contribute-to-1bn-Horizon-scandal-compensation-costs"&gt;Fujitsu cannot hide away as taxpayers pick up the bill for the Post Office scandal triggered by its IT system, say peers&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252512882/Cack-handed-government-compensation-scheme-prolongs-suffering-of-Horizon-scandal-victims"&gt;Victims of the Post Office Horizon scandal are being denied the millions of pounds they are owed as the government delays compensation resolution&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252513159/Post-Office-scandal-victims-to-tell-their-stories-in-public"&gt;Victims of the Post Office Horizon scandal are due to tell their devastating stories to the statutory inquiry&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252513492/MPs-demand-urgent-compensation-for-Post-Office-scandal-victim-group"&gt;MPs are demanding urgent action by the government to provide full compensation to a group of 555 Post Office Horizon scandal victims who have so far been left out&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252513544/The-British-public-are-waking-up-to-the-scandal-that-happened-under-their-noses"&gt;Victims of the Post Office Horizon scandal have been suffering in silence for many years, but the current public inquiry is giving them a voice, and people are listening&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252513687/Horizon-inquiry-questioning-raises-hopes-of-fair-compensation-for-victims-so-far-left-out"&gt;Horizon inquiry questioning raises hopes of fair compensation for victims so far left out&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252513934/Government-set-to-backtrack-on-untenable-position-on-subpostmaster-compensation"&gt;Government set to backtrack on untenable position on subpostmaster compensation&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252514110/Post-Office-warned-of-software-flaw-in-2006-but-failed-to-alert-subpostmaster-network"&gt;The Post Office and Fujitsu failed to alert subpostmasters to a software error that caused them to be wrongly blamed for accounting shortfalls&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252514320/Horizon-scandal-inquiry-hearing-sheds-light-on-Subpostmaster-federations-role-in-hushing-up-IT"&gt;Horizon inquiry hearing sheds light on subpostmaster federation’s role in hushing up IT problems&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252514929/555-subpostmasters-to-get-fair-compensation-after-government-U-turn"&gt;555 subpostmasters to get fair compensation after government U-turn on its stance on High Court settlement&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252515319/Compensation-goal-finally-in-sight-for-555-Post-Office-scandal-victims"&gt;Compensation goal finally in sight for 555 Post Office scandal victims, after 13 year campaign&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252515504/Fujitsu-bags-430m-government-contracts-despite-rising-cost-of-Post-Office-Horizon-scandal"&gt;Fujitsu bags £430m government contracts despite rising cost of Post Office Horizon scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252516173/More-Scottish-subpostmaster-conviction-reviews-expected-as-part-of-Post-Office-scandal"&gt;The Scottish Criminal Cases Review Commission expects more subpostmasters with potential wrongful convictions to come forward&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252516273/Post-Office-scandal-victims-still-waiting-for-compensation-a-year-after-convictions-overturned"&gt;Former subpostmasters who were wrongfully convicted and punished for crimes have not yet received full compensation over a year after their convictions were overturned&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252516388/Police-question-former-Fujitsu-worker-again-in-Post-Office-scandal-perjury-investigation"&gt;A former Fujitsu worker has been questioned under caution for the third time&amp;nbsp;as police investigate potential perjury in trials of subpostmasters wrongfully convicted of financial crimes&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252516635/Post-Office-scandal-CEO-could-be-stripped-of-CBE"&gt;Paula Vennells could be stripped of her CBE as the Honours Forfeiture Committee commits to reconsider its award in the light of the Post Office Horizon scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252516675/Judicial-intervention-inevitable-as-Post-Office-compensation-valuation-falls-short"&gt;Lawyer negotiating compensation for victims of Post Office scandal says the two sides are ‘poles apart’ on valuations&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252517922/Post-Office-scandal-victims-in-Scotland-to-tell-their-stories-raising-questions-of-law"&gt;Inquiry into Post Office scandal moves to Scotland, with differences in English and Scottish law raising further serious questions about subpostmaster prosecutions&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252517997/Post-Office-scandal-inquiry-chair-brings-forward-urgent-compensation-hearings"&gt;The chair of the Post Office Horizon scandal inquiry has brought forward hearings about compensation as victims warn that at this rate “people will die” before they get anything&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252518010/CCRC-to-contact-88-more-former-subpostmasters-with-potentially-wrongful-convictions"&gt;The Criminal Cases Review Commission is to contact 88 more potentially wrongfully convicted Post Office workers&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252518282/Controversial-Post-Office-IT-system-to-be-replaced-by-2025"&gt;The Post Office Horizon IT system at the centre of a national scandal will be replaced by 2025, with a supplier expected to be named in August&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252518299/Post-Office-scandal-victim-calls-for-governments-role-in-silencing-victims-to-be-investigated"&gt;Victims of the Post Office Horizon scandal in Scotland raise further questions about Post Office and government conduct&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252520527/Government-has-no-plans-to-review-controversial-court-rules-on-computer-evidence"&gt;Government accused of ‘passing the buck’ and ‘not knowing what it is talking about’ after stating it has no plans to review court rules on computer evidence&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252520682/The-barristers-that-broke-their-backs-to-break-the-Post-Offices-shield-of-lies"&gt;Computer Weekly spoke to the barristers at Henderson Chambers that fought the Post Office in the High Court to expose the widest miscarriage of justice in UK history&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252521309/More-wrongful-convictions-quashed-in-Post-Office-IT-scandal"&gt;Two more Post Office Horizon scandal victims have had their wrongful convictions overturned&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252521718/Minister-says-compensation-offer-to-555-subpostmasters-close"&gt;The 555 subpostmasters who exposed the depth of the Post Office Horizon scandal could finally be fairly compensated&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252521791/Post-Office-IT-investigator-to-be-released-from-confidentiality-obligations-for-inquiry"&gt;Forensic accounting firm that ‘knows where the bodies are buried’ will be released from confidentiality obligations by the Post Office to give evidence to public inquiry&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252522193/Independent-scrutiny-brought-into-compensation-negotiations-for-wrongly-prosecuted-subpostmasters"&gt;Lawyers negotiating the compensation valuations for former subpostmasters who suffered wrongful convictions have brought in independent&amp;nbsp;judicial scrutiny&amp;nbsp;to break an impasse&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252522141/Subpostmaster-campaigning-forces-government-to-set-up-compensation-scheme-and-make-interim-payments"&gt;Subpostmaster campaign group is a step closer to achieving what it was originally set up to do as government launches compensation scheme for its members who did not receive fair payouts&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252523126/Six-more-subpostmaster-convictions-overturned"&gt;More former subpostmasters have their wrongful convictions for theft and fraud overturned in the Court of Appeal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252523143/Post-Office-attacked-subpostmasters-who-questioned-Horizon-say-victims"&gt;When the Post Office’s lie about the Horizon system failed to silence subpostmaster critics, it took more extreme measures, say victims of the scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252524481/Police-interview-Horizon-scandal-victim-in-investigation-into-potential-perjury-by-Fujitsu-staff"&gt;The Met Police have interviewed a former subpostmaster as part of an investigation into potential perjury by former Fujitsu staff&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252525291/Post-Office-scandal-inquiry-chair-intervenes-in-slow-compensation-progress"&gt;Chair of statutory public inquiry into the Post Office Horizon scandal has aired his disappointment over the slow progress in making interim payments to victims&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252525926/Post-Office-scandal-inquiry-restarts-with-call-for-a-pause-amid-disclosure-controversy?_ga=2.192509992.363987533.1665478652-286388731.1664962548&amp;amp;_gl=1*4vu0dy*_ga*Mjg2Mzg4NzMxLjE2NjQ5NjI1NDg.*_ga_TQKE4GS5P9*MTY2NTc0MDc3NC4zOC4xLjE2NjU3NDU4NDkuMC4wLjA."&gt;The public inquiry into the Post Office scandal has begun phase two with a request for adjournment amid allegations that the Post Office is failing to disclose relevant documents&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252526045/Those-responsible-for-subpostmaster-suffering-in-Horizon-scandal-must-face-public-inquiry"&gt;Victims demand that the perpetrators of the Post Office Horizon IT scandal face the public inquiry&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252526102/Fujitsu-to-finally-face-up-to-blame-for-its-part-in-Post-Office-Horizon-scandal"&gt;Fujitsu’s part in causing the extreme suffering of subpostmasters will be made clear as the IT supplier begins giving evidence at a statutory inquiry&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252526209/Subpostmaster-federation-failed-its-members-when-they-needed-it-most"&gt;A dereliction of duty saw subpostmaster federation ignore its members when IT problems hit and allowed the Post Office destroy their lives&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252526537/New-minister-asked-to-pause-Fujitsu-government-contracts"&gt;Politicians are keeping up the pressure to block government contracts being awarded to Fujitsu because of its role in the Post Office Horizon scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252526542/Reported-Horizon-errors-should-have-been-show-stopper-public-inquiry-told"&gt;Problems reported with the Post Office’s Horizon IT system before its roll-out should have been regarded as a “show-stopper.”&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;October 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252526586/Horizon-system-EPOSS-code-writers-lacked-basic-programming-skills-public-inquiry-hears"&gt;Horizon system code writers lacked basic programming skills, according to the task force set up to investigate reported problems with the controversial software&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252526661/Post-Office-warned-of-Horizon-software-induced-tragedy-in-1999"&gt;T&lt;/a&gt;&lt;a href="https://www.computerweekly.com/news/252526661/Post-Office-warned-of-Horizon-software-induced-tragedy-in-1999"&gt;rials of the Horizon computer system in Post Office branches in 1999 led to a warning from subpostmasters that software problems meant “a tragedy was not far away”&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252526828/Game-of-hardball-in-Horizon-negotiations-left-subpostmasters-exposed-to-tragedy?_ga=2.132243406.1953818817.1667299299-286388731.1664962548&amp;amp;_gl=1*4o99gw*_ga*Mjg2Mzg4NzMxLjE2NjQ5NjI1NDg.*_ga_TQKE4GS5P9*MTY2NzQ4NTg3OS4xMTIuMS4xNjY3NDg1OTg4LjAuMC4w"&gt;Game of ‘hardball’ in Horizon negotiations left subpostmasters exposed to tragedy&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252526883/Confirmation-bias-led-Post-Office-to-prosecute-subpostmasters-without-investigation-inquiry-told"&gt;Confirmation bias led Post Office to prosecute subpostmasters without investigation, inquiry told&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252527040/Six-subpostmaster-convictions-referred-for-appeal-in-Scotland"&gt;SCCRC has referred six cases of potential wrongful convictions of subpostmasters to the High Court of Justiciary&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252527085/Fujitsu-expert-witness-in-subpostmaster-trial-manoeuvred-into-role-public-inquiry-told"&gt;Fujitsu expert witness in subpostmaster trial ‘manoeuvred’ into role, public inquiry told&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252527307/Post-Office-changed-view-of-Horizon-problems-before-roll-out-because-of-a-sunk-cost-fallacy"&gt;Post Office changed view of Horizon problems before roll-out, because of a ‘sunk cost fallacy’&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252527341/Team-working-on-controversial-Post-Office-Horizon-EPOSS-software-was-the-joke-of-the-building"&gt;Team working on controversial Post Office Horizon EPOSS software was the ‘joke of the building’&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252527436/Post-Office-scandal-inquirys-expert-IT-witness-troubled-by-his-findings"&gt;The Post Office IT scandal inquiry’s appointed expert IT witness was “troubled” by the lack of integrity of data from the Horizon system that was used to send people to prison&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/feature/Fujitsu-put-pressure-on-UK-government-to-sign-off-troubled-Horizon-project-public-inquiry-hears"&gt;Telegram from British Embassy in Tokyo to UK government reveals pressure on ministers to sign off controversial contract&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252527837/Subpostmaster-federation-deliberately-kept-public-in-dark-over-computer-problems-secret"&gt;Subpostmaster federation deliberately kept public in dark over computer problems&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252527952/Post-Office-boosted-its-coffers-as-Horizon-system-threw-up-unexplained-shortfalls-inquiry-told"&gt;Post Office boosted its ‘coffers’ as Horizon system threw up unexplained shortfalls, inquiry told&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2022:&amp;nbsp;&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252528046/Post-Office-scandal-cock-up-or-cook-up"&gt;Post Office scandal – “cock-up or cook-up”?&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;December 2022:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252528356/Criminal-Cases-Review-Commission-calls-on-more-convicted-subpostmasters-to-come-forward"&gt;Criminal Cases Review Commission calls on more convicted subpostmasters to come forward&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252528935/Former-subpostmaster-Alan-Bates-turns-down-OBE-offer"&gt;Former subpostmaster Alan Bates, who ‘pulled up trees and moved mountains’, turns down OBE offer&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/252529287/Advisory-board-goal-for-Post-Office-scandal-victims-to-be-returned-to-rightful-financial-position?amp=1"&gt;Advisory board goal for Post Office scandal victims to be returned to rightful financial position&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/365529814/Former-Fujitsu-staff-under-police-investigation-to-face-Post-Office-IT-scandal-inquiry"&gt;Former Fujitsu staff under police investigation to face Post Office IT scandal inquiry&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/365531937/Post-Offices-most-senior-executives-hushed-up-Horizon-errors-public-inquiry-told"&gt;Post Office’s most senior executives hushed up Horizon errors, public inquiry told&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/365532018/Post-Office-ditched-plan-to-replace-Fujitsu-with-IBM-in-2015-due-to-cost-and-project-concerns"&gt;Post Office attempted to replace controversial Horizon system 10 years ago, but was put off by project’s scale and cost&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/365532063/IT-worker-evidence-reveals-a-toxic-Post-Office-IT-helpdesk-that-discriminated-against-subpostmasters"&gt;IT worker tells public inquiry that the Post Office Horizon helpdesk was toxic, rudderless and racist&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/365532477/Subpostmaster-demands-names-of-Post-Office-executives-who-crushed-him-to-suffocate-truth"&gt;Subpostmaster demands names of Post Office executives who crushed him to suffocate truth&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/365534956/CCRC-says-door-open-for-more-reviews-of-subpostmaster-convictions"&gt;CCRC says ‘door open’ for more reviews of subpostmaster convictions&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/365535112/Controversial-Fujitsu-contract-with-Post-Office-extended-after-technical-challenges-moving-to-cloud"&gt;The Post Office has extended a contract with Fujitsu after being unable to resolve technical issues related to migrating its IT to the cloud&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/365535585/Post-Office-paid-IBM-millions-when-it-ended-proposed-contract-to-replace-Horizon"&gt;Post Office paid IBM millions when it ended proposed contract to replace Horizon&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/365535585/Post-Office-paid-IBM-millions-when-it-ended-proposed-contract-to-replace-Horizon"&gt;The Post Office ended a proposed contract with IBM to replace its controversial Horizon system after work had already started&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366535953/More-Post-Office-software-related-convictions-take-total-to-86"&gt;More Post Office software-related convictions overturned takes total to 86&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366537376/Fujitsu-staff-had-unrestricted-and-unauditable-remote-access-to-Post-Office-branch-systems"&gt;Fujitsu staff had ‘unrestricted and unauditable’ remote access to Post Office branch systems&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366537341/Post-Office-lawyer-bragged-how-team-destroyed-attack-on-the-Horizon-system-and-put-woman-in-prison"&gt;Post Office lawyer bragged how team ‘destroyed attack on the Horizon system’ and put woman in prison&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366537461/Post-Office-executive-produced-one-sided-report-giving-Horizon-system-a-false-bill-of-heath"&gt;Post Office executive told to report false bill of health on controversial software&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366538153/Campaigning-former-subpostmaster-fears-compensation-for-scandal-victims-will-be-delayed-to-2025"&gt;Campaigning former subpostmaster fears compensation for scandal victims will be delayed to 2025&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366538096/Post-Office-scandal-cover-up-a-dark-chapter-in-government-corporate-and-legal-history"&gt;Post Office scandal – cover-up a ‘dark chapter’ in government, corporate and legal history&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366542414/Post-Office-will-not-oppose-potential-Horizon-conviction-appellants"&gt;Post Office CEO told MPs that the organisation is telling some subpostmasters it won’t oppose them if they appeal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366543482/Public-inquiry-hears-how-Post-Office-security-withheld-evidence-from-people-it-suspected-of-theft"&gt;Public inquiry hears how Post Office security withheld evidence from people it suspected of theft&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366543715/Former-Fujitsu-IT-chief-evidence-postponed-after-late-Post-Office-disclosure"&gt;Former Fujitsu IT chief evidence postponed after late Post Office disclosure&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366544234/Post-Office-inquiry-must-examine-rule-on-IT-evidence-if-miscarriages-of-justice-are-to-be-avoided"&gt;Post Office inquiry must examine role of court rules around use of computer evidence that enabled it to prosecute innocent people&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366544394/Peer-calls-for-every-Post-Office-prosecution-to-be-reviewed"&gt;Peer calls for every Post Office prosecution to be reviewed&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366544317/Horizon-inquiry-adjourned-as-Post-Office-disclosure-failures-threaten-to-derail-proceedings"&gt;Horizon inquiry adjourned as Post Office disclosure failures threaten to ‘derail’ proceedings&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366544506/Horizon-inquiry-chief-threatens-Post-Office-with-criminal-sanctions-over-disclosure-failures"&gt;Horizon inquiry chief threatens Post Office with ‘criminal sanctions’ over disclosure failures&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366544874/Subpostmaster-compensation-deadline-will-be-missed-warns-public-inquiry-chair"&gt;Subpostmaster compensation deadline will be missed, warns public inquiry chair&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366545596/CCRC-refers-two-more-subpostmaster-conviction-for-appeal"&gt;CCRC refers two more subpostmaster convictions for appeal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366546032/Post-Office-tried-to-convince-independent-IT-witness-that-he-was-wrong-about-Horizon"&gt;Post Office tried to convince independent IT witness that he was wrong about Horizon&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;August 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366548772/MP-calls-for-review-of-computer-evidence-rule-which-meant-subpostmasters-were-wrongly-convicted"&gt;MP calls for review of computer evidence rule which led to subpostmasters being wrongly convicted&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;August 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366549452/Six-subpostmaster-appeals-to-be-heard-in-Scottish-court"&gt;Six subpostmaster appeals to be heard in Scottish court&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366552411/Post-Office-employee-changed-story-for-witness-statement-used-to-destroy-subpostmaster"&gt;Post Office employee changed story for witness statement used to destroy subpostmasters&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366553492/Post-Office-had-no-interest-in-subpostmaster-welfare-when-taking-legal-action-says-Fujitsu-memo"&gt;Post Office had no interest in subpostmaster welfare when taking legal action, says Fujitsu memo&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366552360/Government-offers-600000-to-subpostmasters-with-overturned-convictions"&gt;Government offers £600,000 to subpostmasters with overturned convictions&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366553454/Five-more-subpostmasters-have-IT-system-related-convictions-overturned"&gt;Five more subpostmasters have IT system-related convictions overturned&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;October 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366553642/Government-breached-privacy-of-Horizon-victims-with-compensation-offer-says-lawyer"&gt;Government ‘breached privacy’ of Horizon victims with compensation offer&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366553756/First-subpostmaster-Horizon-conviction-overturned-in-Scotland"&gt;First subpostmaster Horizon conviction overturned in Scotland&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366554152/Amnesia-hides-names-of-individuals-behind-Post-Offices-head-on-a-spike-strategy"&gt;Amnesia hides names of individuals behind Post Office’s ‘head on a spike’ strategy&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366555336/Angry-lawyer-warned-against-Post-Office-computer-investigation-in-2010-email"&gt;‘Angry’ lawyer warned against Post Office computer investigation in 2010 email&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366555682/Former-Post-Office-executive-admits-he-wouldnt-sign-unfair-contract-he-pushed-on-subpostmasters"&gt;Former Post Office executive admits he wouldn’t sign unfair contract he pushed on subpostmasters&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366556296/Post-Office-auditors-presumed-subpostmasters-were-on-the-fiddle-or-in-a-muddle"&gt;Post Office auditors presumed subpostmasters were ‘on the fiddle’ or ‘in a muddle’&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366556653/Taxpayers-to-fund-a-further-150m-for-Post-Office-IT-scandal"&gt;Bill for the scandal over £1bn, as campaign leader considers private prosecutions of Post Office executives&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366558553/Post-Office-disclosure-failures-delay-Horizon-scandal-inquiry-again"&gt;Post Office disclosure failures delay Horizon scandal inquiry again&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366558733/Former-Post-Office-manager-has-no-memory-of-preparing-witness-statement-in-legal-dispute"&gt;Former Post Office manager has no memory of preparing witness statement in legal dispute&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366559812/Post-Office-scandal-inquiry-postpones-more-key-witness-hearings"&gt;Post Office scandal inquiry postpones more key witness hearings&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366560655/Controversial-Fujitsu-contract-with-Post-Office-extended-again"&gt;Controversial Fujitsu contract with Post Office extended again&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366561353/CCRC-refers-two-posthumous-subpostmaster-appeals-to-Crown-Court"&gt;CCRC refers posthumous appeals against convictions to Crown Court for first time&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366561493/Paulla-Vennells-email-fuelled-Post-Office-Horizon-cult-inquiry-told"&gt;Paula Vennells’ email fuelled Post Office Horizon cult, inquiry told&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366561572/Slow-government-response-to-Post-Office-scandal-compensation-forces-new-legislation"&gt;Slow government response to Post Office scandal compensation forces new legislation&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366561574/Post-Office-lawyer-with-his-fingerprints-are-all-over-IT-scandal-spreads-blame"&gt;Post Office lawyer with his fingerprints all over IT scandal spreads blame&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;December 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366562072/Undisclosed-document-could-reveal-pressure-on-Fujitsu-expert-witness-in-Post-Office-prosecution"&gt;Undisclosed document could reveal pressure on Fujitsu expert witness in Post Office prosecution&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366562217/Money-at-heart-of-Post-Office-Horizon-scandal-blame"&gt;Post Office prioritised its ‘bottom line’ over justice&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366562653/Former-Post-Office-investigator-called-subpostmaster-campaigners-crooks"&gt;Former Post Office investigator called subpostmaster campaigners ‘crooks’&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366563257/Current-Post-Office-executive-in-denial-of-Horizon-cover-up"&gt;Current Post Office executive in denial of Horizon cover-up&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366563400/Government-advised-to-overturn-all-Post-Office-scandal-convictions"&gt;Government advised to overturn all Post Office scandal convictions&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366563893/Government-reveals-its-own-slow-progress-in-compensating-Post-Office-scandal-victims"&gt;Government reveals its own slow progress in compensating Post Office scandal victims&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366564035/No-hiding-place-for-those-responsible-for-Post-Office-Horizon-scandal"&gt;‘No hiding place’ for those responsible for Post Office Horizon scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2023:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366564173/Post-Office-gets-government-handout-as-Horizon-replacement-costs-increase-significantly"&gt;Post Office gets government handout as Horizon replacement costs increase ‘significantly’&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366565512/Metropolitan-Police-launches-second-criminal-investigation-in-Post-Office-scandal"&gt;Metropolitan Police launches second criminal investigation in Post Office scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366565613/Post-Office-scandal-furore-is-moment-to-change-digital-evidence-rules"&gt;The current rules around digital evidence are partly to blame for the widest miscarriage of justice in UK history&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366565715/Fujitsu-gets-stay-of-execution-as-MPs-support-exoneration-of-wrongfully-convicted-subpostmasters"&gt;Fujitsu gets stay of execution as MPs support exoneration of wrongfully convicted subpostmasters&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366565752/Hero-subpostmaster-accuses-government-of-diversion-tactics-through-weaselly-statistics"&gt;‘Hero’ subpostmaster accuses government of diversion tactics through ‘weaselly’ statistics&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366565720/How-Fujitsu-became-a-central-part-of-the-Post-Office-scandal"&gt;How Fujitsu became a central part of the Post Office scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366565784/Hundreds-of-subpostmasters-to-have-convictions-quashed-in-blanket-exoneration"&gt;The government has chosen to introduce legislation that will enable it to exonerate hundreds of subpostmasters as a group&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;January 2024:&amp;nbsp;&lt;a href="file:///C:/Users/kflinders/Desktop/Working%20on/How%20legal%20disclosure%20failures%20disrupted%20the%20Post%20Office%20Horizon%20inquiry"&gt;How legal disclosure failures disrupted the Post Office Horizon inquiry&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366566438/Fujitsu-morally-obliged-to-contribute-to-subpostmaster-financial-redress-amid-insane-delays"&gt;Fujitsu ‘morally obliged’ to contribute to subpostmaster financial redress amid ‘insane’ delays&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;January 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366566755/More-than-900-subpostmaster-convictions-wouldnt-have-happened-without-Post-Office-backed-law-change"&gt;More than 900 subpostmaster convictions wouldn’t have happened without Post Office-backed law change&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366566772/Anger-sparked-by-TV-drama-forces-Fujitsu-to-put-public-sector-contract-bidding-on-hold"&gt;Anger sparked by TV drama forces Fujitsu to put public sector contract bidding on hold&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366566859/Fujitsu-boss-describes-Post-Office-behaviour-as-shameful%20and%20appalling"&gt;Fujitsu boss describes Post Office behaviour as ‘shameful and appalling’&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366566896/Fujitsu-boss-admits-to-missed-opportunities-to-prevent-miscarriages-of-justice"&gt;Fujitsu boss admits to missed opportunities to prevent miscarriages of justice&lt;/a&gt;&amp;nbsp;&lt;/li&gt; 
   &lt;li&gt;January 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366566896/Fujitsu-boss-admits-to-missed-opportunities-to-prevent-miscarriages-of-justice"&gt;Concerns of an expert witness in subpostmaster trials were ignored by Fujitsu&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366567032/Urgent-question-asks-which-ministers-knew-of-Post-Offices-shocking-plan-to-remove-judge"&gt;Urgent question asks which ministers knew of Post Office’s shocking plan to remove judge&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366567093/Fujitsu-agrees-to-support-former-subpostmasters-families-beyond-financial-redress"&gt;Fujitsu agrees to support former subpostmasters’ families beyond financial redress&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366567433/Committee-chair-asks-minister-to-back-Mr-Bates-clause-in-Post-Office-compensation-legislation"&gt;Committee chair asks minister to back ‘Mr Bates clause’ in Post Office compensation legislation&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366567874/Expert-IT-witness-outsmarted-an-aggressive-Post-Office-to-get-to-truth-after-inspection-madness"&gt;Expert IT witness outsmarted an ‘aggressive’ Post Office to get to truth after inspection ‘madness’&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366568092/MP-demands-answers-from-government-minister-over-second-faulty-Post-Office-IT-system"&gt;MP demands answers from government minister over second faulty Post Office IT system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366568333/Pre-Horizon-users-contacting-lawyers-as-more-Post-Office-IT-horror-stories-emerge"&gt;Pre-Horizon users contacting lawyers as more Post Office IT horror stories emerge&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366568552/Government-dragging-it-out-by-refusing-to-share-knowledge-of-Post-Office-trial-delaying-tactic"&gt;Government ‘dragging it out’ by refusing to share knowledge of Post Office trial ‘delaying tactic’&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366568812/People-are-now-listening-Post-Office-inquiry-told-as-latest-phase-ends"&gt;‘People are now listening’:&amp;nbsp;Post Office inquiry told as latest phase ends&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366568954/Post-Office-scandal-phase-fours-rogues-gallery"&gt;Post Office scandal: Phase four’s rogues’ gallery&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366569712/More-than-1000-subpostmasters-could-have-used-second-faulty-Post-Office-system"&gt;More than 1,000 subpostmasters could have used second faulty Post Office system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/feature/Post-Office-Horizon-IT-scandal-inquiry-Two-years-of-shocking-revelations"&gt;Post Office Horizon IT scandal inquiry: Two years of shocking revelations&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366569873/Post-Office-CEO-refused-to-meet-government-minister-without-her-lawyer-after-2015-Horizon-report"&gt;Post Office CEO refused to meet government minister without her lawyer after 2015 Horizon report&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366570054/Post-Office-IT-insider-and-the-software-decision-that-lit-the-Horizon-scandal"&gt;Post Office IT insider and the software decision that lit the Horizon scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366570413/Controversial-Post-Office-Capture-system-was-developed-in-house"&gt;Controversial Post Office Capture system was developed in-house&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366571076/Law-to-clear-hundreds-of-wrongfully-convicted-subpostmasters-expected-In-July?_gl=1*d95qqy*_ga*Nzg3MzQ4Njc1LjE3MDc4MTY3Njg.*_ga_TQKE4GS5P9*MTcwODg4MzMxMC41Mi4xLjE3MDg4ODM5NjAuMC4wLjA."&gt;Law to clear hundreds of wrongfully convicted subpostmasters expected in July&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366570712/Unisys-investigating-potential-involvement-in-controversial-Post-Office-system"&gt;Unisys investigating potential involvement in controversial Post Office system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366571135/King-Charles-strips-disgraced-Post-Office-CEO-of-her-CBE"&gt;King Charles strips disgraced Post Office CEO of her CBE&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366571354/Post-Office-scandal-roundup-fourth-estate-in-full-throttle"&gt;Post Office scandal roundup: Fourth Estate in full throttle&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366571394/Government-wont-rush-to-include-Post-Office-Capture-convictions-in-overturning-legislation"&gt;Government won’t rush to include Post Office Capture convictions in overturning legislation&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366571363/Government-should-face-legal-deadlines-on-paying-Post-Office-victims"&gt;Government should face legal deadlines on paying Post Office victims&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366571692/Pathetic-Post-Office-spat-detracts-attention-and-fuels-disdain-for-authority"&gt;‘Pathetic’ Post Office spat detracts attention and fuels ‘disdain’ for authority&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366571653/Post-Office-CEOs-Capture-investigation-claims-questioned"&gt;Post Office CEO’s claim to be ‘working hard’ on Capture investigation in doubt&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366571913/MPs-demand-Fujitsu-be-nailed-down-on-financial-promise-to-Post-Office-scandal-victims"&gt;MPs demand Fujitsu be ‘nailed down’ on financial promise to Post Office scandal victims&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366571992/Post-Office-staff-conspired-to-pervert-the-course-of-justice-says-KC"&gt;KC names Post Office staff he believes conspired to pervert the course of justice&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;March 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366572232/Perverting-course-of-justice-and-contempt-of-Parliament-a-week-in-post-drama-Post-Office-scandal"&gt;Perverting course of justice and contempt of Parliament: a week in post-drama Post Office scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366572277/Post-Office-prosecutions-during-Horizon-go-live-phase-are-frightening"&gt;Post Office prosecutions during Horizon go-live phase are ‘frightening’&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366572513/Brutal-decisions-required-to-sort-out-Post-Office-mess-says-select-committee-chair"&gt;‘Brutal’ decisions required to sort out Post Office mess, says select committee chair&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366572633/MPs-call-for-Post-Office-exclusion-from-compensation-schemes-as-trust-hits-rock-bottom"&gt;MPs call for Post Office exclusion from compensation schemes, as trust hits rock bottom&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366572692/Fujitsu-should-pay-half-of-Post-Office-scandal-costs-says-MP"&gt;Fujitsu should pay half of Post Office scandal costs, says select committee chair&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366573252/Current-subpostmaster-account-shortfalls-reveal-extent-of-Post-Offices-pre-2019-neglect"&gt;Current subpostmaster account shortfalls reveal extent of Post Office’s pre-2019 neglect&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366573392/Unprecedented-bill-to-exonerate-hundreds-of-wrongly-convicted-Post-office-workers-arrives"&gt;Unprecedented bill to exonerate hundreds of wrongly convicted Post Office workers arrives&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366573533/Children-of-Post-Office-victims-form-group-to-hold-Fujitsu-boss-to-his-word"&gt;Children of Post Office victims to hold Fujitsu boss to his word&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366573602/Controversial-Post-Office-Capture-software-was-completely-rewritten-in-1994"&gt;Controversial Post Office Capture software was completely rewritten in 1994&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366574833/Post-Office-scandal-fallout-for-Fujitsu-could-open-UK-public-sector-to-Indian-giants"&gt;Post Office scandal fallout for Fujitsu could open UK public sector to Indian giants&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366575033/Post-Office-Capture-users-campaign-gathers-pace"&gt;Post Office Capture users’ campaign for justice gathers pace&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366575372/Sums-of-money-Post-Office-stole-from-subpostmasters-may-never-be-known"&gt;Sums of money Post Office ‘stole’ from subpostmasters may never be known&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366575495/Leaked-comms-reveal-Fujitsu-eyeing-huge-UK-government-bounty-despite-Post-Office-scandal-promise"&gt;Leaked comms reveal Fujitsu eyeing huge UK government bounty&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366575754/Remote-access-is-the-Post-Offices-known-unknown"&gt;Remote access is the Post Office’s known unknown&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366577734/Fujitsu-staff-instructed-how-to-bid-for-government-contracts-during-self-imposed-ban"&gt;Fujitsu staff instructed how to bid for government contracts during self-imposed ban&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366579492/Fujitsu-should-stop-bending-rules-stop-bidding-and-pay-up-says-MP"&gt;Fujitsu should stop bending rules, stop bidding and pay up, says MP&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366579713/Environment-Agency-dumps-Fujitsu-in-sign-of-Post-Office-scandal-taking-its-toll"&gt;Environment Agency dumps Fujitsu as Post Office scandal takes its toll&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366579994/MPs-will-grill-Cabinet-Office-over-Fujitsu-contract-bidding-pause"&gt;MPs will grill Cabinet Office over Fujitsu contract bidding pause&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366580055/Some-former-Post-Office-staff-should-be-jailed-over-scandal-says-government-minister"&gt;Some former Post Office staff should be jailed over scandal, says government minister&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366580033/Further-extension-to-controversial-Post-Office-contract-with-Fujitsu-inevitable"&gt;Further extension to controversial Post Office contract with Fujitsu inevitable&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366580240/Civil-servants-more-to-blame-for-Post-Office-cover-up-than-ministers-says-Alan-Bates"&gt;Civil servants more to blame for Post Office cover-up than ministers, says Alan Bates&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366580376/Subpostmasters-stealing-from-branches-didnt-make-sense-former-judge-tells-inquiry"&gt;Subpostmasters stealing from branches ‘didn’t make sense,’ former judge tells inquiry&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366580532/Fujitsu-public-sector-contracts-dry-up-in-Post-Office-scandal-aftermath"&gt;Fujitsu public sector contracts dry up in Post Office scandal aftermath&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366580442/Former-Post-Office-executives-neglect-prolonged-Horizon-reliability-myth"&gt;Former Post Office executive’s neglect prolonged Horizon reliability myth&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366580563/Post-Office-boss-said-subpostmasters-had-hands-in-till-and-blamed-technology-for-missing-cash"&gt;Post Office boss said subpostmasters had hands in till and blamed technology&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366580983/Alan%20Bates%20and%20JFSA%20won%E2%80%99t%20back%20down%20in%20fight%20with%20government%20and%20Post%20Office"&gt;Alan Bates and JFSA won’t back down in fight with government and Post Office&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366580983/Post-Office-boss-signed-off-hush-money-to-cover-up-smoking-gun"&gt;Post Office boss signed off hush money to cover up smoking gun&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366581297/IT-expert-who-helped-expose-Post-Office-scandal-offers-to-investigate-second-controversial-system"&gt;IT expert who helped expose Post Office scandal offers to investigate second controversial system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366581519/Unisys-reveals-no-link-to-development-of-controversial-Post-Office-software"&gt;Unisys reveals no link to development of controversial Post Office software&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366581672/Post-Office-lawyer-was-a-jack-of-all-trades-but-failed-his-own"&gt;Post Office lawyer was a jack of all trades, but failed his own&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366581777/Fujitsu-UK-to-cut-UK-jobs-as-Post-Office-scandal-fallout-hits-sales"&gt;Fujitsu to cut UK jobs as Post Office scandal fallout hits sales&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366581895/Expert-investigating-Capture-system-refuses-to-meet-untrustworthy-Post-Office"&gt;Expert investigating Capture system refuses to meet ‘untrustworthy’ Post Office&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366581954/Post-Office-boss-used-husbands-descriptions-in-Orwellian-ploy-to-downplay-Horizon-problems"&gt;Post Office boss used husband’s descriptions in ‘Orwellian’&amp;nbsp;ploy to downplay Horizon problems&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366582013/Lords-debate-amendment-to-law-on-use-of-computer-evidence-in-light-of-Post-Office-scandal"&gt;Lords debate amendment to law on use of computer evidence in light of Post Office scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366582214/More-evidence-emerges-that-Post-Office-executive-misled-High-Court-judge"&gt;More evidence emerges that Post Office executive misled High Court judge&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366582332/Post-Office-lied-to-subpostmasters-when-forced-to-meet-them-says-former-federation-representative"&gt;Post Office ‘lied’ to subpostmasters when forced to meet them, says former federation representative&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366582452/Post-Office-scheme-was-a-charade-that-never-intended-for-large-compensation-pay-outs"&gt;Post Office scheme was a ‘charade’ that never intended for large compensation pay-outs&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366582732/Post-Office-misjudged-campaigner-it-labelled-a-bluffer"&gt;Post Office misjudged campaigner it labelled a ‘bluffer’&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366583159/Post-Office-investigators-saw-subpostmasters-as-enemies-and-thats-what-they-became"&gt;Post Office investigators saw subpostmasters as ‘enemies’ – and that’s what they became&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366583452/Post-Office-legal-boss-withheld-details-from-statutory-body-reviewing-miscarriages-of-justice"&gt;Post Office legal boss withheld details from statutory body reviewing miscarriages of justice&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366583303/Police-told-in-2016-that-Post-Office-prosecutor-withheld-evidence-of-Horizon-errors-from-court"&gt;Police told in 2016 that Post Office prosecutor withheld evidence of Horizon errors from court&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366583912/Fujitsus-Post-Office-Horizon-admission-was-bombshell-amid-religious-panic-over-reliability"&gt;Fujitsu Post Office system admission was ‘bombshell’ to barrister&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/feature/Post-Office-Horizon-scandal-explained-everything-you-need-to-know"&gt;Barrister says Post Office lawyers misled him over Horizon cases&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366584740/Scotlands-Post-Office-scandal-victims-to-be-exonerated-en-masse"&gt;Scotland’s Post Office scandal victims to be exonerated en masse&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366585307/Comms-director-at-centre-of-cover-up-never-thought-Post-Office-were-the-baddies"&gt;Comms director at centre of cover-up never thought Post Office were the ‘baddies’&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366584810/Post-Office-IT-boss-failed-to-raise-concern-over-false-Horizon-statements"&gt;Post Office IT boss failed to raise concern over false Horizon statements&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366585694/Post-Office-considered-asking-Computer-Weekly-to-review-Horizon-IT-system"&gt;Post Office considered asking Computer Weekly to review Horizon IT system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366585733/Post-Office-CEO-Paula-Vennells-didnt-believe-there-were-miscarriages-of-justice-inquiry-told"&gt;Post Office CEO Paula Vennells ‘didn’t believe there were miscarriages of justice’&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366585779/The-fall-from-grace-of-ex-priest-and-Post-Office-boss-Paula-Vennells"&gt;The fall from grace of ex-priest and Post Office boss Paula Vennells&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366585812/Post-Office-directors-went-crawling-back-to-Fujitsu-when-IBM-project-got-complex"&gt;Post Office directors went crawling back to Fujitsu when IBM project got complex, inquiry told&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366585863/You-knew-former-ally-accused-Paula-Vennells-of-knowing-about-Horizon-problems"&gt;‘You knew’:&amp;nbsp;former ally accused Paula Vennells of knowing about Horizon problems&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366586015/Third-police-probe-into-Post-Office-scandal-under-consideration"&gt;Third police probe into Post Office scandal under consideration&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366586256/Government-was-aware-of-Post-Office-strategy-to-fight-subpostmasters"&gt;Government knew of Post Office plan to remove judge&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366586242/Paula-Vennells-boasted-about-removing-Horizon-risk-reference-in-Royal-Mail-flotation-prospectus"&gt;Paula Vennells boasted about removing Horizon risk reference in Royal Mail flotation prospectus&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366586358/Over-700-wrongful-subpostmaster-convictions-overturned-by-new-legislation"&gt;Over 700 subpostmasters exonerated by new legislation&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366586398/Post-Office-scandal-Met-Police-investigation-set-to-go-national"&gt;Met Police investigation set to go national&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366586399/Government-appoints-investigators-to-analyse-Post-Office-Capture-software-used-before-Horizon"&gt;Government appoints investigators to analyse Post Office Capture software used before Horizon&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366586814/Post-Office-Horizon-replacement-project-labelled-unachievable-as-taxpayer-bill-reaches-1bn"&gt;Post Office Horizon replacement project labelled ‘unachievable’ as taxpayer bill reaches £1bn&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366587174/Fujitsu-set-for-further-180m-deal-as-Post-Office-Horizon-replacement-delayed"&gt;Fujitsu set for further £180m deal as Post Office Horizon replacement delayed&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366587652/Post-Office-bosses-misled-subpostmasters-day-before-IT-project-problems-exposed"&gt;Post Office bosses misled subpostmasters a day before IT project problems were exposed&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366587793/Subpostmasters-consider-legal-action-against-government-in-pursuit-of-financial-redress"&gt;Subpostmasters may take legal action against government in pursuit of financial redress&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366587816/Post-Office-chair-was-aware-of-Horizon-concerns-from-day-one"&gt;Post Office chair was aware of Horizon concerns from day one but failed to act&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366587837/Mystery-Post-Office-software-developer-revealed-in-1995-Horizon-project-document"&gt;Mystery Post Office software developer revealed in 1995 Horizon project document&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366587935/Fujitsu-had-Post-Office-over-a-barrel-inquiry-told"&gt;Fujitsu had Post Office ‘over a barrel’, inquiry told&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366588592/Post-Office-Capture-software-training-deficit-echoes-systemic-Horizon-problems"&gt;Post Office Capture software training deficit echoes systemic Horizon problems&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366588662/IT-witness-hidden-away-from-Post-Office-court-battle-supported-it-from-shadows"&gt;IT witness was hidden away from Post Office court battle, but supported it from shadows&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366588932/Post-Office-scandal-victims-in-Scotland-have-convictions-quashed"&gt;Post Office scandal victims in Scotland have convictions quashed&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366588822/Once-ridiculed-Post-Office-scandal-campaigner-Alan-Bates-receives-knighthood"&gt;Once ridiculed Post Office scandal campaigner Alan Bates receives knighthood&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366589578/Post-Office-and-Fujitsu-had-tense-relationship-but-were-joined-at-hip-when-protecting-their-brands"&gt;Post Office and Fujitsu had tense relationship, but were joined at hip when protecting their brands&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366589422/Sir-Alan-Bates-hits-out-at-Post-Office-incompetence-after-data-breach"&gt;Sir Alan Bates hits out at Post Office ‘incompetence’ after data breach&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366589716/Metropolitan-Police-set-to-investigate-one-of-its-own-staff-in-Post-Office-probe"&gt;Metropolitan Police could investigate one of its own staff in Post Office probe&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366589563/Post-Office-expert-IT-witness-Gareth-Jenkins-resigns-BCS-membership"&gt;Post Office expert IT witness Gareth Jenkins resigns BCS membership&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366589775/Numbers-prove-former-subpostmaster-federation-bosss-ignorance-over-Post-Office-scandal"&gt;Numbers prove former subpostmaster federation boss’s ignorance over Post Office scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366591596/Ignorance-of-legal-niceties-from-Post-Office-expert-IT-witness-saw-innocent-people-jailed"&gt;Ignorance of ‘legal niceties’ from Post Office expert IT witness saw innocent people jailed&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366590300/Experts-shocked-by-extraordinary-claim-made-by-Post-Office-IT-expert-witness"&gt;Experts shocked by ‘extraordinary’ claim made by Post Office IT expert witness&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366592093/Former-Fujitsu-engineer-says-Post-Office-trapped-him-into-giving-incomplete-evidence"&gt;Former Fujitsu engineer says Post Office ‘trapped’ him into giving incomplete evidence&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366592443/Former-Post-Office-chair-regrets-keeping-critical-Horizon-report-secret"&gt;Former Post Office chair ‘regrets’&amp;nbsp;keeping critical Horizon report secret&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366592775/Sir-Alan-Bates-welcomes-MPs-elevation-to-House-of-Lords"&gt;Sir Alan Bates welcomes MP’s elevation to House of Lords&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366592917/Government-left-monitoring-of-Post-Office-to-luck"&gt;Government left monitoring of Post Office to ‘luck’&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366593212/Civil-servant-was-lone-voice-on-Post-Office-board-to-query-legal-plan-that-blew-taxpayers-cash"&gt;Civil servant was lone voice on Post Office board to query legal plan that blew taxpayers’ cash&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366593732/Civil-servant-said-subpostmasters-threat-of-legal-action-was-sabre-rattling"&gt;Civil servant said subpostmasters’ threat of legal action was ‘sabre-rattling’&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;July 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366593992/Fujitsu-analyst-gave-witness-statements-when-more-qualified-colleagues-refused"&gt;Fujitsu analyst gave witness statements when more qualified colleagues refused&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;July 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366596078/Government-trusted-abuser-over-the-abused-on-Post-Office-scandal"&gt;Government trusted ‘abuser’ over the abused on Post Office scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366596372/Ed-Davey-and-Jo-Swinson-handled-by-civil-servants-in-Post-Office-cover-up-says-Sir-Alan-Bates"&gt;Ed Davey and Jo Swinson ‘handled’ by civil servants in Post Office cover-up, says Sir Alan Bates&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366596397/Former-minster-felt-she-was-fighting-department-over-Post-Office-controversy"&gt;Former minister felt she was fighting department over Post Office controversy&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366596559/Post-Office-acted-the-victim-and-civil-servants-abandoned-their-principles-says-former-minister"&gt;Post Office ‘acted the victim’ and civil servants ‘abandoned their principles’, says former minister&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366598430/Vince-Cable-says-the-Post-Office-lied-to-the-government-over-Horizon-issues"&gt;Vince Cable says the Post Office ‘lied’ to the government over Horizon issues&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366599254/Government-commits-at-least-540m-to-financial-redress-for-wrongfully-convicted-Post-Office-staff"&gt;Government commits at least £540m to financial redress for wrongfully convicted Post Office staff&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;August 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366599673/Post-Office-scandal-Phases-5-and-6-had-islands-of-conscientiousness-in-great-depths-of-neglect"&gt;Post Office scandal: Phases 5 and 6 had islands of conscientiousness in great depths of neglect&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;August 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366603062/Post-Office-brings-in-new-IT-chief-as-it-awaits-funding-for-Horizon-replacement"&gt;Post Office brings in new IT chief as it awaits funding for Horizon replacement&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;August 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366605718/Post-Office-systems-crash-hits-collapsing-Horizon-system"&gt;Post Office systems crash hits ‘collapsing’&amp;nbsp;Horizon system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;August 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366608479/Post-Office-apologises-for-IT-problem-text-alert-that-was-never-sent"&gt;Post Office apologises for IT problem text alert that was never sent&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366609561/Post-Office-and-Fujitsu-malevolence-and-incompetence-means-huge-final-taxpayers-bill"&gt;Post Office and Fujitsu malevolence means huge taxpayers’ bill&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366609960/Post-Office-scandal-victims-given-route-to-appeal-unfair-financial-settlements"&gt;Post Office scandal victims given route to appeal unfair financial settlements&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366610126/Fujitsu-cuts-annual-staff-pay-rise-as-Post-Office-scandal-bites"&gt;Fujitsu UK staff won’t receive annual pay rise as Post Office scandal bites&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366609946/Under-pressure-Post-Office-botches-hardware-procurement-in-project-to-replace-error-prone-system"&gt;Under-pressure Post Office botches hardware procurement in project to replace error-prone system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366610515/Government-receives-report-on-second-controversial-Post-Office-IT-system"&gt;Government receives report on second controversial Post Office IT system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366610815/Fujitsu-loses-50m-in-sales-after-Post-Office-scandal-furore"&gt;Fujitsu loses £50m in sales after Post Office scandal furore&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366611132/Post-Office-chief-executive-Nick-Read-quits"&gt;Post Office chief executive Nick Read quits&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366611257/Post-Office-scandal-victim-becomes-first-to-receive-600000-under-new-redress-scheme"&gt;Post Office scandal victim becomes first to receive £600,000 under new redress scheme&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366611555/Post-Office-system-still-causing-unexplained-Horizon-shortfalls-for-half-of-subpostmasters"&gt;Post Office system still causing unexplained shortfalls for over half of subpostmasters&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366611383/Fujitsu-addresses-financial-challenge-doubts-over-commitment-to-righting-Post-Office-wrongs"&gt;Fujitsu faces financial challenges, with doubts over its commitment to righting Post Office wrongs&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366611619/Post-Office-IT-departments-focus-on-chasing-a-discount-meant-botched-procurement"&gt;Post Office IT department’s focus on chasing a discount meant botched procurement&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366611835/Post-Office-IT-procurement-mess-saw-35m-spent-on-air-conditioner-says-board-member"&gt;Post Office IT procurement mess saw £35m spent on air conditioner, says board member&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366612032/Fujitsu-accused-of-paying-lip-service-to-Post-Office-scandal-victims"&gt;Fujitsu accused of ‘paying lip service’ to Post Office scandal victims&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366612054/Subpostmasters-living-years-with-disputed-but-unresolved-debts-to-the-Post-Office-inquiry-told"&gt;Subpostmasters living years with disputed but unresolved debts to the Post Office, inquiry told&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366611858/More-parallels-between-Post-Office-Capture-and-Horizon-scandal-revealed"&gt;More parallels between Post Office Capture and Horizon scandal revealed&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366612292/Investigation-finds-reasonable-likelihood-Post-Office-Capture-software-caused-accounting-losses"&gt;Investigation finds ‘reasonable likelihood’ Post Office Capture software caused accounting losses&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366612692/Post-Office-spending-80000-a-week-on-engineers-who-cant-work-as-IT-project-burns-cash"&gt;Post Office spending £80,000+ a week on engineers who can’t work, as IT project burns cash&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366612637/Post-Office-and-Fujitsu-from-blood-brothers-to-bad-blood"&gt;Post Office and Fujitsu: from blood brothers to bad blood&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366612718/Late-evidence-in-Post-Office-Capture-investigation-could-not-be-reviewed"&gt;Late evidence in Post Office Capture investigation could not be reviewed&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366612738/Post-Office-recruiting-tech-savvy-board-member-amid-unravelling-IT-disaster"&gt;Post Office recruiting tech-savvy board member amid unravelling IT disaster&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366612666/Post-Office-senior-executive-suspended-over-allegations-of-destroying-evidence"&gt;Post Office senior executive suspended over allegations of destroying evidence&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366612955/Whistleblowers-call-out-ongoing-cover-up-by-Post-Office-CEO-in-explosive-letter"&gt;Whistleblowers call out ongoing cover-up by Post Office CEO in explosive letter&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366612789/Post-Office-boss-Nick-Read-Inadequate-greedy-and-self-interested-whistleblowers-tell-inquiry"&gt;Post Office boss Nick Read ‘inadequate, greedy and self-interested’, whistleblowers tell inquiry&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366612938/Can-the-Post-Office-project-to-replace-Horizon-be-rescued"&gt;Can the Post Office project to replace Horizon be rescued?&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;October 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366612944/Post-Office-IT-transformation-project-was-set-up-to-fail-chairman-tells-inquiry"&gt;Post Office IT transformation project was ‘set up to fail’, chairman tells inquiry&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366613118/Under-fire-Nick-Read-was-unprepared-for-Post-Office-challenge"&gt;Under-fire Nick Read was unprepared for Post Office challenge&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366613372/Post-Office-dragging-its-feet-getting-rid-of-tainted-staff-despite-government-green-light"&gt;Post Office dragging its feet getting rid of tainted staff, despite government ‘green light’&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366613500/Post-Office-believes-it-took-36m-from-subpostmasters-with-unexplained-losses"&gt;Post Office believes it took £36m from subpostmasters with unexplained losses&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366613496/Post-Office-set-to-axe-in-house-development-for-NBIT-software"&gt;Post Office set to axe in-house-developed New Branch IT software&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366613852/Former-police-officer-heading-Post-Office-operations-dd-nothing-to-help-innocent-subpostmasters"&gt;Former police officer heading Post Office operations did nothing to help innocent subpostmasters&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2014:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366613894/Sir-Alan-Bates-tells-prime-minister-to-guarantee-Post-Office-scandal-victim-redress-by-March-2025"&gt;Sir Alan Bates tells Prime Minister to guarantee Post Office scandal victim redress by March 2025&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366614033/Met-Police-investigating-senior-Post-Office-worker-over-evidence-destruction-allegation"&gt;Met Police investigating senior Post Office worker over evidence destruction allegation&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366614193/Late-evidence-review-doesnt-change-Post-office-Capture-system-report"&gt;Review of late evidence doesn’t change Post Office Capture system report&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366613941/Post-Office-worker-who-allegedly-told-staff-to-destroy-evidence-could-return-as-police-investigate"&gt;Post Office worker who allegedly told staff to destroy evidence could return to work&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366613750/Former-Post-Office-IT-boss-alleged-to-have-misrepresented-alternative-to-in-house-build"&gt;Former Post Office IT boss alleged to have misrepresented alternative to in-house build&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366614104/Change-to-rules-on-computer-evidence-will-be-an-outcome-of-Post-Office-scandal"&gt;Change to rules on computer evidence will be an ‘outcome’ of Post Office scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366614435/Federation-requests-government-investigation-into-third-Post-Office-branch-system"&gt;Federation requests government investigation into third Post Office branch system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366614572/Warning-shots-fired-as-former-subpostmasters-have-useful-meeting-with-Post-Office-CEO"&gt;Warning shots fired as former subpostmasters have ‘useful’ meeting with Post Office CEO&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366614227/Government-urged-to-overturn-all-convictions-based-on-Post-Office-Capture"&gt;Government ‘urged’ to overturn all convictions based on Post Office Capture&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366614717/Who-is-the-subject-of-the-Post-Offices-Project-Tiger-investigation"&gt;Who is the subject of the Post Office’s Project Tiger investigation?&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;October 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366614808/No-simple-replacement-to-digital-evidence-rules-says-Post-Office-Horizon-trial-judge"&gt;No simple replacement for digital evidence rules, says Post Office Horizon trial judge&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366614811/Fujitsu-boss-to-face-tough-reappearance-at-Post-Office-inquiry-following-inaction-and-sidestepping"&gt;Fujitsu boss to face tough reappearance at Post Office inquiry, following inaction and sidestepping&lt;/a&gt;.&amp;nbsp;&lt;/li&gt; 
   &lt;li&gt;November 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366614725/Post-Office-scandal-affected-relationships-of-two-thirds-of-victims"&gt;Post Office scandal affected relationships of two-thirds of victims&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366614908/Governments-600000-offer-to-Horizon-scandal-victims-was-political"&gt;Government’s £600,000 offer to Horizon scandal victims was ‘political’&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366615136/Botched-Post-Office-website-upgrade-caused-serious-data-breach"&gt;Post Office data breach caused by botched website upgrade&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366615163/Post-Office-was-reluctant-to-cut-costs-despite-143-central-staff-earning-more-than-100k"&gt;Post Office was reluctant to cut costs despite 143 central staff earning more than £100k&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366615244/Post-Office-appointing-third-party-reviewer-of-current-Horizon-system"&gt;Post Office appointing third-party reviewer of current Horizon system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366615285/Post-Office-wrongly-used-public-funds-to-pay-for-legal-battle"&gt;Post Office wrongly used public funds to pay for legal battle&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366615381/Government-announces-Green-Paper-on-future-of-scandal-ridden-Post-Office"&gt;Government announces Green Paper on future of scandal-ridden Post Office&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366615494/Post-Office-scandal-not-caused-by-software-errors-says-combative-Fujitsu-boss"&gt;Post Office scandal not caused by software errors, says combative Fujitsu boss&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366615655/Post-Office-requested-four-year-Horizon-extension-as-Fujitsu-boss-arrived-at-public-inquiry"&gt;Post Office requested four-year Horizon extension, as Fujitsu boss arrived at public inquiry&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366615973/Post-Office-to-decide-on-Horizon-before-April-Fujitsu-board-considers-final-contract-extension"&gt;Post Office to decide on Horizon before April, Fujitsu board considers final contract extension&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366615957/Post-Office-IT-boss-calls-for-subpostmasters-to-judge-him-on-his-actions"&gt;Post Office IT boss calls for subpostmasters to judge him on his actions&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366615956/Post-Office-scandal-Inquirys-final-phase-exposes-dysfunction-past-and-present"&gt;Post Office scandal: Inquiry’s final phase exposes dysfunction past and present&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366615867/Post-Office-is-paying-lawyers-too-much-admits-minister"&gt;Post Office is paying lawyers too much, admits minister&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366616054/Subpostmasters-hit-by-Post-Office-scandal-plan-to-meet-over-nuclear-option"&gt;Subpostmasters hit by Post Office scandal plan to meet over ‘nuclear option’&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366616132/Post-Office-project-taking-control-of-Horizon-data-from-Fujitsu-as-part-of-messy-split"&gt;Post Office project taking control of Horizon data from Fujitsu as part of messy split&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366616292/Fujitsu-snubbed-on-private-sector-deal-with-Centrica-due-to-Post-Office-scandal-backlash"&gt;Fujitsu snubbed on private sector deal with Centrica due to Post Office scandal backlash&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/feature/Post-Office-Horizon-IT-scandal-inquiry-Two-years-of-shocking-revelations"&gt;Post Office Horizon IT scandal inquiry: Three years of shocking revelations&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366616319/Government-looking-into-third-faulty-Post-Office-IT-system"&gt;Government looking into third faulty Post Office IT system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366616259/Convictions-of-Post-Office-Capture-system-users-to-be-reviewed-by-statutory-body"&gt;Convictions of Post Office Capture system users to be reviewed by statutory body&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366616303/Post-Office-scandal-How-much-deeper-and-wider-can-it-get"&gt;Post Office scandal: How much deeper and wider can it get?&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;November 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366616357/Post-Office-scandal-redress-echoes-Windrush-compensation-problems"&gt;Post Office scandal redress echoes Windrush compensation problems&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366616230/Post-Office-Capture-users-invited-to-pivotal-meeting-with-government"&gt;Post Office Capture users invited to pivotal meeting with government&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366616467/Fujitsus-charity-boss-made-redundant-while-Post-Office-scandal-victims-await-support"&gt;Fujitsu’s charity boss made redundant while Post Office scandal victims await support&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366616872/Post-Office-Fujitsu-contract-extended-by-a-year-as-decision-time-looms"&gt;Post Office Fujitsu contract extended by a year as decision time looms&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366616977/Post-Office-senior-leadership-warned-of-IT-project-data-safeguarding-risk"&gt;Post Office senior leadership warned of IT project data safeguarding risk&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366616881/Controversial-Horizon-system-to-remain-in-Post-Office-branches-as-part-of-tech-fusion-says-source"&gt;Controversial Horizon system to remain in Post Office branches as part of tech ‘fusion’, says source&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366617072/Police-not-ruling-any-person-or-crime-out-of-Post-Office-scandal-investigation"&gt;Police not ruling any person or crime out of Post Office scandal investigation&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366617123/Post-Office-weaponised-IT-system-in-most-extensive-and-prolonged-miscarriage"&gt;Post Office ‘weaponised’ IT system in most ‘extensive and prolonged’ miscarriage&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366617280/Government-promises-redress-and-justice-to-Post-Office-Capture-system-users"&gt;Government promises redress and justice to Post Office Capture system users&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366617366/Post-Office-creates-CTO-role-to-support-extensive-and-complex-plans"&gt;Post Office creates CTO role to support ‘extensive and complex’ plans&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366617210/Post-Office-IT-department-fired-and-rehired-friends-at-exorbitant-rates-says-former-HR-chief"&gt;Post Office IT department fired and rehired ‘friends’ at ‘exorbitant’ rates, says former HR chief&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2024:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366617418/Post-Office-scandal-campaigners-awarded-OBEs-in-New-Year-Honours-List"&gt;Post Office scandal campaigners awarded OBEs in New Year Honours List&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366617566/Sir-Alan-Bates-has-serious-concerns-over-Post-Office-scandal-compensation-budget"&gt;Sir Alan Bates has ‘serious concerns’ over Post Office scandal compensation budget&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366617586/Post-Office-staff-list-14-scandal-stained-individuals-who-should-have-honours-stripped"&gt;Post Office staff list 14 scandal-stained individuals who should have honours stripped&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366617800/Former-subpostmasters-invited-to-take-part-in-Post-Office-Capture-compensation-scheme-development"&gt;Former subpostmasters invited to take part in Post Office Capture compensation scheme development&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366617852/Post-Office-scandal-stained-Fujitsu-orders-staff-to-cut-costs-amid-widening-UK-losses"&gt;Post Office scandal-stained Fujitsu orders staff to cut costs amid widening UK losses&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366618072/Subpostmasters-wont-get-financial-redress-until-mid-2027-at-current-rate-of-progress"&gt;Subpostmasters won’t get financial redress until mid-2027 at current rate of progress&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366618206/Government-calls-for-expert-views-on-computer-evidence-to-learn-lesson-from-Post-Office-scandal"&gt;Government calls for expert views on computer evidence to learn lesson from Post Office scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366618322/Review-of-legal-rule-on-computer-evidence-long-overdue-say-Post-Office-scandal-victims"&gt;Review of legal rule on computer evidence long overdue, say Post Office scandal victims&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366618678/Government-failed-to-provide-accurate-cost-of-Post-Office-scandal-compensation"&gt;Government failed to provide accurate cost of Post Office scandal compensation&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366619235/CCRC-reviewing-17-Post-Office-convictions-with-potential-Capture-software-involvement"&gt;CCRC reviewing 17 Post Office convictions with potential Capture software involvement&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2025:&lt;a href="https://www.computerweekly.com/news/366619651/Positive-steps-in-redress-for-Post-Office-Capture-victims"&gt;’Positive steps’ in redress for Post Office Capture victims&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366619440/Fujitsus-600m-plus-prize-with-His-Majestys-cash-cow-in-2025"&gt;Fujitsu’s £600m-plus prize with His Majesty’s ‘cash cow’ in 2025&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366619680/Peer-demands-Fujitsu-cough-up-300m-interim-payment-towards-Post-Office-scandal-bill"&gt;Peer demands Fujitsu cough up £300m interim payment towards Post Office scandal bill&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366619806/Post-Office-makes-first-official-apology-to-Capture-users"&gt;Post Office makes first official apology to Capture users&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366619960/Metropolitan-Police-concern-puts-brakes-on-Post-Office-Horizon-data-migration"&gt;Metropolitan Police concern puts brakes on Post Office Horizon data migration&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366620536/Government-announcement-on-Fujitsu-talks-add-vague-words-and-no-interim-payment"&gt;Government announcement on Fujitsu talks add ‘vague words’ and no interim payment&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366620384/Post-Office-scandal-data-leak-interim-compensation-offers-made"&gt;Post Office scandal data leak interim compensation offers made&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366620854/Minister-asks-for-evidence-of-Post-Office-ECCO-system-problems"&gt;Minister asks for evidence of Post Office ECCO+ system problems&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366620988/Former-subpostmaster-to-sue-Post-Office-and-Fujitsu-for-judgment-obtained-by-fraud"&gt;Former subpostmaster to sue Post Office and Fujitsu for judgment ‘obtained by fraud’&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366620910/Government-considering-redress-scheme-for-families-of-Post-Office-scandal-victims"&gt;Government considering redress scheme for families of Post Office scandal victims&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366621213/MPs-demand-government-reconsider-response-to-Post-Office-compensation-report"&gt;MPs demand government reconsider response to Post Office compensation report&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366621280/Kroll-reviewing-Post-Office-Horizons-current-integrity-and-discrepancy-identification?_gl=1*2lgjm8*_ga*MTEwNzM2MTI5My4xNzQyODE4ODQ3*_ga_TQKE4GS5P9*MTc0MzAwMjQ2Ny4xMy4xLjE3NDMwMDYxMzMuMC4wLjA."&gt;Kroll reviewing Post Office Horizon’s current integrity and discrepancy identification&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366621762/Experts%20question%20court%E2%80%99s%20rejection%20of%20former%20Post%20Office%20manager%E2%80%99s%20Horizon%20appeal"&gt;Experts question court’s rejection of former Post Office manager’s Horizon appeal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366621786/Scottish-support-group-for-Post-Office-scandal-victims-launched"&gt;Scottish support group for Post Office scandal victims launched&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366621800/Post-Office-Capture-and-ECCO-users-asked-to-make-contact-with-Scottish-statutory-body"&gt;Post Office Capture and Ecco+ users asked to make contact with Scottish statutory body&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366622017/Post-Office-cant-find-evidence-for-over-1000-Horizon-scandal-redress-claimants"&gt;Post Office can’t find evidence for over 1,000 Horizon scandal redress claimants&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366622179/Post-Office-gets-extra-136m-towards-tech-transformation-as-clock-ticks-on-Horizon?_gl=1*pgbh5m*_ga*MTEwNzM2MTI5My4xNzQyODE4ODQ3*_ga_TQKE4GS5P9*MTc0NDM2MTEwNy43MS4xLjE3NDQzNjU0NzkuMC4wLjA."&gt;Post Office gets extra £136m towards tech transformation as clock ticks on Horizon&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366622421/More-than-100-Horizon-victims-are-challenging-Post-Office-offers-on-complex-claims"&gt;More than 100 Horizon victims are challenging Post Office offers on complex claims&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366623124/Fujitsu-UK-staff-will-get-bonus-despite-Post-Office-scandal-fallout"&gt;Fujitsu UK staff will get bonus despite Post Office scandal fallout&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366623342/Progress-made-on-governments-Post-Office-Capture-redress-but-concerns-remain"&gt;Progress made on government’s Post Office Capture redress, but concerns remain&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366623751/Evidence-reveals-Post-Office-scandal-victims-short-changed-in-compensation-payouts"&gt;Evidence reveals Post Office scandal victims short-changed in compensation payouts&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2025:&amp;nbsp;&lt;a href="http://preview.pg.techtarget.com:8080/techtarget-ecm/v/index.jsp?vgnextoid=41368aed229c6910VgnVCM1000003f80a50aRCRD&amp;amp;vgnextchannel=006c165cad300310VgnVCM1000000d01c80aRCRD&amp;amp;vgnextfmt=default&amp;amp;appInstanceName=default&amp;amp;_dc=1747403318234&amp;amp;vgnextrefresh=1"&gt;Controversial Post Office Horizon system could stay until 2033&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366623902/Post-Office-scandal-inquiry-to-publish-first-findings-this-summer"&gt;Post Office scandal inquiry to publish first findings this summer&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366624021/Post-Office-performs-costly-30-year-U-turn-on-Horizon"&gt;Post Office performs costly 30-year U-turn on Horizon&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366624005/Botched-Post-Office-IT-projects-continue-to-drain-public-purse"&gt;Botched Post Office IT projects continue to drain public purse&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366624141/Fujitsu-raked-in-80m-from-HMRC-in-March-alone-despite-Post-Office-scandal"&gt;Fujitsu raked in £80m from HMRC in March alone, despite Post Office scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366624967/Post-Office-slammed-after-deleting-social-media-comments-on-IT-scandal"&gt;Post Office slammed after deleting social media comments on IT scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366625541/Compensation-to-Post-Office-scandal-victims-reaches-1bn-milestone"&gt;Compensation to Post Office scandal victims reaches £1bn milestone&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366625793/HMRC-paid-Fujitsu-315m-last-year-but-Post-Office-scandal-suppliers-UK-business-faces-gradual-de"&gt;HMRC paid Fujitsu £310m last year, but Post Office supplier’s UK business faces gradual decline&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366626068/Government-announces-details-of-Post-Office-Capture-redress-scheme"&gt;Government announces details of Post Office Capture redress scheme&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366626318/Report-on-integrity-of-the-current-Post-Office-Horizon-system-due-in-Autumn"&gt;Report on integrity of current Post Office Horizon system due in autumn&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366626532/Wrongly-convicted-subpostmasters-may-have-to-wait-another-year-for-redress"&gt;MPs say the government has not done enough to contact all those who qualify for Post Office scandal compensation schemes&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366626756/Seven-main-suspects-under-police-investigation-in-national-Post-Office-probe"&gt;Seven main suspects under police investigation in national Post Office probe&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366626737/Fujitsus-grip-on-HMRC-loosening-but-bags-of-taxpayer-cash-still-to-be-made"&gt;Fujitsu’s grip on HMRC loosening but bags of taxpayer cash still to be made&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366627174/Post-Office-inquiry-chair-cannot-rule-out-scandal-caused-13-suicides"&gt;Post Office inquiry chair ‘cannot rule out’ scandal caused 13 suicides&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366627634/Former-Post-Office-staff-in-Horizon-replacement-bid-team"&gt;Former Post Office staff in Horizon replacement bid team&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366627641/Home-Office-dumps-Fujitsu-from-IT-services-contract"&gt;Home Office dumps Fujitsu from IT services contract&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366627820/Fujitsu-outage-crashes-Post-Office-Horizon-system"&gt;Fujitsu outage crashes Post Office Horizon system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366627933/Peer-warns-IT-suppliers-against-partnering-Fujitsu-in-government-contracts"&gt;Peer warns suppliers against partnering Fujitsu in contracts&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366628045/Post-Office-will-not-compensate-subpostmasters-for-IT-outage"&gt;Post Office will not compensate subpostmasters for IT outage&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;August 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366629119/Fujitsu-orders-staff-to-retain-Post-Office-related-documentation-as-it-braces-for-legal-action"&gt;Fujitsu tells all UK staff to preserve documents related to its work with the Post Office&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;August 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366629672/Metropolitan-Police-contract-with-Fujitsu-is-potential-conflict-of-interest-amid-Post-Office-probe"&gt;Metropolitan Police contract with Fujitsu is ‘potential conflict of interest’ amid Post Office probe&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;August 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366629917/Subpostmaster-federation-accepted-money-from-Fujitsu-in-run-up-to-High-Court-Post-Office-trial"&gt;Subpostmaster federation accepted money from Fujitsu in run-up to High Court Post Office trial&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;August 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366629933/Police-investigation-into-Post-Office-scandal-to-cost-more-than-50m"&gt;Police investigation into Post Office scandal to cost more than £50m&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;August 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366630000/Home-Office-Fujitsu-contract-is-de-facto-conflict-of-interest-in-Post-Office-police-probe"&gt;Home Office Fujitsu contract is ‘de facto’ conflict of interest in Post Office police probe&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366630253/Fujitsus-roots-in-government-go-too-deep"&gt;Post Office scandal supplier’s roots in government go too deep&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366630262/Depression-anxiety-PTSD-and-suicidal-thoughts-Post-Office-victims-speak-out"&gt;Depression, anxiety, PTSD and suicidal thoughts: Post Office victims speak out&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366630443/Fujitsu-braced-for-double-digit-decline-triggered-by-foolish-display-of-legal-machismo"&gt;Internally, Fujitsu UK is braced for major revenue decline as Post Office scandal takes its toll&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;September 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366630772/Post-Office-Horizon-accounts-are-still-a-mess-and-replacement-system-is-years-away"&gt;Post Office Horizon accounts are still a mess and replacement system is years away&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;September 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366631595/Post-Office-Capture-appeals-slowed-by-poor-records"&gt;Post Office Capture appeals slowed by poor records&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366632434/Peer-demands-Fujitsu-pay-700m-in-interim-as-it-prepares-response-to-Post-Office-scandal-inquiry"&gt;Peer demands Fujitsu pay £700m in interim as it prepares response to Post Office scandal inquiry&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366632424/Fujitsu-boss-said-Post-Office-inquiry-report-wasnt-that-bad-despite-link-to-suicides"&gt;Fujitsu boss said Post Office inquiry report wasn’t ‘that bad’, despite link to suicides&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366632706/Shameless-Fujitsu-boss-confident-firm-will-be-back-in-good-books-in-18-months"&gt;Shameless Fujitsu boss confident firm will be back in ‘good books’ in 18 months&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366632837/CCRC-formally-sends-Post-Office-Capture-referral-to-Court-of-Appeal"&gt;CCRC formally sends Post Office Capture referral to Court of Appeal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366633555/Government-awards-Post-Office-2m-contract-to-search-for-its-own-Capture-records"&gt;Government awards Post Office £2m contract to search for its own Capture records&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366633678/Post-Office-Capture-redress-scheme-went-down-like-lead-balloon-and-is-discriminatory"&gt;Post Office Capture redress scheme ‘went down like lead balloon’ and is ‘discriminatory’&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366633625/Peer-angry-as-sales-figures-suggest-Fujitsu-has-weathered-Post-Office-scandal-storm"&gt;Peer angry as sales figures suggest Fujitsu has weathered Post Office scandal storm&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;October 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366633589/Investigator-warns-Post-Office-inquiry-about-Horizon-defect-at-large-for-years"&gt;Post Office scandal investigator warns public inquiry about Horizon defect at large for years&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366634214/Unearthed-report-reveals-source-of-Post-Offices-tenuous-Capture-sales-pitch"&gt;Unearthed report reveals source of Post Office’s tenuous Capture sales pitch&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366634300/Post-Office-extends-controversial-Fujitsu-contract-in-41m-deal"&gt;Post Office extends controversial Fujitsu contract in £41m deal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366634434/Post-Office-contract-with-Fujitsu-has-option-to-extend-into-2028"&gt;Post Office contract with Fujitsu has option to extend into 2028&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366634551/Fujitsu-milks-110m-from-HMRC-in-six-months-with-hardly-a-public-stir"&gt;Fujitsu milks £110m from HMRC in six months with hardly a public stir&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366634756/Subpostmaster-was-told-no-jury-would-believe-Post-Office-had-dodgy-computer"&gt;Research says wrongful prosecution of subpostmasters casts doubt on ‘golden thread’ of British justice&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;November 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366635237/CCRC-refers-case-based-on-third-faulty-Post-Office-system"&gt;CCRC refers case based on third faulty Post Office system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366635600/Former-Post-Office-legal-boss-wont-escape-police-reach"&gt;Former Post Office legal boss won’t escape police reach&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366635602/Post-Office-scandal-could-widen-to-thousands-more-branches-after-third-system-appeal"&gt;Post Office scandal could widen to thousands more branches after third system appeal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366635620/Post-Office-finally-investigates-Horizon-defect-but-investigator-slams-comms-strategy"&gt;Subpostmaster and investigator met the Post Office over Horizon defect raised six years earlier&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366635582/Post-Office-avoids-1m-fine-over-botched-website-upgrade-data-breach"&gt;Post Office avoids £1m fine over botched website upgrade data breach&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366635668/Fujitsu-police-contract-complicates-Post-Office-investigation"&gt;Fujitsu police contract ‘complicates’ Post Office investigation&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366636272/Fujitsu-underestimated-Post-Office-scandal-backlash"&gt;Fujitsu underestimated Post Office scandal backlash&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;December 2025:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366636563/Post-Office-six-years-late-to-warn-subpostmasters-about-Horizon-defect?_gl=1*49p5gt*_ga*MTEwNzM2MTI5My4xNzQyODE4ODQ3*_ga_TQKE4GS5P9*czE3Njc2MDc5NjMkbzU2JGcxJHQxNzY3NjA4MDU1JGozNCRsMCRoMA.."&gt;Post Office six years late to warn subpostmasters about Horizon defect&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366636802/Fujitsu-boss-has-been-a-Post-Office-scandal-bystander-for-over-a-decade"&gt;Fujitsu boss has been a Post Office scandal bystander for over a decade&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366636770/Former-Fujitsu-IT-support-team-were-legalised-hackers"&gt;Fujitsu Post Office IT support team were ‘legalised hackers’&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366636911/CCRC-says-multiple-Post-Office-software-systems-potentially-implicated-in-miscarriages-of-justice?_gl=1*fusf1s*_ga*MTEwNzM2MTI5My4xNzQyODE4ODQ3*_ga_TQKE4GS5P9*czE3NjgyOTcxNTUkbzg2JGcxJHQxNzY4Mjk4OTE4JGo0NyRsMCRoMA.."&gt;CCRC says multiple Post Office software systems potentially implicated in miscarriages of justice&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366637292/Post-Office-scandals-oldest-victim-calls-for-total-ban-on-Fujitsu"&gt;Post Office scandal’s oldest victim calls for total ban on Fujitsu&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366637471/DWP-review-of-Post-Office-worker-prosecutions-yet-to-start-months-after-announcement"&gt;The DWP said in August that it would carry out an independent review of prosecutions of subpostmasters, but it has yet to appoint a reviewer&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366637646/Peer-demands-independent-investigation-into-DWPs-prosecution-of-subpostmasters"&gt;Peer demands independent investigation into DWP’s prosecution of subpostmasters&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366637835/Fujitsu-boss-falls-on-his-sword-before-settling-with-Post-Office-scandal-victims"&gt;Fujitsu boss ‘falls on his sword’ before settling with Post Office scandal victims&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366638192/Sir-Alan-Bates-slams-nonsense-reported-about-his-financial-redress-settlement"&gt;Sir Alan Bates slams ‘nonsense’ reported about his financial redress settlement&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;January 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366638232/History-repeats-itself-in-Post-Office-Capture-redress-scheme-with-low-ball-offers-made"&gt;History repeats itself in Post Office Capture redress scheme with low-ball offers made&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2026&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366638847/Minister-responds-to-criticism-of-Post-Office-Capture-redress-scheme"&gt;Minister responds to criticism of Post Office Capture redress scheme&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366638999/Fujitsu-will-be-out-by-summer-2027-says-Post-Office-CTO"&gt;Fujitsu will be out by next summer, says Post Office CTO&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366639018/Peer-disappointed-that-DWP-review-of-subpostmaster-prosecutions-is-still-months-away"&gt;Peer ‘disappointed’ that DWP review of subpostmaster prosecutions is still months away&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366639155/UK-government-risks-perpetuating-Post-Office-injustice-through-response-to-Capture-appeals"&gt;UK government risks ‘perpetuating’ Post Office injustice through response to Capture appeals&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366639049/Eradicating-Fujitsu-and-Horizon-from-the-Post-Office-step-by-step"&gt;Eradicating Fujitsu and Horizon from the Post Office, step by step&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366639272/Minister-wants-logical-conclusion-to-review-of-digital-evidence-in-light-of-Post-office-scandal"&gt;Minister wants ‘logical conclusion’ to review of digital evidence in light of Post Office scandal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366638929/Email-from-1999-reveals-Post-Office-ECCO-system-crash-problems"&gt;Email from 1999 reveals Post Office ECCO+ system crash problems&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;February 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366639388/Government-commits-483m-to-Post-Office-for-IT-transformation"&gt;UK government commits £483m to Post Office for IT transformation&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366639757/Scandal-victim-gets-leave-to-appeal-decision-to-split-case-against-Post-Office-and-Fujitsu"&gt;Scandal victim gets leave to appeal decision to split case against Post Office and Fujitsu&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366639859/IBM-takes-a-second-shot-at-Post-Office-contract-to-replace-Horizon"&gt;IBM takes a second shot at Post Office contract to replace Horizon&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366639931/MP-report-calls-for-legislation-to-overturn-Post-Office-Capture-convictions?_gl=1*nijjqa*_ga*MTEwNzM2MTI5My4xNzQyODE4ODQ3*_ga_TQKE4GS5P9*czE3NzM5MTk2MTMkbzI5MyRnMSR0MTc3MzkyMDk0MSRqMiRsMCRoMA.."&gt;MP report calls for legislation to overturn Post Office Capture convictions&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366640326/Government-announces-redress-scheme-for-families-of-Post-Office-scandal-victims"&gt;Government announces redress scheme for families of Post Office scandal victims&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366640615/DWP-finally-seeks-reviewer-of-its-subpostmaster-prosecutions?_gl=1*rbhnnc*_ga*MTEwNzM2MTI5My4xNzQyODE4ODQ3*_ga_TQKE4GS5P9*czE3NzQ1MTkwMTkkbzMxNiRnMSR0MTc3NDUyMjMyNCRqNjAkbDAkaDA."&gt;DWP finally seeks reviewer of its subpostmaster prosecutions&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366640853/Post-Office-still-cant-find-evidence-for-1400-scandal-redress-claimants-while-people-die-waiting"&gt;Post Office still can’t find evidence for 1,400 scandal redress claimants, while people die waiting&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;March 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/feature/Second%20Post%20Office%20Capture%20System%20Conviction%20Referred%20to%20Court%20of%20Appeal.%20Steve%20Marston%E2%80%99s%20reaction%20this%20morning%20:%22It%20feels%20like%20a%20massive%20weight%20has%20been%20lifted.%20Obviously%20this%20is%20a%20massive%20step%20forward,%20but%20there's%20still%20a%20hell%20of%20a%20long%20way%20to%20go%20yet.%22%20https:/www.computerweekly.com/news/366640609/Second-Post-Office-Capture-conviction-referred-to-appeal-court"&gt;Second Post Office Capture conviction referred to appeal court&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366641092/Post-Office-scandal-supplier-Fujitsu-to-cut-nearly-10-of-UK-workforce"&gt;Post Office scandal supplier Fujitsu to cut nearly 10% of UK workforce&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366641017/Fujitsu-injects-another-80m-into-UK-arm-amid-Post-Office-Scandal-fallout"&gt;Fujitsu injects another £80m into UK arm amid Post Office scandal fallout&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366641051/Keir-Starmer-was-warned-about-Post-Office-prosecution-practices-as-director-of-public-prosecutions"&gt;Keir Starmer was warned about Post Office prosecution practices as director of public prosecutions&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366641747/Platitudes-hide-struggle-as-Post-Office-scandal-redress-scheme-closing-date-announced"&gt;‘Platitudes’ hide struggle as Post Office scandal redress scheme closing date announced&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;April 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366642366/Court-of-Appeal-rejects-Post-Office-Capture-case-delay-request"&gt;Court of Appeal rejects Post Office Capture case delay request&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366642657/Post-Office-acknowledges-ECCO-users-calls-for-help-three-decades-ago"&gt;Post Office acknowledges ECCO+ user’s calls for help three decades ago&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366642879/Fujitsu-UK-pays-staff-bonuses-as-it-sits-on-Post-Office-scandal-contribution"&gt;Fujitsu UK pays staff bonuses as it sits on Post Office scandal contribution&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366642986/Accenture-joins-IBM-in-battle-for-323m-Post-Office-Horizon-deal"&gt;Accenture joins IBM in battle for £323m Post Office Horizon deal&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366642891/Post-Office-to-contest-Capture-conviction-appeal-despite-chairman-support-for-overturning-en-masse"&gt;Post Office to contest Capture conviction appeal despite chairman support for overturning en masse&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366643102/Post-Office-chair-defends-inappropriate-and-harmful-position-on-Capture-appeals"&gt;Post Office chair defends ‘inappropriate and harmful’ position on Capture appeals&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366642931/Post-Office-objection-to-Capture-appeals-is-inexplicable-and-unconscionable"&gt;Post Office objection to Capture appeals is ‘inexplicable and unconscionable’&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366643515/Fujitsu-finally-thrown-out-of-Post-Office-in-500m-Horizon-replacement-deals"&gt;Fujitsu finally thrown out of Post Office in £500m Horizon replacement deals&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;May 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366643541/Sir-Alan-Bates-questions-UK-government-commitment-to-Post-Office-criminal-investigation"&gt;Sir Alan Bates questions UK government commitment to Post Office criminal investigation&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366644383/Post-Office-Capture-appeal-objections-not-right-just-or-fair"&gt;Influential advisory group tells Post Office there is a ‘clear case’ that Capture convictions are unsafe&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366644578/Post-Office-delays-signing-Horizon-software-replacement-contract"&gt;Post Office delays signing Horizon software replacement contract&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;June 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366645057/Former-Post-Office-legal-boss-referred-to-disciplinary-council"&gt;Former Post Office legal boss referred to disciplinary council&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366645261/Post-Office-delays-signing-Horizon-replacement-for-third-time"&gt;The Post Office has extended standstill period before formally signing contract for new EPOS system&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366645716/Post-Office-Horizon-replacement-contract-delayed-further"&gt;Post Office Horizon replacement contract delayed further&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366646239/It-beggars-belief-as-DWP-drags-its-heels-over-subpostmaster-prosecutions-reviews"&gt;‘It beggars belief’ as DWP ‘drags its heels’ over subpostmaster prosecutions reviews&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;July 2026:&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366646332/UK-Public-dont-trust-Fujitsu-but-government-does"&gt;UK public don’t trust Fujitsu, but government does&lt;/a&gt;.&lt;/li&gt; 
   &lt;li&gt;August 2026: &lt;a href="https://www.computerweekly.com/news/366646721/MPs-demand-answers-on-Fujitsus-inclusion-in-lucrative-frameworks"&gt;MPs demand answers on Fujitsu’s inclusion in lucrative frameworks&lt;/a&gt;.&lt;/li&gt; 
  &lt;/ul&gt;
 &lt;/div&gt;
&lt;/div&gt;</body>
            <description>Losing bidder challenges the Post Office’s decision to award Horizon replacement contract to OneView Commerce</description>
            <image>https://cdn.ttgtmedia.com/visuals/ComputerWeekly/Hero%20Images/post-office-sign-1-london-wall-clrcrmck.jpg</image>
            <link>https://www.computerweekly.com/news/366649001/Supplier-challenge-delays-Post-Office-Horizon-replacement</link>
            <pubDate>Fri, 14 Aug 2026 07:11:00 GMT</pubDate>
            <title>Supplier challenge delays Post Office Horizon replacement</title>
        </item>
        <item>
            <body>&lt;p&gt;Quintas Energy, which provides independent asset management services to the renewable energy sector, is deploying Box to establish a &lt;a href="https://www.computerweekly.com/news/366639242/RWS-Global-deploys-Boxs-AI-tools-to-streamline-contract-workflow"&gt;secure, intelligent content layer&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;The new IT infrastructure will integrate with its proprietary platform and artificial intelligence (AI) programme to capture, classify and govern business-critical documentation. To support operational workflows, with AI positioned as a transformative technology to improve asset management.&lt;/p&gt; 
&lt;p&gt;As renewable energy portfolios grow in size, geographical reach and technical complexity, asset managers are required to coordinate larger volumes of contractual, technical, financial, regulatory and operational documentation across multiple stakeholders.&lt;/p&gt; 
&lt;p&gt;Rafael Hueso, CIO of Quintas Energy, described AI as “a game changer”, adding: “AI is coming and it’s here to stay.”&lt;/p&gt; 
&lt;p&gt;Specifically, Quintas Energy has looked at which workflows benefit from AI’s use. &lt;a href="https://www.techtarget.com/enterprise-software/news/366637320/Box-releases-Box-Extract-its-AI-metadata-agent"&gt;Box Enterprise Advanced&lt;/a&gt; is being deployed to accelerate client and asset onboarding – processes typically slowed by high volumes of technical, financial, and compliance documentation. By establishing a structured, intelligent content environment, Box promises to enable Quintas Energy to reduce manual coordination, improve data quality and speed up the transition to operational readiness.&lt;/p&gt; 
&lt;p&gt;Rather than setting specific goals to achieve with AI, Hueso said that the business has competitive goals and company objectives it wants to achieve: “We are pretty sure that AI will help us to achieve these in a consistent way.”&lt;/p&gt; 
&lt;p&gt;The key, according to Hueso, is to ensure that AI insights built on top of content is trustworthy, which is why the company selected Box.&lt;/p&gt; 
&lt;p&gt;And while AI is very much a part of the digital transformation programme at Quintas Energy, Hueso said: “Before we began this programme, we looked at governance rather than AI itself because it’s a baseline.” Discussing the use of Box, he added: “It was never just about the storage. It was more about building a content layer that we can trust and build AI on top of.”&lt;/p&gt; 
&lt;p&gt;Hueso said the goal is to have content available across the business to be AI-ready, which means it is structured, classified and governed securely. This will enable AI to reliably find, interpret and act on information held in Box, instead of having Box used just as a repository of corporate information.&lt;/p&gt; 
&lt;p&gt;“It means having metadata and classification applied at the point of injection, using tools like Box Extract,” said Hueso. The idea is to use content held in Box to feed workflows. “Information flows automatically to where decisions actually get made, rather than just sitting in a folder waiting to be found.”&lt;/p&gt; 
&lt;p&gt;Given the recent postmortem of an &lt;a href="https://www.computerweekly.com/news/366646678/Anthropic-lost-control-of-Claude-in-latest-AI-cyber-blunder"&gt;Antropic security breach&lt;/a&gt;, Hueso said that governance is essential for keeping corporate IT assets secure. While he conceded that there is inherent risk in adopting any new technology, he believes bigger risk is long-term exposure of leaving critical information fragmented and governed outside any security framework.&lt;/p&gt; 
&lt;p&gt;“The biggest security risk in the use of AI tools within corporate IT is ungoverned legacy content sitting outside a proper framework,” he stated. “This is our perfect storm of risk because anytime you centralise content and connect it to AI, you have to take security more seriously, which is exactly why governance was the starting point in this programme, rather than afterthought. We are building &amp;nbsp;classification, access controls, compliance and retention policies from day one.”&lt;/p&gt; 
&lt;div class="extra-info"&gt;
 &lt;div class="extra-info-inner"&gt;
  &lt;h3 class="splash-heading"&gt;Read more about AI in content management&lt;/h3&gt; 
  &lt;ul class="default-list"&gt; 
   &lt;li&gt;ADNOC shifts AI strategy from isolated pilots to &lt;a href="https://www.computerweekly.com/news/366646979/ADNOC-shifts-AI-strategy-from-isolated-pilots-to-enterprise-wide-operations"&gt;enterprise-wide operations&lt;/a&gt;: UAE energy giant embeds artificial intelligence across its value chain as it moves from experimentation to operational scale.&lt;/li&gt; 
   &lt;li&gt;&lt;a href="https://www.computerweekly.com/feature/AI-kicks-in-for-2026-FIFA-World-Cup"&gt;AI kicks in&lt;/a&gt; for 2026 FIFA World Cup: Computer Weekly looks at the technological backbone in place for global football’s pinnacle event, the FIFA World Cup, and how AI has become a permanent fixture and first on the timesheet.&lt;/li&gt; 
  &lt;/ul&gt;
 &lt;/div&gt;
&lt;/div&gt;</body>
            <description>The company is using artificial intelligence with Box to help it classify and understand documentation</description>
            <image>https://cdn.ttgtmedia.com/visuals/ComputerWeekly/HeroImages/content-data-management-Tierney-adobe.jpg</image>
            <link>https://www.computerweekly.com/news/366649394/Quintas-Energy-deploys-AI-through-Box-to-power-workflows</link>
            <pubDate>Fri, 14 Aug 2026 06:56:00 GMT</pubDate>
            <title>Quintas Energy deploys AI through Box to power workflows</title>
        </item>
        <item>
            <body>&lt;p&gt;&lt;span style="font-weight: 400"&gt;Alation (from the French and originating from Latin alatus meaning winged) is known for its AIOS technology – an open, governed, self-improving “intelligence operating system” and its pedigree in the data catalogue market.&lt;/span&gt;&lt;/p&gt; 
&lt;p&gt;&lt;span style="font-weight: 400"&gt;The company says it helps software engineering teams establish trust in the agents, data and context that now power AI-driven decisions.&lt;/span&gt;&lt;/p&gt; 
&lt;p&gt;&lt;span style="font-weight: 400"&gt;Working on new agreements with &lt;/span&gt;&lt;span style="font-weight: 400"&gt;PwC Canada&lt;/span&gt;&lt;span style="font-weight: 400"&gt;, Alation has combined PwC Canada’s regulatory and implementation expertise with Alation’s AIOS for AI-powered, pre-built software services designed for highly regulated industries.&amp;nbsp;&lt;/span&gt;&lt;/p&gt; 
&lt;p&gt;&lt;span style="font-weight: 400"&gt;The organisations say that their working partnership is focused on ensuring regulatory compliance is no longer a manual, point-in-time exercise but a continuous, AI-enabled capability.&lt;/span&gt;&lt;/p&gt; 
&lt;section class="section main-article-chapter" data-menu-title="Joint accelerator instigators"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;&lt;span style="font-weight: 400"&gt;Joint accelerator instigators&lt;/span&gt;&lt;/h2&gt;
 &lt;p&gt;&lt;span style="font-weight: 400"&gt;New “joint accelerators” include pre-built, self-improving, industry-specific solutions.&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span style="font-weight: 400"&gt;&lt;img loading="lazy" decoding="async" class="wp-align alignright wp-image-12405 size-thumbnail" src="https://itknowledgeexchange.techtarget.com/cwdn/files/2026/08/A-150x150.jpg" alt="" width="150" height="150" srcset="https://itknowledgeexchange.techtarget.com/cwdn/files/2026/08/A-150x150.jpg 150w, https://itknowledgeexchange.techtarget.com/cwdn/files/2026/08/A-300x300.jpg 300w, https://itknowledgeexchange.techtarget.com/cwdn/files/2026/08/A.jpg 400w" sizes="(max-width: 150px) 100vw, 150px"&gt;The first software project under the partnership is the E-21 Compliance Accelerator, purpose-built for Canadian chartered banks facing OSFI Guideline E-21 data risk management requirements.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span style="font-weight: 400"&gt;AI agents running the accelerator automate critical data element (CDE) classification, data lineage tracing, and audit evidence generation to reduce compliance preparation.&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span style="font-weight: 400"&gt;Each element is also self-improving, removing the need for manual maintenance. Early deployments at Canadian financial institutions have produced complete, auditor-ready evidence packages. Additional work targeting regulatory frameworks and industries is currently under development through the partnership.&lt;/span&gt;&lt;/p&gt;
 &lt;blockquote&gt;
  &lt;p&gt;&lt;span style="font-weight: 400"&gt;“PwC Canada has been helping financial institutions navigate complex regulatory change for decades. This partnership builds on our existing technology capabilities by accelerating how we operationalise that expertise at scale, enabling us to bring proven solutions to new industries and evolving regulatory frameworks,” said Prithviraj Thakur (PRT), partner and data management practice lead at PwC Canada.&lt;/span&gt;&lt;/p&gt;
 &lt;/blockquote&gt;
 &lt;p&gt;&lt;span style="font-weight: 400"&gt;“Data governance is becoming a board-level issue across every regulated industry,” said &lt;/span&gt;&lt;a href="https://www.linkedin.com/in/jonbruce/"&gt;&lt;span style="font-weight: 400"&gt;Jonathan Bruce&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight: 400"&gt;, VP global partnerships, Alation.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/section&gt;       
&lt;section class="section main-article-chapter" data-menu-title="Proof of the model"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;&lt;span style="font-weight: 400"&gt;Proof of the model&lt;/span&gt;&lt;/h2&gt;
 &lt;p&gt;&lt;span style="font-weight: 400"&gt;Bruce says that PWC’s “domain expertise” now has a technology platform that lets it accelerate time to value for its customers – and he thinks that the E-21 accelerator is “proof of the model” on road that sees the joint effort here only just getting started.&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span style="font-weight: 400"&gt;Under the OSFI Guideline E-21 mandate, Canada’s banking sector is mandated and tasked with the need to implement stringent frameworks for data risk management, oversight, architectural integrity and comprehensive lineage visibility.&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;img loading="lazy" decoding="async" class="wp-align alignnone size-full wp-image-12406" src="https://itknowledgeexchange.techtarget.com/cwdn/files/2026/08/1-2.png" alt="" width="580" height="263" srcset="https://itknowledgeexchange.techtarget.com/cwdn/files/2026/08/1-2.png 580w, https://itknowledgeexchange.techtarget.com/cwdn/files/2026/08/1-2-300x136.png 300w" sizes="(max-width: 580px) 100vw, 580px"&gt; &lt;img loading="lazy" decoding="async" class="wp-align alignnone size-full wp-image-12407" src="https://itknowledgeexchange.techtarget.com/cwdn/files/2026/08/2-2.png" alt="" width="580" height="402" srcset="https://itknowledgeexchange.techtarget.com/cwdn/files/2026/08/2-2.png 580w, https://itknowledgeexchange.techtarget.com/cwdn/files/2026/08/2-2-300x208.png 300w" sizes="(max-width: 580px) 100vw, 580px"&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>Alation (from the French and originating from Latin alatus meaning winged) is known for its AIOS technology - an open, governed, self-improving “intelligence operating system” and its pedigree in ...</description>
            <link>https://www.computerweekly.com/blog/CW-Developer-Network/Alation-PwC-Canada-forge-data-governance-partnership-for-regulated-industries</link>
            <pubDate>Fri, 14 Aug 2026 06:00:10 GMT</pubDate>
            <title>Alation &amp;amp; PwC Canada forge data governance partnership for regulated industries</title>
        </item>
        <item>
            <body>&lt;p&gt;Now in its 15&lt;sup&gt;th&lt;/sup&gt; year, Computer Weekly’s list of the most influential women in UK technology&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/2240159491/The-most-influential-women-in-UK-IT"&gt;has been running since 2012&lt;/a&gt;, launched to&amp;nbsp;prevent the discussion around the lack of women in the technology sector from being swept under the rug.&lt;/p&gt; 
&lt;p&gt;When it was launched, the list only featured 25 women, &lt;a href="https://www.computerweekly.com/ezine/Computer-Weekly/The-most-influential-women-in-UK-IT-2015"&gt;expanding to include 50 in 2015&lt;/a&gt; to recognise as many influential and hard-working women in the sector as possible.&lt;/p&gt; 
&lt;p&gt;Each year, we publish the longlist of all women nominated to showcase the large number of talented women working in tech – this year, there were more than 870 women nominated.&lt;/p&gt; 
&lt;p&gt;There will also be additions to the list of Women in Tech to Watch (formerly Rising Stars), and Computer Weekly’s&amp;nbsp;&lt;a href="https://www.computerweekly.com/news/366547833/Most-Influential-Women-in-UK-Tech-Computer-Weeklys-Hall-of-Fame"&gt;Women in Tech Hall of Fame&lt;/a&gt;, which recognises people who have made a lifetime contribution to the UK’s tech sector.&lt;/p&gt; 
&lt;p&gt;An expert panel of judges will be choosing a shortlist of 50 women from the more than 870 nominated, soon to be published to allow readers to vote for who they believe should be named the &lt;a href="https://www.computerweekly.com/news/366634118/Computer-Weekly-announces-the-Most-Influential-Women-in-UK-Tech-2025"&gt;Most Influential Woman in UK Technology&amp;nbsp;2026&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;The winner of the top 50 will be announced at Computer Weekly’s annual Diversity in Tech event, run in partnership with Harvey Nash, in London in October 2026.&lt;/p&gt; 
&lt;p&gt;Reader votes are counted alongside those of our judges to reach the final decision, but first we want to congratulate all of those who are being considered in this longlist of nominations.&lt;/p&gt; 
&lt;p&gt;The 2026 Most Influential Women in UK Technology longlist, in alphabetical order:&lt;/p&gt; 
&lt;ul class="default-list"&gt; 
 &lt;li&gt;Aashi Sahu, digital sales solution engineer, Kone&lt;/li&gt; 
 &lt;li&gt;Abadesi Osunsade, founder and CEO, Hustle Crew&lt;/li&gt; 
 &lt;li&gt;Abbie Morris, CEO and co-founder, Compare Ethics&lt;/li&gt; 
 &lt;li&gt;Abigail Allman, global head of channel, Resulting IT&lt;/li&gt; 
 &lt;li&gt;Abigail Rappaport, fractional chief operating officer (COO), Fiskl; executive coach, Henley Business School&lt;/li&gt; 
 &lt;li&gt;Abigaile Adderley, CIO, PZ Cussons&lt;/li&gt; 
 &lt;li&gt;Ada Parris, founder and wisdom architect, The House of Griots&lt;/li&gt; 
 &lt;li&gt;Adelina Chalmers, founder and chief technology officer (CTO), The Geek Whisperer&lt;/li&gt; 
 &lt;li&gt;Adizah Tejani, strategy and planning, technology sourcing, global, HSBC&lt;/li&gt; 
 &lt;li&gt;Agata Bendik, co-founder, Husk Ventures&lt;/li&gt; 
 &lt;li&gt;Agnes Gradzewicz Akal, consultant, Integrative Mindfulness Based Therapy; co-founder, Smarty Software&lt;/li&gt; 
 &lt;li&gt;Ahsana Nabilah Choudhury, senior associate, software engineer III, JP Morgan Chase &amp;amp; Co&lt;/li&gt; 
 &lt;li&gt;Akua Opong, senior EUC engineer, infrastructure and cloud engineering, London Stock Exchange; STEM advisor&lt;/li&gt; 
 &lt;li&gt;Alex Depledge, founder and CEO, Resi; entrepreneurship advisor to Chancellor of the Exchequer&lt;/li&gt; 
 &lt;li&gt;Alex Ruhl, former head of emerging tech, PwC; on sabbatical&lt;/li&gt; 
 &lt;li&gt;Alex Willard, owner, Taurus Management Consulting; CTO, LGMS, retail, Legal &amp;amp; General&lt;/li&gt; 
 &lt;li&gt;Alexa Greaves, CEO, AAG IT Services&lt;/li&gt; 
 &lt;li&gt;Alexa Marenghi, global director, talent development, Zscaler&lt;/li&gt; 
 &lt;li&gt;Alexandra Deschamps Sonsino, consultant, Designswarm; initiator, Low Carbon Design Institute&lt;/li&gt; 
 &lt;li&gt;Alexandra Jones, director general for science, innovation and growth, Department for Science, Innovation and Technology&lt;/li&gt; 
 &lt;li&gt;Alexandra Willis, chief digital officer, The Football Association&lt;/li&gt; 
 &lt;li&gt;Alice Bentinck, co-founder, Entrepreneur First&lt;/li&gt; 
 &lt;li&gt;Alice Hendy, CEO and founder, R;pple; cyber culture manager, Deloitte&lt;/li&gt; 
 &lt;li&gt;Alina Timofeeva, board member, BCS&lt;/li&gt; 
 &lt;li&gt;Alison Davis, executive director of IT global customer engagement solutions, GE Healthcare&lt;/li&gt; 
 &lt;li&gt;Alison Ettridge, founder and CEO, Stratigens; director global talent intelligence, Lightcast&lt;/li&gt; 
 &lt;li&gt;Alison Eyo, Senior Product Desiger, Picsart&lt;/li&gt; 
 &lt;li&gt;Alison Kay, vice-president and managing director, Amazon Web Services&amp;nbsp;(AWS) UK and&amp;nbsp;Ireland&lt;/li&gt; 
 &lt;li&gt;Alison McLaughlin, non-executive director, Wheatley Group; director, Entrepreneurship and Teamwork to Make A Difference; trustee, Capella&lt;/li&gt; 
 &lt;li&gt;Alison Pritchard, deputy national statistician and director general data capability, ONS&lt;/li&gt; 
 &lt;li&gt;Alison Vincent, chair, Digital Twin Hub; fellow, Institute of Engineering and Technology; BCS fellow&lt;/li&gt; 
 &lt;li&gt;Allie Gillon-Livesey, head of GenAI enablement, JPMorgan Commercial and Investment Bank&lt;/li&gt; 
 &lt;li&gt;Amanda Brock, CEO, Open UK&lt;/li&gt; 
 &lt;li&gt;Amanda Finch, CEO, Chartered Institute of Information Security&lt;/li&gt; 
 &lt;li&gt;Amanda Newman, client account lead senior manager, Accenture; IT and business thought leader, The Career Mum&lt;/li&gt; 
 &lt;li&gt;Amanda Whicher, UK and Ireland technology director, Hays&lt;/li&gt; 
 &lt;li&gt;Amber M Hill, founder and CEO, Research Grid&lt;/li&gt; 
 &lt;li&gt;Amber Shand, founder and community lead, She Bytes Back&lt;/li&gt; 
 &lt;li&gt;Amina Aweis, accessibility specialist, Thomson Reuters; ambassador for Mayor’s fund for London&lt;/li&gt; 
 &lt;li&gt;Amma Manso, cyber security professional, UK Power Networks; UK Delegate to the UN Commission on the Status of Women&lt;/li&gt; 
 &lt;li&gt;Amy Lemberger, senior consultant, Lemberger &amp;amp; Associates Limited; product advisory board member, Esprofiler&lt;/li&gt; 
 &lt;li&gt;Amy Low, CEO, AbilityNet&lt;/li&gt; 
 &lt;li&gt;Amy Scott, IT director, University of Salford&lt;/li&gt; 
 &lt;li&gt;Ana Perez, senior director consulting, Oracle&lt;/li&gt; 
 &lt;li&gt;Angela McLean, chief scientific adviser, UK government&lt;/li&gt; 
 &lt;li&gt;Angela Yu, A&amp;amp;E doctor; founder and managing director, London App Brewery&lt;/li&gt; 
 &lt;li&gt;Angelique Mohring, founder, CEO and chairperson, GainX&lt;/li&gt; 
 &lt;li&gt;Angie Madara, founding partner, Athena FundX&lt;/li&gt; 
 &lt;li&gt;Anita Dougall, CEO, Sagacity Solutions&lt;/li&gt; 
 &lt;li&gt;Ann Marie Gallacher, CIO, NHS 24 Scotland&lt;/li&gt; 
 &lt;li&gt;Ann Maya, global head of strategic projects, Boomi&lt;/li&gt; 
 &lt;li&gt;Ann O’Neill, co-founder and CEO, Adora Digital Health&lt;/li&gt; 
 &lt;li&gt;Ann-Marie Orange, CIO and global R&amp;amp;D, ArisGlobal&lt;/li&gt; 
 &lt;li&gt;Anna Barsby, founder and managing partner, Tessiant; NED&lt;/li&gt; 
 &lt;li&gt;Anna Brailsford, CEO, Code First Girls&lt;/li&gt; 
 &lt;li&gt;Anna Holland-Smith, lead, engineer development and growth, Automattic&lt;/li&gt; 
 &lt;li&gt;Anna Porra, chief revenue officer, Paymentology&lt;/li&gt; 
 &lt;li&gt;Anne Currie, CEO and co-founder, WorkingProgram; co-founder, Strategically Green&lt;/li&gt; 
 &lt;li&gt;Anne Keast-Butler, director, GCHQ&lt;/li&gt; 
 &lt;li&gt;Anne Rose, co-lead of blockchain group and managing associate-commercial, technology, data protection, Mishcon de Reya&lt;/li&gt; 
 &lt;li&gt;Annette Joseph, founder and CEO, Diverse and Equal&lt;/li&gt; 
 &lt;li&gt;Annika Small, co-founder, Centre for Acceleration of Social Technology&lt;/li&gt; 
 &lt;li&gt;Anthonette Adanyin, lead data scientist, Ofqual&lt;/li&gt; 
 &lt;li&gt;Antonia Panayotova, product manager of Data.gov.uk/National Data Library, Government Digital Service&lt;/li&gt; 
 &lt;li&gt;Anushka Davies, global head of talent and Culture, Phaidon International&lt;/li&gt; 
 &lt;li&gt;Anushka Sharma, founder, Naaut; co-founder, London Space Network; Space Academic Network liaison manager, Space Park Leicester&lt;/li&gt; 
 &lt;li&gt;Arfah Farooq, scout, Ada Ventures; founder, Muslamic Makers; founder, Muslim Tech Fest&lt;/li&gt; 
 &lt;li&gt;Ariana Alexander-Sefre, founder and co-CEO, Spoke&lt;/li&gt; 
 &lt;li&gt;Ariane Gadd, principal of platform engineering, Slalom Build&lt;/li&gt; 
 &lt;li&gt;Ash Finnegan, vice-president marketing and digital transformation, Copado&lt;/li&gt; 
 &lt;li&gt;Asha Easton, immersive tech network lead, Innovate UK&lt;/li&gt; 
 &lt;li&gt;Ashley Warren, CIO group technology services, SSE plc&lt;/li&gt; 
 &lt;li&gt;Asia Sharif, data engineer, NatWest; software engineering mentor, Black Girls in Tech&lt;/li&gt; 
 &lt;li&gt;Asma Bashir, co-founder, Centuro Global; mentor and advisor, Mayor’s International Business Programme, London &amp;amp; Partners&lt;/li&gt; 
 &lt;li&gt;Audrey Limery, CEO and founder, Kweevo; CEO and founder, Lycorp; CEO and founder, Feminstry&lt;/li&gt; 
 &lt;li&gt;Audrey Mandela, board director and chair, Women in Telecoms &amp;amp; Technology; entrepreneur mentor in residence, Institute of Entrepreneurship and Private Capital, London Business School; investor and mentor, Angel Academe&lt;/li&gt; 
 &lt;li&gt;Auriol Stevens, global vice-president, digital workplace practice, Kyndryl&lt;/li&gt; 
 &lt;li&gt;Avril Chester, co-founder, The Human Intelligence Circle; founder, Cancer Central&lt;/li&gt; 
 &lt;li&gt;Balca Yilmaz, co-founder and CEO, Werover&lt;/li&gt; 
 &lt;li&gt;Barbara Anthony-Okafor, growth partnerships manager, mid market, Intuit Mailchimp; community and partnerships conduit, Afribond Ltd&lt;/li&gt; 
 &lt;li&gt;Bea Bakshi, co-founder and CEO, C The Signs&lt;/li&gt; 
 &lt;li&gt;Beckie Taylor, founder, Voices in Tech; co-founder, WIT North; co-founder, TechReturners&lt;/li&gt; 
 &lt;li&gt;Becks Armstrong, group chief operating officer, Hygenox; founder, Clarity; director, IronCodeLabs&lt;/li&gt; 
 &lt;li&gt;Bee Hayes-Thakore, chair, Jangala; vice-president of marketing, Kigen; board director, The Planetary Society&lt;/li&gt; 
 &lt;li&gt;Belinda Parmar, CEO, The Empathy Business; non-executive director, UK Ministry of Defence&lt;/li&gt; 
 &lt;li&gt;Bella Abrams, group CTO, Jisc&lt;/li&gt; 
 &lt;li&gt;Beth Hepworth, client director, Protection Group International&lt;/li&gt; 
 &lt;li&gt;Beth Lawton, chief digital and information officer, University of Strathclyde&lt;/li&gt; 
 &lt;li&gt;Bev White, executive chair, Nash Squared&lt;/li&gt; 
 &lt;li&gt;Beverly Bowles, head of cyber, ScotlandIS&lt;/li&gt; 
 &lt;li&gt;Beverly Clarke, founder and CEO, Technology Books for Children; member and advisor, Digital, AI and Technology Task and Finish Group, Department for Education&lt;/li&gt; 
 &lt;li&gt;Bianca Walker, software engineer, Rabobank; volunteer, TLA Tech for Disability&lt;/li&gt; 
 &lt;li&gt;Bindi Karia, venture partner, Molten Ventures; digital leaders of Europe, World Economic Forum&lt;/li&gt; 
 &lt;li&gt;Blaise Metreweli, chief of the Secret Intelligence Service (MI6)&lt;/li&gt; 
 &lt;li&gt;Bridgette Bigmore, CTO, UK Telecoms Lab&lt;/li&gt; 
 &lt;li&gt;Bristy Azmi, co-founder and creative director, Ricebox Studio&lt;/li&gt; 
 &lt;li&gt;Bruna Pellicci, chief technology and data officer, Linklaters&lt;/li&gt; 
 &lt;li&gt;Bukky Babajide, founder, CEO and community lead, Female Techpreneur&lt;/li&gt; 
 &lt;li&gt;Burcu Karabork, head of quart trading technology, Jefferies&lt;/li&gt; 
 &lt;li&gt;Cait O’Riordan, vice-president, product management, Google&lt;/li&gt; 
 &lt;li&gt;Caitlin Gould, founder, TECwomen CIC&lt;/li&gt; 
 &lt;li&gt;Camille Baker, senior tutor, digital direction, professor of interactive and immersive Arts, Royal College of Art&lt;/li&gt; 
 &lt;li&gt;Carina Namih, partner, Plural Platform; board trustee, Alan Turing Institute&lt;/li&gt; 
 &lt;li&gt;Carlene Jackson, CEO, Cloud9 Insight&lt;/li&gt; 
 &lt;li&gt;Carmen Palacios-Berraquero, founder and CEO, Nu Quantum&lt;/li&gt; 
 &lt;li&gt;Carmina Lees, managing director, financial services, Accenture&lt;/li&gt; 
 &lt;li&gt;Carol Howley, partner and chief marketing officer, Magnus Consulting&lt;/li&gt; 
 &lt;li&gt;Carolina Restrepo, programme advisor, CIO Summit&lt;/li&gt; 
 &lt;li&gt;Caroline Bellamy, director, UK Ministry of Defence&lt;/li&gt; 
 &lt;li&gt;Caroline Carruthers, CEO, Carruthers and Jackson; co-author, &lt;em&gt;The chief data officer’s playbook&lt;/em&gt;&lt;/li&gt; 
 &lt;li&gt;Caroline Hargrove, CTO, Ceres Power&lt;/li&gt; 
 &lt;li&gt;Caroline O’Brien, CEO, Compound Semiconductor Applications Catapult&lt;/li&gt; 
 &lt;li&gt;Caroline Serfass, board member, NNIT&lt;/li&gt; 
 &lt;li&gt;Carolyn Dawson, CEO, Founders Forum Group&lt;/li&gt; 
 &lt;li&gt;Casey Calista, director and advisory board chair, Labour Digital&lt;/li&gt; 
 &lt;li&gt;Catherine Breslin, founder and CEO, Kingfisher Labs; co-founder and chief technology officer CTO, Lichen AI&lt;/li&gt; 
 &lt;li&gt;Catherine Knibbs, cyber trauma theorist, researcher, consultant and public speaker, Online Harms and Cybertrauma&lt;/li&gt; 
 &lt;li&gt;Catherine Wright, director, Corporate Finance, HSBC Innovation Banking&lt;/li&gt; 
 &lt;li&gt;Cathy McCabe, co-founder and CEO, Proximity&lt;/li&gt; 
 &lt;li&gt;Catriona Campbell, founder and AI by Design practice lead, Ankura&lt;/li&gt; 
 &lt;li&gt;Cecilia Harvey, founder, Tech Women Today; chief operating officer, City &amp;amp; Guilds&lt;/li&gt; 
 &lt;li&gt;Charlene Hunter, CEO and founder, Coding Black Females&lt;/li&gt; 
 &lt;li&gt;Charlotte Baldwin, global CIO, Burberry&lt;/li&gt; 
 &lt;li&gt;Charlotte Crosswell, independent non-executive director, Arbuthnot Latham; managing director, Exadin&lt;/li&gt; 
 &lt;li&gt;Charlotte Holloway, board member, TechUK&lt;/li&gt; 
 &lt;li&gt;Charlotte Kirby, head of global relations and external affairs, ServiceNow&lt;/li&gt; 
 &lt;li&gt;Charlotte Light, advisory board member, Institute of Coding; chief digital officer, Aztec Group&lt;/li&gt; 
 &lt;li&gt;Charlotte Robertson, managing director and co-founder, Digital Awareness UK&lt;/li&gt; 
 &lt;li&gt;Charlotte Wilson, head of enterprise business UK and Ireland, Check Point Software&lt;/li&gt; 
 &lt;li&gt;Charlotte Zhao, director of business development, Codebar&lt;/li&gt; 
 &lt;li&gt;Charmaine Mabika, founder, Tech Redefined; product analyst, NewDay&lt;/li&gt; 
 &lt;li&gt;Check Warner, co-founder, Diversity VC; partner, Ada Ventures&lt;/li&gt; 
 &lt;li&gt;Chelsea Jarvie, CEO, Neon Guard&lt;/li&gt; 
 &lt;li&gt;Cheryl Laidlaw, founder, CeCe; founder, Website in a Day&lt;/li&gt; 
 &lt;li&gt;Cheryl Martin, global head of cyber, C86&lt;/li&gt; 
 &lt;li&gt;Cheryl Razzell, UK and Ireland specialist solution architecture leader, AWS&lt;/li&gt; 
 &lt;li&gt;Cheryl Stevens, digital director of shared channels experiences, DWP&lt;/li&gt; 
 &lt;li&gt;Chiara Pensato, freelance startup advisor&lt;/li&gt; 
 &lt;li&gt;Chinazor Vivian Kalu, programme manager, Niyo Group; resident technologist, UKBlackTech&lt;/li&gt; 
 &lt;li&gt;Chloe Cameron, vice-president global employee experience, Pax8&lt;/li&gt; 
 &lt;li&gt;Chloe He, machine learning engineer, Aalyria; project supervisor and guest Lecturer, University College London&lt;/li&gt; 
 &lt;li&gt;Christina Lovelock, author, BCS, The Chartered Institute for IT&lt;/li&gt; 
 &lt;li&gt;Christina Scott, chief product and technology officer, RWS Group&lt;/li&gt; 
 &lt;li&gt;Christina Yan Zhang, CEO, Metaverse Institute&lt;/li&gt; 
 &lt;li&gt;Christine Ashton, CIO, UK Research and Innovation&lt;/li&gt; 
 &lt;li&gt;Christine Bellamy, chief product officer, Government Digital Service&lt;/li&gt; 
 &lt;li&gt;Cien Solon, CEO and founder, LaunchLemonade&lt;/li&gt; 
 &lt;li&gt;Clair Hillier, head of professional services, Seriös Group&lt;/li&gt; 
 &lt;li&gt;Claire Agutter, director, Scopism&lt;/li&gt; 
 &lt;li&gt;Claire Burn, senior security data engineer, Elastic&lt;/li&gt; 
 &lt;li&gt;Claire Cockerton, managing director, Cockerton &amp;amp; Co&lt;/li&gt; 
 &lt;li&gt;Claire Davenport, interim chief operating officer, Multiverse; non-executive director, Trustpilot; co-founder and chair, Witsend Community&lt;/li&gt; 
 &lt;li&gt;Claire Dickson, chief digital and technology officer, Haleon&lt;/li&gt; 
 &lt;li&gt;Claire Edmunds, founder and CEO, Clarify&lt;/li&gt; 
 &lt;li&gt;Claire Morris, chief studio officer, Founders Factory&lt;/li&gt; 
 &lt;li&gt;Claire Novorol, co-founder and chief medical officer, Ada Health&lt;/li&gt; 
 &lt;li&gt;Claire Osborne, vice-president interactive, Inspired Entertainment&lt;/li&gt; 
 &lt;li&gt;Claire Reid, chief technology and innovation officer and head of PwC Women in Tech, PwC UK&lt;/li&gt; 
 &lt;li&gt;Claire Roberts, co-founder, AI transformation strategy and training, Full Fathom Five UK&lt;/li&gt; 
 &lt;li&gt;Claire Rose, director of technology, innovation strategy, transformation, sustainability, GT Consulting&lt;/li&gt; 
 &lt;li&gt;Claire Taylor, director of information services, Edinburgh Napier University&lt;/li&gt; 
 &lt;li&gt;Claire Thorne, adviser and venture partner, Deep Science Ventures; council member, The Foundation for Science and Technology&lt;/li&gt; 
 &lt;li&gt;Clare Brown, director of industrial, Microsoft&lt;/li&gt; 
 &lt;li&gt;Clare Elford, CEO, Clue Software&lt;/li&gt; 
 &lt;li&gt;Clare Gorman, global senior vice-president revenue operations, NielsenIQ&lt;/li&gt; 
 &lt;li&gt;Clare Haslett, associate director, customer partner and chair of the UK and Ireland Women’s Kyndryl Inclusion Network, Kyndryl&lt;/li&gt; 
 &lt;li&gt;Clare Hickie, EMEA CTO, Workday&lt;/li&gt; 
 &lt;li&gt;Clare Johnson, founder, Women in Cyber Wales; cyber capability consultant, Itsus Consulting&lt;/li&gt; 
 &lt;li&gt;Clare Joy, global director, strategic alliances, Entrust&lt;/li&gt; 
 &lt;li&gt;Clare Lansley, group information technology director, Spirax Group&lt;/li&gt; 
 &lt;li&gt;Clare Loveridge, vice-president and general manager, EMEA, Arctic Wolf&lt;/li&gt; 
 &lt;li&gt;Clare McGee, co-founder, Awaken Angels; core partner, Women TechEU&lt;/li&gt; 
 &lt;li&gt;Clare Streets, founder, Post &amp;amp; Codes&lt;/li&gt; 
 &lt;li&gt;Claudia Natanson, global digital cyber strategist, The Digital Cyber Practice&lt;/li&gt; 
 &lt;li&gt;Claudia Varney, delivery unit adviser in the Secretary of State’s Delivery Unit, Department for Science, Innovation and Technology&lt;/li&gt; 
 &lt;li&gt;Claudine Adeyemi-Adams, CEO and co-founder, Earlybird; co-chair, Onvero (Employers’ Network for Equality, and Inclusion)&lt;/li&gt; 
 &lt;li&gt;Colleen Wong, co-founder and CEO, Hey Auri&lt;/li&gt; 
 &lt;li&gt;Cristina Hickman, founder, CEO and consultant clinical embryologist, Avenues.life&lt;/li&gt; 
 &lt;li&gt;Cynthia Davis, founder, Diversifying Group; co-founder and CEO, Diversifying.io&lt;/li&gt; 
 &lt;li&gt;Daljit Bamford, chief revenue officer, PocDoc&lt;/li&gt; 
 &lt;li&gt;Daniela Menzky, co-founder and co-CEO, Angoka; board member, TechUK&lt;/li&gt; 
 &lt;li&gt;Danielle George, chief scientific advisor for national security, GCHQ; professor and vice-dean at the University of Manchester&lt;/li&gt; 
 &lt;li&gt;Daryn Edgar, advisor and non-executive director; chief executive officer, Edmonton Global&lt;/li&gt; 
 &lt;li&gt;Dasha Sherman, CEO, Koala FX&lt;/li&gt; 
 &lt;li&gt;Davina Schonle, founder and CEO, HumanVantage AI&lt;/li&gt; 
 &lt;li&gt;Davina Sirisena, founder, Drixa; director of engineering, Pleo&lt;/li&gt; 
 &lt;li&gt;Dawn Duhaney, senior product manager, The Financial Times&lt;/li&gt; 
 &lt;li&gt;Deb Millar, co-founder and CEO, Daisychained Ltd&lt;/li&gt; 
 &lt;li&gt;Debbie Garside, CEO and chief innovation scientist, Docswarm.ai&lt;/li&gt; 
 &lt;li&gt;Debbie Green, chief commercial officer, Oracle&lt;/li&gt; 
 &lt;li&gt;Debbie Weinstein, president, Google EMEA&lt;/li&gt; 
 &lt;li&gt;Deborah O’Neill, partner and head of technology innovation UK and Ireland and Nordics, Oliver Wyman&lt;/li&gt; 
 &lt;li&gt;Deborah Okenla, founder and CEO, Your Startup, Your Story&lt;/li&gt; 
 &lt;li&gt;Deborah Vickers, director, AI Adoption, continuous improvement and awareness, Citi&lt;/li&gt; 
 &lt;li&gt;Dena Habashi-Ayub, product delivery manager, Women in Tech Network Chair, HM Revenue &amp;amp; Customs&lt;/li&gt; 
 &lt;li&gt;Denise McQuaid, co-founder and director of investor relations, Awaken Angels&lt;/li&gt; 
 &lt;li&gt;Depika Koria, product and AI innovation lead, international, The Weather Company&lt;/li&gt; 
 &lt;li&gt;Devika Wood, CEO, Ayla; co-founder, Wealth: Women in Health&lt;/li&gt; 
 &lt;li&gt;Diahanne Rhiney, founder, myCaroline.co.uk&lt;/li&gt; 
 &lt;li&gt;Diana Kennedy, CIO, Retail Bank, chief architect, NatWest Group&lt;/li&gt; 
 &lt;li&gt;Diana Nanuti, senior software engineer, Chainalysis&lt;/li&gt; 
 &lt;li&gt;Diane Gilpin, CEO, Smart Green Shipping Alliance&lt;/li&gt; 
 &lt;li&gt;Dimitra Simeonidou, director, Smart Internet Lab, University of Bristol; chief scientific advisor to the European Commission&lt;/li&gt; 
 &lt;li&gt;Dionne Condor-Farrell, senior application development manager, Transport for London; founder, Techfidence&lt;/li&gt; 
 &lt;li&gt;Djamila Guernou, head of technology service operations, Transport for London&lt;/li&gt; 
 &lt;li&gt;Doniya Soni-Clark, associate director, public affairs, TechUK; scout, Form Ventures&lt;/li&gt; 
 &lt;li&gt;Dupsy Abiola, founder, Climate Tech Initiative; entrepreneur in residence, E.ON Next&lt;/li&gt; 
 &lt;li&gt;Dyann Heward-Mills, CEO, HewardMills&lt;/li&gt; 
 &lt;li&gt;Edafe Onerhime, steward, Data, Tech and Black Communities; ambassador, OpenUK; data architect, Rathbones&lt;/li&gt; 
 &lt;li&gt;Edel McGrath, partner, group head of technology, Knight Frank&lt;/li&gt; 
 &lt;li&gt;Edwina Dunn, commissioner, Geospatial Commission; founder, The Female Lead&lt;/li&gt; 
 &lt;li&gt;Efua Akumanyi, co-CTO, Coding Black Females&lt;/li&gt; 
 &lt;li&gt;Eileen Jennings-Brown, chief technology and transformation officer, Juvenescence; technology and AI advisory boards member, HotTopics&lt;/li&gt; 
 &lt;li&gt;EJ Cay, area vice-president, EMEA strategic sales, Pure Storage&lt;/li&gt; 
 &lt;li&gt;Ekta Soni, community volunteer, TechWomen4Boards; head of change and transformation, Walker Crips&lt;/li&gt; 
 &lt;li&gt;Elaine Allen, industry lead, built environment, Microsoft&lt;/li&gt; 
 &lt;li&gt;Elaine Bucknor, strategic advisor, non-executive director and technology executive&lt;/li&gt; 
 &lt;li&gt;Elaine Burgess, executive director, Amiqus&lt;/li&gt; 
 &lt;li&gt;Elaine Warburton, founder and chair, ReadyGo Diagnostics Ltd&lt;/li&gt; 
 &lt;li&gt;Eleanor Harry, CEO and founder, Hace: Data Changing Child Labour&lt;/li&gt; 
 &lt;li&gt;Elena Gorman, founder and designer, Rooted Charity Design Studio; digital advisor, Survivors of Bereavement by Suicide; senior service designer, Barnardo’s, co-founder, Women in Tech North East&lt;/li&gt; 
 &lt;li&gt;Elena Novokreshchenova, global commercial, Ōura&lt;/li&gt; 
 &lt;li&gt;Elena Sinel, founder, Acorn Aspirations and Teens in AI; business mentor, Microsoft for Startups&lt;/li&gt; 
 &lt;li&gt;Eliana Vanekova, founder, product and marketing manager, ZeroSmart&lt;/li&gt; 
 &lt;li&gt;Elin Ng, chief of staff, Griffin; venture partner, Bethnal Green Ventures&lt;/li&gt; 
 &lt;li&gt;Elisabetta Zaccaria, entrepreneur mentor in residence, Institute of Innovation and Entrepreneurship at London Business School co-founder and chief strategy and growth officer, Klarytee&lt;/li&gt; 
 &lt;li&gt;Elizabeth Anderson, CEO, Digital Poverty Alliance&lt;/li&gt; 
 &lt;li&gt;Elizabeth Burroughs, chief operating officer, Hace: Data Changing Child Labour&lt;/li&gt; 
 &lt;li&gt;Elizabeth Eastaugh, vice-president of global technology platform, Just Eat Takeaway.com&lt;/li&gt; 
 &lt;li&gt;Elizabeth Rossiello, chief executive officer EMEA, Global Crypto Exchange&lt;/li&gt; 
 &lt;li&gt;Elizabeth Tweedale, CEO, Coco Coders; director, GoSpace AI&lt;/li&gt; 
 &lt;li&gt;Elizabeth Varley, dealmaker for the global entrepreneur programme, Department for Business and Trade; venture partner, Tribe Global Ventures&lt;/li&gt; 
 &lt;li&gt;Elizabeth Vega, group CEO, Informed Solutions; chair, Digital Leaders Advisory Board&lt;/li&gt; 
 &lt;li&gt;Ellie Yell, independent consultant, coach and advisor&lt;/li&gt; 
 &lt;li&gt;Elona Mortimer-Zhika, mentor and non-executive director&lt;/li&gt; 
 &lt;li&gt;Elspeth Finch, CEO and founder, Iand&lt;/li&gt; 
 &lt;li&gt;Emily Forbes, founder, Seenit&lt;/li&gt; 
 &lt;li&gt;Emily Hall-Strutt, director, Next Tech Girls&lt;/li&gt; 
 &lt;li&gt;Emily Middleton, director general, digital transformation (interim), Government Digital Service&lt;/li&gt; 
 &lt;li&gt;Emily Serov, founder and non-executive chair, Beryl.cc&lt;/li&gt; 
 &lt;li&gt;Emily Taylor, CEO, Global Signal Exchange; founder, DNS Research Federation; CEO, Oxford Information Labs&lt;/li&gt; 
 &lt;li&gt;Emma Dunn, chief operating officer and co-founder, Friday Initiatives&lt;/li&gt; 
 &lt;li&gt;Emma Fryer, director public policy Europe, Cyrus One&lt;/li&gt; 
 &lt;li&gt;Emma Lester-Pearson, business operations leader, Oracle&lt;/li&gt; 
 &lt;li&gt;Emma Lindley, co-founder, Women in Identity; chief development officer, Accertify&lt;/li&gt; 
 &lt;li&gt;Emma Maslen, CEO and founder, Inspir ’em&lt;/li&gt; 
 &lt;li&gt;Emma McGinty, lead, talent outreach for EMEA, Google&lt;/li&gt; 
 &lt;li&gt;Emma Mulqueeny, vice-president, business transformation, Reapit; strategic advisor (governance, strategy and operationalisation), Mindflow&lt;/li&gt; 
 &lt;li&gt;Emma Ockelford, founder and CEO, Outcomes Matter Consulting&lt;/li&gt; 
 &lt;li&gt;Emma Pepperell, CEO, Bit.bio&lt;/li&gt; 
 &lt;li&gt;Emma Robertson, CEO and co-founder, Digital Awareness UK&lt;/li&gt; 
 &lt;li&gt;Emma Sinclair, CEO and co-founder, EnterpriseAlumni&lt;/li&gt; 
 &lt;li&gt;Emma Stace, chief digital information officer, The Open University&lt;/li&gt; 
 &lt;li&gt;Emma Taylor, visiting professor in digital safety and security, Cranfield University; founder, E-Dap&lt;/li&gt; 
 &lt;li&gt;Emma Thwaites, strategic advisor, Open Data Institute; founder and executive chair, Allegory&lt;/li&gt; 
 &lt;li&gt;Emma Wright, director, Institute of AI; partner and global co-chair of the privacy and cyber team, Crowell &amp;amp; Moring&lt;/li&gt; 
 &lt;li&gt;Erika Brodnock, co-founder, Kinhub; honorary professor, University of Exeter; freeman, Worshipful Company of Information Technologists&lt;/li&gt; 
 &lt;li&gt;Erin Platts, CEO, Octopus Ventures; member, board of trustees, Founders Pledge&lt;/li&gt; 
 &lt;li&gt;Estelle Johannes, director, head of regional communities, Global Technology Industry Association&lt;/li&gt; 
 &lt;li&gt;Esther O’Callaghan, founder, Hundo.xyz&lt;/li&gt; 
 &lt;li&gt;Eva Zhang, CEO, Blockscout&lt;/li&gt; 
 &lt;li&gt;Evgeniya Fedoseeva, founder, GenerationKM; director of knowledge management, co-chair of AI steering committee, OneAdvanced&lt;/li&gt; 
 &lt;li&gt;Faith Ida, brand ambassador, Code First Girls; co-founder and mentorship co-ordinator, STEMafrique Initiatives; senior data product owner, Wiley&lt;/li&gt; 
 &lt;li&gt;Farah Kanji, chief people officer, Founders Factory&lt;/li&gt; 
 &lt;li&gt;Farida Gibbs, CEO, Gibbs Consulting; partner and president, Atrium&lt;/li&gt; 
 &lt;li&gt;Fatuma Mahad, group technology director, &lt;em&gt;The Guardian&lt;/em&gt;&lt;/li&gt; 
 &lt;li&gt;Fay Cooper, chief product officer, Scrumconnect&lt;/li&gt; 
 &lt;li&gt;Faye Holland, partnership director, Cambridge x Manchester Partnership; chair, Cambridgeshire Chambers of Commerce; founder, Cofinitive&lt;/li&gt; 
 &lt;li&gt;Felicity Oswald, chief operating officer, National Cyber Security Centre&lt;/li&gt; 
 &lt;li&gt;Fleur Nittolo, director of customer success, EMEA, Freshworks&lt;/li&gt; 
 &lt;li&gt;Floriana Molone, director of digital and PMO, London Central and West Unscheduled Care Collaborative&lt;/li&gt; 
 &lt;li&gt;Fran O’Leary, co-founder and chief strategy officer, Lodestone; co-founder, Interparliamentary Forum on Emerging Technologies&lt;/li&gt; 
 &lt;li&gt;Francesca Carlesi, CEO, Revolut UK&lt;/li&gt; 
 &lt;li&gt;Francesca White, CEO, Wanstor&lt;/li&gt; 
 &lt;li&gt;Franziska Bell, chief data, AI and analytics officer, Ford Motor Company&lt;/li&gt; 
 &lt;li&gt;Fungai Ndemera, founder and CEO, CheckUp Health&lt;/li&gt; 
 &lt;li&gt;Gabi Mendelsohn Lewis, co-founder, Radiela&lt;/li&gt; 
 &lt;li&gt;Gabi Wagenhofer, senior vice-president digital core platforms and services, BP&lt;/li&gt; 
 &lt;li&gt;Gaia Marcus, director, Ada Lovelace Institute&lt;/li&gt; 
 &lt;li&gt;Geeta Sriskanthan, head of IT risk, compliance and assurance, Mizuho Bank&lt;/li&gt; 
 &lt;li&gt;Gemma Hallett, founder and managing director, miFuture&lt;/li&gt; 
 &lt;li&gt;Gemma Livermore, founder, Women of FinTech; international FS marketing lead, Seismic&lt;/li&gt; 
 &lt;li&gt;Gemma Moore, founder and partner, Cyberis&lt;/li&gt; 
 &lt;li&gt;Gemma Welsh, COO, Olas&lt;/li&gt; 
 &lt;li&gt;Genevieve LeVeille, principle founder and CEO, AgriLedger&lt;/li&gt; 
 &lt;li&gt;Georgina Maratheftis, associate director for local public services, TechUK&lt;/li&gt; 
 &lt;li&gt;Georgina Owens, advisory board member, HotTopics.ht; chief technology officer, Luxion&lt;/li&gt; 
 &lt;li&gt;Gerisha Nadaraju, senior director of product operations, Bentley Systems&lt;/li&gt; 
 &lt;li&gt;Ghislaine Boddington, co-founder and creative director, BDS Creative; co-founder, Women Shift Digital&lt;/li&gt; 
 &lt;li&gt;Ghita El Haitmy, chief technology officer and founder, TechBible&lt;/li&gt; 
 &lt;li&gt;Gigi Taguri, director of medical technology, Lloyds Online Doctor&lt;/li&gt; 
 &lt;li&gt;Gill Whitehead, non-executive director&lt;/li&gt; 
 &lt;li&gt;Gillian Lamela, executive director, programme manager, public cloud enablement and adoption, JP Morgan&lt;/li&gt; 
 &lt;li&gt;Gina Gill, CIO, Apollo&lt;/li&gt; 
 &lt;li&gt;Gina Neff, deputy CEO, Responsible AI UK; professor of responsible AI, Queen Mary University of London&lt;/li&gt; 
 &lt;li&gt;Hadley Beeman, chair, technical architecture group, W3C&lt;/li&gt; 
 &lt;li&gt;Hailey Eustace, founder, Commplicated&lt;/li&gt; 
 &lt;li&gt;Hannah Fitzsimons, CEO, Cashflows&lt;/li&gt; 
 &lt;li&gt;Hannah Jassim, lead service designer, Lego Group&lt;/li&gt; 
 &lt;li&gt;Hannah Lopez, co-founder and chief strategy officer, Moonhub&lt;/li&gt; 
 &lt;li&gt;Hayley Roberts, CEO and founder, Distology&lt;/li&gt; 
 &lt;li&gt;Hayley Sudbury, co-founder and board member, Werkin&lt;/li&gt; 
 &lt;li&gt;Hazel McPherson, CEO and founder, 4Fox Security; senior director of cyber products, IASME&lt;/li&gt; 
 &lt;li&gt;Hazel Moore, chair and co-founder, FirstCapital&lt;/li&gt; 
 &lt;li&gt;Heather Black, CEO and founder, Supermums; lead change management advisor, Clearpath Adoption&lt;/li&gt; 
 &lt;li&gt;Heather Cover-Kus, associate director of central government and education, TechUK&lt;/li&gt; 
 &lt;li&gt;Heather Savory, non-executive director and chair of sustainability committee, Big Yellow Self Storage; partner, Conquer AI&lt;/li&gt; 
 &lt;li&gt;Heather Toomey, principal cyber specialist, ICO&lt;/li&gt; 
 &lt;li&gt;Heather Xiao, founder and CEO, Horizon Zero&lt;/li&gt; 
 &lt;li&gt;Heba Bevan, CEO and founder, Utterberry&lt;/li&gt; 
 &lt;li&gt;Heena Mistry, non-executive board member for digital, Platform Housing Group&lt;/li&gt; 
 &lt;li&gt;Helen Boothman, CEO, Homely; CEO, GreenPro&lt;/li&gt; 
 &lt;li&gt;Helen Kelisky, board of directors, Calnex Solutions&lt;/li&gt; 
 &lt;li&gt;Helen Lamb, vice-president, executive director, Uvance and portfolio, corporate strategy, CEO Office, Fujitsu&lt;/li&gt; 
 &lt;li&gt;Helen Mitchell, digital innovation and change director and co-founder, Blukudu&lt;/li&gt; 
 &lt;li&gt;Helen Needham, managing principal, Capco; founder, Me.Decoded&lt;/li&gt; 
 &lt;li&gt;Helen Thomas, CEO, Digital Health and Care Wales&lt;/li&gt; 
 &lt;li&gt;Helen Wilde, co-founder and chief commercial officer, SAI Group&lt;/li&gt; 
 &lt;li&gt;Helen Wylie, director general, digital and transformation group, Department for Work and Pensions&lt;/li&gt; 
 &lt;li&gt;Helene Panzarino, lead adjunct fellow, masters FinTech electives and portfolio director, FinTech, Imperial College Business School; chief ecosystem director, Money Carer&lt;/li&gt; 
 &lt;li&gt;Hena Naranbhai, programme manager and change delivery lead, Barclays&lt;/li&gt; 
 &lt;li&gt;Hephzi Pemberton, founder and chair, Equality Group&lt;/li&gt; 
 &lt;li&gt;Hilary Leevers, CEO, EngineeringUK&lt;/li&gt; 
 &lt;li&gt;Hoda Rezvanjoo, co-founder and CSO, Heagital; Creator of CLARO&lt;/li&gt; 
 &lt;li&gt;Holly Anschutz, director of channel UK and Ireland, Extreme Networks&lt;/li&gt; 
 &lt;li&gt;Holly Patton, director and CEO, Tech Cornwall&lt;/li&gt; 
 &lt;li&gt;Holly Porter, executive director, markets and opportunities, Chartered Insurance Institute&lt;/li&gt; 
 &lt;li&gt;Iana Dimitrova, CEO, OpenPayd&lt;/li&gt; 
 &lt;li&gt;Indra Joshi, founding ambassador, One HealthTech; chief product and medical officer, OptumUK&lt;/li&gt; 
 &lt;li&gt;Inês Teles Correia, co-founder and CEO, DWYL&lt;/li&gt; 
 &lt;li&gt;ÌníOlúwa Abíódún, lead product designer, AirOps&lt;/li&gt; 
 &lt;li&gt;Irene Graham, CEO, Scaleup Institute&lt;/li&gt; 
 &lt;li&gt;Irra Ariella Khi, CEO and founder, Zamna and Sunflower Relief&lt;/li&gt; 
 &lt;li&gt;Isabel ‘Izzy’ Mintus, founder, Euforma&lt;/li&gt; 
 &lt;li&gt;Isabel Fox, head of investor relations, Hoxton Ventures&lt;/li&gt; 
 &lt;li&gt;Isabelle Duarte, chief marketing officer, Soldo&lt;/li&gt; 
 &lt;li&gt;Ivana Bartoletti, global chief privacy officer, Wipro; co-founder, Women Leading in AI Network&lt;/li&gt; 
 &lt;li&gt;Jaclyn Bell, principal teaching fellow in equality, diversity, outreach and public engagement, Imperial College&lt;/li&gt; 
 &lt;li&gt;Jacqueline Watts, head of corporate commercial law, Allin1 Advisory&lt;/li&gt; 
 &lt;li&gt;Jacqui Read, author, O’Reilly; lead technical architect, MadeTech&lt;/li&gt; 
 &lt;li&gt;Jacqui Taylor, CEO, Flying Binary&lt;/li&gt; 
 &lt;li&gt;Jade Leung, chief technology officer, AI Security Institute; prime minister’s AI advisor&lt;/li&gt; 
 &lt;li&gt;Jade Wilson, founder, Synoptic Group CIC&lt;/li&gt; 
 &lt;li&gt;Jan McGinley, founder, Networkd Community Limited&lt;/li&gt; 
 &lt;li&gt;Jane Turner, CEO, Centtrip&lt;/li&gt; 
 &lt;li&gt;Janet Bastiman, chief data scientist, Napier AI&lt;/li&gt; 
 &lt;li&gt;Janet Collyer, chair, Quantum Dice; member of the UK Semiconductor Advisory Panel, Department for Science, Innovation and Technology&lt;/li&gt; 
 &lt;li&gt;Janine Hirt, CEO, Innovate Finance&lt;/li&gt; 
 &lt;li&gt;Janthana Kaenprakhamroy, CEO and founder, Tapoly&lt;/li&gt; 
 &lt;li&gt;Jasmine Sayyari, co-founder, New Generation Network; growth and partnerships, Lean Health&lt;/li&gt; 
 &lt;li&gt;Jayne Showell, group CIDO, Coventry Building Society&lt;/li&gt; 
 &lt;li&gt;Jeanie York, CTO, Virgin Media O2&lt;/li&gt; 
 &lt;li&gt;Jemma Davis, founder and managing director, Culture Gem; founder, Decid:R&lt;/li&gt; 
 &lt;li&gt;Jeni Tennison, executive director, Connected by Data&lt;/li&gt; 
 &lt;li&gt;Jeni Trice, CEO, founder and chief coding adventurer, Get with the Program&lt;/li&gt; 
 &lt;li&gt;Jennifer Cox, director solutions engineering, Tines; director for Ireland, Women in CyberSecurity&lt;/li&gt; 
 &lt;li&gt;Jennifer Fang, product leader, therapist and co-founder, Her Next Big Thing&lt;/li&gt; 
 &lt;li&gt;Jennifer Gabrielle-Chapman, senior manager, HR operations transformation, myPOS&lt;/li&gt; 
 &lt;li&gt;Jennifer Opal, founder and AI platform engineer, ssensimm&lt;/li&gt; 
 &lt;li&gt;Jenny Griffiths, vice-president AI innovation, Oracle&lt;/li&gt; 
 &lt;li&gt;Jenny Lay Flurrie, vice-president, head of trusted technology, Microsoft&lt;/li&gt; 
 &lt;li&gt;Jenny Rae, CIO, Imperial College London&lt;/li&gt; 
 &lt;li&gt;Jenny Wilson, architecture director, Kingfisher Plc&lt;/li&gt; 
 &lt;li&gt;Jenny Wood, group chief information officer, Skipton Group; executive advisory board member, Technology Business Management Council&lt;/li&gt; 
 &lt;li&gt;Jess Wade, Royal Society University research fellow, Imperial College London&lt;/li&gt; 
 &lt;li&gt;Jessica Aletor, Senior Machine Learning Data Specialist, Amazon AGI Data Services&lt;/li&gt; 
 &lt;li&gt;Jessica Figueras, co-founder and CEO, CxB – Cyber Governance for Boards&lt;/li&gt; 
 &lt;li&gt;Jessie Auguste, software engineer, CybSafe; co-host, Glowing in Tech&lt;/li&gt; 
 &lt;li&gt;Jia-Yan Gu, distinguished engineer and head of X-Barclays digital platform, Barclays UK&lt;/li&gt; 
 &lt;li&gt;Jieyi (Julie) Lin, vice-president, Silian Partners&lt;/li&gt; 
 &lt;li&gt;Jill Harris, engagement director, Capgemini&lt;/li&gt; 
 &lt;li&gt;Jill Hodges, entrepreneur and board member&lt;/li&gt; 
 &lt;li&gt;Jo Dalton, founder and CEO, JD &amp;amp; Co&lt;/li&gt; 
 &lt;li&gt;Jo Evershed, CEO and co-founder, Gorilla Experiment Builder; CEO, Cauldron Science&lt;/li&gt; 
 &lt;li&gt;Jo Graham, chief digital officer, Pharmacy2U&lt;/li&gt; 
 &lt;li&gt;Joanna Cavan Board, board member, Gender Equity Research and Inclusive Innovation in Technology; managing director, UK Telecoms Lab&lt;/li&gt; 
 &lt;li&gt;Joanna Drake, chief technology officer, THG&lt;/li&gt; 
 &lt;li&gt;Joanna Haslam, design director, Snap Finger Click&lt;/li&gt; 
 &lt;li&gt;Joanna Hodgson, UK and Ireland regional leader, Red Hat&lt;/li&gt; 
 &lt;li&gt;Joanna Montgomery, founder and director, Little Riot&lt;/li&gt; 
 &lt;li&gt;Joanna Tasker, co-founder, Discovering Technology; co-founder, Community Coworking Ltd&lt;/li&gt; 
 &lt;li&gt;Joanne Coll, group technology director, ITV&lt;/li&gt; 
 &lt;li&gt;Joanne Hannaford, CIO and chief product officer, Corporate Bank, Deutsche Bank&lt;/li&gt; 
 &lt;li&gt;Joanne Kenney, research fellow (machine learning and data science), University of Edinburgh&lt;/li&gt; 
 &lt;li&gt;Joanne Smith, founder and executive chair, TCC and Recordsure&lt;/li&gt; 
 &lt;li&gt;Joanne Vengadesan, partner and head of technology sector, Penningtons Manches Cooper LLP&lt;/li&gt; 
 &lt;li&gt;Johanna Hutchinson, chief data officer, BAE Systems&lt;/li&gt; 
 &lt;li&gt;Jordan Brompton, founder and CEO, JMB Global; co-founder, Myenergi&lt;/li&gt; 
 &lt;li&gt;Josephine Dalton, director, Lodestone Communications&lt;/li&gt; 
 &lt;li&gt;Jots Sehmbi, CDIO, City St George’s, University of London&lt;/li&gt; 
 &lt;li&gt;Joy Foster, founder and CEO, TechPixies; founder, Luminosity Leadership&lt;/li&gt; 
 &lt;li&gt;Joyeeta Das, CEO and co-founder, SamudraOceans; advisor, UK Innovation and Science Seed Fund&lt;/li&gt; 
 &lt;li&gt;Jude Ower, chief strategy officer, PlanetPlay&lt;/li&gt; 
 &lt;li&gt;Julia Adamson, managing director of education and public benefit, BCS&lt;/li&gt; 
 &lt;li&gt;Julia Ward, sales director, Europe, Credo AI&lt;/li&gt; 
 &lt;li&gt;Julie Bretland, CEO, Our Mobile Health&lt;/li&gt; 
 &lt;li&gt;Julie Dawson, chief policy and regulatory officer, Yoti&lt;/li&gt; 
 &lt;li&gt;Julie Ngov, founder, Hundun Labs&lt;/li&gt; 
 &lt;li&gt;Julie Watling, founder, Communications Solutions&lt;/li&gt; 
 &lt;li&gt;Julie Woods-Moss, chair, Dunnhumby; executive vice-president and chief marketing officer, Thoughtworks&lt;/li&gt; 
 &lt;li&gt;Juliet Bauer, chief commercial officer, Apian&lt;/li&gt; 
 &lt;li&gt;Juliette Atkinson, IT director, Bradford University&lt;/li&gt; 
 &lt;li&gt;Justine Roberts, founder and CEO, Mumsnet and Gransnet; advisor on AI adoption, UK Government Digital Service; member, Cabinet Office Digital ID Advisory Group&lt;/li&gt; 
 &lt;li&gt;Kadine James, CEO and founder, The Immersive Kind; global director of innovation, Artificial Rome; AI artist community, OpenAI; senior lecturer AI, Polimoda&lt;/li&gt; 
 &lt;li&gt;Kanta Dihal, lecturer in science communication, Imperial College London; associate fellow of the Leverhulme Centre for the Future of Intelligence, University of Cambridge&lt;/li&gt; 
 &lt;li&gt;Karen Blake, co-author, &lt;em&gt;The Lovelace report&lt;/em&gt;; head, EDIS; member, Women in Tech Taskforce; strategy steering board member, Women Pivoting to Digital – City of London Corporation&lt;/li&gt; 
 &lt;li&gt;Karen Emelu, CEO and founder, Black Girls in Tech&lt;/li&gt; 
 &lt;li&gt;Karen McCormick, chief investment officer, Beringea&lt;/li&gt; 
 &lt;li&gt;Karen McLaughlan, head of service management, Social Security Scotland&lt;/li&gt; 
 &lt;li&gt;Karen Medhat, global account technical leader, IBM&lt;/li&gt; 
 &lt;li&gt;Karen Meechan, director, public sector, 2i; board member, ScotlandIS&lt;/li&gt; 
 &lt;li&gt;Karimah Campbell, founder, Black Tech Queens; senior manager, international customer success management, Relativity&lt;/li&gt; 
 &lt;li&gt;Karina Vazirova, co-founder and CEO, Femtech Lab&lt;/li&gt; 
 &lt;li&gt;Karrie Liu, director data analytics, Hypatia Analytics&lt;/li&gt; 
 &lt;li&gt;Kasia Wojciechowska, head of culture, innovation, and engagement, Atlas&lt;/li&gt; 
 &lt;li&gt;Kate Beaumont, director, device operations, product and services, Vodafone&lt;/li&gt; 
 &lt;li&gt;Kate Bell, assistant general secretary, Trades Union Congress; member, UK Women in Tech Taskforce&lt;/li&gt; 
 &lt;li&gt;Kate Bohn, industry consultant for financial services, banking and insurance, Tungsten Automation&lt;/li&gt; 
 &lt;li&gt;Kate Boyle, senior data adviser, Cabinet Office; director, data and analytics, Police Digital Service&lt;/li&gt; 
 &lt;li&gt;Kate Dadlani, head of security advisory services, Logicalis UK and Ireland&lt;/li&gt; 
 &lt;li&gt;Kate Hayward, UK Managing Director, Xero&lt;/li&gt; 
 &lt;li&gt;Kate Marshall, research staff member (quantum algorithms), IBM&lt;/li&gt; 
 &lt;li&gt;Kate Philpot, vice-president, global sales enablement, Getty Images; board member, TLA – Black Women In Tech&lt;/li&gt; 
 &lt;li&gt;Kate Rosenshine, software partnerships leader, industrial, energy and mobility for global ISV, Microsoft&lt;/li&gt; 
 &lt;li&gt;Kate Simon, partner, AlixPartners&lt;/li&gt; 
 &lt;li&gt;Kate Smaje, senior partner, McKinsey&lt;/li&gt; 
 &lt;li&gt;Kate Spalding, senior advisor, The D Group&lt;/li&gt; 
 &lt;li&gt;Kate Thompson, co-founder, BusinessFourZero; advisor, board member and non-executive director&lt;/li&gt; 
 &lt;li&gt;Katherine Ainley, CEO, Ericsson UK and Ireland&lt;/li&gt; 
 &lt;li&gt;Katherine Codlin, founder, Cambridge Women in Tech; head of partner sales: cloud and applications, Computacenter&lt;/li&gt; 
 &lt;li&gt;Katherine Eilbeck, senior technical support advisor, Nuclear Innovation Research Office&lt;/li&gt; 
 &lt;li&gt;Katherine Holden, head of strategy, policy and partnerships, Smart Data Research UK&lt;/li&gt; 
 &lt;li&gt;Kathleen Moore, chief data and digitisation officer, Student Loans Company&lt;/li&gt; 
 &lt;li&gt;Kathryn Baddeley, head of corporate social responsibility, Cisco UK and Ireland&lt;/li&gt; 
 &lt;li&gt;Katia Lang Slater, founder, BlueBird; co-founder, FemTech Lab&lt;/li&gt; 
 &lt;li&gt;Katie Gallagher, managing director, Manchester Digital; chair, UK Tech Cluster Group&lt;/li&gt; 
 &lt;li&gt;Katie Inns, associate director of attack surface management and offensive security, S-RM&lt;/li&gt; 
 &lt;li&gt;Katie King, founder and CEO, Bio Orbit&lt;/li&gt; 
 &lt;li&gt;Katie Milligan, CEO, Openreach&lt;/li&gt; 
 &lt;li&gt;Katie Prescott, technology business editor, The Times&lt;/li&gt; 
 &lt;li&gt;Katie Ramsey, head of the global venture capital unit, Department for Business and Trade&lt;/li&gt; 
 &lt;li&gt;Katrina Warr, developer engagement lead, engineering, Balena&lt;/li&gt; 
 &lt;li&gt;Katrina Young, founder, fractional CTO and technology strategist, KYC Digital&lt;/li&gt; 
 &lt;li&gt;Katrina Young, software and AI prompt engineer, KYC Digital; CTO, Aggregator Digital&lt;/li&gt; 
 &lt;li&gt;Kavita Kalaichelvan, co-founder, Simba Health&lt;/li&gt; 
 &lt;li&gt;Kay Kukoyi, CEO, Purposeful Group&lt;/li&gt; 
 &lt;li&gt;Kayleigh Bateman, managing director, community and partnerships, SheCanCode&lt;/li&gt; 
 &lt;li&gt;Keeley Crockett, professor in computational intelligence, Manchester Metropolitan University&lt;/li&gt; 
 &lt;li&gt;Kerry Sinclair, executive vice-president of IT, Sage&lt;/li&gt; 
 &lt;li&gt;Kike Oniwinde Agoro, founder and CEO, Raising Greats; founder and CEO, BYP network&lt;/li&gt; 
 &lt;li&gt;Kim Wiles, product manager, Nominet&lt;/li&gt; 
 &lt;li&gt;Kimberley Cook, CEO, Codebar&lt;/li&gt; 
 &lt;li&gt;Kiran Bhagotra, CEO and founder, ProtectBox&lt;/li&gt; 
 &lt;li&gt;Kiran Uppal, vice-president creative insights, Nexxen Studio&lt;/li&gt; 
 &lt;li&gt;Kirsten Connell, investor, First Cheque Fund, Octopus Ventures&lt;/li&gt; 
 &lt;li&gt;Kirsten Edmondson, applications migration and DEI champion, Axa&lt;/li&gt; 
 &lt;li&gt;Kirstin Duffield, CEO, Morning Data; CEO, Datum Point Consulting; technical SME advisor to the London Market Data Council chair, Lloyd’s Market Association&lt;/li&gt; 
 &lt;li&gt;Kirsty Baxter-Smith, director of operational resilience and service management, BT&lt;/li&gt; 
 &lt;li&gt;Kirsty Jordan, CISO, Met Office&lt;/li&gt; 
 &lt;li&gt;Kirsty Mitchell, CEO and founder, Skillsminer&lt;/li&gt; 
 &lt;li&gt;Kirsty Roth, chief operations and technology officer, Thomson Reuters&lt;/li&gt; 
 &lt;li&gt;Kit Ahweyevu, CEO, MindWeaver&lt;/li&gt; 
 &lt;li&gt;Kit Collingwood, director of digital and customer experience, Oxfordshire County Council&lt;/li&gt; 
 &lt;li&gt;Kitty Hung, technology advisor, Shenwoman.com; author of &lt;em&gt;Business analysis in the era of generative AI&lt;/em&gt;&lt;/li&gt; 
 &lt;li&gt;Kriti Sharma, founder, AI for Good UK; CEO, IFS Nexus Black&lt;/li&gt; 
 &lt;li&gt;Lara Sampson, partner, Public Digital&lt;/li&gt; 
 &lt;li&gt;Larissa Suzuki, technical director, Google CTO Office&lt;/li&gt; 
 &lt;li&gt;Laura Alexander, advisory board member, Cnect Wales; head of data services, Hodge&lt;/li&gt; 
 &lt;li&gt;Laura Ashforth, CEO and Co-founder, Lateral&lt;/li&gt; 
 &lt;li&gt;Laura Brown, business analyst, Capgemini UK&lt;/li&gt; 
 &lt;li&gt;Laura Foster, public policy and government affairs, Microsoft&lt;/li&gt; 
 &lt;li&gt;Laura Gilbert, senior director of AI, Tony Blair Institute;&lt;/li&gt; 
 &lt;li&gt;Laura Jardine Paterson, founder, Concat.tech&lt;/li&gt; 
 &lt;li&gt;Laura Knight, founder and CEO, Sapio Ltd&lt;/li&gt; 
 &lt;li&gt;Laura Meyer, investor, Angel Academe&lt;/li&gt; 
 &lt;li&gt;Laura Moore, co-founder, Lift as we Climb; group chief strategy and operations officer, Neosurf&lt;/li&gt; 
 &lt;li&gt;Lauren Bevan, head of health innovation and strategy, Capgemini&lt;/li&gt; 
 &lt;li&gt;Lauren Cooper, head of delivery, Costa Coffee&lt;/li&gt; 
 &lt;li&gt;Lauren Kisser, founder and principal advisor, LMK Advisory; director, living room AI, science and tech, Prime Video and Amazon Studios&lt;/li&gt; 
 &lt;li&gt;Lavinia Osbourne, Founder, Women in Blockchain Talks&lt;/li&gt; 
 &lt;li&gt;Leanne Bonner-Cooke, entrepreneur&lt;/li&gt; 
 &lt;li&gt;Leeann Monk-Ozgul, founder and principal, Hard Yards; co-founder, Elemental – The Social Prescribing Company&lt;/li&gt; 
 &lt;li&gt;Leila Gregory, quality engineering manager, EasyJet&lt;/li&gt; 
 &lt;li&gt;Leila Romane, managing director, UK and Ireland, SAP&lt;/li&gt; 
 &lt;li&gt;Leilah Aintaoui, digital growth director, MBA Group; managing director, VideoSmart&lt;/li&gt; 
 &lt;li&gt;Lella Violet Halloum, global student outreach and community lead, IBM&lt;/li&gt; 
 &lt;li&gt;Lena Chauhan, founder and fractional director of AI governance, Rise IQ&lt;/li&gt; 
 &lt;li&gt;Lenna Lou, director, The L Factor Ltd; business mentor, Women of FinTech&lt;/li&gt; 
 &lt;li&gt;Leona Chauhan, CEO, Magia Consulting; CEO, UK Oracle User Group&lt;/li&gt; 
 &lt;li&gt;Leontina Postelnicu, commercial and policy and public affairs lead, Feebris; SME advisory board member for commercial, NHS England&lt;/li&gt; 
 &lt;li&gt;Lesley Walkinshaw, principal delivery assurance and portfolio manager for global technology, Costa Coffee&lt;/li&gt; 
 &lt;li&gt;Liane Katz, CEO and co-founder, Mama.codes&lt;/li&gt; 
 &lt;li&gt;Lianne Potter, chief AI security and ethics officer, NorthStar Intelligence; co-founder, podcast host and author, &lt;em&gt;Compromising positions&lt;/em&gt;&lt;/li&gt; 
 &lt;li&gt;Libby Kinsey, head of data science strategy and operations, Ocado Technology; co-founder, Project Juno&lt;/li&gt; 
 &lt;li&gt;Lila Ibrahim, chief AI readiness officer, Google DeepMind&lt;/li&gt; 
 &lt;li&gt;Lilybeth Go, chief technology officer, SSE plc&lt;/li&gt; 
 &lt;li&gt;Linda Achan, co-founder, Ayana Jade; chief executive officer and co-founder, NatureWrap Ltd&lt;/li&gt; 
 &lt;li&gt;Linda Chandler, chief digital officer, Spatial Sound and Guidance Company&lt;/li&gt; 
 &lt;li&gt;Linda Griffin, vice-president policy, Mozilla&lt;/li&gt; 
 &lt;li&gt;Lisa Forte, partner, Red Goat Cyber Security&lt;/li&gt; 
 &lt;li&gt;Lisa Hammond, CEO and co-founder, Centrix Software&lt;/li&gt; 
 &lt;li&gt;Lisa Heneghan, global chief digital officer, KPMG&lt;/li&gt; 
 &lt;li&gt;Lisa Jacobs, CEO, Funding Circle&lt;/li&gt; 
 &lt;li&gt;Lisa Matthews, managing director and chief operating officer, KETS Quantum Security&lt;/li&gt; 
 &lt;li&gt;Lisa Ventura, founder, Cyber Security Unity; chief executive and founder, AI and Cyber Security Association&lt;/li&gt; 
 &lt;li&gt;Liz Ashall-Payne, founder, Orcha; TechSkills accreditation panelist, TechUK&lt;/li&gt; 
 &lt;li&gt;Liz Lloyd, parliamentary under-secretary of state, Department for Business, Innovation, Science and Trade&lt;/li&gt; 
 &lt;li&gt;Liz Rice, chief open source officer, Isovalent; governing board, Cloud Native Computing Foundation; ambassador, OpenUK&lt;/li&gt; 
 &lt;li&gt;Liz Whitefield, executive director, Hippo Digital&lt;/li&gt; 
 &lt;li&gt;Lizzy McDowell, director of marketing, Kao Data&lt;/li&gt; 
 &lt;li&gt;Lorna Allan, chief digital and information officer, Northern Care Alliance NHS Foundation Trust&lt;/li&gt; 
 &lt;li&gt;Lorna Davidson, CEO and founder, Redwigwam; co-founder, People4.ai; director, Brand Allies&lt;/li&gt; 
 &lt;li&gt;Lorna Willis, CEO, TechSkills&lt;/li&gt; 
 &lt;li&gt;Lou Cordwell, professor of innovation, University of Manchester; CEO, Unit M – University of Manchester&lt;/li&gt; 
 &lt;li&gt;Louisa Steensma Williamson, founder and director Thrive HR Consulting; co-founder, GTA Future of Work&lt;/li&gt; 
 &lt;li&gt;Louise Harris, board member, Invest in Women Taskforce; co-founder and director, TramshedTech&lt;/li&gt; 
 &lt;li&gt;Louise Leavey, director transformation change and control, DUAL Group&lt;/li&gt; 
 &lt;li&gt;Louise O’Shea, group CEO, CFC&lt;/li&gt; 
 &lt;li&gt;Louise Smith, chair, Innovate Finance; UK chair, Stripe&lt;/li&gt; 
 &lt;li&gt;Lucie Laker, chief data officer, NHS Somerset&lt;/li&gt; 
 &lt;li&gt;Lucinda Carney, founder and CEO, Actus&lt;/li&gt; 
 &lt;li&gt;Lucy Hall, founder, Digital Women and SocialDay; CEO, Skills of the Future&lt;/li&gt; 
 &lt;li&gt;Lucy Ireland, non-executive director, ICDL Europe&lt;/li&gt; 
 &lt;li&gt;Lyn Grobler, chief technology officer, St James’s Place&lt;/li&gt; 
 &lt;li&gt;Lynda Clarke, general manager UK, Nayax&lt;/li&gt; 
 &lt;li&gt;Lyndsey Simpson, founder and CEO, 55Redefined Group&lt;/li&gt; 
 &lt;li&gt;Magdalena Kron, innovation director consultant, Fidelity Investments&lt;/li&gt; 
 &lt;li&gt;Magdalene Amegashitsi, CEO, Anaiya Group Ltd; founder, Global Queens Community&lt;/li&gt; 
 &lt;li&gt;Maggie Jones, parliamentary under secretary of state for the future digital economy and online safety, Department for Science, Innovation and Technology&lt;/li&gt; 
 &lt;li&gt;Maggie Van’T Hoff, vice-president of IT transformation and value, Shell&lt;/li&gt; 
 &lt;li&gt;Mandeep Soor, CEO and co-founder, Bendi&lt;/li&gt; 
 &lt;li&gt;Mandy Chessell, open source project lead, Egeria; founder, Pragmatic Data Research&lt;/li&gt; 
 &lt;li&gt;Margherita Della Valle, CEO, Vodafone&lt;/li&gt; 
 &lt;li&gt;Maria Axente, founder and CEO, Responsible Intelligence&lt;/li&gt; 
 &lt;li&gt;Maria Flowers, commercial director, Joulen&lt;/li&gt; 
 &lt;li&gt;Maria Santacaterina, founder and CEO, Santacaterina&lt;/li&gt; 
 &lt;li&gt;Maria Than, Adobe creative resident in AI and digital worlds, Victoria and Albert Museum; co-founder and creative and tech producer, Ricebox Studio&lt;/li&gt; 
 &lt;li&gt;Mariarosaria Taddeo, associate professor, senior research fellow, Oxford Internet Institute, University of Oxford&lt;/li&gt; 
 &lt;li&gt;Marie Kearney, cyber governance team leader, Education Data Hub&lt;/li&gt; 
 &lt;li&gt;Marija Butkovic, EIC Accelerator jury member at Horizon Europe programme, European Innovation Council and SMEs Executive Agency; founder and CEO, Women of Wearables&lt;/li&gt; 
 &lt;li&gt;Marta Krupinska, CEO and co-founder, CUR8&lt;/li&gt; 
 &lt;li&gt;Mary Agbesanwa, founder, Now You’re Talking Network&lt;/li&gt; 
 &lt;li&gt;Mary McKenna, co-founder, AwakenHub and AwakenAngels&lt;/li&gt; 
 &lt;li&gt;Maryna Rybalko, senior product manager, Thought Machine&lt;/li&gt; 
 &lt;li&gt;Mattie Yeta, chief sustainability officer, CGI&lt;/li&gt; 
 &lt;li&gt;Maureen Biney, senior technical program manager, American Express&lt;/li&gt; 
 &lt;li&gt;Maxine Mackintosh, co-founder, One HealthTech; co-founder, Data Science for Health Equity&lt;/li&gt; 
 &lt;li&gt;Meena Sangar, founder, fractional chief people officer HR for Startups and OKR Coach, TalonX HR; AI adoption lead, General Purpose&lt;/li&gt; 
 &lt;li&gt;Megan Goodwin, member of data program staff, OpenAI; co-founder, The Vision; future fifty CEO mentor, Tech Nation&lt;/li&gt; 
 &lt;li&gt;Megan Jones, management consultant, Accenture&lt;/li&gt; 
 &lt;li&gt;Megha Kumar, founder and CEO, Perceptio Lab&lt;/li&gt; 
 &lt;li&gt;Mehak Mumtaz, chief operating officer and co-founder, iLoF&lt;/li&gt; 
 &lt;li&gt;Mel Unsworth, chief technology officer, Financial Times&lt;/li&gt; 
 &lt;li&gt;Melanie Dawes, chief executive, Ofcom&lt;/li&gt; 
 &lt;li&gt;Melanie McGrory, director of EMEA tech, AWS&lt;/li&gt; 
 &lt;li&gt;Melinda Nicci, founder and executive chair, Body Collective Group&lt;/li&gt; 
 &lt;li&gt;Melissa Hendry, UK co-founder and director, Ddroidd; co-founder and chief operating officer, Yellowgrid&lt;/li&gt; 
 &lt;li&gt;Melissa Morris, CEO, Lantum&lt;/li&gt; 
 &lt;li&gt;Meri Williams, advisor, NED and chair&lt;/li&gt; 
 &lt;li&gt;Merusha Naidu, global head of partnerships, Paymentology&lt;/li&gt; 
 &lt;li&gt;Michelle Luan, investment banking associate, Bank of America&lt;/li&gt; 
 &lt;li&gt;Michelle Senecal de Fonseca, CEO, Redcentric&lt;/li&gt; 
 &lt;li&gt;Michelle Seng Ah Lee, director of deployment for AI and private equity, WovenLight&lt;/li&gt; 
 &lt;li&gt;Mignon Mapplebeck, advisor on AI and data&lt;/li&gt; 
 &lt;li&gt;Mikela Druckman, CEO and co-founder, Greyparrot&lt;/li&gt; 
 &lt;li&gt;Milena Nikolic, founder and CEO, Heywa Labs&lt;/li&gt; 
 &lt;li&gt;Mina Maazi, product and UX designer, Abantether&lt;/li&gt; 
 &lt;li&gt;Ming Tang, founder council member, The AI Values Institute; founder, AcuMing&lt;/li&gt; 
 &lt;li&gt;Misa Ogura, senior AI and machine learning engineer, GSK&lt;/li&gt; 
 &lt;li&gt;Molly Johnson-Jones, founder and CEO, Flexa Careers&lt;/li&gt; 
 &lt;li&gt;Monika Radclyffe, director for suppliers growth and ecosystem, Accelerated Capability Environment; senior director of innovation programmes, Plexal&lt;/li&gt; 
 &lt;li&gt;Mridula Pore, co-founder and CEO, Peppy&lt;/li&gt; 
 &lt;li&gt;Mursal Hedayat, co-founder and CEO, Chatterbox&lt;/li&gt; 
 &lt;li&gt;Musidora Jorgensen, UK and Ireland and Northern Europe country leader, Freshworks&lt;/li&gt; 
 &lt;li&gt;Muskan Varshney, EMEA director, SS&amp;amp;C Blue Prism; Co Founder, Women in Collaboration&lt;/li&gt; 
 &lt;li&gt;Myra Fulton, vice-president engineering, Skyscanner&lt;/li&gt; 
 &lt;li&gt;Myra Hunt, deputy director, digital public services division, Llywodraeth Cymru/Welsh Government&lt;/li&gt; 
 &lt;li&gt;Nabila Salem, founder and CEO, Big Impact Ltd&lt;/li&gt; 
 &lt;li&gt;Nadine Thomson, fractional CPTO, CTO and CIO&lt;/li&gt; 
 &lt;li&gt;Nadira Hussain, CEO, Socitm&lt;/li&gt; 
 &lt;li&gt;Naina Bhattacharya, chief information security officer, Coats&lt;/li&gt; 
 &lt;li&gt;Namrata Haribal, product manager, safety experiences, Bumble Inc&lt;/li&gt; 
 &lt;li&gt;Naomi Begum-Inglis, former global sales officer, Accenture Microsoft Business Group&lt;/li&gt; 
 &lt;li&gt;Naomi Bowman, partner, banking transformation, Baringa&lt;/li&gt; 
 &lt;li&gt;Naomi McGregor, founder and CEO, MoveTru&lt;/li&gt; 
 &lt;li&gt;Naomi Williams, chief operating officer and partnerships lead, Black Girls in Tech&lt;/li&gt; 
 &lt;li&gt;Narisa Chauvidul-Aw, founder and CEO, KogoPay Group; founder and director, Kogo Global Technology; co-founder and chief of strategy, Fjord Estate AS&lt;/li&gt; 
 &lt;li&gt;Natalie Billingham, senior vice-president of sales and managing director of EMEA, Akamai&lt;/li&gt; 
 &lt;li&gt;Natalie Black, group director of networks and communications, member of the board, Ofcom&lt;/li&gt; 
 &lt;li&gt;Natalie Haigh, fractional CTO and business mentor, Mentoring Entrepreneurs; host of The Technology Show, Voice FM&lt;/li&gt; 
 &lt;li&gt;Natalie Jones, director of digital identity, Government Digital Service&lt;/li&gt; 
 &lt;li&gt;Natalie Massenet, co-founder and partner, Imaginary Ventures; founder, Net-a-Porter Goup&lt;/li&gt; 
 &lt;li&gt;Natalie Mitchell, head of UK, Interact.&lt;/li&gt; 
 &lt;li&gt;Natalie Moore, CEO, Apps for Good&lt;/li&gt; 
 &lt;li&gt;Natasha Sayce-Zelem, director of digital and business platform (homes), Lloyds Banking Group&lt;/li&gt; 
 &lt;li&gt;Nayyab Naqvi, head of technology for AI adoption in the UK public sector, Government Digital Service&lt;/li&gt; 
 &lt;li&gt;Neeta Mundra, managing director DigitalX change optimisation and execution, NatWest Group; management board, UK head of senior business leaders, Women in Banking and Finance&lt;/li&gt; 
 &lt;li&gt;Neeta Patel, non-executive director, advisor, mentor&lt;/li&gt; 
 &lt;li&gt;Neha Rajesh, founder, WonderWoman.org; senior marketing manager, ChromeOS EMEA lead and Google for Education, Google&lt;/li&gt; 
 &lt;li&gt;Nic Granger, chief transformation officer, Curo; chair, The Data Lab&lt;/li&gt; 
 &lt;li&gt;Nicki Farell, Microsoft business development manager EMEA, Nerdio&lt;/li&gt; 
 &lt;li&gt;Nicky Danino, head of the School of Computer Science, Leeds Trinity University&lt;/li&gt; 
 &lt;li&gt;Nicky Tozer, EMEA senior vice-president, Oracle NetSuite&lt;/li&gt; 
 &lt;li&gt;Nicola Graham, director of infrastructure and support services, NHS Ayrshire and Arran&lt;/li&gt; 
 &lt;li&gt;Nicola Haywood-Cleverly, non-executive director, Mersey Care NHS Foundation Trust and Chesterfield Royal Hospital NHS Foundation Trust&lt;/li&gt; 
 &lt;li&gt;Nicola Martin, BCS Women committee member and BCS Pride vice chair; founder, Nicola Martin Coaching &amp;amp; Consultancy&lt;/li&gt; 
 &lt;li&gt;Nicola Whiting, co-owner and non-executive, Titania&lt;/li&gt; 
 &lt;li&gt;Nicole Eagan, chief strategy and AI officer, Darktrace&lt;/li&gt; 
 &lt;li&gt;Nicole Hardiman, director of product engineering, BBC; co-founder, Swindon Inclusion and DiversityNetwork&lt;/li&gt; 
 &lt;li&gt;Nicole Lowe, director and head of emerging giants, KPMG UK&lt;/li&gt; 
 &lt;li&gt;Niki Davies, co-CEO and director, Tech Cornwall&lt;/li&gt; 
 &lt;li&gt;Niki Dowdall, managing director, GRC World Forums; founder, Great British Businesswoman Awards&lt;/li&gt; 
 &lt;li&gt;Niki Trigoni, chief technology officer, Navenio; professor in computer science, head of Cyber Physical Systems Group, University of Oxford&lt;/li&gt; 
 &lt;li&gt;Nikita Thakrar, co-founder and CEO, Included VC&lt;/li&gt; 
 &lt;li&gt;Nimmi Patel, associate director of skills and talent, TechUK&lt;/li&gt; 
 &lt;li&gt;Nina Raphael, senior managing director, banking &amp;amp; capital markets and head of I&amp;amp;D for financial services, Accenture&lt;/li&gt; 
 &lt;li&gt;Nina Tumanishvili, UK lead, Women in Tech; founding member, Odin&lt;/li&gt; 
 &lt;li&gt;Nneka Abulokwe, founder, MicroMax Consulting&lt;/li&gt; 
 &lt;li&gt;Noor Shaker, founder and CEO, SpatialX; part time executive business development consultant, X-Chem&lt;/li&gt; 
 &lt;li&gt;Norma Dove-Edwin, interim group chief digital and information officer, Rolls-Royce&lt;/li&gt; 
 &lt;li&gt;Nova Baines, vice-president cloud DevOps, Aveva&lt;/li&gt; 
 &lt;li&gt;Nzinga Gardner, committee member, National Institute for Health and Care Research&lt;/li&gt; 
 &lt;li&gt;Obiageli Okafor, senior product manager at 8x8; chief executive, PMHelp&lt;/li&gt; 
 &lt;li&gt;Olena Berestetska, country manager, Digicode&lt;/li&gt; 
 &lt;li&gt;Olga Kravchenko, senior creative producer of gaming, Moonbug Entertainment&lt;/li&gt; 
 &lt;li&gt;Olivia Parkes, founder and CEO, Persi&lt;/li&gt; 
 &lt;li&gt;Omodolapo Babatunde, co-founder, Receipt&lt;/li&gt; 
 &lt;li&gt;Opal Perry, chief data and technology officer, EasyJet&lt;/li&gt; 
 &lt;li&gt;Özgen Yıldız Yörük, CEO, Enlighty.ai and Respect Technologies&lt;/li&gt; 
 &lt;li&gt;Pamela Maynard, chief AI transformation officer for Microsoft Customer and Partner Solutions, Microsoft&lt;/li&gt; 
 &lt;li&gt;Parven Kaur, founder, Kids N Clicks&lt;/li&gt; 
 &lt;li&gt;Patience Ndlovu, senior infrastructure specialist, Lloyds Banking Group; founder, NurtureMeMentoring&lt;/li&gt; 
 &lt;li&gt;Patricia Gestoso-Souto, global director, scientific and technical customer support, Biovia&lt;/li&gt; 
 &lt;li&gt;Patricia Shaw, CEO and founder, Beyond Reach&lt;/li&gt; 
 &lt;li&gt;Paula Sussex, CEO, OneID&lt;/li&gt; 
 &lt;li&gt;Paulette Watson, founder and managing director, Academy Achievers&lt;/li&gt; 
 &lt;li&gt;Payal Jain, chair, Women in Data UK&lt;/li&gt; 
 &lt;li&gt;Pearl Jarrett, CEO, The Jarrett Foundation&lt;/li&gt; 
 &lt;li&gt;Pearl Noble-Mallock, group head of product integrity, BAE Systems&lt;/li&gt; 
 &lt;li&gt;Penny Endersby, CEO, Met Office&lt;/li&gt; 
 &lt;li&gt;Perrine Farque, marketing director, Perforce Software&lt;/li&gt; 
 &lt;li&gt;Phoebe Chibuzo Hugh, head of insurance, director, Monzo Bank&lt;/li&gt; 
 &lt;li&gt;Phoebe Greig, co-founder and CEO, Women Driven Development; technical head of OnePlatform; senior vice-president, Citi Innovation Lab&lt;/li&gt; 
 &lt;li&gt;Phoebe Thacker, head of research data operations, OpenAI&lt;/li&gt; 
 &lt;li&gt;Phoebe Whitlock, barrister, Lamb Chambers; agile management team of the advisory board, Society for Computers and Law; director, Intellectual Property Awareness Network&lt;/li&gt; 
 &lt;li&gt;Pip Jamieson, founder and CEO, The Dots&lt;/li&gt; 
 &lt;li&gt;Pip White, executive member, Pavilion; head of UK and Ireland, Northern Europe and Israel, Anthropic&lt;/li&gt; 
 &lt;li&gt;Pippa Malmgren, economist, author&lt;/li&gt; 
 &lt;li&gt;Polly Barnfield, founder and CEO, Maybe&lt;/li&gt; 
 &lt;li&gt;Pooja Bagga, CIO, Guardian Media Group&lt;/li&gt; 
 &lt;li&gt;Pravina Ladva, group chief digital and technology officer, Swiss Re&lt;/li&gt; 
 &lt;li&gt;Priya Guliani, CEO, EarthID&lt;/li&gt; 
 &lt;li&gt;Rachel Arthur, chief learning officer, Raspberry Pi&lt;/li&gt; 
 &lt;li&gt;Rachel Dunscombe, CEO, Health Level Seven International; visiting professor, Imperial College London&lt;/li&gt; 
 &lt;li&gt;Rachel Greeves, head of customer, strategy and governance, University of Lancaster&lt;/li&gt; 
 &lt;li&gt;Rachel Ilan Simpson, freelance product designer&lt;/li&gt; 
 &lt;li&gt;Rachel Keane, chief data inspirer, The Data Inspiration Group&lt;/li&gt; 
 &lt;li&gt;Rachel Murphy, entrepreneur; founder, The Grafter&lt;/li&gt; 
 &lt;li&gt;Rachel Phillips, country manager AVP, UK, Ireland &amp;amp; Nordics, Pigment&lt;/li&gt; 
 &lt;li&gt;Rachel Steenson, Northern Ireland committee, BCS Council; senior account director and healthcare lead, BT Group&lt;/li&gt; 
 &lt;li&gt;Rachel Vann, digital accessibility consultant, Barclays&lt;/li&gt; 
 &lt;li&gt;Rachelle Mills, director of partnerships and innovation, KareInn&lt;/li&gt; 
 &lt;li&gt;Rahel Tesfai, founder and CEO, FroHub&lt;/li&gt; 
 &lt;li&gt;Rama Varsani, director, board member, Learning to Work; advisory board, Community Bots; head of solution consulting, Northern Europe, Freshworks&lt;/li&gt; 
 &lt;li&gt;Rashada Harry, co-founder and managing director, Your Future, Your Ambition; account director enterprise sales, AWS&lt;/li&gt; 
 &lt;li&gt;Rebecca Crook, chief growth officer, Positive; chief growth officer, Creature London&lt;/li&gt; 
 &lt;li&gt;Rebecca Franks, co-founder and chief learning officer, Flip Computing&lt;/li&gt; 
 &lt;li&gt;Rebecca Mister, co-founder and director, RedTech Recruitment&lt;/li&gt; 
 &lt;li&gt;Rebecca Pope, UK digital and data science innovation lead, Roche&lt;/li&gt; 
 &lt;li&gt;Rebecca Stephens, deputy director, Department for Science, Innovation and Technology&lt;/li&gt; 
 &lt;li&gt;Rebecca Taylor, threat intelligence knowledge manager and researcher, Sophos&lt;/li&gt; 
 &lt;li&gt;Reeva Misra, founder and CEO, Walking on Earth&lt;/li&gt; 
 &lt;li&gt;Regina Moran, senior vice-president, global delivery, Fujitsu&lt;/li&gt; 
 &lt;li&gt;Renee Hunt, executive coach&lt;/li&gt; 
 &lt;li&gt;Reshma Sohoni, founding partner, Seedcamp&lt;/li&gt; 
 &lt;li&gt;Rita Martins, director, head of ecosystem and partnerships, digital markets infrastructure, digital asset, LSEG; FinTech board member, Tech London Advocates and Global Tech Advocates&lt;/li&gt; 
 &lt;li&gt;Rituja Ravikiran Rao, senior technical program manager, Smarsh&lt;/li&gt; 
 &lt;li&gt;Roberta Lucca, co-founder and board director, Bossa Studios&lt;/li&gt; 
 &lt;li&gt;Roberta Watts, global CIO, Ardagh Group&lt;/li&gt; 
 &lt;li&gt;Romanie Thomas, co-founder, Glen; board advisor, Circl; executive team, Peace&lt;/li&gt; 
 &lt;li&gt;Ronda Zelezny-Green, co-founder and director, Panoply Digital; chair of the board, InnovateHer;&lt;/li&gt; 
 &lt;li&gt;Roni Savage, managing director, Jomas Associates&lt;/li&gt; 
 &lt;li&gt;Ronise Nepomuceno, independent sustainable technology and AI ethics consultant&lt;/li&gt; 
 &lt;li&gt;Rosalind Singleton, board member and consultant&lt;/li&gt; 
 &lt;li&gt;Rosanne Kincaid-Smith, chief operating officer, Argentum AI&lt;/li&gt; 
 &lt;li&gt;Rose Luckin, professor of learner centred design, UCL Knowledge Lab; founder and CEO, Educate Ventures Research&lt;/li&gt; 
 &lt;li&gt;Rosie Hewat, founder and CEO, Rosie’s People&lt;/li&gt; 
 &lt;li&gt;Rosie Sherry, CEO and founder, Ministry of Testing&lt;/li&gt; 
 &lt;li&gt;Roushanak Rahmat, lead data science consultant, AI, automation and analytics – GenAI, IBM; associate professor for HCLTech and Qahe&lt;/li&gt; 
 &lt;li&gt;Roxana Bucur, global customer partner, director, Kyndryl&lt;/li&gt; 
 &lt;li&gt;Roxane Heaton, managing director of digital colleague experience, Barclays; national board trustee, Citizen’s Advice; board member, Digital Leaders&lt;/li&gt; 
 &lt;li&gt;Rubi Kaur, chief enterprise architect financial service, Lloyds Banking Group&lt;/li&gt; 
 &lt;li&gt;Ruby Melling, founder, Talentloop&lt;/li&gt; 
 &lt;li&gt;Rupy Malizia, chief operating and transformation officer, HSBC Innovation Banking&lt;/li&gt; 
 &lt;li&gt;Ruth Harrison, founder and CEO, Encore IQ&lt;/li&gt; 
 &lt;li&gt;Ruth Patterson, managing director IK &amp;amp; Ireland, HP; board member, TechUK&lt;/li&gt; 
 &lt;li&gt;Sabina Ciofu, international policy and strategy lead, TechUK&lt;/li&gt; 
 &lt;li&gt;Sabrina Castiglione, chief financial officer, Omnea&lt;/li&gt; 
 &lt;li&gt;Safia Barikzai, associate professor, London South Bank University; academic lead, Digital Grid Partnership&lt;/li&gt; 
 &lt;li&gt;Safiya Ahmed, co-founder, creative and outreach director, Ricebox Studio&lt;/li&gt; 
 &lt;li&gt;Sally Wynter, founder, Muhu; founder, PaperRound; co-founder, Hunch&lt;/li&gt; 
 &lt;li&gt;Sam Hall, director of primary, community care and mental health digital services, Digital Health and Care Wales&lt;/li&gt; 
 &lt;li&gt;Sam Kini, global chief information officer and chief information security officer, Unilever&lt;/li&gt; 
 &lt;li&gt;Sam Wilson, freelance Interim CIO&lt;/li&gt; 
 &lt;li&gt;Samantha Gaskell, consulting director and founder, DataFit; data quality and improvement manager, NFU Mutual&lt;/li&gt; 
 &lt;li&gt;Samantha Niblett, founder, Labour Women in Tech&lt;/li&gt; 
 &lt;li&gt;Samantha Richardson, director of executive engagement programmes, Twilio&lt;/li&gt; 
 &lt;li&gt;Samantha Smith, director, Socitm Inspire&lt;/li&gt; 
 &lt;li&gt;Samantha Wessels, president EMEA, Box&lt;/li&gt; 
 &lt;li&gt;Sammy Lambert, Learning Projects Lead, Genio&lt;/li&gt; 
 &lt;li&gt;Sammy White, educator success lead, Brainscape&lt;/li&gt; 
 &lt;li&gt;Sana Khareghani, professor of practice in AI, King’s College London&lt;/li&gt; 
 &lt;li&gt;Sandie Small Duberry, deputy governorship chief information officer for the Prudential Regulatory Authority, Bank of England&lt;/li&gt; 
 &lt;li&gt;Sandra Leaton Gray, professor of education futures, University College London&lt;/li&gt; 
 &lt;li&gt;Sandra Wachter, professor of technology and regulation at the Oxford Internet Institute, University of Oxford&lt;/li&gt; 
 &lt;li&gt;Sanghamitra Karra, global co-head of inclusive and sustainable ventures, Morgan Stanley&lt;/li&gt; 
 &lt;li&gt;Sanya Rajpal, founder and CEO, AdagioVR&lt;/li&gt; 
 &lt;li&gt;Sara Jones, service governance and improvement director, BT&lt;/li&gt; 
 &lt;li&gt;Sara Sharkey, strategy director, Prolinx Limited&lt;/li&gt; 
 &lt;li&gt;Sara Simeone, co-founder, Niftyz; AI and Web3 strategist and builder, NoCodeLab.ai&lt;/li&gt; 
 &lt;li&gt;Sarah Armstrong-Smith, chief strategy officer, Performanta&lt;/li&gt; 
 &lt;li&gt;Sarah Atkinson, non-executive director and freelance consultant&lt;/li&gt; 
 &lt;li&gt;Sarah Cardell, CEO, Competition and Markets Authority&lt;/li&gt; 
 &lt;li&gt;Sarah Clarke, AI governance and assurance lead, Attercop; associate consultant, AI Procurement Lab; owner, Infospectives&lt;/li&gt; 
 &lt;li&gt;Sarah Corbridge, head of IT and digital services, Regulator of Social Housing&lt;/li&gt; 
 &lt;li&gt;Sarah Curran, founder and chief menopause officer, Just Hotter&lt;/li&gt; 
 &lt;li&gt;Sarah Friswell, CEO, Red Ant&lt;/li&gt; 
 &lt;li&gt;Sarah Hague, head of product operations, Unit4; non-executive director, BlackDice Cyber&lt;/li&gt; 
 &lt;li&gt;Sarah Hunter, non-executive director, Advanced Research and Invention Agency; board trustee, Nesta&lt;/li&gt; 
 &lt;li&gt;Sarah Morris, professor of digital forensics, University of Southampton&lt;/li&gt; 
 &lt;li&gt;Sarah Porter, founder and CEO, Inspired Minds&lt;/li&gt; 
 &lt;li&gt;Sarah Rench, AI and cyber security partner, EY&lt;/li&gt; 
 &lt;li&gt;Sarah Salimullah, principal, Ada, the National College for Digital Skills&lt;/li&gt; 
 &lt;li&gt;Sarah Shields, head of vendor alliances, Computacenter&lt;/li&gt; 
 &lt;li&gt;Sarah Thomson, head of Tech UK, Postcode Lottery&lt;/li&gt; 
 &lt;li&gt;Sarah Tulip, co-founder, Women in Leeds Digital; co-founder, Metro Technologies&lt;/li&gt; 
 &lt;li&gt;Sarah Underhill, HR director, technology and data (group chief operating office), Lloyds Banking Group&lt;/li&gt; 
 &lt;li&gt;Sarah Weller, managing director, head of Client 360, IB Tech, Deutsche Bank&lt;/li&gt; 
 &lt;li&gt;Sarah Wilkinson, mentor and advisor&lt;/li&gt; 
 &lt;li&gt;Sarah Williams-Gardener, chair, Fintech Wales&lt;/li&gt; 
 &lt;li&gt;Sarah Winmill, digital functional leader, Royal Navy, Ministry of Defence; deputy President and deputy chair of trustees, BCS&lt;/li&gt; 
 &lt;li&gt;Sasha Burgoyne, co-founder and head of operations, TechSwitch; head of operations for academy, Softwire&lt;/li&gt; 
 &lt;li&gt;Seema Khinda Johnson, co-founder and chief operating officer, Nuggets&lt;/li&gt; 
 &lt;li&gt;Seemin Suleri, founder and director, re:connect conference; vice-president engineering, Prima&lt;/li&gt; 
 &lt;li&gt;Semsi Sonmez, partner of digital audit and technology talent leader, PwC&lt;/li&gt; 
 &lt;li&gt;Shaheen Sayed, chief commercial officer, Accenture&lt;/li&gt; 
 &lt;li&gt;Shalini Khemka, founder and CEO, E2Exchange&lt;/li&gt; 
 &lt;li&gt;Shantelle King, marketing and content executive, Corecom Tech Academy&lt;/li&gt; 
 &lt;li&gt;Sharmadean Reid, founder, The Stack World&lt;/li&gt; 
 &lt;li&gt;Sharon Prior, founder and managing partner, Inovivo&lt;/li&gt; 
 &lt;li&gt;Sharon Wallace, co-founder, Lift as we Climb; principal consultant, Kinetic Consulting&lt;/li&gt; 
 &lt;li&gt;Sharron Gunn, Group CEO, BCS – The Chartered Institute for IT&lt;/li&gt; 
 &lt;li&gt;Shauna Angeletta, operations and delivery lead, Superscript&lt;/li&gt; 
 &lt;li&gt;Shavana Peynado, associate software developer, AND Digital&lt;/li&gt; 
 &lt;li&gt;Sheeza Shah, founder and managing director, UpEffect&lt;/li&gt; 
 &lt;li&gt;Shefali Roy, founder and CEO, Mitig.ai&lt;/li&gt; 
 &lt;li&gt;Sheree Atcheson, group senior vice-president of diversity and inclusion, Valtech&lt;/li&gt; 
 &lt;li&gt;Sherry Vaswani, founder and CEO, Xalient&lt;/li&gt; 
 &lt;li&gt;Shilpa Kaluti, chief financial officer and founder, Scrumconnect; CEO and founder, AttiFin&lt;/li&gt; 
 &lt;li&gt;Shirley George, senior manager, Accenture&lt;/li&gt; 
 &lt;li&gt;Shivvy Jervis, futurist, Forecasting Lab&lt;/li&gt; 
 &lt;li&gt;Shubhangi Goyal, Senior Analyst, Admiral Group&lt;/li&gt; 
 &lt;li&gt;Sian Allsopp, technology executive director, Morgan Stanley; steering committee member, TechSheCan&lt;/li&gt; 
 &lt;li&gt;Sian John, cyber security partner, EY&lt;/li&gt; 
 &lt;li&gt;Sian Jones, founder and CEO, Correla&lt;/li&gt; 
 &lt;li&gt;Silka Patel, senior marketing manager for national security and defence, Leidos; founder, Scotland Women in Technology&lt;/li&gt; 
 &lt;li&gt;Silkie Carlo, director, Big Brother Watch&lt;/li&gt; 
 &lt;li&gt;Simran Bharaj, Financial crime expert, GKSB Consultancy&lt;/li&gt; 
 &lt;li&gt;Siobhan Baker, technical consultant, Coding Black Females&lt;/li&gt; 
 &lt;li&gt;Soheir Ghallab, IT consultant; chair, BCS Business Change Specialist Group&lt;/li&gt; 
 &lt;li&gt;Sonal Shah, vice-president delivery, Barclays&lt;/li&gt; 
 &lt;li&gt;Sonia Livingstone, director, Digital Futures for Children centre&lt;/li&gt; 
 &lt;li&gt;Sonia Patel, interim government CTO, DSIT&lt;/li&gt; 
 &lt;li&gt;Sonya Barlow, founder, LMF Network&lt;/li&gt; 
 &lt;li&gt;Sophie Davies-Patrick, chief technology officer, MPB&lt;/li&gt; 
 &lt;li&gt;Sophie Deen, founder and CEO, Nexa Education; founder CEO, Bright Little Labs&lt;/li&gt; 
 &lt;li&gt;Sophie Greaves, associate director, digital infrastructure, TechUK&lt;/li&gt; 
 &lt;li&gt;Sophie Kneeshaw, developer, Sky News&lt;/li&gt; 
 &lt;li&gt;Sophie McGrath, partner, tech and life sciences, Goodwin Procter LLP&lt;/li&gt; 
 &lt;li&gt;Sophie Vingoe, senior consultant, Cyberis Reply&lt;/li&gt; 
 &lt;li&gt;Stephanie Eltz, co-founder and CEO, Doctify&lt;/li&gt; 
 &lt;li&gt;Stephanie Itimi, founder and executive director, Seidea CIC&lt;/li&gt; 
 &lt;li&gt;Stephanie Phair, advisor, Felix Capital; executive chair, Invisible Dynamics&lt;/li&gt; 
 &lt;li&gt;Storm Fagan, chief technology and product officer, BBC&lt;/li&gt; 
 &lt;li&gt;Sue Preston, vice-president, WW advisory and professional services for HPE Global Sales, HPE&lt;/li&gt; 
 &lt;li&gt;Sue Whittington, chief operating officer, Smart UK&lt;/li&gt; 
 &lt;li&gt;Sue-Ellen Wright, managing director, aerospace defence and security, Sopra Steria&lt;/li&gt; 
 &lt;li&gt;Suki Gill, CEO, School of Coding &amp;amp; AI&lt;/li&gt; 
 &lt;li&gt;Suneeta Khutan, co-founder, Rise Enable Empower; global program lead, Fresenius Group&lt;/li&gt; 
 &lt;li&gt;Susan Bowen, board advisor, Futures West Foundation&lt;/li&gt; 
 &lt;li&gt;Susan Langley, Lord Mayor, City of London&lt;/li&gt; 
 &lt;li&gt;Susan Morrow, head of research and development, Avoco Secure&lt;/li&gt; 
 &lt;li&gt;Susannah Storey, Permanent secretary at DCMS; head of profession for Government Digital and Data&lt;/li&gt; 
 &lt;li&gt;Susanne Baker, partner, ERM&lt;/li&gt; 
 &lt;li&gt;Susanne Chishti, chair and founder, Fintech Circle&lt;/li&gt; 
 &lt;li&gt;Suzanne Ashman, managing partner, Sovereign AI Fund&lt;/li&gt; 
 &lt;li&gt;Suzanne Cockaday, vice-president cloud, core enterprise and zCloud, Kyndryl UK and Ireland&lt;/li&gt; 
 &lt;li&gt;Suze Shardlow, community lead, Ladies of Code: London; developer relations consultant, Hoopy&lt;/li&gt; 
 &lt;li&gt;Suzie Miller, global disability inclusion specialist, UBS&lt;/li&gt; 
 &lt;li&gt;Sylvia Lu, board director and deputy chair, Cambridge Wireless&lt;/li&gt; 
 &lt;li&gt;Tamara Haasen, president, Input Output (IOHK)&lt;/li&gt; 
 &lt;li&gt;Tamara Lohan, founder and chair, Mr &amp;amp; Mrs Smith&lt;/li&gt; 
 &lt;li&gt;Tamara Rajah, group managing director of healthcare, Tesco&lt;/li&gt; 
 &lt;li&gt;Tamsin Ashmore, group chief financial officer, Gain&lt;/li&gt; 
 &lt;li&gt;Tania Boler, founder, Elvie and Collecting Pebbles&lt;/li&gt; 
 &lt;li&gt;Tania Duarte, co-founder, We and AI&lt;/li&gt; 
 &lt;li&gt;Tanuja Randery, EMEA managing director, AWS&lt;/li&gt; 
 &lt;li&gt;Tanya Powell, co-CTO, Coding Black Females&lt;/li&gt; 
 &lt;li&gt;Tanya Suarez, founder, IoT Tribe&lt;/li&gt; 
 &lt;li&gt;Tara Donnelly, founder, Digital Care&lt;/li&gt; 
 &lt;li&gt;Tara McGeehan, president of UK and Australia operations, CGI&lt;/li&gt; 
 &lt;li&gt;Tarah Lourens, chief operating officer, Rightmove&lt;/li&gt; 
 &lt;li&gt;Tee Ganbold, co-founder and CEO for sovereign AI infrastructure, Frontier One; co-founder and chair of automated due diligence reporting platform, Improvability&lt;/li&gt; 
 &lt;li&gt;Tess Cosad, CEO and co-founder at Bea Fertility&lt;/li&gt; 
 &lt;li&gt;Tessa Clarke, co-founder and CEO, Olio&lt;/li&gt; 
 &lt;li&gt;Thuria Wenbar, CEO and co-founder, Evaro&lt;/li&gt; 
 &lt;li&gt;Tiffany Willcox, co-Founder and chief commercial officer, Attercop&lt;/li&gt; 
 &lt;li&gt;Tina Götschi, director of curriculum and quality, Ada. National College for Digital Skills.&lt;/li&gt; 
 &lt;li&gt;Tina Howell, ambassador, Greater Manchester Digital Ball and Leeds Digital Ball&lt;/li&gt; 
 &lt;li&gt;Ting Zhang, CEO and founder, Crayfish.io&lt;/li&gt; 
 &lt;li&gt;Toju Duke, founder and CEO, Diverse AI; founder, Bedrock AI&lt;/li&gt; 
 &lt;li&gt;Tommie Edwards, CEO, PeopleXYZ; CEO and co-founder, Tech1M&lt;/li&gt; 
 &lt;li&gt;Toni Lavender, chief product and technology officer, Pebble pad&lt;/li&gt; 
 &lt;li&gt;Toni Scullion, computing science teacher; founder, dressCode&lt;/li&gt; 
 &lt;li&gt;Tracey Johnson, project director, Tech SY&lt;/li&gt; 
 &lt;li&gt;Tracey Rob Perera, tech fractional strategic chief financial officer and chief operating officer; scaleup director; non-executive director&lt;/li&gt; 
 &lt;li&gt;Tracy Pound, founder and managing director, Maximity; immediate past chair and board member, Global Technology Industry Association&lt;/li&gt; 
 &lt;li&gt;Tracy Westall, non-executive director, Department for Transport; chair, West Midlands 5G&lt;/li&gt; 
 &lt;li&gt;Trish Quinn, head of digital, Scottish Legal Aid Board&lt;/li&gt; 
 &lt;li&gt;Tristi Tanaka, head of portfolio, NHS Black Country ICB; BCS Women committee member; programme team, All4Health&amp;amp;Care&lt;/li&gt; 
 &lt;li&gt;Tugce Bulut, co-founder, Eloquent AI; co-founder, Streetbees&lt;/li&gt; 
 &lt;li&gt;Valeria Charlamova, chief strategy officer, Precision Labs; digitalising customer success function, Prosper²&lt;/li&gt; 
 &lt;li&gt;Valerie Kontor, Founder, Black in Fintech&lt;/li&gt; 
 &lt;li&gt;Valerie Willis, co-founder and director, Ecomm Merchant Solutions&lt;/li&gt; 
 &lt;li&gt;Verena Rieser, senior staff research scientist, Google DeepMind; co-founder, Alana&lt;/li&gt; 
 &lt;li&gt;Verity Hislop, Senior Project Manager, Digital Office for Scottish Local Government&lt;/li&gt; 
 &lt;li&gt;Vibhusha Raval, senior product owner, Lloyds Banking Group&lt;/li&gt; 
 &lt;li&gt;Vicki Young, founder and chief creative officer, Nalla Design&lt;/li&gt; 
 &lt;li&gt;Vickie Allen, founder, DevelopHer Awards; senior software engineer, Exclaimer&lt;/li&gt; 
 &lt;li&gt;Vicky Brock, founder and CEO, Vistalworks&lt;/li&gt; 
 &lt;li&gt;Vicky Wills, chief technology officer, Exclaimer&lt;/li&gt; 
 &lt;li&gt;Victoria Harris, co-founder, The Curve Platform&lt;/li&gt; 
 &lt;li&gt;Victoria Higgin, chief information officer SGN&lt;/li&gt; 
 &lt;li&gt;Victoria Oakes, director of communications, Microsoft&lt;/li&gt; 
 &lt;li&gt;Vinny Leach, comms, media technology, portfolio delivery director, Avanade&lt;/li&gt; 
 &lt;li&gt;Vivi Cahyadi, CEO and co-founder, AltoVita&lt;/li&gt; 
 &lt;li&gt;Vivi Friedgut, founder and CEO, Blackbullion&lt;/li&gt; 
 &lt;li&gt;Wai Foong Ng, founder, Matchable&lt;/li&gt; 
 &lt;li&gt;Wendy Goucher, cyber consultant, Arcanum Cyber Security &amp;amp; Digital Forensics&lt;/li&gt; 
 &lt;li&gt;Wendy Muirhead, founding partner, WH People&lt;/li&gt; 
 &lt;li&gt;Wendy Redshaw, chief digital information officer, retail, NatWest Group&lt;/li&gt; 
 &lt;li&gt;Xuerui (Sherry) Yin, founder, First Impact Partners&lt;/li&gt; 
 &lt;li&gt;Yanna Winter, CIO for global, corporate and commercial in the UK, Generali&lt;/li&gt; 
 &lt;li&gt;Yao Li, chief product officer, Global Data Quality, Experian&lt;/li&gt; 
 &lt;li&gt;Yasaman Kalantor-Motamedi, co-founder and chief technology officer, Agemica&lt;/li&gt; 
 &lt;li&gt;Yemi Jackson, founder and CEO, Engage Transform&lt;/li&gt; 
 &lt;li&gt;Yemurai Rabvukwa, TikTok content creator, STEM Babe; senior cybersecurity associate in investment banking&lt;/li&gt; 
 &lt;li&gt;Yi Luo, CEO and co-founder, Eunice&lt;/li&gt; 
 &lt;li&gt;Yinka Makinde, deputy director digital innovation policy and digital mental health, NHS England&lt;/li&gt; 
 &lt;li&gt;Yoko Spirig, CEO and co-founder, Ledgy&lt;/li&gt; 
 &lt;li&gt;Yvonne Gallagher, digital director, National Audit Office&lt;/li&gt; 
 &lt;li&gt;Zahra Bahrololoumi, CEO UK and&amp;nbsp;Ireland, Salesforce&lt;/li&gt; 
 &lt;li&gt;Zahra Shah, board adviser, NexaQuanta; chair and founding member, Women in AI Working Group, UKAI; adviser on artificial intelligence, Commonwealth Businesswomen’s Network CIC&lt;/li&gt; 
 &lt;li&gt;Zainabu Nakate, founder, Non-Coded; senior technical programme manager, managing consultant, IBM iX&lt;/li&gt; 
 &lt;li&gt;Zandra Moore, CEO, Zygens; co-founder, Panintelligence&lt;/li&gt; 
 &lt;li&gt;Zara Nanu, founder, WorkVue; co-founder, Gapsquare&lt;/li&gt; 
 &lt;li&gt;Zarina Pasalic, vice-president global client development, private AI market activation lead, NTT Data&lt;/li&gt; 
 &lt;li&gt;Zoe Cunningham, director, Softwire&lt;/li&gt; 
 &lt;li&gt;Zoe Kleinman, technology and AI editor, BBC&lt;/li&gt; 
 &lt;li&gt;Zoe Webster, AI and innovation consultant, Authentic Innovation&lt;/li&gt; 
 &lt;li&gt;Zsanett Bahor, consultant, Accenture&lt;/li&gt; 
 &lt;li&gt;Zsuzsa Kecsmar, chief strategy officer and co-founder, Antavo AI Loyalty Cloud&lt;/li&gt; 
 &lt;li&gt;Zuleika Philips, head of international terminal, Stripe&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;A panel of expert judges used the following criteria to decide which of these women will be included in the top 50 shortlist:&lt;/p&gt; 
&lt;p&gt;&lt;b&gt;Influence:&lt;/b&gt;&amp;nbsp;What authority or ability does the person have – either through her personal position or the role she holds – to personally influence the development of UK IT, or to influence others in positions of authority?&lt;/p&gt; 
&lt;p&gt;&lt;b&gt;Achievements:&lt;/b&gt;&amp;nbsp;What has the person achieved in the past 12 months to help the development of UK IT?&lt;/p&gt; 
&lt;p&gt;&lt;b&gt;Profile:&lt;/b&gt;&amp;nbsp;Is the person recognised as a role model for aspiring leaders? How widely is she acknowledged by her peers as an authority and influence on UK IT?&lt;/p&gt; 
&lt;p&gt;&lt;b&gt;Leadership:&lt;/b&gt;&amp;nbsp;Does the person demonstrate the skills and experience necessary to be seen as a leader in the development of IT in the UK? Does she have a leadership role and does that help her to develop the role of IT in the UK?&lt;/p&gt; 
&lt;p&gt;&lt;b&gt;Potential:&lt;/b&gt;&amp;nbsp;How likely is it that the person will have a significant impact on UK IT in the next 12 months? Will her authority and responsibility grow?&lt;/p&gt; 
&lt;p&gt;&lt;b&gt;Community:&lt;/b&gt;&amp;nbsp;Has the person contributed to the women in technology community? To what extent has she used her influence to help other women progress in tech?&lt;/p&gt;</body>
            <description>In Computer Weekly’s search for this year’s top 50 Most Influential Women in UK Tech, hundreds of women have been put forward for consideration. Here, we look at a list of everyone nominated in 2026</description>
            <image>https://cdn.ttgtmedia.com/visuals/ComputerWeekly/Hero%20Images/Women-businesswomen-team-diversity-adobe.jpg</image>
            <link>https://www.computerweekly.com/news/366648897/Most-Influential-Women-in-UK-Tech-The-2026-longlist</link>
            <pubDate>Fri, 14 Aug 2026 06:00:00 GMT</pubDate>
            <title>Most Influential Women in UK Tech: The 2026 longlist</title>
        </item>
        <item>
            <body>&lt;p&gt;&lt;span style="font-weight: 400"&gt;The Computer Weekly Developer Network sat down this month with &lt;/span&gt;&lt;a href="https://www.linkedin.com/in/andrewlissimore/"&gt;&lt;span style="font-weight: 400"&gt;Andrew Lissimore&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight: 400"&gt;, CEO of Lantern.&lt;/span&gt;&lt;/p&gt; 
&lt;p&gt;&lt;span style="font-weight: 400"&gt;Lantern is known for its open source PostgreSQL vector database extension and cloud platform, which enables developers to build and scale high-performance AI vector search applications natively within Postgres.&lt;/span&gt;&lt;/p&gt; 
&lt;p&gt;&lt;span style="font-weight: 400"&gt;Lissimore contends that ‘commerce protocols’ will decide who wins the AI shopping spree… but why (and how) so?&lt;/span&gt;&lt;/p&gt; 
&lt;p&gt;&lt;span style="font-weight: 400"&gt;He reminds us that there is always a particular ‘flavour of corporate panic’ that arrives when a familiar business metric starts behaving unfamiliarly.&amp;nbsp;&lt;/span&gt;&lt;/p&gt; 
&lt;blockquote&gt;
 &lt;p&gt;&lt;span style="font-weight: 400"&gt;“For a couple of decades, retailers knew where they stood by checking their Google ranking each morning, coffee (or tea, or smoothie) in one hand, dashboard in the other, blood pressure rising or falling accordingly,” reminisced Lissimore.&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;&lt;span style="font-weight: 400"&gt;But now, of course, as we know, consumers have started asking AI assistants which laptop to buy or which running shoes accommodate wide feet (and so on), so retailers have done the entirely predictable thing: they have pointed the same anxious morning ritual at AI recommendations instead, watching for daily movement as if it were still 2009 and PageRank were still the only god in town.&lt;/span&gt;&lt;/p&gt; 
&lt;div id="attachment_12402" style="width: 318px" class="wp-caption alignright"&gt;
 &lt;img loading="lazy" decoding="async" aria-describedby="caption-attachment-12402" class="wp-align wp-image-12402 " src="https://itknowledgeexchange.techtarget.com/cwdn/files/2026/08/1756490181704-300x300.jpg" alt="" width="308" height="308" srcset="https://itknowledgeexchange.techtarget.com/cwdn/files/2026/08/1756490181704-300x300.jpg 300w, https://itknowledgeexchange.techtarget.com/cwdn/files/2026/08/1756490181704-150x150.jpg 150w, https://itknowledgeexchange.techtarget.com/cwdn/files/2026/08/1756490181704.jpg 400w" sizes="(max-width: 308px) 100vw, 308px"&gt;
 &lt;p id="caption-attachment-12402" class="wp-caption-text"&gt;Lantern CEO Lissimore: Commerce protocols will do for AI shopping what HTTP did for the web: provide the boring, unglamorous, load-bearing standardisation that lets everyone build on top.&lt;/p&gt;
&lt;/div&gt; 
&lt;p&gt;&lt;span style="font-weight: 400"&gt;All of which has led some to argue that the era of search engine optimisation is dead and the era of Answer Engine Optimisation (AEO) or Generative Engine Optimisation (GEO) has arrived to take its place.&lt;/span&gt;&lt;/p&gt; 
&lt;section class="section main-article-chapter" data-menu-title="Wasted anxiety"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;&lt;span style="font-weight: 400"&gt;Wasted anxiety&lt;/span&gt;&lt;/h2&gt;
 &lt;p&gt;&lt;span style="font-weight: 400"&gt;According to research from Lantern, that anxiety is largely wasted.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span style="font-weight: 400"&gt;Rather than taking a single snapshot and extrapolating a narrative from it, Lantern repeatedly queried the same shopping prompts over an extended period and executed around 3,300 AI shopping recommendation trends across 186 combinations of brands, prompts and models, 132 of which were unbranded prompts, where brands were left to fight it out unassisted.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
 &lt;blockquote&gt;
  &lt;p&gt;&lt;span style="font-weight: 400"&gt;“The headline finding was refreshingly unglamorous: brand visibility stayed put 80% of the time overall, and 71% of the time even in the genuinely competitive unbranded searches. AI models, it turns out, rarely say the same thing twice – but they keep recommending the same brands regardless,” explained Lissimore.&lt;/span&gt;&lt;/p&gt;
 &lt;/blockquote&gt;
 &lt;p&gt;&lt;span style="font-weight: 400"&gt;Then, he said, comes the part that might make retail marketing teams put down their refresh buttons.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/section&gt;     
&lt;section class="section main-article-chapter" data-menu-title="Daily wobble, no trouble"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;&lt;span style="font-weight: 400"&gt;Daily wobble, no trouble&lt;/span&gt;&lt;/h2&gt;
 &lt;p&gt;&lt;span style="font-weight: 400"&gt;A brand that earned a top recommendation tends to keep it, holding that position in roughly two-thirds of tracked combinations, and the ‘daily wobble’ in visibility scores wasn’t drift in any direction – it turns out to be ‘noise’ that snapped back to baseline.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
 &lt;blockquote&gt;
  &lt;p&gt;&lt;span style="font-weight: 400"&gt;“Lantern found no sustained upward or downward trend across the entire tracking period. A visibility score from several days ago predicted current performance almost as well as yesterday’s score did, which is a polite, data-backed way of saying that a great deal of dashboard-refreshing is really just an elaborate form of reading tea leaves,” clarified Lissimore.&lt;/span&gt;&lt;/p&gt;
 &lt;/blockquote&gt;
 &lt;p&gt;&lt;span style="font-weight: 400"&gt;He says that none of which thusfar means the opportunity has evaporated; it has simply relocated.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span style="font-weight: 400"&gt;“Tracked brands appeared in about two-thirds of unbranded recommendations, leaving roughly a third of the conversation entirely up for grabs. AI shopping has not calcified into a market where the same five brands hoover up every mention; there is real white space, and it belongs to whoever supplies the AI with the best evidence,” said Lissimore.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span style="font-weight: 400"&gt;For him, that evidence (i.e. specifications, pricing, availability, merchant policies, reviews, compatibility) is something retailers already control. They just haven’t necessarily structured it for a reader that isn’t human.&lt;/span&gt;&lt;/p&gt;
&lt;/section&gt;      
&lt;section class="section main-article-chapter" data-menu-title="What are commerce protocols?"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;&lt;span style="font-weight: 400"&gt;What are commerce protocols?&lt;/span&gt;&lt;/h2&gt;
 &lt;p&gt;&lt;span style="font-weight: 400"&gt;All of which brings us to the point where commerce protocols enter the story, and where the issue at hand stops being about rankings and starts being about plumbing.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span style="font-weight: 400"&gt;We can reasonably define commerce protocols as standardised technical frameworks that structure and expose retail data uniformly, as they function like HTTP for AI shopping, so that they enable AI agents to reliably read, compare, and process product details across different merchant websites without custom integrations.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
 &lt;blockquote&gt;
  &lt;p&gt;&lt;span style="font-weight: 400"&gt;“Better product data only compounds in value if every retailer exposes it the same way; otherwise AI agents are left squinting at thousands of bespoke implementations, unable to reliably compare a toaster on one site with a toaster on another. Efforts such as the Universal Commerce Protocol (UCP) and the Agentic Commerce Protocol (ACP) are attempting to do for AI shopping what HTTP did for the web and SMTP did for email: provide the boring, unglamorous, absolutely load-bearing standardisation that lets everyone else build interesting things on top without reinventing the handshake every time,” said Lissimore.&lt;/span&gt;&lt;/p&gt;
 &lt;/blockquote&gt;
 &lt;p&gt;&lt;span style="font-weight: 400"&gt;The practical upshot for retailers is a reallocation of effort rather than a change of ambition. Lissimore and team insist that Lantern’s data doesn’t describe a market that changes by the hour; it describes one that looks turbulent on the surface while holding remarkably still underneath.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/section&gt;     
&lt;section class="section main-article-chapter" data-menu-title="Optimise for signal, not noise"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;&lt;span style="font-weight: 400"&gt;Optimise for signal, not noise&lt;/span&gt;&lt;/h2&gt;
 &lt;p&gt;&lt;span style="font-weight: 400"&gt;Lissimore feels that chasing that surface turbulence with daily dashboard vigilance is, in engineering terms, optimising for noise.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span style="font-weight: 400"&gt;He is firm in his opinion of what happens next i.e. investing in structured product data, richer catalogues, and early participation in emerging commerce standards is optimising for signal – and it’s the signal that will still matter in the next company quarter.&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span style="font-weight: 400"&gt;“Which leaves us with something close to a universal truth of infrastructure: the technology that eventually looks inevitable in hindsight always looked, at the time, suspiciously like unpaid homework. Retailers who do that homework now on product data and protocol support won’t need to check their AI shopping rankings every morning – because for once, they’ll actually know the answer before they ask the question,” concluded Lantern’s Lissimore.&lt;/span&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>The Computer Weekly Developer Network sat down this month with Andrew Lissimore, CEO of Lantern. Lantern is known for its open source PostgreSQL vector database extension and cloud platform, which ...</description>
            <link>https://www.computerweekly.com/blog/CW-Developer-Network/Lantern-CEO-Commerce-protocols-will-decide-who-wins-the-AI-shopping-spree</link>
            <pubDate>Fri, 14 Aug 2026 05:10:57 GMT</pubDate>
            <title>Lantern CEO: Commerce protocols will decide who wins the AI shopping spree</title>
        </item>
        <item>
            <body>&lt;p&gt;This week in tech: Anthropic sparked debate with new AI watermarking features, Elon Musk revealed plans to train Grok on SpaceX employee data, TikTok joined the growing return-to-office movement and Nvidia unveiled a landmark $500 billion financing initiative to accelerate global AI infrastructure.&lt;/p&gt; 
&lt;p&gt;Here's what you need to know from the week starting August 10, plus the latest updates in IPOs and executive leadership.&lt;/p&gt; 
&lt;section class="section main-article-chapter" data-menu-title="Anthropic’s watermark sparks controversy"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Anthropic’s watermark sparks controversy&lt;/h2&gt;
 &lt;p&gt;Anthropic confirmed that it will watermark text and files generated by its models, including &lt;a href="https://www.techtarget.com/ai/news/366642478/Claude-Mythos-Preview-and-the-new-rules-of-cybersecurity"&gt;Claude&lt;/a&gt;.&lt;/p&gt;
 &lt;p&gt;Anthropic &lt;a href="https://support.claude.com/en/articles/16266773-how-claude-marks-ai-generated-content"&gt;confirmed the news&lt;/a&gt; on its support page, stating that they have signed the EU AI Act's Article 50(2) Code of Practice on Transparency of AI-Generated Content. The decision to watermark content generated by its AI models is one measure the company is making to adhere to the EU act. Other measures include:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Models launched after August 2 will automatically embed invisible watermarks into generated files and text.&lt;/li&gt; 
  &lt;li&gt;Anthropic is working to embed similar measures into models that were released prior to August 2. This is ongoing.&lt;/li&gt; 
  &lt;li&gt;Anthropic will support third parties to detect watermarks.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;The move is designed to make AI-generated content identifiable even after it has been copied, pasted or lightly edited. Anthropic says the feature is intended to improve transparency, but the move has sparked criticism from developers, creators and enterprise users.&lt;/p&gt;
 &lt;p&gt;Users have complained on Reddit that this move could unfairly affect users who have used the models only to lightly edit human work and that it blurs the line between AI-written work and AI-assisted work.&amp;nbsp;&lt;/p&gt;
&lt;/section&gt;      
&lt;section class="section main-article-chapter" data-menu-title="Grok to be trained on SpaceX staff's data"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Grok to be trained on SpaceX staff's data&lt;/h2&gt;
 &lt;p&gt;Elon Musk revealed that Grok will be trained using SpaceX employee data.&lt;/p&gt;
 &lt;p&gt;In a company-wide meeting, Musk told employees to think of themselves as the AI's "parents," saying Grok would "inherit your thoughts and ideas and beliefs." The comments suggest SpaceX's internal knowledge will help shape future versions of the model.&lt;/p&gt;
 &lt;p&gt;The announcement echoes Meta's controversial decision earlier this year to use employees' keystrokes to help train its AI systems. That move prompted concerns over privacy, transparency and employee consent, and SpaceX could face similar scrutiny in the weeks ahead. More broadly, the decision reflects a growing trend across the industry. What will big tech companies do to maintain a competitive AI advantage?&amp;nbsp;&lt;/p&gt;
&lt;/section&gt;    
&lt;section class="section main-article-chapter" data-menu-title="TikTok staff ordered to return to office"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;TikTok staff ordered to return to office&lt;/h2&gt;
 &lt;p&gt;TikTok is remaining firm in its return to office policy, informing most of its U.S. workforce that they will be expected to work from the office five days a week from September. This ends hybrid working for many teams.&lt;/p&gt;
 &lt;p&gt;TikTok's decision signals that the return-to-office debate is entering a new phase. Rather than treating hybrid work as a permanent model -- or the other side of the coin to remote work -- many companies now appear willing to prioritize organizational alignment despite some employee dissatisfaction.&lt;/p&gt;
&lt;/section&gt;   
&lt;section class="section main-article-chapter" data-menu-title="Nvidia's $500 billion AI financing deal"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Nvidia's $500 billion AI financing deal&lt;/h2&gt;
 &lt;p&gt;Nvidia is partnering with Wall Street's largest banks and investors including Apollo, BlackRock, Blackstone, Brookfield, Goldman Sachs and KKR to raise $500 billion for AI infrastructure development.&lt;/p&gt;
 &lt;p&gt;Jensen Huang, Nvidia’s president and CEO &lt;a href="https://x.com/JensenHuang/article/2086934705207959965"&gt;posted on X&lt;/a&gt; “This is a major milestone for NVIDIA and the AI industry.” Huang also said “AI is creating real value, and the infrastructure behind it is becoming one of the world’s most productive assets.”&lt;/p&gt;
 &lt;p&gt;Nvidia’s $500 billion deal is transforming AI infrastructure into a recognized asset class capable of attracting pension funds, insurers and institutional investors.&amp;nbsp;&lt;/p&gt;
&lt;/section&gt;    
&lt;section class="section main-article-chapter" data-menu-title="Executive Moves"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Executive Moves&lt;/h2&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Dr. Scott Scheidt.&lt;/b&gt; Acclecom appointed Dr. Scott Scheidt as combined CIO and CISO. Dr. Scheidt will lead Accelecom's information technology and AI strategy. He brings 5 years of experience as CIO and CISO at Seimitsu.&lt;/li&gt; 
 &lt;/ul&gt;
&lt;/section&gt;  
&lt;section class="section main-article-chapter" data-menu-title="IPO watch"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;IPO watch&lt;/h2&gt;
 &lt;p&gt;The U.S. IPO market remains a key indicator of broader tech sentiment. Here's a look at the latest listings and activity from the past week, based on data from the Nasdaq IPO calendar:&lt;/p&gt;
 &lt;h3&gt;Londian Wason New Energy Tech Inc.&lt;/h3&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;A manufacturing company.&lt;/li&gt; 
  &lt;li&gt;Opening/trading day: August 12.&lt;/li&gt; 
  &lt;li&gt;IPO price: $22/share.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;h3&gt;SunScout Holding Ltd.&lt;/h3&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;A clean technology and solar company.&lt;/li&gt; 
  &lt;li&gt;Opening/trading day: August 12.&lt;/li&gt; 
  &lt;li&gt;IPO price: $5/share.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;h3&gt;Vogenx, Inc.&lt;/h3&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;A clinical-stage biopharmaceutical company.&lt;/li&gt; 
  &lt;li&gt;Opening/trading day: August 12.&lt;/li&gt; 
  &lt;li&gt;IPO price: $13/share.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;h3&gt;MetaOptics Ltd.&lt;/h3&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;A semiconductor optics company.&lt;/li&gt; 
  &lt;li&gt;Expected opening/trading day: August 13.&lt;/li&gt; 
  &lt;li&gt;IPO price: $5-7/share.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;h3&gt;Thunder Bridge Capital Partners V, Ltd.&lt;/h3&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;A blank check company.&lt;/li&gt; 
  &lt;li&gt;Expected opening/trading day: August 13.&lt;/li&gt; 
  &lt;li&gt;IPO price: $10/share.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;h3&gt;NorthStrive Acquisition Corp I.&lt;/h3&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;A blank check company.&lt;/li&gt; 
  &lt;li&gt;Expected opening/trading day: August 14.&lt;/li&gt; 
  &lt;li&gt;IPO price: $10/share.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;&lt;i&gt;Rosa Heaton is a content manager and writer for the IT Strategy team at TechTarget.&lt;/i&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>Stay up to date with the latest U.S. tech news, IPOs and executive moves shaping the industry each week.</description>
            <image>https://cdn.ttgtmedia.com/rms/onlineimages/maze_g467037520.jpg</image>
            <link>https://www.techtarget.com/it-strategy/feature/Weekly-news-roundup-Claude-watermark-controversy-and-Nvidia-500-billion-deal</link>
            <pubDate>Fri, 14 Aug 2026 04:16:00 GMT</pubDate>
            <title>Weekly news roundup: Claude watermark controversy and Nvidia $500 billion deal</title>
        </item>
        <item>
            <body>&lt;p&gt;An autonomous excavator, the expansion of a self-driving bus trial, and autonomous vehicles for airports, highways and city streets are among nine projects to have received funding from the UK government’s Connected and Automated Mobility (CAM) Pathfinder programme showing how CAM technologies can be used to drive opportunities across a wide range of sectors.&lt;/p&gt; 
&lt;p&gt;Running until 2030, the&amp;nbsp;&lt;a href="https://www.gov.uk/government/news/backing-british-industry-government-launches-25bn-drive35-programme-to-power-uk-auto-investment-and-jobs"&gt;£150m programme&lt;/a&gt; is seen as key to realising the industry’s potential. It is aimed at addressing the challenges of bringing CAM vehicles to market, providing funding for projects that are intended to develop “world-first” technologies, products and services, ranging from “cutting-edge” software to smart transport services. It was announced in the government’s &lt;a title="https://url.us.m.mimecastprotect.com/s/ep-vCxkVlDiBQmjgQI8f0TyV5ZJ?domain=urldefense.com" href="https://assets.publishing.service.gov.uk/media/6858622776eec44bf9d71dcf/industrial_strategy_advanced_manufacturing_sector_plan.pdf"&gt;advanced manufacturing sector plan&lt;/a&gt;, which aims to grow the UK’s CAM industry – calculated to be worth £3.7bn.&lt;/p&gt; 
&lt;p&gt;Projects funded by CAM Pathfinder must demonstrate that the cutting-edge technology or mobility services being developed can help industries become safer, sustainable, inclusive and more productive. By accelerating the development, deployment and adoption of such technologies and services, the objective is to support growth and investment, and unlock innovation across transport.&lt;/p&gt; 
&lt;p&gt;The CAM Pathfinder programme is delivered&amp;nbsp;by the&amp;nbsp;&lt;a href="https://www.gov.uk/government/organisations/centre-for-connected-and-autonomous-vehicles"&gt;Centre for Connected and Autonomous Vehicles&lt;/a&gt;&amp;nbsp;(CCAV), supported by&amp;nbsp;&lt;a title="https://url.us.m.mimecastprotect.com/s/5SYGCPNMYvtNOJvRPCzfMix49Bz?domain=urldefense.com" href="https://zenzic.io/"&gt;Zenzic&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a title="https://url.us.m.mimecastprotect.com/s/VKfKCQWNOwhl8JBpYTPhRiGIqqg?domain=urldefense.com" href="https://www.ukri.org/councils/innovate-uk/"&gt;Innovate UK&lt;/a&gt;. CCAV is a joint policy unit of the Department for Transport and the Department for Business and Trade. Zenzic was created by the UK government and industry to champion the CAM ecosystem and lead the UK in accelerating the self-driving revolution, with the goal of ensuring a safer, more secure, sustainable and inclusive transport future.&lt;/p&gt; 
&lt;p&gt;The&amp;nbsp;UK’s &lt;a title="https://url.us.m.mimecastprotect.com/s/cwfCCxkVlDiB8ZQlBH8fEGhyo4dE?domain=urldefense.com" href="https://url.us.m.mimecastprotect.com/s/cwfCCxkVlDiB8ZQlBH8fEGhyo4dE?domain=urldefense.com"&gt;Society of Motor Manufacturers and Traders&lt;/a&gt; estimates that CAM could deliver a £66bn annual economic boost to the UK by 2040. While often associated with passenger cars, the construction sector is also seen as a major beneficiary, with the potential to utilise automated off-highway machinery and logistics to improve worksite safety and efficiency.&lt;/p&gt; 
&lt;p&gt;The latest projects are seen as being able to help realise that opportunity by supporting innovation and commercial deployment across multiple UK regions, creating opportunities for high-value jobs, increasing productivity and strengthening domestic supply chains.&lt;/p&gt; 
&lt;p&gt;Demonstrate and Enable are part of the UK government’s CAM Pathfinder programme, announced in the Industrial Strategy &lt;a title="https://url.us.m.mimecastprotect.com/s/6pcMCzpBnGHnDKm1nFgi7Wh9wqeW?domain=urldefense.com" href="https://url.us.m.mimecastprotect.com/s/6pcMCzpBnGHnDKm1nFgi7Wh9wqeW?domain=urldefense.com"&gt;Advanced Manufacturing Sector Plan&lt;/a&gt;&amp;nbsp;with the&amp;nbsp;aim of growing the CAM industry.&lt;/p&gt; 
&lt;div class="extra-info"&gt;
 &lt;div class="extra-info-inner"&gt;
  &lt;h3 class="splash-heading"&gt;Read more about connected vehicles&lt;/h3&gt; 
  &lt;ul class="default-list"&gt; 
   &lt;li&gt;&lt;a href="https://www.computerweekly.com/news/366645676/Verizon-gears-up-as-BMW-US-vehicle-connectivity-provider"&gt;Verizon gears up as BMW US vehicle connectivity provider&lt;/a&gt;: Comms provider named as US connectivity provider for global car manufacturer’s newly manufactured vehicles, delivering 5G standalone and LTE connectivity through partnership with Japanese telco.&lt;/li&gt; 
   &lt;li&gt;&lt;a href="https://www.computerweekly.com/news/366644252/Motive-AI-Coach-connected-vehicle-tech-drives-into-UK"&gt;Motive AI Coach connected vehicle tech drives into UK&lt;/a&gt;: Connected vehicle solution deploys AI to deliver high-impact, personalised video feedback at scale, dynamically tailoring each script to drivers’ needs.&lt;/li&gt; 
   &lt;li&gt;&lt;a href="https://www.computerweekly.com/feature/CES-2026-Connected-vehicles-accelerate-the-pace-of-AI"&gt;CES 2026: Connected vehicles accelerate the pace of AI&lt;/a&gt;: In a round-up of this year’s CES, we look at the rise of connected vehicles, robotics and artificial intelligence, with prototypes evolving into real deployments.&lt;/li&gt; 
   &lt;li&gt;&lt;a href="https://www.computerweekly.com/news/366637420/Volvo-EX60-hits-accelerator-on-in-vehicle-connectivity-and-AI"&gt;Volvo EX60 hits accelerator on in-vehicle connectivity and AI&lt;/a&gt;: Auto maker unveils comms, infotainment and artificial intelligence in all-electric vehicle, including system on a chip said to deliver the highest level of processing power found in its cars to date.&lt;/li&gt; 
  &lt;/ul&gt;
 &lt;/div&gt;
&lt;/div&gt; 
&lt;p&gt;The projects funded by Enable encompass Highly Automated Excavators for Autonomous Earthmoving and Commercialising Connector. Those funded by Demonstrate include Dynamic Braking for Autonomous Vehicles; Airside Sentry for connected vehicles; Accelerating the Development of &lt;a href="https://www.computerweekly.com/news/366645574/Road-to-higher-vehicle-automation-accelerates"&gt;L4 Autonomous Vehicles&lt;/a&gt; with Photorealistic Simulation at Scale; Automated Highway Maintenance Vehicles Phase 2; Driven By Sound+ all‑weather perception subsystem for reliable automated driving; ADventure city‑ready autonomous mobility service model; and 5D Radar Perception for Intelligent Driving.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://www.flanneryplanthire.com/"&gt;Flannery&lt;/a&gt;, one of the UK’s largest plant hire businesses and &lt;a href="https://www.gravisrobotics.com/"&gt;Gravis Robotics&lt;/a&gt;, have secured funding from the CAM Pathfinder: Enable Competition to develop what is said to be a first-of-its-kind, automated excavator for the construction industry.&lt;/p&gt; 
&lt;p&gt;The government noted that the UK construction industry is facing unprecedented demand over the next decade, with over &lt;a title="https://url.us.m.mimecastprotect.com/s/RL50CyP6mEtJDYy1JIMhm2hxrTLR?domain=urldefense.com" href="https://www.gov.uk/government/news/infrastructure-pipeline-kicks-off-new-era-of-infrastructure-delivery"&gt;£530bn earmarked for development&lt;/a&gt;, but with an ageing workforce and severe skills shortages looming, the organisations are hopeful of demonstrating how embracing automation could boost the sector.&lt;/p&gt; 
&lt;p&gt;Connector, &lt;a href="https://www.greatercambridge.org.uk/smart-technology-innovation/connector"&gt;a self-driving public bus service in Cambridge&lt;/a&gt; that has facilitated over 2,000 journeys across 700 miles of public road since its launch in June 2025, is the second project to have received UK government grant funding from Enable, which will see the trial expanded to explore further benefits of deploying CAM on public roads and will run until June 2027.&lt;/p&gt; 
&lt;p&gt;A further seven technical demonstrator projects including autonomous airside vehicles for airports, winter gritters and city-ready passenger-carrying vehicles have also secured funding from the first CAM Pathfinder: Demonstrate competition.&lt;/p&gt; 
&lt;p&gt;UK industry minister Blair McDougall said: “Britain’s autonomous vehicle sector is world-class, and with our Modern Industrial Strategy, we’re bringing business and science together to support the innovators and businesses who are shaping the future of transport. By backing these cutting-edge technologies with the funding to scale up, we’re helping this innovative sector to drive growth and jobs in every part of the UK, and I want to congratulate all the winners on their success and their role in reinforcing Britain’s leadership in this fast-growing industry.”&lt;/p&gt; 
&lt;p&gt;Zenzic programme director Mark Cracknell added: “Today’s announcement builds on all of the fantastic progress made by CAM Pathfinder so far, and puts the UK firmly in the driving seat when it comes to developing and deploying the CAM services of tomorrow. From construction to public roads and airside, these projects have the potential to transform UK businesses, create and safeguard hundreds of jobs, and further strengthen the domestic supply chain.”&lt;/p&gt;</body>
            <description>Investment boost for projects exploring how autonomous vehicles could benefit businesses and communities across the UK as part of £150m Pathfinder programme</description>
            <image>https://cdn.ttgtmedia.com/visuals/ComputerWeekly/HeroImages/London-Westminster-Parliament-government-fazon-adobe.jpg</image>
            <link>https://www.computerweekly.com/news/366649015/UK-government-unlocks-further-connected-vehicle-development-funding</link>
            <pubDate>Fri, 14 Aug 2026 03:45:00 GMT</pubDate>
            <title>UK government unlocks further connected vehicle development funding</title>
        </item>
        <item>
            <body>&lt;p&gt;With the UK in another heatwave and no signs of any rain clouds on the horizon, our once green, green grass, is now a stark, parched landscape resulting from the country’s worst drought. While many face a hosepipe ban, and the impact on farming means we may well be heading into a food crisis, the UK government appears to be doing very little to curb the excesses of the tech sector, especially when it comes to the use of water in datacentres.&lt;/p&gt; 
&lt;p&gt;In written evidence submitted to the &lt;a href="https://committees.parliament.uk/writtenevidence/164766/html/"&gt;Environmental Audit Committee’s&lt;/a&gt; enquiry into the sustainability of datacentres, Water UK, the trade association for the UK’s water industry, stated that datacentres currently use approximately 6.6 million litres of water per day. This is equivalent to the water used by 20,000 average homes. If the government achieves its target to triple datacentre capacity by 2030, Water UK says the water needed by these sites could increase to 19.8 million litres, which is equivalent to 60,000 homes.&lt;/p&gt; 
&lt;p&gt;Water UK estimates that average peak demands imposed by current datacentre capacity is 14 million litres per day, which equates to 7 million litres per gigawatt of datacentre capacity as an average consumption figure. According to Water UK, the least water-efficient datacentres operate at around 15.75 million litres of water per gigawatt of capacity.&lt;/p&gt; 
&lt;p&gt;The fact that we’re in a heatwave, which means there’s massive demand for home air conditioning, also directly affects datacentres. The delicate microelectronics in modern datacentres are designed to operate within certain temperature limits and as the outside temperature gets hotter, the &lt;a href="https://www.computerweekly.com/feature/How-to-keep-datacentres-cool"&gt;cooling equipment&lt;/a&gt; – which are effectively sophisticated air conditioning units – have to work harder to ensure the chips don’t melt because the ambient temperature is much higher.&lt;/p&gt; 
&lt;p&gt;The written evidence submitted by Water UK cites research from &lt;a href="https://amp.xylem.com/m/aa10f8022757c5e/original/Watering-the-New-Economy-DIGITAL-final.pdf?_gl=1*1sbx9dj*_ga*OTM4ODMxMjQzLjE3ODY1NDk2NzY.*_ga_5MGCBGPER9*czE3ODY2MDUxMDgkbzIkZzAkdDE3ODY2MDUxMDgkajYwJGwwJGg2MzUwMTI3MjE.*_gcl_au*MTY1NTEzNzkxMi4xNzg2NTQ5Njc5"&gt;Xylem and Global Water Intelligence&lt;/a&gt;, which shows the link between the amount of water datacentres use and outside temperature. In North America, in July, datacentres used around 2,500% the volume of water they use in January. “This is because below certain temperatures datacentres can rely on ambient outside air temperatures for cooling, but they cannot do this in the summer months, when ambient temperatures are too warm,” it said.&lt;/p&gt; 
&lt;p&gt;Gigawatts of electricity are essential and it’s expensive to build out the grid to support datacentres. But they cannot operate without a supply of water, which seems to have been forgotten in the government’s rush to digitise Britain’s economy, the 50-point plan of action for artificial intelligence (AI), AI growth zones and the 2030 industrial strategy. It seems that flawed assumptions on lower industrial water usage now means we will not have enough water for future datacentres.&lt;/p&gt;</body>
            <description>With the UK in another heatwave and no signs of any rain clouds on the horizon, our once green, green grass, is now a stark, parched landscape resulting from the country’s worst drought. While many ...</description>
            <link>https://www.computerweekly.com/blog/Cliff-Sarans-Enterprise-blog/Datacentre-drought</link>
            <pubDate>Fri, 14 Aug 2026 03:25:32 GMT</pubDate>
            <title>Datacentre drought</title>
        </item>
        <title>Enterprise Software Resources and Information from TechTarget</title>
        <ttl>60</ttl>
        <webMaster>webmaster@techtarget.com</webMaster>
    </channel>
</rss>
