1
0
mirror of https://github.com/osmarks/website synced 2025-09-10 22:36:01 +00:00

minor fixes and improve title casing

This commit is contained in:
osmarks
2024-10-26 14:31:38 +01:00
parent f8b17595e6
commit 6011e27dbd
8 changed files with 24 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
---
title: "'Problem Solving' Tasks and Computer Science"
title: "'Problem solving' tasks and computer science"
description: Is solving Sudoku and similar puzzles by hand really useful in building computer science ability? We don't think so.
slug: csproblem
created: 20/05/2020
@@ -31,4 +31,4 @@ In other words, learning to do 'computational skills' problems does not help you
Update (28/01/2023 CE):
It only took a year after this was written for [OpenAI Codex](https://openai.com/blog/openai-codex/) to become reasonably competent at programming. Oops. And I didn't actually think to update this until now, when I happened to be reviewing it. Regardless, I think the relevant argument still holds up, inasmuch as even today's language models still aren't that great at "thinky" programming tasks, and mostly serve to reveal how much stupid glue code we have to write.
It only took a year after this was written for [OpenAI Codex](https://openai.com/blog/openai-codex/) to become reasonably competent at programming. Oops. And I didn't actually think to update this until now, when I happened to be reviewing it. Regardless, I think the relevant argument still holds up, inasmuch as even today's language models still aren't that great at "thinky" programming tasks, and mostly serve to reveal how much stupid glue code we have to write.