Nov 21, 2025
The IBM i Reference Pages Blog
The #1 Source for IBM i Administrators, Operators and more
IBM i V7R5 TR7, V7R6 TR1 & ACS Version 1.1.9.10
The Paradigm Shift
Nov 12, 2025
"From static to adaptive: Software has fixed functionality while agents can learn and evolve."
"From code-first to evaluation-first: Traditional software metrics can't predict agent success, so the ADLC must rely on systematic measurement of agent behavior and evaluation of business outcomes."
- Definition: A process used in the software industry to design, develop, and test high-quality software.
- Focus: A broad, traditional approach to software development, often viewed as more linear.
- Phases: Typically includes phases like planning, design, development, testing, deployment, and maintenance.
- Goal: To produce high-quality software, minimize costs, and complete the project in the shortest possible time. Agent Development Life Cycle (ADLC)
- Definition: A new lifecycle specifically for developing AI agents, addressing their unique probabilistic and adaptive nature.
- Focus: Building reliable, robust, and adaptive AI agents, with a strong emphasis on tuning and optimization.
- Phases: Combines continuous loops for experimentation (between build and test) and runtime optimization (between operate and monitor) with traditional phases like design, build, and deploy.
- Goal: To ensure successful, reliable, and secure AI agents, with continuous adaptation and governance integrated throughout the process.
IBM i on Power - Performance FAQ: November 2025
Nov 7, 2025
IBM has released the latest "IBM i on Power - Performance FAQ" dated Nov 2025.
The online PDF to it can be found here
Note: It is also listed on the "IBM i Extras" page.
IBM Unveils Beta MCP Server to Transform AI on IBM i
IBM "i on GRC - ISO 27001"
Oct 21, 2025
Confidentiality: Ensuring information is accessible only to those authorized to have access.
Integrity: Safeguarding the accuracy and completeness of information and processing methods.
Availability: Ensuring authorized users have access to information and associated assets when required.
The standard is applicable to organizations of all types and sizes across all sectors, helping them manage security risks, reduce vulnerabilities to threats like cyberattacks, and meet contractual and regulatory obligations.
I hope you'll see in this series that a 'legacy platform' running decades-deep
Free IBM i Educational Courses
Oct 17, 2025
"Project BOB"
Oct 14, 2025
production-ready code."
repeatable, self-documenting workflows, deal for CI/CD pipelines and recipe-driven
upgrades."
October 2028) and Watsonx Code Assistant for RPG on the IBM I (still in
preview) will be integrated directly into Project Bob, offering developers an
unrivalled ai-powered IDE!"
Diagnostic QSYSOPR Message Queue SQL
--- Who answered the message? ---
--- Columns prefixed with the "A" come from the error result
--- and those "B" from the reply result.
------------------------------------------------------------------------------------------------------------------------
A.MESSAGE_ID AS "Msg ID",
A.FROM_JOB AS "Job Generated Error Msg",
A.MESSAGE_TEXT AS "Msg Text",
B.MESSAGE_TIMESTAMP AS "Reply Date/Time",
SUBSTR(B.MESSAGE_TEXT, 1, 10) AS "Reply",
A.FROM_USER AS "Reply by"
FROM TABLE (QSYS2.MESSAGE_QUEUE_INFO(QUEUE_LIBRARY => 'QSYS',
QUEUE_NAME => 'QSYSOPR',
SEVERITY_FILTER => 99)) A,
LATERAL (SELECT MESSAGE_TIMESTAMP,
MESSAGE_TEXT, FROM_USER
FROM TABLE (QSYS2.MESSAGE_QUEUE_INFO(QUEUE_LIBRARY => 'QSYS',
QUEUE_NAME => 'QSYSOPR',
SEVERITY_FILTER => 99))
CHAR(A.MESSAGE_TIMESTAMP) <= CURRENT DATE
AND ASSOCIATED_MESSAGE_KEY = A.MESSAGE_KEY) B
ORDER BY "Date/Time of Error Msg" ASC
--- WHERE CHAR(A.MESSAGE_TIMESTAMP) LIKE '%2025-08-03%'
--- AND ASSOCIATED_MESSAGE_KEY = A.MESSAGE_KEY) B
--- Range of Hard Coded Dates
--- WHERE CHAR(A.MESSAGE_TIMESTAMP) >= YYYY-MM-DD' AND
--- CHAR(A.MESSAGE_TIMESTAMP) <= 'YYYY-MM-DD'
--- AND ASSOCIATED_MESSAGE_KEY = A.MESSAGE_KEY) B
IBM i V7R5 TR7 & V7R6 TR1 Announcements
Nostalgia Vault & Vintage "AS400" TV Ads
IBM Product Security Central
Sept 25, 2025
IBM i Podcast: "You, Me and IBM i"
Sept 24, 2025
Some of you may be aware of this but if not, it's the IBM i "You, Me and IBM i" Podcast. Brought to you by IBM'ers Alex Marquis and Kurt Schroeder.
The site states: "The You, Me, and IBM i podcast offers an inside look at the real lives of the technical support experts at the IBM i Global Support Center. Each episode explores a new aspect of support, and leaves listeners better able to solve their own issues and get back to business."
I hope you enjoy it as much as I have. It's a wealth of info.
The home page can be found here
IBM i PRTCMDUSG Command
Sept 23, 2025
Nick Litten @Nick Litten brings us this article about IBM i command PRTCMDUSG. I don't know about you, but I haven't used this command in quite some time. It's extremely handy when planning an OS upgrade. As Nick states: "Even a PTF can change a command's behavior".
Nick's article can be found here






