Skip to content

Commit 69ea009

Browse files
Finalised first blog post
1 parent e53fe26 commit 69ea009

File tree

1 file changed

+32
-22
lines changed

1 file changed

+32
-22
lines changed
Lines changed: 32 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,53 @@
11
+++
22
date = '2025-06-18'
3-
draft = true
4-
title = 'Building Our Foundation: AI SkillsBuild Certifications'
3+
draft = false
4+
title = 'Building Our Foundation: AI Certifications on IBM SkillsBuild'
55
tags = ["AI", "LLM", "SkillsBuild", "IBM", "Team Learning", "RAG", "Watsonx", "Embeddings", "Granite"]
66
+++
77

8-
Welcome to the official blog for our UCL MSc project in collaboration with IBM!
8+
Welcome to the official blog for our **UCL MSc** project in collaboration with **IBM**!
9+
910
Over the coming weeks, we'll share progress updates, key learnings, and reflections as we build an AI-powered tool to help modernise legacy software systems.
1011

1112
## 1. Introduction
12-
To effectively design and implement an AI-powered tool for refactoring legacy software, we knew we had to establish a shared understanding of key AI concepts, fast.
13+
To build an effective AI tool for refactoring legacy software, we knew we had to establish a shared understanding of key AI concepts, fast.
1314

14-
Instead of diving straight into building, our team took a structured approach: we enrolled in IBM SkillsBuild’s AI and Collaboration pathways. These courses gave us a practical introduction to current AI tools and practices, with a special focus on the capabilities of IBM watsonx and Granite models.
15+
Instead of diving straight into building, our team took a structured approach: we enrolled in [**IBM SkillsBuild**](https://skillsbuild.org/)’s AI and Collaboration pathways. These courses gave us a practical introduction to current AI tools and practices, with a special focus on the capabilities of IBM watsonx and Granite models.
1516

1617
We approached this not as a checklist, but as a multi-pronged strategy. Each team member explored different AI courses to diversify our understanding and avoid redundancy.
1718

1819
## 2. AI Pathway
19-
Each member selected different courses based on their existing expertise and interest. This ensured our combined knowledge was deeper and wider.
20-
21-
- Getting Started with Artificial Intelligence - A broad overview of AI's key concepts, terminology, and history.
22-
23-
- IBM Granite Models for Software Development - An in-depth look at IBM’s foundation models and their relevance to real-world developer workflows.
24-
25-
- Unleashing the Power of AI Agents - Explored how autonomous agents can extend LLMs' utility through goal-driven reasoning.
20+
Each member selected different courses based on their experience and interests. This let us deepen our understanding across a wider range of topics without much overlap.
21+
22+
- **Getting Started with Artificial Intelligence** - A broad overview of AI's key concepts, terminology, and history.
23+
- **IBM Granite Models for Software Development** - An in-depth look at IBM’s foundation models and their relevance to real-world developer workflows.
24+
- **Unleashing the Power of AI Agents** - Explored how autonomous agents can extend LLMs' utility through goal-driven reasoning.
25+
- **Introduction to Retrieval Augmented Generation** - Introduced RAG as a solution to LLM hallucination and domain-specific augmentation.
26+
- **Vector Embeddings: AI’s Key to Meaning** - Covered how embeddings allow semantic understanding and similarity search in AI systems.
27+
- **Use Generative AI for Software Development Using IBM watsonx** - Hands-on introduction to watsonx tools applied to code generation and transformation.
28+
- **Introduction to Large Language Models** - Established a grounding in how LLMs work under the hood, including architecture and limitations.
29+
- **Summarising Data Using IBM Granite** - Focused on prompt design and model choice for text summarisation tasks.
30+
- **The Rise of Multiagent Systems** - Highlighted how cooperative AI agents can tackle distributed problems more effectively than standalone models.
2631

27-
- Introduction to Retrieval Augmented Generation - Introduced RAG as a solution to LLM hallucination and domain-specific augmentation.
28-
29-
- Vector Embeddings: AI’s Key to Meaning - Covered how embeddings allow semantic understanding and similarity search in AI systems.
32+
## 3. Collaboration Pathway
33+
To support strong team collaboration, all members completed:
3034

31-
- Use Generative AI for Software Development Using IBM watsonx - Hands-on introduction to watsonx tools applied to code generation and transformation.
35+
- **Design Thinking** - Learning to centre user needs, iterate quickly, and ideate without bias.
36+
- **Agile Explorer** - Refreshing agile values and practices for real-world software development.
3237

33-
- Introduction to Large Language Models - Established a grounding in how LLMs work under the hood, including architecture and limitations.
38+
Together, they gave us a shared process vocabulary as we move into collaborative tooling.
3439

35-
## 3. Collaboration Pathway
36-
All members also completed:
40+
## 4. Reflections
41+
Rather than rushing into code, these courses helped us step back and think more clearly about how we want to use AI in our project. Concepts like agent-based collaboration, prompt engineering, and embedding-based retrieval aren’t just academic—they’ve shaped the way we’re designing and prototyping our system.
3742

38-
Design Thinking – Learning to centre user needs, iterate quickly, and ideate without bias.
43+
It also helped that we weren’t all learning the same thing. Sharing takeaways across the team sparked useful discussions and challenged some of our early assumptions about what LLMs can (and can’t) do in a refactoring context.
3944

40-
Agile Explorer – Refreshing agile values and practices for real-world software development.
45+
## TL;DR
46+
To establish a shared technical foundation for our AI-powered refactoring system, we completed targeted **IBM SkillsBuild** certifications covering:
4147

42-
These helped align our workflows and team dynamics - especially important as we begin working with collaborative tooling.
48+
- **LLMs and agents** - understanding model internals, prompting, and multi-agent coordination.
49+
- **Developer tooling** - hands-on exposure to watsonx and IBM Granite for code-related tasks.
50+
- **RAG and embeddings** - techniques for context injection and semantic reasoning.
51+
- **Collaboration skills** - applying agile and design thinking to team workflows.
4352

53+
This gave us a shared foundation to build from and informed key design choices for our modular, test-aware refactoring pipeline. Next: building agents, testing LLMs, and iterating on the architecture.

0 commit comments

Comments
 (0)