'How Law Firms Can Automate Due Diligence Document Review', 'url' => '/blog/articles/due-diligence-automation-law-firms', 'category' => 'Legal Tech', 'date' => '2026-03-21', 'excerpt' => 'Due diligence is one of the most document-heavy tasks in legal practice. AI extraction systems can now handle the bulk of this work.', 'keywords' => 'due diligence automation law firm document review AI legal', ], [ 'title' => 'Research Automation for Management Consultancies', 'url' => '/blog/articles/research-automation-management-consultancy', 'category' => 'Consultancy Tech', 'date' => '2026-03-21', 'excerpt' => 'Junior analysts at consultancy firms spend a disproportionate amount of time on desk research that could be largely automated.', 'keywords' => 'research automation management consultancy desk research market intelligence', ], [ 'title' => 'What Is an AI Agent? A Plain-English Guide for Legal and Consultancy Firms', 'url' => '/blog/articles/what-is-an-ai-agent-professional-services', 'category' => 'AI Automation', 'date' => '2026-03-21', 'excerpt' => 'The term AI agent gets used a lot, but what does it actually mean for a law firm or consultancy?', 'keywords' => 'AI agent professional services what is an AI agent law firm consultancy', ], [ 'title' => 'Document Extraction: From Unstructured PDF to Structured Database', 'url' => '/blog/articles/document-extraction-pdf-to-database', 'category' => 'AI Automation', 'date' => '2026-03-21', 'excerpt' => 'Modern AI extraction pipelines can turn stacks of PDFs and Word documents into clean, queryable data.', 'keywords' => 'document extraction PDF database AI pipeline OCR', ], [ 'title' => 'The Real Cost of Manual Data Work in Legal and Consultancy Firms', 'url' => '/blog/articles/cost-of-manual-data-work-professional-services', 'category' => 'Business Case', 'date' => '2026-03-21', 'excerpt' => 'Manual data work costs professional services firms far more than they typically account for.', 'keywords' => 'manual data work cost ROI automation professional services efficiency', ], [ 'title' => 'GDPR and AI Automation: What UK Professional Services Firms Need to Know', 'url' => '/blog/articles/gdpr-ai-automation-uk-firms', 'category' => 'Compliance', 'date' => '2026-03-21', 'excerpt' => 'GDPR compliance is a legitimate concern when deploying AI automation in UK legal and consultancy firms.', 'keywords' => 'GDPR AI automation UK data protection compliance', ], ]; $search_results = []; if ($search_query) { foreach ($articles as $a) { $haystack = strtolower($a['title'] . ' ' . $a['excerpt'] . ' ' . $a['keywords'] . ' ' . $a['category']); if (strpos($haystack, strtolower($search_query)) !== false) { $search_results[] = $a; } } } ?>