LLMs are not magic


Filip Hric

12th February 2025

LLMs ARE NOT MAGIC

Hello Reader,
Ever wondered why ChatGPT sometimes gives odd or completely wrong answers? My personal guess is that we tend to treat them like magic. Or treat them like a person. But they are none of that.

Andrej Karpathy goes deep in this 3 and half hour video on what LLMs are, how are they trained, programmed to fix their own biases and more. If you ever used ChatGPT or any other LLM, I think it’s a great watch to set your mental model straight and understand how to properly interact with these models and understand why they give good and bad results. It’s absolutely worth watching, it opened my eyes.


Blogposts, discussions, events

Livestream Recap: Migrating from Cypress to Playwright using AI

We had an amazing time with Jonathan on our recent livestream. We covered some great insights on testing, automation, and AI. Definitely worth checking out!

​Watch the replay on LinkedIn →​

99 Cypress Tips – Have You Joined Yet?

If you’re looking to level up your Cypress game, my course 99 Cypress Tips is exactly what you need.

And now, Gleb Bahmutov has added some fantastic video content!​

I’m Heading to the USA – Let’s Meet!

That’s right! I’ll be traveling to the US soon and would love to connect with fellow testers, developers, and Cypress enthusiasts. If you’re around and want to meet up, let me know!

​Let’s connect on LinkedIn→


Test automation tip

Did you know you can format your cy.log() commands? They support markdown syntax so you can add links or make the text italic or bold.

 1  cy.log('hello world')
 2  cy.log('**bold**')
 3  cy.log('*accent*')
 4  cy.log('[read the docs](https://docs.cypress.io)')

Meme of the week


Filip Hric

Teaching testers about development, and developers about testing

filip@filiphric.sk, Senec, Slovakia 90301
​Unsubscribe · Preferences​

Filip Hric

Sign up for weekly tips on testing, development, and everything related. Unsubscribe anytime you feel like you had enough 😊

Read more from Filip Hric

Filip Hric 13th May 2025 TO BE OR NOT TO BE (TECHNICAL) Hey Reader!There’s an ongoing debate in the QA world on whether it makes sense to get technical or not. I remember having a fairly heated debate on this last November at Agile Testing Days in Potsdam. My talk titled "Test like a developer, develop like a tester" argued that we should put the effort as testers to become experts in the software we test. And yes, that includes having a fair bit of developer knowledge. Jason Arbon called...

Filip Hric 23rd April 2025 AN APP CAN BE A HOME-COOKED MEAL He Reader,Today I’d love to share with you one of the best blogposts I’ve ever read. It warmed my heart and inspired me greatly. The blogpost is called "An app can be a home-cooked meal". Give it a read. It taps into something that’s really close to my heart - using your talents to make a world a better place - starting with your family. While you can be a world-renowned chef, it will always feel different when you cook a meal for...

Filip Hric 24th March 2025 Playwright in Production Hello Reader,I’ll be doing a live webinar with my friend Jonathan tomorrow. We’ll be talking about different use-cases of Playwright in production. Interestingly we’ll focus on use cases that are outside of testing, like web-scraping, monitoring and automation workflows. Make sure to register and join us! Register here Blogposts, discussions, events In Case You Missed It – Code (r)evolution Livestream Last week, Jonathan and I unpacked...