<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE FL_Course SYSTEM "https://www.flane.de/dtd/fl_course095.dtd"><?xml-stylesheet type="text/xsl" href="https://portal.flane.ch/css/xml-course.xsl"?><course productid="36408" language="fr" source="https://portal.flane.ch/swisscom/fr/xml-course/cydrill-raiasd" lastchanged="2025-10-29T08:37:09+01:00" parent="https://portal.flane.ch/swisscom/fr/xml-courses"><title>Responsible AI in agentic software development</title><productcode>RAIASD</productcode><vendorcode>CY</vendorcode><vendorname>Cydrill</vendorname><fullproductcode>CY-RAIASD</fullproductcode><version>1.0</version><objective>&lt;ul&gt;
&lt;li&gt;Understand various aspects of responsible AI&lt;/li&gt;&lt;li&gt;How to use generative AI responsibly in software development&lt;/li&gt;&lt;li&gt;Prompt engineering for optimal outcomes&lt;/li&gt;&lt;li&gt;How to apply generative AI throughout the SDLC&lt;/li&gt;&lt;li&gt;The challenges in using agentic GenaI&lt;/li&gt;&lt;/ul&gt;</objective><essentials>&lt;p&gt;General development&lt;/p&gt;</essentials><audience>&lt;p&gt;All people involved in using agentic AI tools in software development&lt;/p&gt;</audience><contents>&lt;h4&gt;A brief history of Artificial Intelligence&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;The origins of AI&lt;/li&gt;&lt;li&gt;Neural networks and &amp;ldquo;probability engines&amp;rdquo;&lt;/li&gt;&lt;li&gt;Early ML coding tools&lt;/li&gt;&lt;li&gt;The AI coding revolution of the 2020s&lt;/li&gt;&lt;/ul&gt;&lt;h4&gt;Responsible AI&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;What is responsible AI?&lt;/li&gt;&lt;li&gt;Accountability and transparency&lt;/li&gt;&lt;li&gt;Mitigation of harmful bias&lt;/li&gt;&lt;li&gt;Validity and reliability&lt;/li&gt;&lt;li&gt;Demonstration &amp;ndash; Experimenting with validity and reliability in Copilot&lt;/li&gt;&lt;li&gt;Explainability and interpretability&lt;/li&gt;&lt;li&gt;Safety, security, privacy and resilience&lt;/li&gt;&lt;li&gt;Security and responsible AI in software development&lt;/li&gt;&lt;/ul&gt;&lt;h4&gt;Using GenAI responsibly in software development&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;LLM code generation basics&lt;/li&gt;&lt;li&gt;Basic building blocks and concepts&lt;/li&gt;&lt;li&gt;Prompt templating&lt;/li&gt;&lt;li&gt;System prompts in AI-driven coding&lt;/li&gt;&lt;li&gt;Can AI&amp;hellip; boost your productivity?&lt;/li&gt;&lt;li&gt;Can AI&amp;hellip; take care of the &amp;lsquo;boring parts&amp;rsquo;?&lt;/li&gt;&lt;li&gt;Can AI&amp;hellip; be more thorough?&lt;/li&gt;&lt;li&gt;Reviewing generated code &amp;ndash; the black box blues&lt;/li&gt;&lt;li&gt;The danger of hallucinations&lt;/li&gt;&lt;li&gt;The effect of GenAI on programming skills&lt;/li&gt;&lt;li&gt;Some further long-term effects of using GenAI&lt;/li&gt;&lt;li&gt;Where AI code generation doesn&amp;rsquo;t do well&lt;/li&gt;&lt;li&gt;Prompt engineering
&lt;ul&gt;
&lt;li&gt;Why is a good prompt so important?&lt;/li&gt;&lt;li&gt;Establishing the context for generative AI&lt;/li&gt;&lt;li&gt;Zero-shot, one-shot, and few-shot prompting&lt;/li&gt;&lt;li&gt;Reasoning-based prompt engineering, chain-of-thought&lt;/li&gt;&lt;li&gt;Demonstration &amp;ndash; Experimenting with prompts in Copilot&lt;/li&gt;&lt;li&gt;Enforcing and following token limits&lt;/li&gt;&lt;li&gt;Prompt patterns
&lt;ul&gt;
&lt;li&gt;Prompt patterns and prompt priming&lt;/li&gt;&lt;li&gt;The 6 categories of prompt patterns&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Some further prompting approaches
&lt;ul&gt;
&lt;li&gt;Least-to-Most and Self-Planning: decomposition of complex tasks&lt;/li&gt;&lt;li&gt;Demonstration &amp;ndash; Task decomposition with Copilot&lt;/li&gt;&lt;li&gt;Unit tests, TDD and GenAI&lt;/li&gt;&lt;li&gt;Demonstration &amp;ndash; Test-based code generation with Copilot&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Integrating generative AI into the SDLC
&lt;ul&gt;
&lt;li&gt;Using GenAI beyond code generation&lt;/li&gt;&lt;li&gt;Using AI during requirements specification&lt;/li&gt;&lt;li&gt;Prompt patterns for requirements capturing&lt;/li&gt;&lt;li&gt;Prompt patterns for software design&lt;/li&gt;&lt;li&gt;Demonstration &amp;ndash; Requirements capturing and API design with Copilot&lt;/li&gt;&lt;li&gt;Using AI during implementation&lt;/li&gt;&lt;li&gt;Prompt patterns for implementation&lt;/li&gt;&lt;li&gt;Demonstration &amp;ndash; Finding hidden assumptions with Copilot&lt;/li&gt;&lt;li&gt;Using AI during testing and QA&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Agentic software development
&lt;ul&gt;
&lt;li&gt;Intelligent agents and GenAI
&lt;ul&gt;
&lt;li&gt;How is agentic coding different?&lt;/li&gt;&lt;li&gt;The Model Context Protocol (MCP)&lt;/li&gt;&lt;li&gt;Capabilities of MCP agents&lt;/li&gt;&lt;li&gt;Agentic integration in IDEs&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Agentic development workflow
&lt;ul&gt;
&lt;li&gt;Code-to-spec and spec-to-code with GenAI&lt;/li&gt;&lt;li&gt;Automated scaffolding&lt;/li&gt;&lt;li&gt;Demonstration &amp;ndash; Agentic scaffolding with Copilot&lt;/li&gt;&lt;li&gt;Setting up the runtime environment&lt;/li&gt;&lt;li&gt;Demonstration &amp;ndash; Environment setup with Copilot&lt;/li&gt;&lt;li&gt;Incremental development&lt;/li&gt;&lt;li&gt;Demonstration &amp;ndash; Incremental development with Copilot&lt;/li&gt;&lt;li&gt;The role of MCP in Dev(Sec)Ops&lt;/li&gt;&lt;li&gt;Demonstration &amp;ndash; Using MCP in DevOps with Copilot&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Pitfalls and best practices
&lt;ul&gt;
&lt;li&gt;&amp;ldquo;Vibe coding&amp;rdquo; and its implications&lt;/li&gt;&lt;li&gt;Engineering concerns with MCP&lt;/li&gt;&lt;li&gt;Security concerns of agentic development&lt;/li&gt;&lt;li&gt;MCP&amp;rsquo;s effect on the attack surface&lt;/li&gt;&lt;li&gt;MCP-specific attack vectors&lt;/li&gt;&lt;li&gt;Demonstration &amp;ndash; Attacking agentic Copilot&lt;/li&gt;&lt;li&gt;Case study &amp;ndash; Database leakage via Supabase MCP&lt;/li&gt;&lt;li&gt;Hallucinations and &amp;lsquo;agentic death spirals&amp;rsquo;&lt;/li&gt;&lt;li&gt;Token limits and context&lt;/li&gt;&lt;li&gt;Context degradation with very large token counts&lt;/li&gt;&lt;li&gt;Prompt engineering vs context engineering&lt;/li&gt;&lt;li&gt;Context engineering from a developer&amp;rsquo;s perspective&lt;/li&gt;&lt;li&gt;Context document examples&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4&gt;Summary and takeaways&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Responsible AI principles in software development&lt;/li&gt;&lt;li&gt;Generative AI &amp;ndash; Resources and additional guidance&lt;/li&gt;&lt;/ul&gt;</contents><outline>&lt;ul&gt;
&lt;li&gt;A brief history of Artificial Intelligence&lt;/li&gt;&lt;li&gt;Responsible AI&lt;/li&gt;&lt;li&gt;Using GenAI responsibly in software development&lt;/li&gt;&lt;li&gt;Summary and takeaways&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;A must-have primer for those looking to understand and responsibly adopt agentic GenAI in their software development projects. Building on these foundations, and depending on the technology stack, we suggest continuing with one of the Generative AI courses - see Agentic software development with generative AI in C++/Java/C#/Python. For those working on machine learning solutions, the comprehensive 4-day Machine Learning Security course offers a natural next step.&lt;/p&gt;</outline><objective_plain>- Understand various aspects of responsible AI
- How to use generative AI responsibly in software development
- Prompt engineering for optimal outcomes
- How to apply generative AI throughout the SDLC
- The challenges in using agentic GenaI</objective_plain><essentials_plain>General development</essentials_plain><audience_plain>All people involved in using agentic AI tools in software development</audience_plain><contents_plain>A brief history of Artificial Intelligence


- The origins of AI
- Neural networks and “probability engines”
- Early ML coding tools
- The AI coding revolution of the 2020s
Responsible AI


- What is responsible AI?
- Accountability and transparency
- Mitigation of harmful bias
- Validity and reliability
- Demonstration – Experimenting with validity and reliability in Copilot
- Explainability and interpretability
- Safety, security, privacy and resilience
- Security and responsible AI in software development
Using GenAI responsibly in software development


- LLM code generation basics
- Basic building blocks and concepts
- Prompt templating
- System prompts in AI-driven coding
- Can AI… boost your productivity?
- Can AI… take care of the ‘boring parts’?
- Can AI… be more thorough?
- Reviewing generated code – the black box blues
- The danger of hallucinations
- The effect of GenAI on programming skills
- Some further long-term effects of using GenAI
- Where AI code generation doesn’t do well
- Prompt engineering

- Why is a good prompt so important?
- Establishing the context for generative AI
- Zero-shot, one-shot, and few-shot prompting
- Reasoning-based prompt engineering, chain-of-thought
- Demonstration – Experimenting with prompts in Copilot
- Enforcing and following token limits
- Prompt patterns

- Prompt patterns and prompt priming
- The 6 categories of prompt patterns
- Some further prompting approaches

- Least-to-Most and Self-Planning: decomposition of complex tasks
- Demonstration – Task decomposition with Copilot
- Unit tests, TDD and GenAI
- Demonstration – Test-based code generation with Copilot
- Integrating generative AI into the SDLC

- Using GenAI beyond code generation
- Using AI during requirements specification
- Prompt patterns for requirements capturing
- Prompt patterns for software design
- Demonstration – Requirements capturing and API design with Copilot
- Using AI during implementation
- Prompt patterns for implementation
- Demonstration – Finding hidden assumptions with Copilot
- Using AI during testing and QA
- Agentic software development

- Intelligent agents and GenAI

- How is agentic coding different?
- The Model Context Protocol (MCP)
- Capabilities of MCP agents
- Agentic integration in IDEs
- Agentic development workflow

- Code-to-spec and spec-to-code with GenAI
- Automated scaffolding
- Demonstration – Agentic scaffolding with Copilot
- Setting up the runtime environment
- Demonstration – Environment setup with Copilot
- Incremental development
- Demonstration – Incremental development with Copilot
- The role of MCP in Dev(Sec)Ops
- Demonstration – Using MCP in DevOps with Copilot
- Pitfalls and best practices

- “Vibe coding” and its implications
- Engineering concerns with MCP
- Security concerns of agentic development
- MCP’s effect on the attack surface
- MCP-specific attack vectors
- Demonstration – Attacking agentic Copilot
- Case study – Database leakage via Supabase MCP
- Hallucinations and ‘agentic death spirals’
- Token limits and context
- Context degradation with very large token counts
- Prompt engineering vs context engineering
- Context engineering from a developer’s perspective
- Context document examples
Summary and takeaways


- Responsible AI principles in software development
- Generative AI – Resources and additional guidance</contents_plain><outline_plain>- A brief history of Artificial Intelligence
- Responsible AI
- Using GenAI responsibly in software development
- Summary and takeaways
A must-have primer for those looking to understand and responsibly adopt agentic GenAI in their software development projects. Building on these foundations, and depending on the technology stack, we suggest continuing with one of the Generative AI courses - see Agentic software development with generative AI in C++/Java/C#/Python. For those working on machine learning solutions, the comprehensive 4-day Machine Learning Security course offers a natural next step.</outline_plain><duration unit="d" days="1">1 jour</duration><pricelist><price country="DE" currency="EUR">750.00</price><price country="SI" currency="EUR">750.00</price><price country="AT" currency="EUR">750.00</price><price country="SE" currency="EUR">750.00</price><price country="CH" currency="CHF">750.00</price></pricelist><miles/></course>