de en es fr nl pl pt sv zh

chatgpt

Software taketh away faster than hardware giveth: Why C++ programmers keep growing fast despite competition, safety, and AI

Herb Sutter

2025 was another great year for C++. It shows in the numbers Before we dive into the data below, let’s put the most important question up front: Why have C++ and Rust been the fastest-growing major programming languages from 2022 to 2025? Primarily, it’s because throughout the history of...

AI’s talking wildly

Adam’s Rambling Blog

GPTs gone wild. We’ve got ChatGPT and Grok exposing secrets to the whole world some wild ideas that their makers probably don’t want you to know. If you’ve seen the viral videos going around where users provide a GPT 4 rules then ask Chat GPT if it’s connect to the end of time, Jesus coming back...

ELT and AI for Good

philipjkerr

Cambridge publishes a series of short academic titles called ‘Elements’. There are dozens of them and, for a few weeks only after publication, they can be freely downloaded in pdf format. They vary in quality. Some are very useful. For others, the quality is commensurate with the price you pay....

“If It’s Not Tested It Might Be Perfectly Fine”: The Counterintuitive Nature of Not Testing Everything

Maximilian Speicher

Tales of Design & User Experience (ToDUX) #15 ⁂ Dear readers & friends, So, you might have noticed by now that “research done wrong in industry” is kind of my pet peeve, and I’m sorry you have to endure that. However, I’m not quite done with the topic yet. My new article in The UX...

Taking AI literacy seriously

philipjkerr

English language teacher education, says the British Council (Edmett et al. 2024: 21), ‘must include a focus on AI literacy’ and ‘teachers also need to develop their learners AI literacy’. This report is referring to Generative AI (e.g. ChatGPT), the focus of my discussion here. There are...

Continuing Education: April 2025

Allen Sallinger

It’s the start of the second quarter of the year. You have some education budget that was refreshed and some companies goals you set. Know is the time to start planning out how you are going to use the budget for the year so that you can get the most out of it. If you don’t know what you want...

AI and ELT jobs

philipjkerr

In the British Council’s recently commissioned report on AI and English language teaching, the ‘Executive Summary’ suggests that, ‘when it comes to AI replacing humans, the majority view is that AI will not replace the need for human teachers any time soon’ (Edmett et al., 2024: 11). This is based...

Does ChatGPT enhance learning (or does it make you stupid)?

philipjkerr

Forgive me if you think these are badly-framed questions. Asking whether ChatGPT enhances learning is no different from asking whether technology more generally will enhance learning (a question that is fundamentally unanswerable), something that I had hoped we had moved on from some time ago. But...

The Pragmatic Prompter

Aaron Knobloch

Listen to an AI-generated overview of this article.0:00/625.321×Recently, I've been messing around with generative artificial intelligence at work. In particular, I've been experimenting with large language models (LLMs). In my journey, I've found it pretty difficult to find resources for...

5 top tips for using ChatGPT in language teaching

philipjkerr

The July 2024 edition of ELT Journal (78 / 3) contains an article entitled ‘ChatGPT in ELT: disruptor? Or well-trained teaching assistant?’ (Ahn et al., 2024). It aims to ‘contribute to the growing discourse on technology integration in ELT and offers practical recommendations for creating a...

How to Measure Usability with Only 7 Questions

Maximilian Speicher

Tales of Design & User Experience (ToDUX) #12 ⁂ Dear readers & friends, Smashing Magazine has published a new article of mine, which I co-authored with the fantastic Johanna Jagow. The article introduces Iɴᴜɪᴛ, a questionnaire (or instrument) for measuring usability. I...

Connecting Siri to ChatGPT

Yuval Aloni

ChatGPT is great for a lot of things, one of which is answering questions on a broad amount of subjects and categories, and getting expert, detailed answers --- something that Apple's OS: IOS's "personal voice assistant" - Siri doesn't do very well, and most of the times will just answer with:...

Thoughts on ChatGPT, LLMs, and search engines

Martín Villalba

Now that everyone is talking about Large Language Models (LLMs) in general and ChatGPT in particular I thought I would share a couple thoughts I've been having about this technology that I haven't seen anywhere else. But first, let's talk about chess. Chess is a discipline notorious for coming out...

Generate BATS Unit Tests with ChatGPT

Rhys Campbell

Of course everyone has now heard about ChatGPT. I’ve seen a few posts on LinkedIn where people have used it to generate code. I thought I’d have a quick go at seeing if ChatGPT would generate useful units tests. So I gave it the following bash function… mytest () { var="$1"; if [[...