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

16 Jun 2026

What Changed in Software Development This Week Because of AI

What Changed in Software Development This Week Because of AI

Author: Rod Claar  /  Categories: Free Articles,   / 

Story 01

Anthropic Releases Claude Fable 5 — the Most Powerful AI Coding Model Available to the Public

On June 9, 2026, Anthropic launched Claude Fable 5, calling it the first publicly available model from its new "Mythos" class — a tier that sits above the Opus line in raw capability. Anthropic says Fable 5 is state-of-the-art on nearly all tested benchmarks, with the biggest gains showing up on long, complex tasks.

The software engineering numbers are striking. Fable 5 scored 80.3% on SWE-Bench Pro, a benchmark that tests whether a model can fix real software engineering problems end to end. For comparison, the previous Claude Opus 4.8 scored 69.2%, GPT-5.5 scored 58.6%, and Gemini 3.1 Pro scored 54.2%. Fable 5 also topped Cognition's FrontierCode evaluation, which tests not just whether the task is done, but whether the resulting code meets production quality standards.

Stripe, an early tester, gave Anthropic a concrete real-world example. Stripe used Fable 5 to complete a migration across a 50-million-line Ruby codebase in a single day. Stripe said the same job would have taken a full engineering team more than two months by hand. Anthropic described the result as Fable 5 having "compressed months of engineering into days."

Fable 5 can also run for days at a time inside an agentic harness like Claude Code, planning its own approach, checking its progress, and refining its output as it goes. Anthropic notes the model also works with 1 million tokens of context, which means it can hold large portions of a real codebase in mind while it works.

One important note: access was suspended on June 12 due to a technical issue. Anthropic announced the suspension and said it is working to restore access. The model remains available through the Claude API, Amazon Bedrock, and GitHub Copilot. Pricing is set at $10 per million input tokens and $50 per million output tokens.

📊
80.3%
Claude Fable 5 score on SWE-Bench Pro — roughly 11 points ahead of the next best frontier model (Source: Anthropic, June 9, 2026)

Scrum Team Signal

If your backlog has migrations or large refactors sitting in "someday" column, this changes the math. The engineering bottleneck is shifting from writing the code to reviewing what the AI produced. That means your Definition of Done should now include a clear verification step for AI-generated changes, and your Sprint Planning should account for review time, not just generation time. Consider running a single deferred migration as a spike this Sprint to see how your team's CI pipeline handles AI-generated diffs.

Source: Anthropic — Claude Fable 5 and Claude Mythos 5 (June 9, 2026)

Story 02

GitHub Agentic Workflows Moves to Public Preview — Write Automation in Plain English, Not YAML

On June 11, 2026, GitHub announced that GitHub Agentic Workflows has moved from technical preview to public preview. The feature lets development teams automate reasoning-based tasks — things like issue triage, CI failure analysis, and documentation updates — by writing instructions in plain Markdown rather than YAML.

Here is how it works. A developer writes a workflow description in a Markdown file and places it in the repository. GitHub Agentic Workflows compiles that description into a standard GitHub Actions YAML file. The compiled workflow then runs inside GitHub Actions using the team's existing runner groups and policy settings. Teams can use GitHub Copilot, Claude, Gemini, or OpenAI Codex as the agent that executes the logic.

Security is built into the design from the start. Agents run with read-only permissions by default. They can only write back to GitHub through a declared "safe outputs" list that the team specifies in the workflow file. Each agent also runs inside a sandboxed container behind what GitHub calls the Agent Workflow Firewall. All proposed changes are scanned by a dedicated threat detection job before they are applied.

Marks & Spencer's CTO James Hoare described the impact in GitHub's announcement: "Our developers were losing hours every sprint to repetitive work such as triaging issues, remediating vulnerabilities, maintaining dependencies, and reviewing routine changes. With GitHub Agentic Workflows, we've built a catalogue of reusable workflows spanning security, quality, and delivery that our teams can adopt across any repository. What once required hours of engineering effort can now be completed autonomously in minutes."

GitHub's open-source agentics repository already contains more than 50 prebuilt workflows covering triage, CI diagnosis, compliance monitoring, and more.

⚙️
50+
Prebuilt agentic workflows available in GitHub's open-source agentics repository, covering triage, CI failure analysis, compliance, and documentation (Source: GitHub, June 11, 2026)

Scrum Team Signal

Issue triage and CI failure investigation are two of the most common interruptions during a Sprint. Both are now candidates for automation using GitHub Agentic Workflows. A practical first step: add the prebuilt issue triage workflow to your repository this Sprint and let it run for two weeks before evaluating whether the labels and routing match what your team would have done by hand. Track the time saved and bring it to your next Retrospective as a data point.

Source: GitHub Changelog — GitHub Agentic Workflows in Public Preview (June 11, 2026)

Story 03

GitHub Copilot Code Review Gets Deeper Controls — and Drops the Character Limit on Custom Instructions

On June 12, 2026, GitHub released several new controls for Copilot code review, the feature that uses an agentic AI to review pull requests inside GitHub Actions. Three changes stand out for teams using Copilot at the organization level.

First, runner configuration can now be set at the organization level. This means an administrator can pick one runner type — standard GitHub-hosted, self-hosted, or a larger runner — and that choice applies automatically to every repository in the organization. Before this change, each repository had to be configured individually. Teams can also lock the organization-level setting so individual repositories cannot override it.

Second, Copilot code review now respects content exclusion settings. Repository administrators can tell Copilot to skip specific files or directories during review using path-based rules. This addresses a common need for teams that have files containing sensitive data, generated code, or third-party code that should not be analyzed by an external model.

Third, the 4,000-character limit on custom instructions files has been removed. Teams write their coding standards and review preferences in a copilot-instructions.md file in the .github directory. Previously, Copilot stopped reading that file after 4,000 characters. That ceiling is now gone, which means teams can write more complete and detailed instructions without having to abbreviate their standards.

📝
0
Character limit on Copilot custom instruction files — the previous 4,000-character ceiling has been removed entirely (Source: GitHub Changelog, June 12, 2026)

Scrum Team Signal

The removal of the character limit is the most underrated change here. Your copilot-instructions.md file is where you encode your team's Definition of Done into the AI reviewer. If your file was previously cut short, now is the time to expand it. Add your coding standards, your naming conventions, your test coverage requirements, and any architecture rules the team has agreed on. An AI reviewer that knows your standards is more useful than one working from generic rules. Plan a short working session in your next Sprint to review and expand the file as a team.

Source: GitHub Changelog — Copilot Code Review: New Configurations and Controls (June 12, 2026)

Story 04

Apple's WWDC 2026 Gives iOS Developers a Single API to Swap AI Models Without Rewriting Their Code

Apple held WWDC 2026 from June 8 through June 12. The biggest developer-side announcement was a new LanguageModel protocol built into Apple's Foundation Models framework. The protocol lets iOS, macOS, and iPadOS apps switch between different AI models — Apple's own on-device model, Google's Gemini, or Anthropic's Claude — by updating a Swift Package Manager dependency. No changes are needed in the application's session logic or other code.

Google confirmed that cloud-hosted Gemini models plug into the protocol through the Firebase Apple SDK. Anthropic published a Swift package implementing the same protocol. This means an app can prototype using Apple's on-device Neural Engine model and then route heavier queries to a cloud model without the developer changing anything in their app logic.

The framework also received free Private Cloud Compute access for developers with fewer than two million first-time App Store downloads. That removes infrastructure cost as a barrier for smaller development teams who want to add AI-powered features to their apps. Apple also announced that the Foundation Models framework will go open source later this summer.

Xcode 27, also announced at WWDC 2026, ships a dual-engine coding system. It uses a local Neural Engine model for real-time Swift code suggestions and routes heavier analysis tasks to Claude, Gemini, or OpenAI's agents through a cloud layer. This keeps the fast suggestions local while offloading deeper code analysis to frontier models.

Apple also confirmed that SiriKit, the older framework for building Siri integrations, will be deprecated over a two-to-three-year period as teams migrate to the new Foundation Models architecture.

📱
Free
Private Cloud Compute access for Apple developers with fewer than 2 million first-time App Store downloads — removing infrastructure cost as a barrier for smaller teams (Source: Apple WWDC 2026, June 8–9, 2026)

Scrum Team Signal

If your team ships on Apple platforms, the LanguageModel protocol is a planning item for your next few Sprints. The ability to swap AI providers through a package dependency — without touching application logic — means you can experiment with different models during development and choose the best one for each feature without paying a rework cost. Update your team's technical standards to address how you will select and lock the AI provider for production builds. Teams building for the App Store for the first time should also explore the free Private Cloud Compute tier before writing any infrastructure budget.

Sources: MacRumors — Apple WWDC 2026 Platforms State of the Union (June 9, 2026); TechTimes — WWDC 2026 Developer Tools (June 9, 2026)

Story 05

GitHub Copilot Code Review Now Configures Runners at the Organization Level — One Setting Covers Every Repository

GitHub also made a structural change to how Copilot code review fits into enterprise environments. Starting June 12, 2026, organization administrators can set the runner type for Copilot code review once at the organization level, and that setting applies automatically across all repositories. Administrators can also lock the setting so individual repository owners cannot change it.

This matters for larger engineering teams because Copilot code review now runs on an agentic architecture powered by GitHub Actions. That architecture gives Copilot the ability to analyze a pull request across multiple files, hold context across the review, and produce more thorough feedback than a single-pass model. The runner it uses determines how much compute it has available and where that compute runs.

Teams that run their own self-hosted runners — often required when code must stay on-premises for compliance or security reasons — can now point Copilot code review at those runners without configuring each repository individually. Teams on GitHub Enterprise Cloud can also point the review agent at large runners for heavier repositories without a per-repo setup step.

The same runner configuration applies to both Copilot code review and the Copilot cloud agent when both features are enabled. That means one setting governs multiple AI features, reducing administrative overhead for teams managing many repositories.

🏢
1 setting
Organization-level runner configuration now covers all repositories for both Copilot code review and the Copilot cloud agent — no per-repo setup required (Source: GitHub Changelog, June 12, 2026)

Scrum Team Signal

This change is most valuable for teams in regulated industries where code must run on specific infrastructure. If your organization requires on-premises runners for compliance, you can now configure Copilot code review to use those runners once and stop thinking about it at the repository level. For Scrum Masters working with multiple teams sharing a GitHub organization, this is an opportunity to standardize the AI review environment across all of those teams in a single administrative step rather than asking each team to configure it separately.

Source: GitHub Changelog — Copilot Code Review: New Configurations and Controls (June 12, 2026)

Coming Next Week

Claude Fable 5 access was suspended on June 12, just three days after launch. Anthropic cited an unspecified technical issue and said it is working to restore access. Next week we will look at what restored access looks like in practice, what happened with Claude Mythos 5's deployment through Project Glasswing, and whether any other frontier labs made significant software development announcements in the days that followed.

RC

Rod Claar

Rod Claar has spent more than two decades teaching Scrum, Agile, Test Driven Development, and software design patterns. He now focuses on AI's practical impact on software teams. He publishes this newsletter weekly at AgileAIDev.com.

Print

Number of views (38)      Comments (0)

Comments are only visible to subscribers.

Get the Practical AI Playbook

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

 

Join the Newsletter 

Find What You Need

Search videos, articles, and courses by topic.

Browse by Topic

Categories

Explore AI, design patterns, algorithms, and delivery.

Live Training Calendar and Events

«June 2026»
SunMonTueWedThuFriSat
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011

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