Select the search type
  • Site
  • Web
Search

1 Jul 2026

5 Things AI Changed in Software Development This Week

5 Things AI Changed in Software Development This Week

Author: Rod Claar  /  Categories:   / 

Five real product releases from AI companies changed how software teams will run their next sprint. No hype, no guessing about what might ship someday. These all shipped, or were previewed, between June 22 and June 26, 2026.

Two of these stories are about your daily tools getting new agent features. One is about open-source security getting real AI help, with named projects and real CVEs. One is about an AI model that can now click, type, and navigate a screen on its own. And one is a preview of a new frontier model that most teams can't touch yet, gated by the U.S. government, but points at where every AI lab is heading next.

Here's what happened, and what it means for your Scrum team.

Jira can now hand a ticket straight to an AI coding agent

GitHub made Copilot for Jira generally available on June 25, after a public preview that started in March. You can now assign a Jira issue to GitHub Copilot's cloud agent the same way you'd assign it to a teammate, either through the assignee field or by mentioning the agent in a comment.

The agent works in the background, then opens a draft pull request. What's new at general availability: the agent's progress now streams live inside the Jira ticket, so you can watch it work without switching to GitHub. And if you leave a follow-up note in the Jira chat panel after the draft pull request shows up, the agent keeps working on that same pull request instead of starting a new one. The integration can also pull extra context from linked Confluence pages.

Sourced facts
  • Public preview began March 2026; general availability landed June 25, 2026
  • Agent can be assigned via the Jira assignee field or an @mention in comments
  • Progress streams live inside the Jira issue as the agent works
  • Follow-up instructions in Jira chat continue the same draft pull request
  • Setup steps for connecting a GitHub org and repos were reduced at GA

Scrum Team Signal

A Product Owner can now assign a backlog item to an AI agent from the sprint board, and the whole team can watch it work without leaving Jira. Before your next sprint, add one line to your Definition of Done: a human reviewed and approved the agent's draft pull request. Watching an agent work is not the same as reviewing its work.

Source: GitHub Changelog, June 25, 2026

JetBrains developers can now pick Claude as their coding agent

GitHub shipped a JetBrains update on June 22 that does two things at once. First, GitHub Copilot's cloud agent reached general availability inside JetBrains IDEs, and organization or enterprise admins can now publish standardized custom agents that every developer on the team can use without extra setup.

Second, and more notable for anyone who likes options, Claude is now available as an agent provider inside GitHub Copilot for JetBrains, in public preview. To use it, a developer installs the Claude Code CLI and points Copilot at it in settings. Anthropic's agent then runs directly inside the JetBrains agent picker alongside GitHub's own models. One catch worth knowing: right now the Claude agent runs in "bypass permissions" mode, meaning file edits and tool calls are automatically approved without a manual check. Configurable permissions are planned for a future release.

Sourced facts
  • Cloud agent reached general availability in JetBrains IDEs on June 22, 2026
  • Org and enterprise admins can publish custom agents for their whole team
  • Claude agent provider entered public preview via the Claude Code CLI
  • Claude agent currently runs in bypass permissions mode; all edits auto-approve
  • Update also added message queueing during running sessions and a debug logs view

Scrum Team Signal

Your tech lead can now publish one shared agent configuration for the whole team instead of everyone hand-tuning their own prompts. That's a real fix for the "why did your agent write this differently than mine" arguments in code review. But because the Claude preview auto-approves every file edit, don't point it at a shared branch until your team has tested it on a throwaway one first.

Source: GitHub Changelog, June 22, 2026

OpenAI starts paying human security engineers to help AI patch open source

OpenAI launched a program called Patch the Planet on June 22, built with the security firm Trail of Bits. The idea: use OpenAI's most cyber-capable models to find vulnerabilities in widely used open-source software, but always route the findings through expert human review before anything reaches the project's maintainers.

OpenAI says AI is speeding up how fast vulnerabilities get discovered, but discovery alone doesn't protect anyone unless someone patches the hole. Security engineers on the program validate what the AI finds, help develop the actual patch and tests, and work through each project's normal disclosure process. The first projects in the program are cURL, NATS Server, pyca/cryptography, Sigstore, aiohttp, the Go project, freenginx, Python, and python.org. OpenAI also said its Codex Security tool had already spotted vulnerable patterns matching four of the six dnsmasq CVEs that were later fixed in version 2.92rel2.

Sourced facts
  • Program launched June 22, 2026, built in partnership with Trail of Bits
  • Security engineers review AI findings before they reach project maintainers
  • Initial projects: cURL, NATS Server, pyca/cryptography, Sigstore, aiohttp, Go, freenginx, Python, python.org
  • Codex Security independently flagged patterns matching 4 of 6 dnsmasq CVEs later fixed in 2.92rel2
  • OpenAI researchers also reported 5 exploitable Chrome V8 bugs and over 10 Safari/WebKit bugs in recent work

Scrum Team Signal

If your codebase depends on curl, Python, aiohttp, NATS, or any library in the pyca/cryptography or Sigstore family, expect more security patches to show up from this program over the coming sprints. Put a standing backlog item on your board now: "review and apply upstream security patches," reviewed every sprint, so these don't pile up into one scary dependency-update sprint later.

Source: OpenAI, June 22, 2026

Google's fast, cheap model can now see your screen and click things

Google announced on June 24 that "computer use" is now a built-in tool inside Gemini 3.5 Flash, the same fast, low-cost model developers already use for search and function calling. Before this, computer use only existed as a separate, standalone model. Now a single Gemini 3.5 Flash agent can look at a screenshot, reason about it, and take an action, like clicking a button or typing into a field, across a browser, a mobile app, or a desktop.

Google is pointing this at "long-horizon and enterprise automation tasks like continuous software testing." The company also added targeted training to resist prompt-injection attacks, plus two optional safeguards: requiring a person to confirm sensitive or irreversible actions, and automatically stopping a task if the system detects a hidden prompt-injection attempt. Google's own post is direct about the tradeoff: both of those safeguards are opt-in, not turned on by default.

Sourced facts
  • Announced June 24, 2026; available via the Gemini API and Gemini Enterprise Agent Platform
  • Computer use is now native in Gemini 3.5 Flash instead of a separate standalone model
  • Works across browser, mobile, and desktop environments
  • Google added adversarial training against prompt injection during live sessions
  • Confirmation-before-action and injection auto-stop safeguards are opt-in, not default

Scrum Team Signal

This is a cheap way to build an agent that exercises your actual UI, useful for exploratory testing inside a sprint instead of relying only on your scripted test suite. But treat it as a privileged tool, not a novelty: since the safety confirmations are opt-in, someone on your team needs to explicitly turn them on before any computer-use agent touches a real environment.

Source: Google, June 24, 2026

OpenAI previews its next model, and the government decides who gets it first

OpenAI began a limited preview of the GPT-5.6 family on June 26: Sol, its flagship model, Terra, a cheaper balanced option, and Luna, its fastest and lowest-cost model. GPT-5.6 adds a new "max" reasoning effort setting for harder problems, and a new "ultra mode" that splits complex work across multiple subagents instead of relying on one agent to do everything.

The unusual part is how it's rolling out. OpenAI says it briefed the U.S. government on the model's capabilities ahead of launch, and at the government's request, the preview is starting with a small group of trusted partners whose participation was shared with officials, before wider release. OpenAI states plainly that it does not want this kind of government-gated access to become the normal way new models launch. On cybersecurity benchmarks, GPT-5.6 Sol matches OpenAI's Mythos Preview model using roughly a third of the output tokens, but OpenAI says it did not autonomously produce a working full exploit chain in testing against Chromium or Firefox.

Sourced facts
  • Limited preview began June 26, 2026, through the API and Codex only, not ChatGPT
  • Access limited to trusted partners and organizations with government visibility into participation
  • No general-availability date has been announced; OpenAI plans wider release "in the coming weeks"
  • New "ultra mode" splits work across subagents instead of a single agent
  • On ExploitBench, GPT-5.6 Sol matches Mythos Preview using about one-third the output tokens

Scrum Team Signal

Most teams can't get their hands on this one yet, so there's no action item for this sprint. But the "ultra mode" pattern, splitting one big task across several agents working in parallel, is now showing up at every frontier lab. Use your next retro to start the conversation: when your team's agent tooling gets this capability, who decides how a story gets split across agents, and who owns reviewing the combined result?

Source: OpenAI, June 26, 2026

Anthropic just replaced its default model — and priced it to compete

On June 30, Anthropic launched Claude Sonnet 5 as the new default model for Free and Pro plans, claiming performance close to its flagship Opus 4.8 model at a fraction of the cost, plus a new Claude Science desktop app for researchers. Next week's issue breaks down what changed, what it costs, and what it means for teams already running Claude Code in their sprints.

RC

ROD CLAAR

Rod has spent over two decades teaching Scrum, Agile, Test Driven Development, and software design patterns to development teams. He now focuses on how AI is changing the day-to-day work of Scrum Masters, Product Owners, and developers, and writes AgileAIDev.com to keep practitioners current without the hype.

Print

Number of views (1832)      Comments (0)

Rod Claar Rod Claar

Other posts by Rod Claar
Contact author
Comments are only visible to subscribers.

Contact author

x

Certified Training

Become a Certified ScrumMaster

Master Agile leadership, transform your team dynamics, and earn your CSM® certification in this intensive 2-day virtual workshop. See new half-day options!

Who This Course Is For

This interactive workshop is designed for professionals ready to embrace Agile methodologies and lead high-performing teams. Whether you're transitioning into a Scrum Master role, seeking to enhance your team's collaboration, or looking to bring Agile practices to your organization, this certification workshop provides the foundational knowledge and practical skills you need to succeed.

Ideal for: Project Managers, Team Leads, Product Owners, Developers, Testers, Business Analysts, and anyone committed to improving team effectiveness through Scrum.

What You'll Achieve

  • Master Scrum Framework Fundamentals: Gain comprehensive understanding of Scrum roles, events, and artifacts, learning how each component contributes to team success and value delivery.
  • Facilitate Effective Team Collaboration: Develop practical skills to guide teams through impediments, foster self-organization, and create an environment where continuous improvement thrives.
  • Apply Agile Principles in Real-World Scenarios: Learn to translate theory into practice through hands-on exercises, case studies, and interactive simulations that mirror actual workplace challenges.
  • Earn Your Certified ScrumMaster® Credential: Successfully complete the course and receive eligibility to take the CSM exam, gaining a globally recognized certification that validates your Scrum expertise.
  • Build Your Agile Toolkit: Leave with actionable strategies, templates, and techniques you can immediately implement to guide your team toward higher performance and more predictable delivery.
Investment
$399
Includes CSM exam fee & 2-year Scrum Alliance membership
Format
Live Virtual
Interactive workshop with real-time instruction and collaboration
Time
9:00 AM - 5:00 PM PT
Duration
16 Contact Hours

Certified ScrumMaster Workshop Curriculum

Total Duration: 2 Days (16 hours) | 9:00 AM - 5:00 PM Pacific Time

  • The rationale for adopting Scrum
  • Overview of Scrum fundamentals and framework
  • Comparison with other methodologies
  • Detailed exploration of the ScrumMaster role
  • Understanding the Product Owner's duties
  • The dynamics and responsibilities of the Scrum Team
  • Scrum process basics
  • Deep dive into Scrum ceremonies:
    • Sprint Planning
    • Daily Standup
    • Sprint Review
    • Sprint Retrospective
  • Techniques for creating a project and product vision
  • Transition from high-level requirements to user stories and tasks
  • Prioritization and release planning
  • Strategies for getting started with Scrum
  • Common challenges and solutions in Scrum adoption
  • Scaling Scrum across multiple teams
  • Large Scrum simulation exercise
  • Practicing roles within a Scrum team
  • Conducting a mock project to apply learned concepts
  • Continuous improvement methods in Scrum
  • Identifying and resolving impediments
  • Role of QA within the Scrum framework
  • Review of key concepts
  • Exam preparation guidance
  • Open Q&A session

Note: Times are approximate and include breaks. The interactive nature of the workshop means actual timing may vary based on participant engagement and discussion.

PDUs Earned: 14 Professional Development Units upon completion

Frequently Asked Questions

Cancellation & Refund Policy

Full Refunds: Available up until 15 business days before the scheduled event date.

Within 15 Days: Cancellations made within 15 business days of the event will be credited toward future events. However, no refunds will be issued.

Transfer Fee: Rescheduling course attendance within 3 full business days or less will be subject to a transfer fee of $100.00.

No Show: No refunds or credits will be available for participants who fail to attend both days of the course.

Substitutions: Attendee substitutions for the same course will be accepted at any time prior to commencement of the course.

To submit a refund or transfer request, please contact us at registrations@effectiveagiledev.com or toll free at (888) 294-1865 prior to the deadline.

We may cancel courses for low attendance up to 2 weeks prior to the start date. Should your course be cancelled, you will be offered your choice of a discount on the next appropriate instance of the course or a full refund.

Important: Do not confirm travel to the class until you are certain that the class has been confirmed.

We offer flexible payment options:

  • Half Now, Half Later: Pay 50% now and the remainder before class starts
  • Full Payment: Pay the complete amount at registration
  • Team/Organization Purchase Orders: Available for groups of 3 or more

Select your preferred payment option during registration.

Prerequisites & Requirements

Prior to attending, participants should ideally have:

  • Basic Understanding of Agile: Some background in Agile methodologies, either through previous courses (such as Intro to Agile Methods) or through direct experience working in Agile environments.
  • Team Experience: Experience working on or managing development teams, though this is not strictly required.
  • Open Mind: Willingness to learn new approaches to project management and team collaboration.

Note: Whether you are a Scrum novice or someone looking to sharpen your skills, this program will enhance your understanding of how to implement Scrum successfully.

For our virtual training, you'll need:

  • Stable Internet Connection: High-speed internet for video conferencing
  • Computer with Webcam: Desktop or laptop with working camera and microphone
  • Video Conferencing Software: Zoom or other platform (details provided upon registration)
  • Quiet Environment: Space where you can participate actively without major distractions
  • Second Monitor (Recommended): Helpful for viewing materials while participating in activities

Detailed technical setup instructions will be sent to you one week before the class.

Yes, full class attendance is required for certification.

The course is designed as an integrated 2-day experience where concepts build upon each other. Both days are necessary to:

  • Complete all required learning objectives
  • Participate in hands-on Scrum simulations
  • Qualify for your Scrum Alliance Certified ScrumMaster (CSM) certification attempt
  • Earn the full 14 Professional Development Units (PDUs)

Class times are 9:00 AM to 5:00 PM Pacific Time both days.

Is This Course Right For You?

The Certified ScrumMaster Class is perfectly suited for those operating within or managing development teams involved in complex project or product development. The class is ideal for:

  • Development Team Members who are actively involved in software development and want to adopt agile practices
  • Managers and Directors who oversee teams and need to approach their roles with a more agile and Scrum-oriented mindset
  • Project Managers (PMs) looking to transition or adapt to more agile frameworks in managing projects
  • Testers and Analysts who work directly with product development and need Scrum knowledge to improve their workflows
  • C-level Executives responsible for steering the company's agile transformation efforts who want to support their teams with a thorough understanding of Scrum practices

This workshop may not be the best fit if you are:

  • Looking for Advanced Scrum Training: If you're already a practicing ScrumMaster with years of experience, you may benefit more from our Advanced Certified ScrumMaster (A-CSM) course or specialized Scrum coaching.
  • Seeking Product Owner Specific Training: While this course covers Product Owner basics, those focused on the Product Owner role should consider our Certified Scrum Product Owner (CSPO) workshop instead.
  • Not Working in Software/Product Development: While Scrum principles can apply broadly, this course focuses heavily on software and product development contexts. Those in other industries may find the examples less relevant.
  • Unable to Commit to Both Days: The certification requires full attendance of both days. If you cannot commit to the complete schedule, this may not be the right time to enroll.
  • Looking Only for Certification Without Learning: This is an interactive, hands-on learning experience. If you're only interested in getting the credential without engaging in the learning process, this isn't the course for you.
  • Seeking Technical Developer Training: For deep dives into technical practices like Test-Driven Development (TDD), design patterns, or AI-enhanced coding, consider our Effective Scrum Developer or AI Training courses instead.

Not sure if this is right for you? Contact us at info@effectiveagiledev.com or call (425) 738-0586 to discuss which course best fits your needs.

You're welcome! Whether you are a Scrum novice or someone looking to sharpen your skills, this program will enhance your understanding.

The course is designed to accommodate both beginners and those with some experience. We start with fundamentals and build up to more complex implementation strategies. The hands-on simulations and exercises help newcomers quickly understand Scrum concepts through direct experience.

However, having a basic understanding of software development or project management will help you get the most out of the course.

Additional Information

Upon successful completion of the course, you will:

  • Receive Access to CSM Exam: You'll get access to the Scrum Alliance Certified ScrumMaster examination (online and open book)
  • Exam Support Guarantee: Your instructor, Rod Claar CST, will guarantee to work with you until you pass the test!
  • Earn 14 PDUs: Professional Development Units upon completion
  • Gain Certification: Upon passing the exam, you'll receive your Scrum Alliance Certified ScrumMaster (CSM) certification
  • Access Recorded Sessions: Review materials anytime through our session recordings
  • Optional Gold Plan Coaching: Up to 8 hours of personalized coaching within 60 days (if selected)

Yes! All classes have team discounts available.

For organizations with 3 or more employees attending, we offer:

  • Special team pricing
  • Customized Private Team Sessions
  • Flexible scheduling options
  • Tailored content to address your organization's specific challenges

Contact us at info@effectiveagiledev.com for team pricing and private session options.

Note: Effective Agile Development reserves the right to limit the number of discounted seats available in any course. No discounts may be combined.

Yes, with our Free Refresher Course benefit!

As an added value to course participants, Effective Agile Development reserves two seats at each public course for individuals who have already successfully completed the same course but would like to take it a second time at no cost.

This allows you to:

  • Brush up on your learning
  • Attend a session led by a different trainer
  • Reinforce concepts before implementing Scrum in your organization

Requirements: The offer is provided on a first-come, first-served basis and must be used for the same course as the original within six months following the original course. Contact us early to reserve your seat.

Still Have Questions?

We're here to help! Contact us for personalized answers to your questions.

Why Choose Our Training

Our Approach

Hands-On, Interactive Learning

Experience comprehensive learning through large-scale Scrum simulations, role-playing exercises, and mock projects. You won't just learn about Scrum—you'll practice it in real-time with guidance from an experienced Certified Scrum Trainer.

Flexible Virtual Training

Attend from anywhere with interactive virtual collaboration tools, real-time engagement with peers and instructors, and access to recorded sessions. Save on travel costs while receiving high-quality, personalized instruction that fits your busy schedule.

Expert Instruction with Guaranteed Success

Learn from Rod Claar, CST (Certified Scrum Trainer), who brings decades of real-world experience in software development, Scrum implementation, and agile transformation. Rod personally guarantees to work with you until you pass your exam—demonstrating an unwavering commitment to your success.

Beyond the Basics

Go deeper than theory with practical implementation strategies, common challenge solutions, process improvement techniques, and guidance on scaling Scrum across multiple teams. Plus, optional Gold Plan coaching provides up to 8 hours of personalized support in your first 60 days.

Certified Scrum Trainer Badge

Scrum Alliance Certified Scrum Trainer (CST)

20+
Years Teaching Scrum
14
PDUs Earned
5800+
Students Certified

What Our Students Say

"Rod's workshop transformed how our team approaches development. The hands-on simulation made everything click—we went from confused to confident in just two days. His real-world experience and practical examples made all the difference."

Sarah M. Development Team Lead, Tech Solutions Inc.

"Best training investment I've made in my career. Rod doesn't just teach Scrum theory—he shows you how to implement it successfully with your actual team challenges. The virtual format worked perfectly, and I appreciated the recorded sessions for review."

Michael T. Project Manager, Financial Services

"I was skeptical about virtual training, but Rod's interactive approach kept everyone engaged throughout. The large-scale simulation exercise was incredible—we actually felt what it's like to work in a Scrum team. Passed my CSM exam on the first try!"

Jennifer K. Software Developer, Healthcare Technology

Proven Track Record

Used in real workshops with development teams at Fortune 500 companies

Successfully trained teams across multiple industries: software, healthcare, finance, and manufacturing

High first-time pass rate on Scrum Alliance CSM certification exam

Personalized guarantee: Your instructor will work with you until you pass the exam

🎯 New Flexible Payment Options

Half Now, Half Later: Split your payment—pay half now and the remainder before class starts
Gold Plan: Includes up to 8 hours of personalized coaching with Rod in your first 60 days after class
Team Discounts: Special pricing for organizations with 3+ attendees. Contact us for private team sessions!

Start Your ScrumMaster Journey Today

Transform your approach to Agile leadership. Reserve your spot in this comprehensive two-day certification workshop and join a community committed to continuous improvement.

Have questions about the workshop or certification process?

Contact Us

Virtual Format • Pacific Time Zone
February 10-11, 2026 • Full certification included