<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Data and AI blogs | Made Tech</title>
	<atom:link href="https://www.madetech.com/blog/category/data-and-ai/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.madetech.com/blog/category/data-and-ai/</link>
	<description>Made Tech provide Digital, Data and Technology services to the UK public sector</description>
	<lastBuildDate>Tue, 12 May 2026 14:43:52 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.madetech.com/wp-content/uploads/2024/10/cropped-madetech-favicon-32x32.png</url>
	<title>Data and AI blogs | Made Tech</title>
	<link>https://www.madetech.com/blog/category/data-and-ai/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>AI is an accelerator, not a shortcut, when tackling legacy systems</title>
		<link>https://www.madetech.com/blog/ai-legacy-system-modernisation/</link>
		
		<dc:creator><![CDATA[Geraldine Mathews]]></dc:creator>
		<pubDate>Tue, 12 May 2026 14:43:50 +0000</pubDate>
				<category><![CDATA[Data and AI]]></category>
		<category><![CDATA[Legacy modernisation]]></category>
		<category><![CDATA[Public safety and national security]]></category>
		<category><![CDATA[Delivering Public Safety Outcomes at Pace]]></category>
		<guid isPermaLink="false">https://www.madetech.com/?p=20223</guid>

					<description><![CDATA[<p>AI is a powerful accelerator for legacy system modernisation, speeding up discovery and redevelopment, but success still depends on rigorous engineering discipline and a thoughtful approach to governance.</p>
<p>The post <a href="https://www.madetech.com/blog/ai-legacy-system-modernisation/">AI is an accelerator, not a shortcut, when tackling legacy systems</a> appeared first on <a href="https://www.madetech.com">Made Tech</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><em>This post is part of our <a href="https://www.madetech.com/blog/tag/delivering-public-safety-outcomes-at-pace-series/" type="link" id="https://www.madetech.com/blog/tag/delivering-public-safety-outcomes-at-pace-series/">Delivering Public Safety Outcomes at Pace series</a>.</em></p>



<p>Modernising legacy technology has never been about simply replacing what exists. As we saw in the previous article, the real challenge is understanding complex systems and improving them without disrupting the services that depend on them.</p>



<p>AI is now accelerating that process. It is changing how teams analyse, rebuild and improve legacy systems, but it is not removing the need for careful engineering or clear thinking.</p>



<p>Ben Pirt, Principal Technologist at Made Tech, describes the impact of AI. “It has been phenomenally helpful in understanding a legacy codebase,” he says. “With the right inputs, AI can analyse structures, surface relationships and explain how systems behave in a way that would previously have taken weeks or months to piece together.”</p>



<p>That kind of visibility matters because discovery is often the slowest part of modernisation. Teams need to understand not just what a system does, but why it behaves the way it does, and how that connects to real-world processes. AI does not remove the need for that work, but it can accelerate it significantly.</p>



<h2 class="wp-block-heading">Speeding up redevelopment without losing control</h2>



<p>It is also starting to change how redevelopment happens. In one example, teams used AI to extract behaviours from a legacy codebase and treat those behaviours as a set of specifications. They then used AI to reimplement those behaviours in a new language, bringing tests across at the same time.</p>



<p>The results were immediate. “A week-long test got through a huge amount,” Ben says. “For certain types of work, particularly where patterns are well understood, AI can speed up delivery in a way that would have been difficult to achieve even a year ago.”</p>



<p>That is especially true for more repetitive tasks. Building API endpoints, following established patterns and generating boilerplate code are all areas where AI is already performing well. As Ben puts it, it is “insanely good” at following structured instructions.</p>



<p>It would be easy to see this as a shortcut to solving legacy problems, but the reality is more complex. AI can move things forward quickly, but it can also replicate existing issues just as fast if it is not used carefully.</p>



<p>“If you just say to AI, ‘port this code’, it’ll do it,” Ben explains. “But it might not do it very well.” In that scenario, the risk is that you carry forward the same poor design into a new environment, rather than improving it.</p>



<p>That is why engineering discipline still matters. If anything, it matters more. Strong testing, clear specifications and careful validation are what make AI useful rather than risky.</p>



<p>Just as importantly, organisations need permission to approach AI incrementally. That often means starting in low-risk areas, testing where it adds value, and creating space for teams to learn without feeling they have to bet the service on a single decision. In practice, responsible innovation often depends as much on creating that permission as it does on the technology itself.</p>



<p>Ben describes using AI within a controlled, test-driven approach. Behaviour is extracted, verified against the existing system and then used to guide the new implementation. The AI is not left to decide what “good” looks like on its own; it is constrained by clear rules and expectations.</p>



<p>“If you force it down a rigorous path, you can get extremely good quality,” he says. “Without that structure, the outputs are far less reliable.”</p>



<p>That structure also has to include transparency and governance. If AI is helping analyse, generate or recommend changes to legacy systems, teams need to understand how those outputs are reached, how decisions are validated, and where accountability sits.</p>



<h2 class="wp-block-heading">Avoiding a new generation of technical debt</h2>



<p>There is also a broader question about how AI is used across organisations. As tools become more accessible, it becomes easier for teams to build solutions quickly. That can be a positive shift, but it also introduces a familiar risk. Geraldine Mathews, Client Partner at Made Tech, highlights the concern that organisations may start solving problems in isolation. One team builds something for one part of the service, another team builds something elsewhere, and the overall journey becomes more fragmented rather than less.</p>



<p>“It’s got to be about the full user journey,” she says. “Without that focus, there is a real chance of creating a new layer of technical debt on top of the old one.”</p>



<p>Geraldine continues: “This is where the conversation becomes particularly interesting. AI is often positioned as a way to reduce technical debt, but it may also change what technical debt looks like. Instead of slow, ageing systems, the risk becomes fast-moving, disconnected ones.</p>



<p>“The technology itself is not the issue. The challenge is how it is applied. Without a clear delivery approach, strong architecture and a shared understanding of user needs, speed can work against you.”</p>



<h2 class="wp-block-heading">AI is an accelerator, not a shortcut</h2>



<p>At the same time, expectations are rising quickly. Organisations are seeing demonstrations of AI rewriting legacy systems and naturally begin to expect similar results. As Geraldine notes, “the expectation is going to be very high now”.</p>



<p>“That creates pressure to move faster, but it also increases the importance of getting things right. Delivering quickly is only useful if what you deliver is coherent, maintainable and aligned with how people actually work.”</p>



<p>This is also where risk assessment becomes practical. Rather than asking whether AI should or should not be used, the better question is where it is appropriate, where human oversight should remain, and how risks can be reduced through staged delivery. That is often where Made Tech works closely with clients, assessing the service, identifying suitable use cases, and proving approaches safely before scaling them into live environments.</p>



<p>Geraldine continues: “There is also a question about how far AI can go in redefining legacy modernisation. Some suggest that older systems can simply be translated into modern stacks with minimal effort. While that is technically possible, it risks missing a key opportunity.</p>



<p>“Porting a system does not improve it. It changes the environment it runs in, but it does not address the underlying design issues or the mismatch with user needs. Without that deeper work, the same problems are likely to resurface.”</p>



<p>That is why the fundamentals remain the same. Understanding users, designing around real workflows and building systems that can evolve over time are still central to successful modernisation. AI can support that process, but it cannot replace it.</p>



<p>In practice, the most effective use of AI is as an accelerator rather than a solution in its own right. It helps teams understand systems more quickly, test ideas more thoroughly and deliver certain types of work more efficiently.</p>



<p>What it does not do is remove the need for judgement. As Ben puts it, the best engineering practices still apply, and in many cases, they become even more important when AI is involved.</p>



<p>Looking ahead, the role of AI in legacy modernisation is likely to evolve quickly. The organisations that benefit most will not be the ones that adopt it fastest, but the ones that use it most thoughtfully.</p>



<p>In that sense, AI does not change the goal of modernisation. It changes how effectively that goal can be achieved, provided the focus remains on building systems that genuinely work for the people who rely on them.</p>



<p></p>



<p><em>Learn more about our </em><a href="https://www.madetech.com/industries/national-security-public-safety/">public safety and defence</a><em> expertise and how Made Tech can help your organisation.</em></p>
<p>The post <a href="https://www.madetech.com/blog/ai-legacy-system-modernisation/">AI is an accelerator, not a shortcut, when tackling legacy systems</a> appeared first on <a href="https://www.madetech.com">Made Tech</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>When AI gets in the way of the story</title>
		<link>https://www.madetech.com/blog/when-ai-gets-in-the-way-of-the-story/</link>
		
		<dc:creator><![CDATA[Lisa Mills]]></dc:creator>
		<pubDate>Thu, 05 Mar 2026 15:58:44 +0000</pubDate>
				<category><![CDATA[Data and AI]]></category>
		<category><![CDATA[Life at Made Tech]]></category>
		<guid isPermaLink="false">https://www.madetech.com/?p=20114</guid>

					<description><![CDATA[<p>AI is increasingly good at helping researchers analyse data. That part is no longer controversial. What’s less talked about is what happens after the analysis – when insights need to be shaped into a story that people can actually understand and act on.</p>
<p>The post <a href="https://www.madetech.com/blog/when-ai-gets-in-the-way-of-the-story/">When AI gets in the way of the story</a> appeared first on <a href="https://www.madetech.com">Made Tech</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>AI is increasingly good at helping researchers analyse data. That part is no longer controversial. What’s less talked about is what happens <em>after</em> the analysis – when insights need to be shaped into a story that people can actually understand and act on.</p>



<p>Recently, I found myself in an unfamiliar position. I’d done thorough research, validated the findings, and used AI appropriately to synthesise a large volume of data. And yet, when I presented the work, it didn’t land in the way I expected.</p>



<p>The issue wasn’t the quality of the insights. It was the story I told with them, and how subtly that story had been shaped by the tools I used along the way.</p>



<p>This is a reflection on using AI in research storytelling: where it helped, where it quietly constrained my thinking, and what I’ll do differently next time.</p>



<h2 class="wp-block-heading">The context: lots of data, sensible intentions</h2>



<p>I’m currently working on a programme integrating a new off-the-shelf online data management system. As part of this work, I conducted research with two different internal stakeholder teams, as well as external users of the existing process/system.</p>



<p>The aim was to understand the “as-is” experience in full detail: the challenges, how they showed up across teams, and how they played out across the end-to-end journey.</p>



<p>The interviews returned a <em>lot</em> of data. Rich, nuanced, and detailed. The kind of dataset that’s incredibly valuable and slightly intimidating.</p>



<h2 class="wp-block-heading">Where AI genuinely helped</h2>



<p>This is where AI did exactly what it promised.</p>



<p>I used it to help:</p>



<ul class="wp-block-list">
<li>Synthesise large volumes of qualitative data</li>



<li>Identify recurring themes and patterns</li>



<li>Surface challenges across the end-to-end journey</li>
</ul>



<p>It gave me speed, confidence, and reassurance that key insights weren’t being missed. I mapped the findings out across the “as-is” journey on a MIRO board and structured a report that presented challenges by each stage of the process.</p>



<p>At the outset, this felt entirely reasonable. Logical, even. If the team could clearly see <em>where</em> the pain was occurring, they could start to address it.</p>



<h2 class="wp-block-heading">The problem I realised too late</h2>



<p>As I moved into report writing – and later, presenting the findings – I could feel something wasn’t quite right.</p>



<p>The work was thorough.<br>The insights were accurate.<br>The facts were checked.</p>



<p>And yet, the findings felt repetitive. The narrative felt flat. Instead of a clear articulation of the <em>big issues</em>, the audience was being taken through a long list of challenges without a strong sense of what really mattered or how it all connected.</p>



<p>This was unusual for me. I’ve always considered storytelling a strength when presenting research. Normally, I move from synthesis on a MIRO or Mural board into a deck with relative ease, shaping insights into a narrative that helps teams think and act differently.</p>



<p>This time, that flow wasn’t there.</p>



<h2 class="wp-block-heading">The subtle trap of AI-assisted structure</h2>



<p>After the session, I spent time reflecting on what I’d done differently.</p>



<p>The key difference wasn’t the project or the complexity of the work; it was my starting point.</p>



<p>This time, I began with two detailed <em>word reports</em> that AI had helped me generate, outlining challenges by process stage. That’s not how I usually work. In the past, I’ve tended to move straight from visual synthesis into storytelling, shaping the narrative myself as I go.</p>



<p>Instead, I found myself reacting to a structure that already existed.</p>



<p>The structure made sense. It was coherent and comprehensive. But it wasn’t necessarily <em>the story that needed to be told</em>.</p>



<p>This is where AI can quietly lead you down a path you didn’t consciously choose:</p>



<ul class="wp-block-list">
<li>It produces a logical, complete structure</li>



<li>That structure feels “right,” so it goes largely unquestioned</li>



<li>You start optimising within it, rather than stepping back and reframing</li>
</ul>



<p>Fact-checking didn’t solve this, because the problem wasn’t accuracy – it was meaning.</p>



<h2 class="wp-block-heading">Why checking the facts isn’t enough</h2>



<p>Everything in the report was correct.<br>That didn’t make it effective.</p>



<p>Good research storytelling isn’t just about describing what’s happening at each step of a journey. It’s about:</p>



<ul class="wp-block-list">
<li>What really matters</li>



<li>What connects issues together</li>



<li>What explains <em>why</em> things are breaking down</li>



<li>What decision-makers actually need to understand</li>
</ul>



<p>AI is excellent at surfacing <em>what</em>.<br>It’s far less capable of deciding <em>so what</em>.</p>



<p>That still requires human judgement, context, and a point of view.</p>



<h2 class="wp-block-heading">Going back (and reframing the story)</h2>



<p>I went back to the findings and reworked them into a shorter report with a very different structure. Instead of following the process end to end, it focused on a clear narrative about the core issues shaping the experience overall.</p>



<p>The result was:</p>



<ul class="wp-block-list">
<li>Shorter</li>



<li>Clearer</li>



<li>Easier to follow</li>



<li>More actionable</li>
</ul>



<p>In the process, I created two detailed Word reports, a needlessly long deck, and finally the report I should have produced at the outset.</p>



<p>That’s not time I’ll get back, but it is a lesson I’ll take forward.</p>



<h2 class="wp-block-heading">What I’ve taken away</h2>



<p>A few reflections I’ll be carrying with me:</p>



<ol class="wp-block-list">
<li><strong>AI is extremely helpful in making sense of complexity</strong><br>Especially when working with large volumes of qualitative data and needing confidence that key themes haven’t been missed.</li>



<li><strong>The biggest risk isn’t over-reliance, it’s unexamined influence</strong><br>I didn’t outsource my thinking to AI, but I did allow an AI-generated structure to become the default frame for the story. That influence was subtle, logical, and easy to accept, which is exactly why it’s worth paying attention to.</li>



<li><strong>Accuracy alone doesn’t create insight</strong><br>Everything in the report was correct. That didn’t make it coherent, compelling, or easy to act on.</li>



<li><strong>Storytelling requires conscious human framing</strong><br>I was using my judgement throughout, but I wasn’t always aware of how my framing had been shaped upstream. The lesson wasn’t to “use my brain more,” but to pause earlier and ask whether this was truly the story I wanted to tell.</li>
</ol>



<p>AI didn’t weaken this work, but it did make it easier to follow a path I wouldn’t have consciously chosen.</p>



<h2 class="wp-block-heading">What I’ll do differently next time</h2>



<ul class="wp-block-list">
<li>Use AI heavily for synthesis, but pause before locking in any AI-generated structure</li>



<li>Sense-check the narrative <em>before</em> writing detailed reports or decks</li>



<li>Ask: “If I had to explain this in three slides, what’s the story?”</li>



<li>Separate process mapping from insight storytelling more deliberately</li>



<li>Treat AI outputs as prompts, not starting points</li>
</ul>



<p>AI can help you find the insights, but it’s still up to you to decide which story is worth telling.</p>



<p></p>
<p>The post <a href="https://www.madetech.com/blog/when-ai-gets-in-the-way-of-the-story/">When AI gets in the way of the story</a> appeared first on <a href="https://www.madetech.com">Made Tech</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Unlocking the Power of Public Sector Data by Overcoming Common Strategy Pitfalls</title>
		<link>https://www.madetech.com/blog/unlocking-the-power-of-public-sector-data-by-overcoming-common-strategy-pitfalls/</link>
		
		<dc:creator><![CDATA[Chasey Davies-Wrigley]]></dc:creator>
		<pubDate>Wed, 04 Mar 2026 10:46:07 +0000</pubDate>
				<category><![CDATA[Data and AI]]></category>
		<category><![CDATA[data strategy]]></category>
		<category><![CDATA[public sector data]]></category>
		<guid isPermaLink="false">https://www.madetech.com/?p=20103</guid>

					<description><![CDATA[<p>Discover the four common pitfalls that cause public sector data strategies to fail and learn how shifting from a document-based approach to a dynamic practice can deliver real-world change for citizens.</p>
<p>The post <a href="https://www.madetech.com/blog/unlocking-the-power-of-public-sector-data-by-overcoming-common-strategy-pitfalls/">Unlocking the Power of Public Sector Data by Overcoming Common Strategy Pitfalls</a> appeared first on <a href="https://www.madetech.com">Made Tech</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>For the public sector, data is more than just numbers on a spreadsheet; it’s a strategic asset that can fuel better services and outcomes for citizens. Yet too often, a data strategy becomes a hefty document that gets approved and then quietly filed away, never truly driving change.</p>



<p>Why does this happen? Developing a data strategy is often treated as a one-off project or a purely technical exercise rather than a continuous, human-centred effort. Below, we explore some common pitfalls that can undermine a public sector data strategy and how to overcome them.</p>



<h2 class="wp-block-heading">Common Pitfalls in Public Sector Data Strategy</h2>



<h3 class="wp-block-heading">Treating Strategy as a Document Instead of a Practice</h3>



<p>It’s a mistake to focus on writing a “perfect” data strategy document and assume that alone will ensure success. In reality, a strategy that just sits on a shelf delivers no value unless people actually use it. A data strategy’s worth is measured by the actions and changes it drives, not by the weight of the document.<br></p>



<h3 class="wp-block-heading">Overlooking People and Culture</h3>



<p>Another common pitfall is fixating on technology while neglecting the human factor. Without the right skills, mindset, and data-friendly culture, even the best technology will fall flat. Successful data initiatives require investing in your people by building data literacy, encouraging collaboration, and getting buy-in at all levels. People are ultimately the ones who turn data strategy into real results.<br></p>



<h3 class="wp-block-heading">Lack of Clear Purpose or Alignment</h3>



<p>A strategy without a clear purpose or audience can become an academic exercise detached from reality. If it’s not clear who will benefit from your data initiatives or what value they will derive, the strategy will likely have little real impact. Ensure every data project is tied to a specific user need or organisational goal. A user-centred, mission-aligned strategy rallies support and delivers tangible outcomes because everyone can see the “why” and the “who” behind the effort.<br></p>



<h3 class="wp-block-heading">Treating Data Strategy as One-Off, Not Ongoing</h3>



<p>It’s tempting to consider your data strategy “done” once the document is published. In truth, a data strategy must be continually revisited and refined. The data landscape, public needs, and technologies are always evolving. If you treat your strategy as static, it will quickly become outdated. Instead, approach it as a dynamic, ongoing process (as Gartner puts it, a “highly dynamic process… in support of business objectives”). Regular reviews and updates will keep your strategy relevant and effective as conditions change.<br></p>



<h2 class="wp-block-heading">From Pitfalls to Progress: How to Build a Successful Data Strategy</h2>



<p>Avoiding the pitfalls above requires a holistic approach – one that combines people, process, and technology, and treats the strategy as a journey rather than a destination. Here are some steps public sector digital leaders can consider to turn a stalled data strategy into real-world progress:</p>



<h3 class="wp-block-heading">Understand Your Starting Point (Data Maturity)</h3>



<p>Before plotting where to go, you need to know where you are. A Data Maturity Assessment evaluates your organisation’s current data capabilities and highlights gaps in skills, processes, governance, or technology. At Made Tech, we often begin with this step – mapping out your data maturity provides a baseline and helps create a realistic roadmap for progress.<br></p>



<h3 class="wp-block-heading">Align Strategy with Mission and Users</h3>



<p>Audit your current data landscape and clarify your goals so that your data strategy directly supports your organisation’s mission and the needs of its users. Every project or initiative should tie back to a clear business objective or user outcome. At Made Tech, we collaborate through Data Strategy Support to help public sector teams define a clear vision and an actionable plan aligned to their purpose. This ensures the strategy is practical and focused on delivering value from day one.<br></p>



<h3 class="wp-block-heading">Get the Right Technology and Architecture</h3>



<p>Even a great plan can stall if your technical foundations can’t support it. It’s important to review whether your data infrastructure is fit for purpose – for example, ensure your data pipelines and storage solutions are modern and scalable, and that the right people have access to analytics tools. A thorough Technology and Architecture Review will highlight any gaps so you can address them early. By shoring up your tech stack, you ensure technology doesn’t become a bottleneck to your strategy’s success.<br></p>



<h3 class="wp-block-heading">Invest in People and Skills</h3>



<p>Technology alone can’t deliver a data-driven transformation – you need to empower the people behind it. Upskill your staff through training and mentoring so they have the confidence and capability to work with data effectively. Encourage a “one team” culture where technologists and domain experts collaborate closely. When people feel supported and see data making their jobs easier, they become champions of the strategy.<br></p>



<h3 class="wp-block-heading">Establish Strong Data Governance and Ethics</h3>



<p>Maintaining public trust is essential. Build governance into your strategy from the start – ensure privacy, security, and compliance (e.g. GDPR) are properly managed. Set clear policies, data quality standards, and access controls. Good governance not only prevents missteps but also builds confidence that data is handled responsibly. With the right framework in place, your organisation can innovate while staying within legal and ethical bounds.<br></p>



<h3 class="wp-block-heading">Map Your Data Ecosystem</h3>



<p>Public sector data environments are often complex and siloed. By visualising how data flows between teams and systems (using tools like the ODI’s mapping approach), you can uncover hidden bottlenecks and identify key data sources, stakeholders, and dependencies. This big-picture view highlights where processes could be streamlined or where risks (like bottlenecks or compliance gaps) exist. Ultimately, mapping your ecosystem leads to better oversight and more informed decisions.<br></p>



<h3 class="wp-block-heading">Embrace Continuous Improvement and Innovation</h3>



<p>A data strategy isn’t static – it should evolve with new learnings and changing technology. Once you have a solid foundation, you can explore advanced analytics or AI in a controlled, mission-aligned way. Keep treating your strategy as an ongoing journey: regularly review progress, measure outcomes, and be ready to adjust course as needs change. This commitment to continuous improvement ensures your strategy stays relevant and impactful.<br></p>



<h2 class="wp-block-heading">Driving Data Success</h2>



<p>Building a data-driven public sector organisation is no small task – but you don’t have to tackle it alone. At Made Tech, our 450+ experts have helped many public sector organisations navigate this journey, from assessing data maturity to implementing cutting-edge solutions. We work shoulder-to-shoulder with civil servants to build capability and deliver lasting outcomes.</p>



<p>Ultimately, a data strategy is not just a document – it’s a living program of change. By avoiding the common pitfalls and focusing on people, purpose, and continuous improvement, you can unlock the power of data to improve public services. If you’re ready to accelerate your organisation’s data journey or revive a stalled initiative, we invite you to <a href="https://www.madetech.com/services/data-and-ai/" type="page" id="678">explore Made Tech’s Data &amp; AI services</a>.</p>
<p>The post <a href="https://www.madetech.com/blog/unlocking-the-power-of-public-sector-data-by-overcoming-common-strategy-pitfalls/">Unlocking the Power of Public Sector Data by Overcoming Common Strategy Pitfalls</a> appeared first on <a href="https://www.madetech.com">Made Tech</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The power of bringing people together: Key takeaways from the Local Government Innovation Hackathon</title>
		<link>https://www.madetech.com/blog/the-power-of-bringing-people-together-key-takeaways-from-the-local-government-innovation-hackathon/</link>
		
		<dc:creator><![CDATA[Made Tech Team]]></dc:creator>
		<pubDate>Thu, 18 Dec 2025 15:41:58 +0000</pubDate>
				<category><![CDATA[Data and AI]]></category>
		<category><![CDATA[Local government]]></category>
		<guid isPermaLink="false">https://www.madetech.com/?p=19981</guid>

					<description><![CDATA[<p>What happens when the public sector brings together lived experience, frontline insight and technical expertise? Reflections from the Local Government Innovation Hackathon reveal the power of collaboration in tackling homelessness.</p>
<p>The post <a href="https://www.madetech.com/blog/the-power-of-bringing-people-together-key-takeaways-from-the-local-government-innovation-hackathon/">The power of bringing people together: Key takeaways from the Local Government Innovation Hackathon</a> appeared first on <a href="https://www.madetech.com">Made Tech</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>The recent Local Government Innovation Hackathon, organised by the Ministry for Housing, Communities and Local Government, GDS Local, the Local Government Association, and Birmingham City Council, demonstrated what’s possible when expertise, lived experience, and technical capability come together with purpose.</p>



<p>As the first event organised by the recently formed GDS Local unit within the Department for Science, Innovation and Technology, it also provided a perfect platform to showcase GDS Local’s ambitions to work with councils to improve local services.&nbsp;</p>



<p>Over two intensive days, 150 participants from 70 organisations came together in 14 multidisciplinary teams to create solutions to some of the most pressing challenges facing local government today: homelessness, rough sleeping, and temporary accommodation. The teams then had less than&nbsp; 24 hours to build working prototypes in response to real-world challenge statements set by the organisers.</p>



<p>Our colleagues Jo Frances, Matthew McElroy, and Geettika Kejriwal had the opportunity to take part, and their reflections offer a vivid picture of how this hackathon set a new benchmark for innovation and what the wider public sector can learn from it.</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="639" src="https://www.madetech.com/wp-content/uploads/2025/12/030c4fbf-bf2a-4214-b651-6519b03a08c2-1024x639.jpg" alt="" class="wp-image-19984" srcset="https://www.madetech.com/wp-content/uploads/2025/12/030c4fbf-bf2a-4214-b651-6519b03a08c2-1024x639.jpg 1024w, https://www.madetech.com/wp-content/uploads/2025/12/030c4fbf-bf2a-4214-b651-6519b03a08c2-300x187.jpg 300w, https://www.madetech.com/wp-content/uploads/2025/12/030c4fbf-bf2a-4214-b651-6519b03a08c2-768x479.jpg 768w, https://www.madetech.com/wp-content/uploads/2025/12/030c4fbf-bf2a-4214-b651-6519b03a08c2-1536x958.jpg 1536w, https://www.madetech.com/wp-content/uploads/2025/12/030c4fbf-bf2a-4214-b651-6519b03a08c2.jpg 1600w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading">A hackathon designed around real public sector problems</h2>



<p>From the outset, MHCLG shaped this hackathon to ensure impact rather than abstraction. Instead of generic prompts, participants chose from three strategic, human-centred challenge statements that could be addressed using data and AI solutions. Each of these was rooted in lived experience, operational realities and policy priorities:</p>



<ul class="wp-block-list">
<li><strong>Using Data and AI to predict and prevent homelessness:</strong> How might we ethically harness data and AI to identify individuals or households at risk of homelessness, and enable effective, trusted early interventions?<br></li>



<li><strong>AI driven outreach and system efficiency for homelessness and rough sleeping services:</strong> How might we ethically leverage AI and digital tools to streamline case management, enhance outreach, and improve the usability of homelessness support systems?<br></li>



<li><strong>Optimising temporary accommodation allocation through data driven insights:</strong> How might we leverage data and analytics to optimise the allocation and management of temporary accommodation ensuring resources are used efficiently, individual needs are met, and families spend the shortest possible time in temporary accommodation?<br></li>
</ul>



<figure class="wp-block-image size-full is-resized"><img decoding="async" width="1920" height="1440" src="https://www.madetech.com/wp-content/uploads/2025/12/IMG_1144.png" alt="" class="wp-image-19986" style="aspect-ratio:1;width:960px;height:auto" srcset="https://www.madetech.com/wp-content/uploads/2025/12/IMG_1144.png 1920w, https://www.madetech.com/wp-content/uploads/2025/12/IMG_1144-300x225.png 300w, https://www.madetech.com/wp-content/uploads/2025/12/IMG_1144-1024x768.png 1024w, https://www.madetech.com/wp-content/uploads/2025/12/IMG_1144-768x576.png 768w, https://www.madetech.com/wp-content/uploads/2025/12/IMG_1144-1536x1152.png 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></figure>



<p>Speakers from MHCLG, Birmingham City Council and frontline services emphasised the urgency of rising homelessness presentations, the strain on temporary accommodation, and the need to shift from crisis response to prevention. Birmingham alone recorded 300 homelessness presentations per week, and over 5,200 households in temporary accommodation, including 11,279 children.</p>



<p>By grounding each challenge in real data, system pressures, and lived experiences, teams felt they weren’t just building prototypes; they were creating solutions for real people.</p>



<h2 class="wp-block-heading">The Power of Multidisciplinary Teams</h2>



<p>Jo, Matthew, and Geettika all stressed that the real value of the hackathon wasn’t the outputs but the people in the room.</p>



<p>Their teams included:</p>



<ul class="wp-block-list">
<li>Technical specialists<br></li>



<li>Local authority caseworkers with deep domain expertise<br></li>



<li>People with lived experience of homelessness<br></li>



<li>User researchers and designers<br></li>



<li>Policy experts<br></li>



<li>Social value practitioners<br></li>
</ul>



<p>This diversity created what Jo described as the power of bringing the right people together.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><em>The technical skill in that room was exceptional — I was genuinely in awe of the solutions people built in two half days of dev time. But what made it powerful wasn’t just the tech. It was having people with lived experience, council caseworkers, designers, data experts, policy leads and technologists all working side by side. You could feel how much everyone cared about getting this right.</em></p>
</blockquote>



<p>Caseworkers sketched real user journeys on the fly. Designers tested assumptions. Technical specialists translated insights into prototypes. Mentors and facilitators from GDS Local and MHCLG moved between teams, adding context and challenging thinking. The environment was fast-paced, collaborative and energising.</p>



<p>Matthew highlighted that being embedded in mixed teams gave him direct exposure to how homelessness services operate, the pain points, and where technology could make a meaningful difference.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><em>I was on a team with four or five people from local authorities who work in homelessness day in, day out. Seeing them draw the user journey — where the pain points are, where people fall through the cracks — was invaluable. It made every design and data decision feel grounded. We weren’t guessing; we were learning directly from the people who know the system best.</em></p>
</blockquote>



<p>This mix of expertise, experience, and execution transformed the event from a hackathon into a genuine innovation engine.</p>



<h2 class="wp-block-heading">Building high-quality prototypes at speed</h2>



<p>Over just two half-days, teams delivered working demos that:</p>



<ul class="wp-block-list">
<li>Merged datasets for early risk identification<br></li>



<li>Used AI to streamline case management<br></li>



<li>Suggested smarter, more human placement decisions for temporary accommodation<br></li>



<li>Improved resident engagement<br></li>



<li>Facilitated cross-authority insights into rough sleeping<br></li>
</ul>





<p>Jo noted that the technical quality was exceptional, with some prototypes looking like early-stage products rather than 36-hour builds.</p>



<p>To help them deliver their prototypes, teams were given access to a variety of datasets, including statutory homelessness data and rough sleeping counts, deprivation indices, social housing data, and predictive indicators.</p>



<p>They were encouraged to use these responsibly, in line with MHCLG’s guidance on ethical, human-centred AI.</p>



<p>The result? Solutions that balanced ambition with practicality by utilising all the expertise in the room. Built around the people we are trying to help, and the organisations and people who support them.&nbsp;</p>



<p>Beyond the outputs themselves, the hackathon also served as an accelerated learning environment for everyone involved. Participants had the opportunity to experiment with AI tools, explore emerging capabilities, and quickly benchmark their peers&#8217; day-to-day use of AI.</p>



<p>Geettika highlighted that it felt less like a traditional event and more like an accelerated masterclass in AI tools.</p>



<h2 class="wp-block-heading">Recognising the importance of social value</h2>



<p>Geettika’s team received a special mention for its focus on social capital, a dimension often overlooked in technical innovation. Their solution highlighted the importance of community, support networks and relational factors in homelessness journeys.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><em>The caseworkers in our team brought the richness of years of experience that informed our solution. Understanding the social context of person A and person B, who may appear similar at first glance, but a peek into their social connections reveals something that can add value to what big data is telling us. This might just be the innovative perspective we need to solve some of the complex problems in society.</em></p>
</blockquote>



<p>This emphasis aligns with sector-wide reflections: homelessness is not just a housing issue; it&#8217;s a social, economic and human one. Solutions that strengthen relationships and resilience can be as impactful as those that optimise systems or automate processes.</p>



<h2 class="wp-block-heading">A model other government departments can learn from</h2>



<p>Everyone agreed: this event set a benchmark.</p>



<p>It demonstrated the value of:</p>



<ul class="wp-block-list">
<li>Cross-government collaboration<br></li>



<li>Shared datasets and transparent challenge statements<br></li>



<li>A “test and learn” culture<br></li>



<li>Embedding service users in the design process<br></li>



<li>Freeing teams from business-as-usual constraints<br></li>
</ul>



<p>Jo put it best: the hackathon showed what’s possible when you bring experts and builders into the same room with a clear mission.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><em>This is absolutely something other departments could replicate. If you can bring together experts who have kindly volunteered their time – technical, domain, and lived experience – and focus it on a real challenge for two days, the value is enormous. MHCLG created a space where people built things that could meaningfully improve lives.</em></p>
</blockquote>



<p>Matthew added that it elevated conversations about homelessness and digital innovation into spaces where ministers and senior leaders engage, increasing the likelihood that promising ideas will be supported, scaled or funded.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><em>One of the best ways to get ideas in front of senior leaders and ministers, because hackathons strip away hierarchy. You&#8217;re suddenly in a room where everyone’s equal — from developers to directors — and you’re all focused on solving the same problem.</em></p>
</blockquote>



<p>Homelessness is complex. No single tool, dataset or organisation can solve it alone.</p>



<p>This hackathon highlighted three truths:</p>



<p><strong>1. Innovation thrives when people with different expertise work side-by-side.</strong></p>



<p>Local government holds the insight. Technologists hold the capability. Lived experience gives direction. Together, they produce meaningful solutions.</p>



<p><strong>2. Data becomes powerful when shared, contextualised and tied to real outcomes.</strong></p>



<p>The local government presentations from London, Barnsley, and Somerset illustrated the range of activities already underway across local government, showing how data and AI are being used by local authorities to better understand demand, support frontline decision-making, and inform service improvement.</p>



<p><strong>3. Collaboration accelerates change.</strong></p>



<p>In two days, teams built prototypes that could otherwise take months. The concentrated energy and interdisciplinary teams unlocked creativity in a way standard delivery cycles rarely allow.</p>



<h2 class="wp-block-heading">Final reflections: Innovation is a team sport</h2>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="768" src="https://www.madetech.com/wp-content/uploads/2025/12/IMG_1159-1-1024x768.png" alt="" class="wp-image-19992" srcset="https://www.madetech.com/wp-content/uploads/2025/12/IMG_1159-1-1024x768.png 1024w, https://www.madetech.com/wp-content/uploads/2025/12/IMG_1159-1-300x225.png 300w, https://www.madetech.com/wp-content/uploads/2025/12/IMG_1159-1-768x576.png 768w, https://www.madetech.com/wp-content/uploads/2025/12/IMG_1159-1-1536x1152.png 1536w, https://www.madetech.com/wp-content/uploads/2025/12/IMG_1159-1.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>For Jo, Matthew, and everyone who attended, the biggest takeaway wasn’t just the solutions but the hackathon setup itself.</p>



<p>A model where:</p>



<ul class="wp-block-list">
<li>Hierarchies flatten<br></li>



<li>Expertise is shared<br></li>



<li>Creativity is valued<br></li>



<li>Public service challenges are treated with urgency and humanity<br></li>



<li>And people come together because they believe in making things better<br></li>
</ul>



<p>The public sector is full of committed, talented people. When they’re given the space, support and permission to collaborate — as they were in Birmingham — genuine innovation becomes not just possible, but inevitable.</p>



<p>Geettika share a similar sentiment, noting that:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><em>My biggest takeaway from the day was understanding where my industry peers are at and how we as design consultants are using tools to aid our work. Learning tools and building the confidence to use them in 2 days felt almost like an expedited masterclass. The hackathon left me feeling inspired and refreshed.</em></p>
</blockquote>



<p></p>



<p><em>Find out more about our <a href="https://www.madetech.com/industries/national-security-public-safety/">Data and AI</a> expertise.</em></p>



<p></p>
<p>The post <a href="https://www.madetech.com/blog/the-power-of-bringing-people-together-key-takeaways-from-the-local-government-innovation-hackathon/">The power of bringing people together: Key takeaways from the Local Government Innovation Hackathon</a> appeared first on <a href="https://www.madetech.com">Made Tech</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Meet the Data Engineers of Made Tech</title>
		<link>https://www.madetech.com/blog/data-engineers-made-tech/</link>
		
		<dc:creator><![CDATA[Masood Khalid]]></dc:creator>
		<pubDate>Tue, 08 Jul 2025 07:11:44 +0000</pubDate>
				<category><![CDATA[Data and AI]]></category>
		<category><![CDATA[Life at Made Tech]]></category>
		<guid isPermaLink="false">https://www.madetech.com/?p=19673</guid>

					<description><![CDATA[<p>We sat down with 3 data engineers to hear about their roles, tips for aspiring data specialists and what they think makes Made Tech a great place to work.</p>
<p>The post <a href="https://www.madetech.com/blog/data-engineers-made-tech/">Meet the Data Engineers of Made Tech</a> appeared first on <a href="https://www.madetech.com">Made Tech</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Ever wondered what it&#8217;s really like to work in our data team? We sat down with 3 <a href="https://www.madetech.com/services/data-and-ai/" target="_blank" rel="noreferrer noopener">data engineers </a>to hear about their roles, tips for aspiring data specialists and what they think makes Made Tech a great place to work.</p>



<h2 class="wp-block-heading"><strong>Masood Khalid</strong></h2>



<p>Masood&#8217;s pivot to data engineering began during his Actuarial Science degree, where he discovered a keen interest in data analysis. He realised his passion for data and joined a graduate scheme that trained him as a data engineer, ultimately leading him to his current role at Made Tech.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Interview with a Made Tech Data Engineer" width="640" height="360" src="https://www.youtube.com/embed/t8XB7crWICs?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading has-medium-font-size"><strong>What would you say to anyone looking to work in tech?</strong></h2>



<p>From my experience, certifications don&#8217;t cut it. You need to have experience. Find ways to implement your interests into your own personal projects. I have upskilled a lot and frankly if there was a leaderboard for how many certifications you could do within a short amount of time I&#8217;d be up there.</p>



<p>At the end of the day there&#8217;s no replacement for real experience and the only way to avoid the slow grindy feeling of doing those projects is to bring in your own interests. The more you do that, the more motivated you’ll be, the more inspired you‘ll be and the easier it will be for you to keep getting that experience whilst not having a job within the industry.</p>



<p>If you&#8217;re looking to get in, that&#8217;s my best advice. It is a bit daunting. You just have to keep chipping away at it until you get to the point where you can tie all these different fields together and you can build products and new projects on the whim whenever it takes your fancy.</p>



<h2 class="wp-block-heading has-medium-font-size"><strong>What do you enjoy most about your role?</strong></h2>



<p>I love the variety. Thanks to the varied nature of the work here, I&#8217;ve been able to get some of my own interests involved in some of the tools I use day-to-day. I&#8217;ve got a good amount of personal projects going on. It really helps that you learn a lot of this stuff while you&#8217;re doing the work. There&#8217;s a lot of support for that here at Made Tech. We have a learning budget to use which really helps too. </p>



<p>There&#8217;s a lot of different people you work with. We’re hugely cross-functional. I work with software engineers quite a bit and so we have meetings to make sure we&#8217;re not clashing or butting heads over shared infrastructure. A lot of their work flows downstream into what we do, and so a lot of our work is built upon what they&#8217;ve built in the frontend application. There’s lots to do and there&#8217;s a lot of people from different fields to work with. </p>



<h2 class="wp-block-heading has-medium-font-size"><strong>Do you have any advice for anyone looking to join the team?</strong></h2>



<p>Out of all the places I&#8217;ve interviewed for, Made Tech does a really good job of keeping the job descriptions up to date and relevant. Read that job description because it is updated frequently. </p>



<p>If you’re more junior, you stand a better chance if you can show how passionate you are. There&#8217;s a lot of projects and learning you can do to bolster your portfolio and CV if you don&#8217;t have experience yet.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading"><strong>Sophie Wenban </strong></h2>



<p>Sophie moved from video production to data engineering. She self-studied Python and completed the AWS re/Start programme. Starting at Made Tech as an associate software engineer, a databases module and a love for pipeline work inspired her shift to data engineering.</p>



<h2 class="wp-block-heading has-medium-font-size"><strong>What’s a typical day in your life as a Made Tech data engineer?</strong></h2>



<p>My day typically kicks off with a coffee as I catch up on Slack messages and emails. My first priority is always checking our dedicated Slack channel for pipeline failure alerts, ensuring our overnight data ingestion and transformation jobs ran smoothly. I then review my to-do list, which helps me quickly re-engage with my tasks and ensures a smooth start to the day.</p>



<p>At 10am my team gathers for our daily stand-up. I provide a quick update on my progress and flag any blockers. If I’m stuck on a ticket, we’ll quickly agree on who can help, often jumping straight onto a call after stand-up to work through the problem together.</p>



<p>If there are no immediate issues, I dive back into my current ticket or pick up the next high-priority item. Collaboration is a big part of our day. We often jump on calls to discuss tickets and sometimes we’ll use pair programming to tackle challenges together.</p>



<p>In the afternoon I’ll jump back into my ticket or carry out a peer review if another engineer has completed a piece of work. </p>



<p>Towards the end of the day, I consolidate my notes and prepare my to-do list for tomorrow. This ensures I can hit the ground running, picking up exactly where I left off, ready for the next day’s challenges.</p>



<h2 class="wp-block-heading has-medium-font-size"><strong>Can you tell us a little bit about the data community?</strong></h2>



<p>The data and AI community at Made Tech is truly a fantastic group of people. I’ve found everyone to be incredibly welcoming since joining.</p>



<p>We foster our community through regular events. Every week, we hold a Community of Practice (CoP) session. These are great opportunities for individuals or groups to share their work, discuss interesting technologies they’ve explored or talk about their experiences working in data. It’s a brilliant way for us to learn from each other and stay connected.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="768" src="https://www.madetech.com/wp-content/uploads/2025/07/datasocial-1024x768.jpg" alt="Lego figurines on a table at the old London office" class="wp-image-19674" srcset="https://www.madetech.com/wp-content/uploads/2025/07/datasocial-1024x768.jpg 1024w, https://www.madetech.com/wp-content/uploads/2025/07/datasocial-300x225.jpg 300w, https://www.madetech.com/wp-content/uploads/2025/07/datasocial-768x576.jpg 768w, https://www.madetech.com/wp-content/uploads/2025/07/datasocial-1536x1152.jpg 1536w, https://www.madetech.com/wp-content/uploads/2025/07/datasocial-2048x1536.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">A Lego workshop social I attended at the old London office</figcaption></figure>



<p>Beyond our CoP sessions, we also have a monthly remote lunch. These are more informal gatherings with no set agenda, which is perfect for getting to know colleagues better, especially since many of us work on different teams. It’s a really nice way to build connections and reinforce the welcoming atmosphere of our community.</p>



<h2 class="wp-block-heading has-medium-font-size"><strong>What do you enjoy most about your role?</strong></h2>



<p>The direct impact my work has. I love helping organisations leverage the valuable data they hold. We partner with government departments and arm’s-length bodies and the insights we help them glean from their data can lead to real, positive change for the public. </p>



<p>It’s incredibly rewarding to know that the technical work I do contributes to better public services and informed decisions that can benefit many.</p>



<h2 class="wp-block-heading has-medium-font-size"><strong>Do you have any tips for anyone interviewing at Made Tech?</strong></h2>



<p>Pay close attention to the interview calendar invites you’re sent. They include really helpful information about what format the interviews will take, the type of activities you’ll be asked to do and some of the questions and topics you’ll be asked about. </p>



<p>Use these to help yourself prepare, think of experiences you can share when answering these questions and be prepared for follow-up questions.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading"><strong>Lee Broadhurst</strong></h2>



<p>Lee moved into tech after 8 years at Lloyds Banking Group. He self-taught coding for a year and completed the Northcoders bootcamp in 2022. In early 2023, he joined the Made Tech Academy as an associate software engineer, gaining 2 years of experience. A project building a client&#8217;s data platform gave him hands-on data engineering experience, leading to his transition into a data engineer role after 6 months.</p>



<h2 class="wp-block-heading has-medium-font-size"><strong>If someone were to shadow you for a day, what kind of tasks would they see?</strong></h2>



<p>I start at 9:00am and usually spend the first 30 mins making sure that I’m up to speed with any Made Tech announcements and admins tasks. I also use this time to reflect on my previous day’s work and plans for the day ahead.<br><br>At 9:30am my project team has a daily stand up where we each provide an update on our assigned tasks. From 10:00am my day can vary quite a lot but it will often involve working on my assigned tickets, attending meetings and planning sessions or preparing to present the progress of my work to the client in Show and Tells.</p>



<p>Currently, I’m working on building data pipelines in a data lakehouse architecture using Databricks and Azure. I’ll often be collaborating with other data engineers and analysts to understand and implement the requirements of the client. </p>



<h2 class="wp-block-heading has-medium-font-size"><strong>Are there any areas you’re focusing on in your development right now?</strong></h2>



<p>I’m lucky to be working on a project where the work itself aligns with my development goals. So I get to learn whilst also being an impactful member of the team. In the last couple of months I’ve gained a lot of experience working with Databricks, Terraform and Azure so I’ll be using my learning days and annual learning budget to work through courses relating to these.</p>



<h2 class="wp-block-heading has-medium-font-size"><strong>What’s your #1 tip for people who want to work in tech?</strong></h2>



<p>Find a learning resource that interests you and complements your learning style. Learn the foundational skills required for the role you’re working towards and try not to get distracted by all the different technologies.&nbsp;</p>



<p>Whilst technical ability is important, it’s not the most important skill to have to work in tech. Especially at a consultancy like Made Tech. The softer skills are equally important. You may already have a lot of what’s required, especially if you’re coming from another career that requires a similar skill set.</p>



<h2 class="wp-block-heading has-medium-font-size"><strong>What type of workplace culture is most important to you?</strong></h2>



<p>A lot of my job satisfaction comes from feeling valued by the data community and the teams I work in. Everyone is encouraging and this has helped a lot with my career progression and confidence in my ability. </p>



<h2 class="wp-block-heading has-medium-font-size"><strong>How do data engineers at Made Tech typically collaborate and share knowledge?</strong></h2>



<p>The data community at Made Tech is great. Everyone is friendly, supportive and keen to help each other grow. We have a Data Community of Practice call every couple of weeks. A member of the community will present something they’ve been learning or working on, or we’ll have a guest speaker attend the session.</p>



<p>Recently, we all got together at a venue in London for a strategy and alignment day, focusing on the future vision of Data and AI Made Tech. We had talks from members of the data community and plenty of opportunities to get to know each other more.</p>



<p>If hearing from our data engineers has piqued your interest in working with us, great news &#8211; <a href="https://www.madetech.com/careers/" target="_blank" rel="noreferrer noopener">we’re hiring</a>!&nbsp;<br></p>



<p></p>
<p>The post <a href="https://www.madetech.com/blog/data-engineers-made-tech/">Meet the Data Engineers of Made Tech</a> appeared first on <a href="https://www.madetech.com">Made Tech</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Scaling AI responsibly with Small Language Models (SLMs)</title>
		<link>https://www.madetech.com/blog/small-language-models-help-scale-ai-responsibly/</link>
		
		<dc:creator><![CDATA[Joseph McMillan]]></dc:creator>
		<pubDate>Mon, 02 Jun 2025 12:16:34 +0000</pubDate>
				<category><![CDATA[Data and AI]]></category>
		<guid isPermaLink="false">https://www.madetech.com/?p=19506</guid>

					<description><![CDATA[<p>Small Language Models (SLMs) can offer a faster, cheaper and more sustainable route to operational AI. Find out when to use them.</p>
<p>The post <a href="https://www.madetech.com/blog/small-language-models-help-scale-ai-responsibly/">Scaling AI responsibly with Small Language Models (SLMs)</a> appeared first on <a href="https://www.madetech.com">Made Tech</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>AI is rapidly moving from experimental to operational. Projects often stall because they’ve been built around generic AI models that can be expensive to maintain, hard to integrate and not tailored to what the organisation actually needs. This culminates with teams struggling to move past the testing phase. </p>



<p>The way around this may be to think smaller. Small Language Models (SLMs) are emerging as a much more sustainable and scalable way to adopt AI. They may not be as ‘powerful’ as Large Language Models (LLMs) but they offer unique benefits that allow projects to escape the testing phase and solve real world problems.&nbsp;</p>



<h2 class="wp-block-heading"><strong>Bigger isn’t always better when it comes to AI</strong></h2>



<p>A lot of clients come to us with the assumption that more power equals better results. The thinking is: if we use the biggest, most powerful model out there, we’ll be covered. But in practice, those LLMs&nbsp; bring complications along with their power and size , especially for well-defined, specific use cases.</p>



<p>Think of it like driving through London. If you try to do it in a van or lorry &#8211; yes, it&#8217;s big and powerful &#8211; but is it the right choice for narrow urban streets? Not really. In that environment, a small city car that&#8217;s lighter, less powerful and more affordable is actually the better idea.</p>



<p>SLMs are designed to do one thing well. They’re faster to train, are cheaper to deploy and easier to iterate. You can get 80% of the results with 20% of the resources. And that’s often more than enough, particularly when you&#8217;re building a proof of concept or delivering something operational in a short timeframe.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="2560" height="1920" src="https://www.madetech.com/wp-content/uploads/2025/05/SLM-versus-LLM.jpg" alt="SLM versus LLM models" class="wp-image-19519" srcset="https://www.madetech.com/wp-content/uploads/2025/05/SLM-versus-LLM.jpg 2560w, https://www.madetech.com/wp-content/uploads/2025/05/SLM-versus-LLM-300x225.jpg 300w, https://www.madetech.com/wp-content/uploads/2025/05/SLM-versus-LLM-1024x768.jpg 1024w, https://www.madetech.com/wp-content/uploads/2025/05/SLM-versus-LLM-768x576.jpg 768w, https://www.madetech.com/wp-content/uploads/2025/05/SLM-versus-LLM-1536x1152.jpg 1536w, https://www.madetech.com/wp-content/uploads/2025/05/SLM-versus-LLM-2048x1536.jpg 2048w" sizes="auto, (max-width: 2560px) 100vw, 2560px" /><figcaption class="wp-element-caption">Small Language Models compared with Large Language Models</figcaption></figure></div>


<h2 class="wp-block-heading"><strong>A real-world example: <strong>Making sense of millions of data points</strong></strong></h2>



<p>We saw this approach pay off recently on a project where a team was facing a familiar challenge. They had over 1.3 million free-text user comments that needed to be categorised and analysed. That entire workload was falling on a single analyst. They weren’t looking for an advanced AI assistant. They just needed a faster, smarter way to surface the right insights from an ever-growing dataset.</p>



<p>So we built a solution using <a href="https://arxiv.org/pdf/2401.02385" target="_blank" rel="noreferrer noopener">TinyLLaMA</a>, a small model just 638MB in size (just under one hour of standard-definition Netflix streaming). It didn’t need to understand everything. It just needed to take a user prompt like:</p>



<p>“Show me comments about the event between 01/04/2025 and 05/04/2025”</p>



<p>…and turn it into a structured query.</p>



<p>That output would then search a vector database, and within seconds, return a bespoke dataset related to the topic of the query. No overkill. No unnecessary complexity. Just a tool that did one thing well and did it fast.</p>



<p>And the great thing? We didn’t need a lot of infrastructure or resources to make it happen. We deployed it via AWS, but can run it locally too if needed.</p>



<h2 class="wp-block-heading"><strong>Why Small Language Models work</strong></h2>



<p>What made that project successful wasn’t just the tech. It was how specific we were with the problem and the data. We didn’t train the model on everything, we trained it on exactly what it needed to perform the task.</p>



<p>Too often in AI, we see teams default to ‘the more data the better’. But actually, data quality and relevance beat data volume every time. In this case, we used real prompts from users to train the model. That specificity meant out of the box we could train, refine and implement much quicker than with a LLM and get our model trained on our specific use case more quickly.</p>



<h2 class="wp-block-heading"><strong>Ease of use = Better adoption</strong></h2>



<p>The other big win here was ease of use, giving a powerful tool to users without them needing to know anything about vector searches or language models. They just asked a question in plain English to a Graphical User Interface (GUI) and they got a bespoke data set. That’s the kind of user experience that drives adoption. We’re not asking them to learn how the engine works. We’re handing them the keys and letting them drive.</p>



<h2 class="wp-block-heading"><strong>Building AI responsibly with small language models</strong></h2>



<p>Another reason I’m a big advocate for SLMs is that they’re easier to govern, can be implemented with ethics at their core and have less of an environmental impact on the planet.</p>



<p>Because the model is small, you can see exactly what’s going in and coming out. That means it’s easier to:</p>



<ul class="wp-block-list">
<li><strong>Discover bias behaviour:</strong> With tighter control of the data going into the model we can be proactive in auditing and tracking data.</li>



<li><strong>Understand the output: </strong>SLMs are less of a black box than LLMs, thanks to their focused training and lower complexity. This makes their output easier to explain and builds greater confidence among stakeholders.</li>



<li><strong>Comply with GDPR: </strong>With the use of domain specific data sets, it’s much easier to meet GDPR standards and remove specific data from training the model.&nbsp;</li>



<li><strong>Be greener and more sustainable:</strong> SLMs are smaller across the board, this means; less computational resources, significantly lower energy consumption and reduced carbon emission. We can help clients cut costs and achieve their emission objectives.&nbsp;</li>
</ul>



<h2 class="wp-block-heading"><strong>Think fit for purpose</strong></h2>



<p>The calculator didn’t replace the accountant, it became a tool in their arsenal. When AI is built around a specific problem and designed with users in mind, it becomes a tool people want to use, not one they fear.</p>



<p>That’s the power of small models. They let you move fast, stay focused and build something that solves users&#8217; real world problems.</p>



<p>If you’re thinking about scaling AI in your organisation, I’d encourage you to ask:</p>



<ul class="wp-block-list">
<li>Do you know what problem you’re actually trying to solve?<br></li>



<li>Do you have the right data &#8211; not just lots of it?<br></li>



<li>Do you need a general-purpose model, or one that’s tailored to your needs?</li>
</ul>



<p>If you’ve got a clear use case, you don’t need to go big. Small, focused AI can get you there faster and with less risk.</p>



<p>Take a look at our <a href="https://www.madetech.com/services/data-and-ai/" target="_blank" rel="noreferrer noopener">data and AI pages</a> for more on what we have to offer.<br></p>
<p>The post <a href="https://www.madetech.com/blog/small-language-models-help-scale-ai-responsibly/">Scaling AI responsibly with Small Language Models (SLMs)</a> appeared first on <a href="https://www.madetech.com">Made Tech</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Why use cases should be the anchor of your AI strategy</title>
		<link>https://www.madetech.com/blog/why-use-cases-should-be-the-anchor-of-your-ai-strategy/</link>
		
		<dc:creator><![CDATA[Jim Stamp]]></dc:creator>
		<pubDate>Mon, 12 May 2025 14:09:04 +0000</pubDate>
				<category><![CDATA[Data and AI]]></category>
		<category><![CDATA[Artificial Intelligence (AI)]]></category>
		<guid isPermaLink="false">https://www.madetech.com/?p=19360</guid>

					<description><![CDATA[<p>If AI is the answer, what’s the question?<br />
Too often, organisations lead with the tech and forget the use case.</p>
<p>The post <a href="https://www.madetech.com/blog/why-use-cases-should-be-the-anchor-of-your-ai-strategy/">Why use cases should be the anchor of your AI strategy</a> appeared first on <a href="https://www.madetech.com">Made Tech</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>In the rush to adopt AI, it’s easy to get distracted by the tech itself. The platforms, the models, the promise of automation. But the truth is, successful AI adoption doesn’t start with tools. It starts with <strong>clear, relevant use cases</strong>.</p>



<p>In our work with public sector clients, we’ve found that identifying the right use cases isn’t just helpful. It’s absolutely critical. The organisations that succeed with AI are the ones that begin by asking: what problem are we solving, and is AI the answer?</p>



<h2 class="wp-block-heading"><strong>Why use cases matter as much as tech specs</strong></h2>



<p>AI adoption often fails when it&#8217;s driven by hype, not need. Departments rush to implement complex models without a solid understanding of what they’re trying to achieve. This results in stalled projects and wasted investment.</p>



<p>Our whitepaper <a href="https://www.madetech.com/resources/laying-the-groundwork-for-ai/" target="_blank" rel="noreferrer noopener"><strong>Laying the groundwork for AI</strong> </a>outlines common archetypes we see in public sector organisations. One of the most damaging? The ‘over-ambitious use case’, where aspirations outpace the organisation’s data and infrastructure readiness. These projects rarely succeed, because they lack a firm foundation built on actual needs, leading to not only high development costs but also inflated operational costs.</p>



<p>By contrast, when organisations start with the right use cases aligned to their goals and scaled to their capabilities, they lay the groundwork for sustainable AI adoption.</p>



<h2 class="wp-block-heading"><strong>Use cases drive AI readiness</strong></h2>



<p>Choosing the right use case doesn’t just help you prove AI’s value. It drives maturity in the other areas that matter for long-term success: technology and culture.</p>



<p>In one example from a local government client, we were brought in to rebuild their data platform following a cyber attack. While the initial focus was on restoring technology, the new platform introduced capabilities the organisation hadn’t previously had. This created the need for new skills and training causing a shift in <strong>culture</strong>. And, as those skills grew, teams started to spot and implement new <strong>AI-ready use cases</strong> that were previously out of reach. One investment triggered change across all three pillars of data maturity: tech, culture and use case.</p>



<p>That’s how AI success happens. Not in isolation, but by letting use cases guide the journey.</p>



<h2 class="wp-block-heading"><strong>The helical model: how to unlock momentum</strong></h2>



<p>The <strong>helical model</strong> described in our whitepaper reflects the real-world interplay between technology, use case and culture. Rather than treating them as silos, we see how investment in one area creates the right kind of tension to drive growth in the others.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="231" src="https://www.madetech.com/wp-content/uploads/2025/05/Copy-of-Whitepaper-Carousel-1-1024x231.jpg" alt="The helical model interplays use cases, technology and culture" class="wp-image-19366" srcset="https://www.madetech.com/wp-content/uploads/2025/05/Copy-of-Whitepaper-Carousel-1-1024x231.jpg 1024w, https://www.madetech.com/wp-content/uploads/2025/05/Copy-of-Whitepaper-Carousel-1-300x68.jpg 300w, https://www.madetech.com/wp-content/uploads/2025/05/Copy-of-Whitepaper-Carousel-1-768x173.jpg 768w, https://www.madetech.com/wp-content/uploads/2025/05/Copy-of-Whitepaper-Carousel-1-1536x346.jpg 1536w, https://www.madetech.com/wp-content/uploads/2025/05/Copy-of-Whitepaper-Carousel-1-2048x462.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Helical model</figcaption></figure>



<p>A great example of this came from our work with the <a href="https://digitaltrade.blog.gov.uk/about-the-department-for-international-trade/" target="_blank" rel="noreferrer noopener">Department for Business and Trade (DBT)</a>. The project started not with technology, but with a clear use case. <a href="https://www.madetech.com/case-studies/data-platform-dbt/" target="_blank" rel="noreferrer noopener">Their teams were struggling with an in-house CRM system</a> that didn’t meet their operational needs. Data was fragmented, reporting was inconsistent and the system was difficult to maintain. The CRM had evolved over time into a complex patchwork and staff lacked confidence in its outputs.</p>



<p>Rather than jumping straight to a tech fix, we worked closely with stakeholders to understand what outcomes they needed. Where their pain points were and what success would look like. That exploration revealed significant gaps in the underlying technology and infrastructure, prompting a shift to upgrade those systems.</p>



<p>What started as a <strong>use case conversation</strong> quickly became a strategic driver for broader digital change. The new platform was built not just to replace the old CRM, but to support better data practices, encourage adoption and enable future AI use cases. In effect, the right use case didn’t just solve the one problem. It created the momentum to modernise the technology stack and begin building a more data-savvy culture.</p>



<h2 class="wp-block-heading"><strong>If AI is the answer, what’s the question?</strong></h2>



<p>Starting with a use case ensures your investment is grounded in a real-world challenge &#8211; not just the promise of future capability.</p>



<p>It helps you answer the essential questions:</p>


<div class="lazyblock-numbered-blocks-nX8D2 wp-block-lazyblock-numbered-blocks"><div class="bg-white mb-4 d-block d-md-flex justify-content-start align-items-center zoomIn"><div><h2 class="h3 text-primary mb-2 mb-md-3 d-flex d-md-block">What data do we need to solve this?</h2><p class="mb-0"></p></div></div><div class="bg-white mb-4 d-block d-md-flex justify-content-start align-items-center zoomIn"><div><h2 class="h3 text-primary mb-2 mb-md-3 d-flex d-md-block">What skills are missing?</h2><p class="mb-0"></p></div></div><div class="bg-white mb-4 d-block d-md-flex justify-content-start align-items-center zoomIn"><div><h2 class="h3 text-primary mb-2 mb-md-3 d-flex d-md-block">What would a successful outcome look like?</h2><p class="mb-0"></p></div></div><div class="bg-white mb-4 d-block d-md-flex justify-content-start align-items-center zoomIn"><div><h2 class="h3 text-primary mb-2 mb-md-3 d-flex d-md-block">Is AI the right tool or is something simpler more appropriate?</h2><p class="mb-0"></p></div></div></div>


<p>By delivering value quickly and scaling from there, you avoid overengineering and increase your odds of long-term success.</p>



<h2 class="wp-block-heading"><strong>Use cases make AI real</strong></h2>



<p>Ultimately, AI is only useful if it solves the right problems. That’s why we always advise clients to start with the mission. Focus on real challenges, identify the most valuable use cases and let them guide your strategy.</p>



<p>As James West notes in<a href="https://www.madetech.com/blog/building-ai-readiness-in-public-safety/"> his blog on building AI readiness in public safety</a>,</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>Using AI in public safety to solve practical, everyday challenges, like improving police response times or monitoring offenders, can drive real-world change.”&nbsp;</p>
</blockquote>



<p>Treating use cases as a continual cycle of learning, not a tick box exercise is what separates short-term AI pilots from long-term, sustainable success.</p>



<p>That’s how you go from AI ambition to AI impact.</p>



<p></p>
<p>The post <a href="https://www.madetech.com/blog/why-use-cases-should-be-the-anchor-of-your-ai-strategy/">Why use cases should be the anchor of your AI strategy</a> appeared first on <a href="https://www.madetech.com">Made Tech</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>What happens when you hack the planning system?</title>
		<link>https://www.madetech.com/blog/what-happens-when-you-hack-the-planning-system/</link>
		
		<dc:creator><![CDATA[Joe Mulvey]]></dc:creator>
		<pubDate>Fri, 09 May 2025 10:51:46 +0000</pubDate>
				<category><![CDATA[Data and AI]]></category>
		<category><![CDATA[Local government]]></category>
		<category><![CDATA[Artificial Intelligence (AI)]]></category>
		<category><![CDATA[AWS]]></category>
		<guid isPermaLink="false">https://www.madetech.com/?p=19328</guid>

					<description><![CDATA[<p>What happens when you hack the UK planning system? At a government-backed AI hackathon, we explored how AI tools could help councils make faster, better planning decisions.</p>
<p>The post <a href="https://www.madetech.com/blog/what-happens-when-you-hack-the-planning-system/">What happens when you hack the planning system?</a> appeared first on <a href="https://www.madetech.com">Made Tech</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>NIMBYs (‘not in my back yard’), YIMBYs (‘yes in my back yard’), bat tunnels, green belts, grey belts, brown fields, monstrous carbuncles &#8211; the only uncontroversial thing about the planning system is that it’s in trouble. It struggles to balance the twin pressures of opening up opportunities for viable, appropriate development and protecting our heritage, environment and community.</p>



<p>Solving these challenges will take more than policy. It’ll take practical tools that support better, faster decision-making. Software can play a key role in helping planning teams access better data, streamline workflows and design services that actually serve the needs of local communities. While it can’t build consensus or set policy, it can make the process of applying those policies more transparent and more consistent.</p>



<h2 class="wp-block-heading">Local Government Innovation Hackathon</h2>



<p>Our friends at the Ministry of Housing, Communities and Local Government (MHCLG) agree. So, at the end of April I spent an enjoyably exhausting couple of days at their <a href="https://cddo.blog.gov.uk/2025/05/06/blueprint-for-modern-digital-government-comes-alive-at-gds-local-government-innovation-hackathon-in-leeds/" target="_blank" rel="noreferrer noopener">Local Government Innovation Hackathon</a>, hosted at <a href="https://nexusleeds.co.uk/" target="_blank" rel="noreferrer noopener">Nexus, University of Leeds</a>, exploring some great ideas for building AI-based tools that could be part of a new, more efficient planning system.</p>



<p>Government Digital Service (GDS) and the <a href="https://ai.gov.uk/" target="_blank" rel="noreferrer noopener">Incubator for AI</a> organised the event in partnership with the <a href="https://www.localdigital.gov.uk/digital-planning/" target="_blank" rel="noreferrer noopener">MHCLG Digital Planning Programme </a>and <a href="https://opendigitalplanning.org/" target="_blank" rel="noreferrer noopener">Open Digital Planning</a>. It brought together a wide range of professionals from across the public and private sectors to have a go at tackling some of the most pressing challenges facing the UK&#8217;s planning system. The hackathon gave people the chance to explore and experiment with new ways of delivering modern public services.</p>



<h2 class="wp-block-heading">Critical challenges within the planning system</h2>



<p>Wisely, our hosts focused attendees’ attention on a limited number of critical challenges within the planning system.&nbsp;</p>



<ol class="wp-block-list">
<li><strong>Housing demand forecasting: </strong>Can we develop predictive data models that integrate population trends, migration patterns and economic indicators to improve forecasting? This would help councils plan more accurately for future growth and make sure that public investment goes where it&#8217;s needed most.</li>



<li><strong>Planning process automation:</strong> How do we address the manual, time-consuming processes that hinder planning officers, particularly when assessing complex planning applications? The goal was to look at automation and AI augmentation to speed up application reviews, document processing and predictive maintenance.</li>



<li><strong>Public engagement in planning:</strong> Can we improve the limited and often ineffective public engagement in planning processes? Is there a way to translate complex planning language and visions into more accessible terms?</li>



<li><strong>Infrastructure and housing balance:</strong> How do we plan for new homes while balancing infrastructure constraints? This would help planners understand the wider implications of planning decisions.</li>
</ol>



<p>The judges were looking for 3 key things:</p>


<div class="lazyblock-case-study-result-27r5oL wp-block-lazyblock-case-study-result"><div class="mb-4 p-4 pl-0 d-flex align-items-center primary white-bg left-bordered-content animate__animated animate__fadeInRight">
    <div class="result-item-content pl-5">
        <h3 class="h4 mt-0 mb-2">Impact</h3>
        <p class="mb-0">How much the idea could improve the planning system, and whether it could scale and really make a difference.</p>    </div>
    </div></div>

<div class="lazyblock-case-study-result-2p0OSq wp-block-lazyblock-case-study-result"><div class="mb-4 p-4 pl-0 d-flex align-items-center primary white-bg left-bordered-content animate__animated animate__fadeInRight">
    <div class="result-item-content pl-5">
        <h3 class="h4 mt-0 mb-2">Innovation</h3>
        <p class="mb-0">How original, creative, and technically sound the solution was.</p>    </div>
    </div></div>

<div class="lazyblock-case-study-result-H2AW4 wp-block-lazyblock-case-study-result"><div class="mb-4 p-4 pl-0 d-flex align-items-center primary white-bg left-bordered-content animate__animated animate__fadeInRight">
    <div class="result-item-content pl-5">
        <h3 class="h4 mt-0 mb-2">Storytelling</h3>
        <p class="mb-0">How clearly the team explained the problem, the users, and why their solution matters.</p>    </div>
    </div></div>


<p><a href="https://www.gov.uk/government/people/joanna-averley">Joanna Averley</a>, Chief Planner at MHCLG, led an intimidatingly A-list judging panel.</p>



<h2 class="wp-block-heading">Rapid prototyping </h2>



<p>Day one kicked off with registration and a welcome session, followed by an overview of the planning system and the challenge statements. Our team was a motley but well-rounded mix, including developers, data scientists, data engineers, testers, IT leadership and planning support.</p>



<p>Our initial discussions focused on identifying our target persona. In other words, who was our application for? We considered developers, planners, central and local government officials and members of the public. Ultimately we decided to build our solution with the local government official in mind. By 3:30 PM, we had a basic outline of our idea, and we began to build our app.</p>



<p>AWS had provided a team on site to help with technical issues, but they also provided some equally welcome refreshment in the evening, which briefly distracted us before a late finish.</p>



<p>Day 2 was an early start and we worked diligently on our application until the 1 PM deadline. The afternoon was dedicated to presentations and judging.&nbsp;</p>



<p>The presentations were impressive, showcasing a wide range of skills and innovative approaches. The judges were clearly impressed by the effort and ingenuity demonstrated.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="768" src="https://www.madetech.com/wp-content/uploads/2025/05/IMG_1218-1024x768.jpg" alt="Attendees at local gov planning hackathon" class="wp-image-19343" srcset="https://www.madetech.com/wp-content/uploads/2025/05/IMG_1218-1024x768.jpg 1024w, https://www.madetech.com/wp-content/uploads/2025/05/IMG_1218-300x225.jpg 300w, https://www.madetech.com/wp-content/uploads/2025/05/IMG_1218-768x576.jpg 768w, https://www.madetech.com/wp-content/uploads/2025/05/IMG_1218-1536x1152.jpg 1536w, https://www.madetech.com/wp-content/uploads/2025/05/IMG_1218-2048x1536.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Local Government Hackathon</figcaption></figure>



<h2 class="wp-block-heading">Using AI to improve local planning decisions</h2>



<p>Our team developed &#8216;Dwella&#8217;. A smart scenario assistant designed to help non-planning specialists (such as local councillors) quickly explore the effects of local changes on housing development plans. We trained our solution specifically on data from the Cotswolds district, but it is adaptable to any planning authority.</p>



<p>Dwella uses Retrieval Augmented Generation techniques to preload locally relevant statistics and policy information into a Large Language Model (LLM), specifically <a href="https://www.anthropic.com/claude/sonnet" target="_blank" rel="noreferrer noopener">Anthropic Claude Sonnet</a>. This enables a user-friendly, conversational approach to understanding complex planning scenarios. We deployed the application through <a href="https://aws.amazon.com/bedrock/" target="_blank" rel="noreferrer noopener">AWS Bedrock</a> and also had access to forecasting models implemented on <a href="https://aws.amazon.com/sagemaker/" target="_blank" rel="noreferrer noopener">AWS Sagemaker</a>. We developed a simple browser-based chat interface to make it easy to use.</p>



<p>Councils could roll out a tool like Dwella, helping save time and resources while giving people more confidence in planning decisions.</p>



<p>Teams demonstrated lots of other great tools at the hackathon. The winner was &#8216;Clio&#8217;. A tool to recover and analyse planning histories for individual sites. This is currently a costly and time-consuming process for planning staff.</p>



<h2 class="wp-block-heading">What I learned about the planning and housing sector</h2>



<p>I’m pretty new to the planning and housing sector and I came away with a number of observations.</p>



<ol class="wp-block-list">
<li><strong>Efficiency is key:</strong> Although the second challenge was very clearly focused on efficiency, almost every project focused on improving it. It&#8217;s clear that the planning process is often cumbersome and time-consuming for everyone involved, including planning officers, developers, citizens and decision-makers.</li>



<li><strong>Data skills gap:</strong> There&#8217;s a real need to educate the planning and local government community about what modern data tools can do and how to use them. Above all, we need to create software solutions that are simple, intuitive, easy to learn and clearly deliver immediate benefit to users.</li>



<li><strong>Data challenges:</strong> The data ecosystem for planning is fragmented and complex. We encountered a wide range of datasets in diverse formats and with diverse standards. Much is unstructured and held within documents. Data discovery is often reliant on lore passed from person to person, although there are valiant attempts such as the <a href="https://digitalplanningdirectory.org/" target="_blank" rel="noreferrer noopener">Digital Planning Directory</a> which try to address this.</li>
</ol>



<p>Technically, the main eye-opener for me was Bedrock, the AWS interface for LLMs. I have some experience of building agents and RAG tools, but it was great to see how AWS has provided a useful abstraction layer over the complexities of individual Large Language Models (LLMs). I have some reservations about potential costs and ease of deployment. While it simplifies some aspects, I&#8217;m concerned that it might also obscure important configuration details. But we are still very early in the AI revolution and it will be interesting to see how tools like Bedrock evolve.</p>



<h2 class="wp-block-heading">Hackathon warm-down</h2>



<p>It’s called a Hackathon for a reason. Perhaps it wasn’t as gruelling as the London Marathon, but afterwards I felt a happy, exhausted sense of having learned a lot about the planning system and about some tools that might be useful in revolutionising it. Well done, and thank you, to our friends at MHCLG, GDS and i.AI. Let’s do it again, soon.</p>



<p>If you’re curious about how we help government organisations access data more easily and design services that work for real communities, take a look at what Made Tech do with <a href="https://www.madetech.com/industries/local-government/" target="_blank" rel="noreferrer noopener">local government here.</a> You might want to browse some of our <a href="https://www.madetech.com/case-studies/tag/data-and-ai/" target="_blank" rel="noreferrer noopener">data and AI case studies</a> too.</p>



<p></p>
<p>The post <a href="https://www.madetech.com/blog/what-happens-when-you-hack-the-planning-system/">What happens when you hack the planning system?</a> appeared first on <a href="https://www.madetech.com">Made Tech</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Creating a flexible data platform with DevOps thinking</title>
		<link>https://www.madetech.com/blog/creating-a-flexible-data-platform-with-devops-thinking/</link>
		
		<dc:creator><![CDATA[Jim Stamp]]></dc:creator>
		<pubDate>Tue, 29 Apr 2025 10:21:13 +0000</pubDate>
				<category><![CDATA[Data and AI]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[future-ready]]></category>
		<category><![CDATA[secure-by-design]]></category>
		<guid isPermaLink="false">https://www.madetech.com/?p=19093</guid>

					<description><![CDATA[<p>Building a future-ready data platform? A flexible tech stack is a start, but take a look at how DevOps thinking can keep your platform flexible, secure and cost-efficient.</p>
<p>The post <a href="https://www.madetech.com/blog/creating-a-flexible-data-platform-with-devops-thinking/">Creating a flexible data platform with DevOps thinking</a> appeared first on <a href="https://www.madetech.com">Made Tech</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><strong><a href="https://www.madetech.com/blog/how-to-choose-a-flexible-tech-stack-for-your-data-platform/" target="_blank" rel="noreferrer noopener">A flexible tech stack</a> </strong>is a great starting point for a future-ready data platform, but it’s not enough on its own. Even the best-designed platform can become a bottleneck without the right security and operational processes. </p>



<p>This is where borrowing from DevOps can help. DevOps practices have transformed how teams build and deploy software &#8211; offering the same benefits to data platforms. By integrating automation, continuous deployment and <a href="https://www.security.gov.uk/policy-and-guidance/secure-by-design/principles/" target="_blank" rel="noreferrer noopener">security-by-design principles</a>, you make sure that your data platform remains adaptable and scalable.</p>



<p>Let’s take a look at some key DevOps strategies that can help you get there.</p>



<h2 class="wp-block-heading"><strong>Borrowing best practice from DevOps to build your data platform</strong></h2>


<div class="lazyblock-case-study-result-1XmCK9 wp-block-lazyblock-case-study-result"><div class="mb-4 p-4 pl-0 d-flex align-items-center primary white-bg left-bordered-content animate__animated animate__fadeInRight">
    <div class="result-item-content pl-5">
        <h3 class="h4 mt-0 mb-2">CI/CD pipelines improve data platform agility</h3>
        <p class="mb-0">Continuous integration and deployment (CI/CD) pipelines are the backbone of agility. They’re essential for managing platform updates, releasing changes incrementally and reducing downstream impacts. For data platforms, this means ensuring updates don’t introduce data pollution or create breaking changes in pipelines. Automating these processes creates consistency and allows for faster iteration without sacrificing quality.</p>    </div>
    </div></div>

<div class="lazyblock-case-study-result-ZQyhNX wp-block-lazyblock-case-study-result"><div class="mb-4 p-4 pl-0 d-flex align-items-center primary white-bg left-bordered-content animate__animated animate__fadeInRight">
    <div class="result-item-content pl-5">
        <h3 class="h4 mt-0 mb-2">Manage data environments with Infrastructure-as-Code (IaC)</h3>
        <p class="mb-0">Data platforms often require multiple environments (such as development, staging, or production), but handling data across them comes with challenges. Personal data should never be used outside production. Instead, use synthetic data to replicate scenarios safely. Infrastructure-as-Code (IaC) ensures that your environments remain consistent, reducing the risk of configuration drift or security gaps.</p>    </div>
    </div></div>


<h3 class="wp-block-heading has-medium-font-size"></h3>


<div class="lazyblock-case-study-result-1VCaDW wp-block-lazyblock-case-study-result"><div class="mb-4 p-4 pl-0 d-flex align-items-center primary white-bg left-bordered-content animate__animated animate__fadeInRight">
    <div class="result-item-content pl-5">
        <h3 class="h4 mt-0 mb-2">Runbooks and cookbooks: simple guides for smoother operations</h3>
        <p class="mb-0">Runbooks provide documented solutions to common issues. They give you knowledge at your fingertips. Tie these directly to alerts so support teams can respond quickly and effectively. Cookbooks &#8211; repositories of best practices &#8211; serve as a go-to guide for recurring patterns or efficient approaches. They can be stored as code snippets, wikis, or documentation.</p>    </div>
    </div></div>

<div class="lazyblock-case-study-result-KX3Ii wp-block-lazyblock-case-study-result"><div class="mb-4 p-4 pl-0 d-flex align-items-center primary white-bg left-bordered-content animate__animated animate__fadeInRight">
    <div class="result-item-content pl-5">
        <h3 class="h4 mt-0 mb-2">Build your data platform ‘secure by design’</h3>
        <p class="mb-0">Security should never be an afterthought. It&#8217;s a foundation. Apply the same ‘secure by design’ and zero-trust principles used in DevSecOps. Enforce role-based access control, implement audit trails and conduct regular penetration testing. This will keep your platform resilient against threats.</p>    </div>
    </div></div>

<div class="lazyblock-case-study-result-217vlb wp-block-lazyblock-case-study-result"><div class="mb-4 p-4 pl-0 d-flex align-items-center primary white-bg left-bordered-content animate__animated animate__fadeInRight">
    <div class="result-item-content pl-5">
        <h3 class="h4 mt-0 mb-2">Use FinOps to keep costs under control</h3>
        <p class="mb-0">Data platforms can become expensive quickly, especially when mistakes happen. I’ve seen cases where something as simple as a webpage auto-refreshing overnight racked up thousands of pounds in cloud costs. By monitoring spending closely and adopting a defensive design approach, you can prevent runaway costs and ensure resources are used efficiently.</p>    </div>
    </div></div>

<div class="lazyblock-case-study-result-NOCJT wp-block-lazyblock-case-study-result"><div class="mb-4 p-4 pl-0 d-flex align-items-center primary white-bg left-bordered-content animate__animated animate__fadeInRight">
    <div class="result-item-content pl-5">
        <h3 class="h4 mt-0 mb-2">Make your data platform more resilient</h3>
        <p class="mb-0">Defensive design, or designing with a ‘what could go wrong’ mindset ensures your platform can handle unexpected failures gracefully. Incorporate health checks, redundancy and fallback mechanisms. Use telemetry data and observability tools to proactively detect and address issues before they escalate.
</p>    </div>
    </div></div>

<div class="lazyblock-case-study-result-ZifQPa wp-block-lazyblock-case-study-result"><div class="mb-4 p-4 pl-0 d-flex align-items-center primary white-bg left-bordered-content animate__animated animate__fadeInRight">
    <div class="result-item-content pl-5">
        <h3 class="h4 mt-0 mb-2"> Scale your data platform with standardisation and automation</h3>
        <p class="mb-0">Using Infrastructure-as-a-Code means that every environment &#8211; from development to production &#8211; is built consistently. This prevents discrepancies that could lead to deployment failures or security vulnerabilities. It also makes scaling or reproducing environments seamless.
</p>    </div>
    </div></div>

<div class="lazyblock-case-study-result-ZC3oAG wp-block-lazyblock-case-study-result"><div class="mb-4 p-4 pl-0 d-flex align-items-center primary white-bg left-bordered-content animate__animated animate__fadeInRight">
    <div class="result-item-content pl-5">
        <h3 class="h4 mt-0 mb-2">Optimise maintenance with observability and cost control</h3>
        <p class="mb-0">Proactively design your platform with maintenance in mind. Observability tools, telemetry data and well-structured runbooks all help support teams identify and resolve issues efficiently. FinOps practices make sure the platform remains cost-effective, while documentation like cookbooks reduces friction for future development.
</p>    </div>
    </div></div>


<p>By weaving DevOps principles into your build, you set the foundation for a platform that’s not just functional but also secure and ready for change.</p>



<h2 class="wp-block-heading has-large-font-size"><strong>The best data platforms aren’t perfect &#8211; they’re built to evolve</strong></h2>



<p>In summary, it&#8217;s not about getting everything perfect upfront. No matter how well you plan, your platform will evolve. Technology changes, use cases shift and new challenges arise. By designing with flexibility in mind, you make it easier to replace or upgrade components without disrupting the entire system. </p>



<p>Do you want to revisit how to avoid vendor lock-in and remind yourself why it doesn’t pay to gold-plate everything? Take a look at my blogs <a href="https://www.madetech.com/blog/build-a-future-ready-data-platform/" target="_blank" rel="noreferrer noopener">Building a future-ready data platform</a><strong><a href="https://www.madetech.com/blog/build-a-future-ready-data-platform/" target="_blank" rel="noreferrer noopener"> </a></strong>and <a href="https://www.madetech.com/blog/how-to-choose-a-flexible-tech-stack-for-your-data-platform/" target="_blank" rel="noreferrer noopener">How to choose a flexible tech stack for your data platform<strong> </strong></a>. Together, these blogs outline the blueprint for flexibility. </p>



<p>And in a final nod back to my whitepaper <a href="https://www.madetech.com/resources/laying-the-groundwork-for-ai/" target="_blank" rel="noreferrer noopener">Laying the groundwork for AI </a>&#8211; although technology plays a critical role in your data maturity journey, it should always be considered alongside your organisation&#8217;s use cases and cultural maturity.</p>
<p>The post <a href="https://www.madetech.com/blog/creating-a-flexible-data-platform-with-devops-thinking/">Creating a flexible data platform with DevOps thinking</a> appeared first on <a href="https://www.madetech.com">Made Tech</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The future of defence is digital</title>
		<link>https://www.madetech.com/blog/future-defence-digital/</link>
		
		<dc:creator><![CDATA[Andy McLannahan]]></dc:creator>
		<pubDate>Mon, 24 Mar 2025 14:15:17 +0000</pubDate>
				<category><![CDATA[Data and AI]]></category>
		<category><![CDATA[Legacy modernisation]]></category>
		<category><![CDATA[Space and defence]]></category>
		<guid isPermaLink="false">https://www.madetech.com/?p=19057</guid>

					<description><![CDATA[<p>Learn about Andy's take on the future of defence and why getting digital right plays a key role in breaking free from legacy technology.</p>
<p>The post <a href="https://www.madetech.com/blog/future-defence-digital/">The future of defence is digital</a> appeared first on <a href="https://www.madetech.com">Made Tech</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><br>Andy brings his unique blend of frontline military experience and deep technical expertise to his role as Business Development Director for <a href="https://www.madetech.com/industries/defence-and-space/" target="_blank" rel="noreferrer noopener">defence and space</a> at Made Tech. In this Insiders interview he shares his vision for defence&#8217;s digital future, the need to get working software in the hands of the users quickly and why we need to break free from legacy.</p>



<h2 class="wp-block-heading has-medium-font-size"><strong>Q: You started in an infantry role in the Army, what sparked your shift towards digital and technology?</strong></h2>



<p>That&#8217;s right. I joined the Army as an Infantry Officer &#8211; very much at the pointy end of the organisation. Then I was selected for my first technical job around the adoption of Bowman &#8211; which was the Army&#8217;s adopted digital tactical communications. </p>



<p>I was responsible for its introduction into the first armoured infantry battalion and its first deployment in Iraq. I was then promoted to Major and did a masters degree in information management technology. This set me up to build business applications for the Army.</p>



<p>When it comes to digital, I was responsible for overseeing the build of some of the software that the Army currently uses in its legacy portfolio. Back in 2012, this was the best that was available. Fast forward 12 years and it&#8217;s definitely not the best that&#8217;s available anymore…</p>



<h2 class="wp-block-heading has-medium-font-size"><strong>Q: What career path did you take after leaving the Army and how did it lead you to Made Tech?</strong></h2>



<p>When I left the Army and before Made Tech, I went into consultancy with quite a generalist delivery approach. But found that when I looked back at the work I&#8217;d done, it had all been about digital delivery. </p>



<p>I realised that whether I intended to or not, I found myself to be something of a technologist. That was the work I enjoyed doing and the next logical step for me. </p>



<p>What I found most exciting about Made Tech was that joining was an opportunity for me to help an organisation that had lots of good experience delivering digital programmes, in what I described as an <a href="https://www.madetech.com/blog/agile-strategies-in-defence/" target="_blank" rel="noreferrer noopener">agile-native environment</a> in government. Being able to bring that into defence organisations along with my experience and different perspectives is something that I think defence really needs. </p>



<h2 class="wp-block-heading has-medium-font-size"><strong>Q: What’s your approach to digital in defence?</strong></h2>



<p>The reality is that everything&#8217;s a computer nowadays. Right from your toaster through to armoured fighting vehicles. For me this is one of the key points where defence should sit up and take notice. </p>



<p>By thinking about capability in terms of the underlying information system within it, you start to separate out the hardware and software elements and the platform and data structures too. All those things we take for granted as digital natives. </p>



<p>Once you start to think in that way, you come up with a very different approach to tackling big problems.</p>



<h2 class="wp-block-heading has-medium-font-size"><strong>Q: You touched on legacy technology, let&#8217;s talk a little bit more about that.&nbsp;</strong></h2>



<p>Legacy creates a problem across defence. For example, when you look at the Army, they still roll around much of their technology in vehicles designed in the 1950s and introduced in the 60s and 70s. </p>



<p>There&#8217;s some old bits of kit knocking around. The traditional approach is to use it till it falls apart, then build a new one because that&#8217;s what we&#8217;ve always done with vehicles. That doesn&#8217;t work with digital technology &#8211; we need more of an evolutionary approach. </p>



<p>They didn&#8217;t think much about how they would integrate or keep pace with the wider industry and developments in technology. That oversight now creates a big problem in the sector and defence needs to fix it.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="231" src="https://www.madetech.com/wp-content/uploads/2025/03/Andy-Insiders-Quote-1024x231.png" alt="A quote reads: The traditional approach in defence is to use it till it falls apart, then build a new one because that's what we've always done. That doesn't work with digital technology - we need more of an evolutionary approach." class="wp-image-19062" srcset="https://www.madetech.com/wp-content/uploads/2025/03/Andy-Insiders-Quote-1024x231.png 1024w, https://www.madetech.com/wp-content/uploads/2025/03/Andy-Insiders-Quote-300x68.png 300w, https://www.madetech.com/wp-content/uploads/2025/03/Andy-Insiders-Quote-768x173.png 768w, https://www.madetech.com/wp-content/uploads/2025/03/Andy-Insiders-Quote-1536x346.png 1536w, https://www.madetech.com/wp-content/uploads/2025/03/Andy-Insiders-Quote-2048x462.png 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading has-medium-font-size"><strong>Q: Beyond legacy, what other challenges are we seeing in defence? </strong></h2>



<p>Well, we’re now at a nexus point where the expectation of the user &#8211; the next generation joining the military or the next generation of civil servants &#8211; have expectations of what digital technology should look like. The realities of defence&#8217;s digital environment really mismatch those expectations.</p>



<p>That impacts a number of areas. First it&#8217;s lower workforce happiness, which feeds into the second one which is that it also impacts productivity. So you&#8217;ve got a less productive workforce and not a particularly happy workforce. That makes everything about the business harder to do. </p>



<p>However, the thing is that having lots of legacy platforms operating in their own silos means that there’s lots of opportunities to improve things. Artificial intelligence (AI) is really hard to apply to defence because their <a href="https://www.madetech.com/services/data-and-ai/" target="_blank" rel="noreferrer noopener">data is not organised</a> in a way that allows them to take advantage of it. </p>



<p>Defence organisations have got to get their digital information systems into a position where they can properly exploit the opportunities available in the wider market &#8211; like AI. </p>



<p>Defence is starting to chip away at this stuff. As they do, the data they release is going to help others to justify doing more. But at the moment, because most haven&#8217;t sorted the data side, they find it difficult to justify their work and show the productivity benefits.</p>



<h2 class="wp-block-heading has-medium-font-size"><strong>Q: How do you think the industry can bring in these new ideas &#8211; and implement them well?</strong></h2>



<p>One of defence&#8217;s biggest challenges is how to get new blood, new organisations and new, innovative ways of doing things into an organisation. If you’re looking at the same old suspects, big primes—and by big primes, I&#8217;m talking about the big defence engineering contractors— we&#8217;re not seeing the change we want and we&#8217;re missing out on innovative talent. </p>



<p>Defence needs to adopt more innovative commercial approaches and dynamic frameworks. This would allow more experimentation, similar to the <a href="https://gds-way.digital.cabinet-office.gov.uk/" target="_blank" rel="noreferrer noopener">GDS ways of working</a>. Smaller, innovative companies could then come in and expose the wider market to the true breadth of the defence ecosystem – which those primes currently hide.</p>



<p>This also requires a significant mindset shift. We need to do more in the discovery space and start talking about alphas, minimum viable products, and running betas—all things we&#8217;re used to in many other areas of government.</p>



<p>We just need to accelerate that thinking into not just the back-office of defence, but also into battlefield capabilities. </p>



<h2 class="wp-block-heading has-medium-font-size"><strong>Q: What strategic shifts could defence organisations introduce to optimise their approach to digital?</strong></h2>



<p>Defence must focus on services, not platforms. Currently, they prioritise large platform procurement in their discussions. Their system is designed to build these platforms. And again, this design, rooted in old manual processes, is part of the problem.</p>



<p>How did you build a tank in the 1950s? You do it like this. </p>



<p>That&#8217;s how procurement systems are set up in defence. But that doesn&#8217;t work if you want to evergreen an information system. You&#8217;ve got to think about roadmaps rather than detailed requirements documents. </p>


<div class="lazyblock-green-dot-bullet-points-Zjbiyf wp-block-lazyblock-green-dot-bullet-points"><ul class="green-dot-list pl-0">
          <li class="pl-5 pb-2 mb-4">
                    <strong>What&#8217;s our north star and how do we go after it? </strong>
                          </li>
          <li class="pl-5 pb-2 mb-4">
                    <strong>What are our prioritised requirements? </strong>
                          </li>
          <li class="pl-5 pb-2 mb-4">
                    <strong>What must we have, would we like, what could we sacrifice? </strong>
                          </li>
      </ul></div>


<p>This allows teams to iteratively work to set up a minimum viable product. You’re then at the point where you can deliver something and iteratively deliver all those ‘nice to have’ requirements afterwards. That way we get working software in the hands of the user much more quickly. </p>



<p>We can keep improving that software so they’re not paying for a new platform in 10 years time. By continually improving and updating the platform you get better and better software and a better user experience.</p>



<p>This requires a change to the procurement system and a change to the way defence thinks about projects and programmes. It needs to be much more about service management and incremental upgrades to get something out in the world much quicker. </p>



<p>In this post I mention the need to digital information systems into a position to properly explore opportunities like AI. If you’re looking for a framework to help you navigate those challenges, download our whitepaper, <a href="https://www.madetech.com/resources/laying-the-groundwork-for-ai/" target="_blank" rel="noreferrer noopener">Laying the groundwork for AI</a>.</p>



<p></p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="802" height="263" src="https://www.madetech.com/wp-content/uploads/2024/06/insiders__light-1.svg" alt="The Insiders" class="wp-image-15014"/></figure>
<p>The post <a href="https://www.madetech.com/blog/future-defence-digital/">The future of defence is digital</a> appeared first on <a href="https://www.madetech.com">Made Tech</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
