Ollie Brae’s tweet, leads to Game Over for Maths A-level — Conrad Wolfram

The combination of ChatGPT with its Wolfram plug-in just scored 96% in a UK Maths A-level paper, the exam taken at the end of school, as a crucial metric for university entrance. (That compares to 43% for ChatGPT alone).

Wrong conclusion: ban it. Right conclusion: change what humans are learning so they step up a level, and don’t compete with what AIs do well.

Wolfram goes on to explain that an overhaul of the math curriculum is long overdue, and quotes himself from 3 years ago:

Today’s ecosystem of education doesn’t easily support such subject change. From assessments tied to today’s subjects, to too short a time horizon, to evidence-led innovation rather than innovation-led evidence, there’s everything to prevent core subject change and seemingly nothing to promote it. Except, eventually, after much disarray, cold, hard failure.

My hi-light. Seeing “evidence-led innovation” as part of the problem was interesting.

So you love Facebook and you hate Facebook, you love Twitter and you hate Twitter. You love… You get the idea! If you’re anything like me you have at times questioned how much time you’ve spent trawling through social media. You may even be worried about how much data they’ve been gathering about you, or perhaps thinking about whether or not we’re even able to escape from it all. On the podcast today we’ve got Alex Kirk, and he certainly has been thinking about all of this. So much so in fact that he’s built a social network plugin for WordPress. Listen to the podcast to find out all about it…

Really interesting podcast discussing the Friends WordPress plugin with its author Alex Kirk. A lot of interesting features, including a built in RSS reader and a WordPress to WordPress social network.

I had a couple of thoughts, I wonder if this would work on a WordPress multi-site like Glow Blogs?

I also wondered if importing all these posts you were reading would bloat your own blog? This was answered in the podcast, you can set the number of posts kept or the length of time to keep them.

Alex did mention the IndieWeb, so I am wondering if there is much integration, with webmentions or bookmarking for example.

Obviously to use the social part you need friends using the plugin, but I think I’ll install it somewhere to see how it works as an RSS reader when i have a mo.

 

Bookmarking this to remind myself to go through this presentation regularly.

Dropbox link in case twitter implodes!

Liked One More Reason #ChatGPT Seems Like a Sweetheart by Maha BaliMaha Bali (blog.mahabali.me)

This ChatGPT thing, quite apart from all the other AI writing tools, is disturbingly addictive and… likeable? I had tried before with you.com/chat to make it say mean and biased things, but it wouldn’t. And this surprised me because if it trained on internet data, the internet is full of stuff like that, right? So…

An interesting experience with chatGPT.

Who trained you to be so sensitive and polite and politically correct?

I couldn’t be angry with it, because it was such a sweetheart about not giving me what I wanted.

I’ve been testing and using FeedLand for a while now. Today Dave posted the roadmap

1. FeedLand is a feed management system for individuals and groups. So far it’s only been offered as a free service on the web.

and

4. Here’s the big news: The new FeedLand server software will be available as open source, so anyone will be able to run a FeedLand instance. It’s a Node.js application. Uses MySQL. You may want to hook up an S3 bucket for special features like RSS feeds for Likes. At first email sending will be via Amazon SES, the method I currently use. It will be possible to plug in new drivers to use other email services.

As someone who has been pretty excited about RSS for years this sounds great.

Wayback when ScotEduBlogs was a ruby app1, I had this wild idea that a visitor could create a subset of the feeds on the site, save that and view the subset in some way. I think an instance of FeedLand could do just that.

Apart from the unknown of how running FeedLand would work2 I think there are a couple of barriers:

  1. The lack of blogs about Scottish education, maybe twitter problems will help that).
  2. The lack of knowledge about RSS. Andrew McLaughlin’s post Education needs free, safe spaces for creation, collaboration and discussion. and TES Article How a return to blogs and wikis could benefit teachers | Tes gives hope there.

Most online discussion of education and even news from schools has been on twitter. I’ve always felt uneasy about that. More than ever now 3. Maybe 2023 will see a RSSurgance;-)

  1. Created by Robert Jones with the help of Pete Liddle and cheered on by myself.
  2. I am hoping to be able to test than soon.
  3. For example: Twitter team responsible for removing child exploitation on site cut in half since Musk takeover, report claims and No more Tweetbot or Twitterrific on Twitter | Mashable

ChatGPT discussion screenshot. Text in blog post.

I’ve read a bit about ChatGPT use in education, there is a lot about 1

I’ve been kicking the tyres of ChatGPT a little. Even on the surface it is quite interesting.

I have tried a couple of things that might be useful. One is to get some JavaScript functions for a little fun. It did what I wanted. The other was perhaps more pertinent to teaching.

I wanted to knock out a couple of simple cloze procedures, making up sentences is one of the more tedious tasks so I though I’d give ChatGPT a shot. I asked:

Me: can you give me sentences for 10 year old using each of these words feat
feet
mail
male
leak
leek
meat
meet

ChatGPT: Sure! Here are some sentences using each of these words:

"I am so proud of my little sister's feat of climbing to the top of the jungle gym all by herself!"
"I can't believe how big my feet have gotten since I was a baby."
"I need to go to the post office to mail this letter to my pen pal in France."
"My uncle is a male doctor."
"There's a small leak in the roof that needs to be fixed before it starts raining."
"I love adding sliced leek to my salads for a little extra flavor."
"I can't wait to have a barbecue and cook some juicy meat on the grill."
"I have to go meet my friend at the library in an hour."

So I needed to fix the spelling of flavor and asked, with typo,  as in the screenshot,  for another sentence for male. I got a list. I needed to adjust the one I chose to make the lion lazy too.

It was easy enough to paste that into an H5P Fill in the Blanks Content and get a cloze in Glow Blogs.

Diversion to Other Geeky Territory

The Fill in the missing blanks content in H5P takes text with the words you want to be blank surrounded by asterisks. Since I’d copied the sentences into a text editor to replace the quotations, I set the document format to markdown, selected the words and pressed ⌘-i.

Markdown Text Edit Italic animation

I then wondered if I could get ChatGPT to add the asterisks for me, so I asked: with an asterisk before and after each word. This it did, but as it typed then it seems that ChatGPT uses markdown, so as it typed the closing astrisk the enclosed word became italic. So back TextMate for me.