Select the search type
  • Site
  • Web
Search
PROFESSIONAL TRAINING

Build Better Software Faster!
With AI You Actually Understand!

Practical AI, Scrum, agile delivery, and software development training for professionals who want usable skills, not hype.

Taught by Rod Claar, Certified Scrum Trainer, software development trainer and AI practitioner.

Why This Platform Exists

AI is changing how software gets built—but most education falls into two traps: treating AI like magic, or treating software like theory.

This site is built to bridge that gap. Here, AI is a powerful assistant, not a substitute for thinking. Software development is taught as a craft, not a checklist. Every lesson is grounded in real projects, real teams, and real tradeoffs—so you learn what works in practice, and why.

Who This Is For

If you write, test, or review code…

You want to use AI without sacrificing quality, apply design patterns intentionally, understand algorithms in practical terms, and stay relevant without chasing every new tool.

You'll learn AI-accelerated engineering you can trust.

If you guide teams, products, or architecture…

You want to turn conversations into clear requirements, improve delivery without creating chaos, make better technical decisions, and keep humans firmly in control.

You'll learn AI-enabled leadership with clarity and confidence.

If you're building—or rebuilding—your career…

You want fundamentals that don't expire, learning paths that reduce overwhelm, and real examples that build confidence.

You'll learn the foundations that make everything else easier.

What You'll Learn Here

AI for Software Professionals

Practical workflows, human-in-the-loop development, and responsible use in real systems.

Software Design Patterns

Why patterns exist, when they help, when they hurt—and how AI changes the tradeoffs.

Software Project & Product Management Using Scrum and Agile Practices

Requirements, planning, risk reduction, and delivery—enhanced by AI, not replaced by it.

Modern Development Practices

Testing, refactoring, architecture, and collaboration that improve outcomes.

Learn the Way That Fits You

Choose what fits your schedule and depth:

Free YouTube Lessons — practical, structured, and searchable

On-Demand Courses — deep dives you can take at your own pace

Live Workshops — interactive training with real-time Q&A

Subscriptions — ongoing learning, updates, and live sessions

Start free. Go deeper when you're ready.

Not Sure Where to Start?

Pick a Learning Path

Certified ScrumMaster - A Practical Preparation Path

Start This Path

Certified Scrum Product Owner - From Vision to Value

Start This Path

AI for Scrum Teams - Practical, Responsible Use

Start This Path

AI for Experienced Developers

A guided path to use AI confidently without compromising design, testing, or maintainability.

Start This Path

From Developer to Technical Leader

A practical route from implementation to architecture, decisions, and delivery outcomes.

Start This Path

Software Foundations in the Age of AI

A clear, calm path through fundamentals—so you're not dependent on hype or luck.

Start This Path

How This Is Taught

Clear explanations without jargon

Real systems, not toy examples

Tradeoffs explained, not hidden

AI used transparently

AI prompts displayed and available

No bias for tools or models

All questions answered

Respect for professional judgment

Start Where You Are

You don't need to be an expert.

You don't need to chase every trend.

You just need a clear place to start.

Search Results

29 Apr 2026

The Top 5 AI Changes Hitting Software Development for the Week of April 27, 2026

The Top 5 AI Changes Hitting Software Development for the Week of April 27, 2026

Author: Rod Claar  /  Categories:   / 

From April 22 to April 29, 2026, the biggest announcements and research all pointed in the same direction: AI coding tools are becoming agents that plan, change code, test, review, open pull requests, and fit into enterprise workflows.

Here are the five changes Scrum and Agile teams should pay attention to.

  1. AI coding agents are getting better at long, messy engineering work

OpenAI released GPT-5.5 on April 23. OpenAI says it is their strongest agentic coding model so far. It scored 82.7% on Terminal-Bench 2.0 and 58.6% on SWE-Bench Pro. OpenAI also says GPT-5.5 is stronger at holding context across large systems, checking assumptions with tools, debugging, testing, and carrying changes through a codebase.

That matters because real software work is rarely one clean prompt. Most useful work includes unclear bugs, old code, hidden dependencies, half-written tests, and tradeoffs.

For Scrum teams, this changes refinement. A Product Backlog Item can no longer stop at “build the feature.” Teams need clearer acceptance examples, constraints, test expectations, and review rules. The AI can write more code, but the team still owns the intent.

  1. AI agents are moving into enterprise infrastructure

On April 28, OpenAI announced that OpenAI models, Codex, and Managed Agents are coming to AWS in limited preview. The announcement says AWS customers can use OpenAI models, including GPT-5.5, through Amazon Bedrock, and can configure Codex to use Bedrock as the provider. OpenAI also says Codex now has more than 4 million weekly users.

This is a major shift. AI coding is no longer just a developer tool running in an editor. It is becoming part of the company’s approved cloud, security, billing, identity, and compliance path.

For Agile leaders, this means AI adoption will move from local experiments to platform decisions. Teams will need working agreements for when agents can touch code, which repos they can access, what data they can see, and what must be reviewed by a human.

  1. The IDE is becoming a control room for remote agents

Microsoft’s April 28 Visual Studio update brings cloud agent integration into the IDE. Developers can start a remote coding session from Visual Studio. The cloud agent can ask permission to open an issue, work remotely, and create a pull request while the developer keeps working. The update also adds user-level custom agents, generally available C++ code editing tools for agent mode, and a Debugger Agent that validates fixes against runtime behavior.

This changes the daily flow of development. A developer may not spend the day typing every line. They may spend more time splitting work, giving agents bounded tasks, reviewing pull requests, running tests, and deciding whether the result matches the product goal.

For Scrum teams, this affects the Daily Scrum. “What did I do yesterday?” becomes less useful than “What work did I delegate, what came back, what is blocked, and what needs review?”

  1. AI coding cost is becoming a planning constraint

GitHub announced on April 27 that all GitHub Copilot plans will move to usage-based billing on June 1, 2026. Instead of premium request counts, plans will include monthly GitHub AI Credits. Usage will be based on token consumption, including input, output, and cached tokens.

GitHub also announced that GPT-5.5 is becoming generally available in GitHub Copilot for Pro+, Business, and Enterprise users across tools including VS Code, Visual Studio, Copilot CLI, GitHub Copilot cloud agent, JetBrains, Xcode, Eclipse, GitHub Mobile, and github.com.

This means teams will need to treat agent use like cloud use. Long prompts, large context windows, repeated retries, and broad agent runs may have real cost.

For Agile teams, this adds a new planning question: what work is worth agent spend? A good Definition of Ready may include enough context to avoid waste. A good Definition of Done may include proof that the agent’s output was tested, reviewed, and not just accepted because it compiled.

  1. New research shows agents are useful, but still wasteful and risky

A Stanford paper released on April 22 introduced SWE-chat, a large dataset of real coding-agent sessions from public repositories. The dataset includes 6,000 sessions, more than 63,000 user prompts, and 355,000 tool calls. The authors found that in 41% of sessions, agents wrote almost all committed code, while in 23%, humans wrote all the code themselves.

The same paper found that only 44% of agent-produced code survived into user commits, and that users pushed back against agent outputs in 44% of turns. It also found that agent-written code introduced more security vulnerabilities than human-written code in their dataset.

That is the most important warning from this week.

AI coding agents are not magic teammates. They are powerful, fast, uneven workers. They can save time, but they can also create waste. They can generate code, but they do not replace engineering judgment.

For Scrum teams, the practical lesson is simple: keep the feedback loops tight.

Use small slices.

Ask for tests.

Review the diff.

Run the build.

Check the security impact.

Make the acceptance criteria visible.

Do not let the agent become a hidden developer on the team. Make its work inspectable.

The big picture

The center of software development is shifting.

The old model was: developer writes code, tool helps.

The new model is: team defines intent, agent proposes changes, humans inspect, test, and decide.

That puts more pressure on product clarity, technical discipline, and team agreements. It also makes Scrum more important, not less. Scrum is built around transparency, inspection, and adaptation. Those are exactly the habits teams need when AI starts producing more of the code.

The teams that win will not be the ones that blindly “use AI more.”

They will be the teams that learn how to steer it.

Print

Number of views (24)      Comments (0)

Comments are only visible to subscribers.

Find What You Need

Search videos, articles, and courses by topic.

Browse by Topic

Categories

Explore AI, design patterns, algorithms, and delivery.

Featured Classes

Start Here!

Get the Practical AI Playbook

Short lessons, templates, and new training announcements—no noise.

 

Join the Newsletter 

Live Training Calendar and Events

Upcoming events Events RSSiCalendar export

Contact Me

After decades of building software and teaching professionals, I’ve learned that tools change—but clear thinking doesn’t. This site is here to help you use AI thoughtfully, and build software you can stand behind.  - Rod Claar