- about.php: title, subtitle, bio, technical background - quote.php: title, meta, badge (10+ Years Python → 10+ Years Experience) - case-studies/index.php: pipeline descriptions - author-bio.php: fake author roles and bios - article-footer.php: replace Python article links with actual AI articles - blog/search.php: replace Python article, remove Python topic tag
174 lines
9.5 KiB
PHP
174 lines
9.5 KiB
PHP
<?php
|
|
$page_title = "Case Studies | UK AI Automation - AI Automation";
|
|
$page_description = "Real examples of automation projects we've built for UK law firms and management consultancies — document extraction, research automation, data pipelines, and AI agents.";
|
|
$canonical_url = "https://ukaiautomation.co.uk/case-studies/";
|
|
?>
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title><?php echo htmlspecialchars($page_title); ?></title>
|
|
<meta name="description" content="<?php echo htmlspecialchars($page_description); ?>">
|
|
<meta name="robots" content="index, follow">
|
|
<link rel="canonical" href="<?php echo htmlspecialchars($canonical_url); ?>">
|
|
<link rel="icon" type="image/svg+xml" href="/assets/images/favicon.svg">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;600;700&family=Lato:wght@400;500;700&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="/assets/css/main.min.css?v=1.1.4">
|
|
<style>
|
|
.cs-hero { padding: 120px 0 60px; background: linear-gradient(135deg, #1e1b4b 0%, #7c3aed 100%); text-align: center; color: white; }
|
|
.cs-hero h1 { font-size: 2.8rem; margin-bottom: 20px; }
|
|
.cs-hero p { font-size: 1.2rem; opacity: 0.9; max-width: 700px; margin: 0 auto; }
|
|
.cs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 30px; padding: 80px 0; }
|
|
.cs-card { background: white; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); overflow: hidden; border-top: 4px solid #6d28d9; }
|
|
.cs-card-body { padding: 30px; }
|
|
.cs-tag { display: inline-block; background: #f0f9f7; color: #4f46e5; font-size: 0.8rem; font-weight: 600; padding: 4px 12px; border-radius: 20px; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.5px; }
|
|
.cs-card h2 { font-size: 1.3rem; color: #1e1b4b; margin-bottom: 12px; }
|
|
.cs-card p { color: #666; line-height: 1.6; margin-bottom: 20px; }
|
|
.cs-result { background: #f8f9fa; border-radius: 8px; padding: 16px; font-weight: 600; color: #7c3aed; }
|
|
.cs-result span { display: block; font-size: 1.5rem; color: #6d28d9; }
|
|
.cs-cta { padding: 80px 0; background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%); text-align: center; color: white; }
|
|
.cs-cta h2 { font-size: 2rem; margin-bottom: 20px; }
|
|
.cs-cta p { font-size: 1.1rem; opacity: 0.9; margin-bottom: 40px; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<a href="#main-content" class="skip-to-content">Skip to main content</a>
|
|
<?php include($_SERVER["DOCUMENT_ROOT"] . "/includes/nav.php"); ?>
|
|
|
|
<main id="main-content">
|
|
<section class="cs-hero">
|
|
<div class="container">
|
|
<h1>Case Studies</h1>
|
|
<p>Real automation projects delivered for UK law firms and management consultancies — with measurable time savings.</p>
|
|
</div>
|
|
</section>
|
|
|
|
<section style="background: #f8f9fa; padding: 0 0 80px;">
|
|
<div class="container">
|
|
<div class="cs-grid">
|
|
|
|
<div class="cs-card">
|
|
<div class="cs-card-body">
|
|
<span class="cs-tag">Document Extraction</span>
|
|
<h2>Due Diligence Pack Automation — Corporate Law Firm</h2>
|
|
<p>A mid-size corporate law firm was spending 2 days per deal extracting and summarising data from due diligence packs — contracts, company filings, financial statements. We built an AI pipeline using OCR and LLMs that processes the same packs overnight, outputting a structured summary report.</p>
|
|
<div class="cs-result">
|
|
<span>2 days → overnight</span>
|
|
Time saved per M&A transaction
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="cs-card">
|
|
<div class="cs-card-body">
|
|
<span class="cs-tag">Research Automation</span>
|
|
<h2>Market Intelligence Monitoring — Management Consultancy</h2>
|
|
<p>A management consultancy's research team spent several hours each week manually monitoring industry publications and news sources to brief partners ahead of client engagements. We built an automated system that monitors sources daily, classifies relevant items by practice area, and delivers a structured briefing to each partner every morning.</p>
|
|
<div class="cs-result">
|
|
<span>~25 hours/month saved</span>
|
|
Across the research team
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="cs-card">
|
|
<div class="cs-card-body">
|
|
<span class="cs-tag">Data Pipeline</span>
|
|
<h2>Automated Weekly Reporting — Management Consultancy</h2>
|
|
<p>A management consultancy was spending half a day every Monday manually pulling data from four different systems and compiling a client report. We built an automation pipeline that runs automatically each Monday morning, pulling from all four sources and generating a formatted report ready for review by 9am.</p>
|
|
<div class="cs-result">
|
|
<span>4 hours → 0 hours</span>
|
|
Weekly manual effort eliminated
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="cs-card">
|
|
<div class="cs-card-body">
|
|
<span class="cs-tag">AI Agent</span>
|
|
<h2>Contract Review Agent — Legal Services</h2>
|
|
<p>A legal services team regularly reviewed supplier contracts for specific clause types and risk indicators. We built a custom AI agent that ingests contracts, identifies and extracts key clauses, flags risk indicators against a defined checklist, and produces a structured review summary — replacing the first pass of manual review.</p>
|
|
<div class="cs-result">
|
|
<span>80% reduction</span>
|
|
In first-pass review time
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="cs-cta">
|
|
<div class="container">
|
|
<h2>Have a Similar Problem?</h2>
|
|
<p>Book a free 20-minute call and we'll look at your specific workflow together.</p>
|
|
<a href="/quote" class="btn btn-secondary" style="background: white; color: #7c3aed; border-color: white;">Get a Free Quote</a>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<!-- Footer -->
|
|
<footer class="footer">
|
|
<div class="container">
|
|
<div class="footer-content">
|
|
<div class="footer-section">
|
|
<div class="footer-logo">
|
|
<img src="/assets/images/logo-white.svg" alt="UK AI Automation" loading="lazy" width="290" height="58">
|
|
</div>
|
|
<p>AI automation for UK legal and consultancy firms. Fixed-price projects, fast delivery, GDPR-compliant by default.</p>
|
|
</div>
|
|
<div class="footer-section">
|
|
<h3>Our Services</h3>
|
|
<ul>
|
|
<li><a href="/#services">Document Extraction</a></li>
|
|
<li><a href="/#services">Research Automation</a></li>
|
|
<li><a href="/#services">Data Pipelines</a></li>
|
|
<li><a href="/#services">Custom AI Agents</a></li>
|
|
<li><a href="/quote">Get a Quote</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="footer-section">
|
|
<h3>Who We Help</h3>
|
|
<ul>
|
|
<li>Law Firms</li>
|
|
<li>Management Consultancies</li>
|
|
|
|
|
|
</ul>
|
|
</div>
|
|
<div class="footer-section">
|
|
<h3>Resources</h3>
|
|
<ul>
|
|
<li><a href="/blog/">Blog</a></li>
|
|
<li><a href="/case-studies/">Case Studies</a></li>
|
|
<li><a href="/about">About</a></li>
|
|
<li><a href="/faq">FAQ</a></li>
|
|
<li><a href="/quote">Get a Quote</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="footer-section">
|
|
<h3>Legal</h3>
|
|
<ul>
|
|
<li><a href="/privacy-policy">Privacy Policy</a></li>
|
|
<li><a href="/terms-of-service">Terms of Service</a></li>
|
|
<li><a href="/gdpr-compliance">GDPR Compliance</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="footer-bottom">
|
|
<div class="footer-bottom-content">
|
|
<div class="footer-copyright">
|
|
<p>© <?php echo date('Y'); ?> UK AI Automation. All rights reserved.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
<script src="/assets/js/main.min.js?v=1.1.1"></script>
|
|
</body>
|
|
</html>
|