Author: @ObjectiveTester

UI testing in JS/TS, Part 3: Playwright

Playwright is a UI automation test tool that supports Chrome, Edge, Firefox and Safari browsers. It was released in January 2020, has 74.7k stars on GitHub, and is fully open sourced and maintained by Microsoft. Playwright uses the Chrome DevTools Protocol, Firefox Remote Debug Protocol & WebKit Debug Protocol to…

Tuning AI models – Part 2

As a follow up to the previous post, I repeated the tuning process using LoRA & QLoRA to see if they have the same desired output and how the tuning effects the limited evaluations I have been running on the models. The additional scripts are located in the ‘simple-tuning‘ directory…

Running AI models locally

Commercially available large language models such as OpenAI’s ChatGPT4, Google’s Gemini and Anthropic’s Claude continue to dominate the headlines and have been heavily discussed within the test community, however there has been a great deal of research and development in openly available models that can be run on locally on…

AI/ML text generation – getting started

After the concept of AI was first defined in the mid 1950’s, development was largely theoretical and severely restricted by the capabilities of compute resources available. Other than outwardly convincing but internally simplistic ‘chattterbox’ implementations, little progress was made initially. Rudimentary AI systems in the form of expert systems appeared…