Nils Durner's Blog Ahas, Breadcrumbs, Coding Epiphanies

AI Agency: Philosophical Foundations

The term “AI Agent” has become increasingly prevalent in discussions about artificial intelligence, yet its meaning remains somewhat ambiguous. This ambiguity stems partly from different conceptualizations of agency across disciplines and languages. A recent LinkedIn discussion, sparked by Maximilian Seeth’s introduction to AI ethics, highlighte... Read more

German NER experiments: Presidio, spaCy, GLiNER

As I experimented with the Microsoft Presidio live demo for PII, I found that neither model does very well with German language when the objective is to also identify organization names. Cloning the HuggingFace space that hosts this demo allows one to enable use of other models (through setting the environment variable ALLOW_OTHER_MODELS = 1), b... Read more

Computation with LLMs

Popular wisdom holds that Language Models are “not made for computation” - and such is thus best avoided. This is backed by this study that confirms limitations also with o1 (albeit much higher). This does not hold true for “Language Models like ChatGPT”, e.g. as claimed by Tech Crunch, however: as an AI System, it extends beyond the basic Large... Read more

Bosch GenAI Playground

A little over a year ago, Bosch (a German multinational engineering and technology company) announced “BoschGPT”, an custom language model developed in partnership with German startup Aleph Alpha, which was intended to serve as an internal chatbot for Bosch employees to access and query the company’s vast knowledge database. This initiative repr... Read more

Open Source AI: A Reality Check

A WIRED article from August 2023 about “The Myth of ‘Open Source’ AI” resurfaced in my feed yesterday. The article, which focused on Meta’s Llama 2 release, raised concerns about the true openness of AI models. However, the field’s developments over the past 12+ months present a different picture. Since Llama 2, Meta has released Llama 3, 3.1, ... Read more