Nils Durner's Blog Ahas, Breadcrumbs, Coding Epiphanies

Agent Skill for Apple Swift Playgrounds

OpenAI’s LLMs have improved utility in Swift coding a lot since GPT-4. But still, the Apple Swift Playground(s) variety - particularly on iPad - is not covered well. (Swift Playgrounds is positioned for programming beginners, but another plus is that it’s a dynamic code execution environment on iPad). With a recent EPUB creation project from onl... Read more...

Aileen 3: Finding What’s New in Talks, Podcasts, and Conference Sessions

I have published Aileen 3, a Generative AI system to help with cutting down on the steady information (over-)flow through podcasts, conference sessions etc. Its predecessor Aileen 2 was about building personalized summaries of German parliament proceedings. Aileen 3 broadens the scope and narrows the output by moving to the concept of expectatio... Read more...

OpenAI Codex App: Agentic AI run locally

OpenAI released “Codex app”, a nice GUI re-imagination of Codex CLI. It’s currently only available for macOS, with support for Linux and Windows coming “in a week or two”. While it, as the other Codex products, continues to be positioned as centered around coding, suitability for tasks other than coding was confirmed on the Codex AMA on X: possi... Read more...

Reverse Engineering with Codex

Sparks of AGI, revisited Back in 2023, Sparks of AGI implemented reverse engineering through reverse prompting: GPT-4 instructed the user to run Unix tools like file , strings , a debugger, and a disassembler, and then reasoned from the outputs. The paper’s reverse engineering example is essentially a supervised, tool-mediated process where the ... Read more...

OpenAI Prism

Back in October, I wrote about Writing (a paper) with OpenAI Codex - which worked, but exhibited a few stumbling blocks. Now, OpenAI have released Prism: a writing tool which they pitch at scientists: Prism, a free workspace for scientists to write and collaborate on research, powered by GPT-5.2. ChatGPT helps you write and refine LaTeX-and supp... Read more...