Site is in BETA. I would really appreciate any feedback!
Welcome to the BAsics News page. Each week I'll add any stories about the world of Business Analysis, Project Management, or any news stories that may be relevant to our profession. Eventually I will be automating this process and so it will be updated intra-day, however I'm doing it manually currently so bear with me if I only get round to updating the page once a week.
I've been building again, this time in Python. I started the project in PyCharm but moved it to Visual Studio Code when I wanted to build a nice UI. It's a simple service, I can enter the URL, or URLs of any website and then the service will check the site for errors that could impact the user experience. Simple things like speed to load etc. These are pretty common things that Google Analytics offers, but I wanted to go further. The service will also check for things like spelling errors (I know, I have dyslexia and so my site is full of them... the irony), it also checks for dead links, missing images and things that would generally annoy a user.
Making this was pretty straightforward, it's just a google drive and a Python script to check the address. So next was to make the output. Using another Python script I was able to automate the creation of a PDF report for each URL I checked. An example of the report can be found here on the left. Each time a report is run, the application checks to see the last modified date of the page, and if it is older than the last check date, then nothing has changed, and so it will skip the page and move on to the next. Each time a report is run the data is stored in a history db which allows me to run reports based on historical checks and I can see if the errors are persisting.
I then decided I would build a comparison feature, so now I can compare 2 similar sites and score each. The competitor analysis uses the checks to score each site and then provide the analysis to the user.
Finally, as I wanted to run through the entire SDLC. I have also created a GitHub repository and pushed over the content (it's currently private as it's a personal project). And I have used Cloudflare to make the service accessible outside of my home network as the service is username and password protected.
Below is a carousel of images from my work over the past 24 hours.
I'm pretty happy with the way the project has turned out and have ideas for more features. I have added the ability to have the reports scheduled and emailed to me when complete. I have also added a feature to research the company associated to the website, it will look through the socials, and Wikipedia and produce a dossier.
Why?
Well mostly because I wanted to maintain my programming skills, but also to add to them. The service uses AI to carry out a number of the actions, rather than a statics rule set. The benefit of this is that, rather than having to code and then test, maintain and update 100 different activities, I can simply use an LLM agent to carry out the activities and to adapt for each different URL / organisation.
Why else?
I recently built an AI CV checker, which will provide a detailed analysis of ones CV (I think I posted in News). But this is only half of the parties involved in working with a client. It is also useful to know about a prospective client, and I believe that it would be of great value to be able to demonstrate your ability to analyse an organisation, identify issues and solutions using the client you are talking with. It's the BA equivilant of the free sample sent out by a manufacturer. "I can list off the times I have done x and y, or I can show you..."
I intend to publish both the CV checker and Website checker in the next few weeks, as the purpose of this site is to get more people into Business Analysts, I can teach, I can show, but doing the job is by far the best way to learn, so let's get you all doing it too!
I like to keep my skills fresh, it's not feasible for every project I work on to involve every single skill I've ever learned. Plus I like to add new things in along the way. So, one of which is making a couple of apps. Purely hobby projects, but they allow me to run through each of the steps of the SDLC for Android App Design, Development, and Deployment. So I created 1DayAtaTime (1DAT). It's a diary... Well, it's a little more than a diary.
The service allows a user (me) to link my Google Health account, and connect to local weather data providers. I then created an AI agent to digest all the data, as well as user entries and even to view images uploaded, and then provide a summary.
Over time the idea is to identify trends between the things that we know impact our mental health. My hypothesis is that entries that talk about "going for a drink", "out with friends", etc will likely be followed by a reduced step count (the hangover), and also co-oincide with a tonal change to less positive entries.
The includsion of the weather is to relate things like how much sun we get (i.e not raining or cloudy) with the general tone, and the number of steps taken.
If you don't keep progressing, you move backwards. So I've been keeping my skills up to date with a couple of courses. I use a number of different sources, books (I have a wall in my office that is just bookshelves!), W3Schools, Coursera, LinkedIn Learning, Future Learn... The list is endless.
A little personal news, I have started my Masters in Business Analytics at University of Bath. I'm a couple of months in, working remotely, and I'm loving it! It's such an interesting topic, and it's also a very useful tool for a Business Analyst. I'll keep you up to date with my progress in future posts on here and LinkedIn.
The Project Management Institute (PMI) is launching a massive update to the PMP certification on 9th July 2026. This is one of the most significant shifts in years.
The Strategic Shift: The exam is moving away from the Iron Triangle (Scope, Schedule, Cost) and focusing heavily on Business Environment and Value Delivery.
Domain Rebalancing: The Business Environment domain is skyrocketing from 8% to 26% of the exam. This means PMs are now expected to act more like Business Analysts, understanding strategic alignment and organisational change.
New Core Topics: AI, Sustainability (ESG), and Agentic AI (AI that can manage workflows) are officially being added to the curriculum.
Recent reports from February 2026 show a widening gap between traditional firms and AI-enabled ones.
Operational Efficiency: Firms using AI automation are reportedly reducing costs by 40-60% while increasing client capacity.
Market Pressure: Industry observers warn that service buyers now expect AI-enhanced delivery as a baseline. BAs who aren't using tools are finding it harder to match the pricing and speed of automated competitors.