What happens when AI models take Open Source code and documentation without attribution? Is this approach destroying Open Source as we know it? Me and @mrjameshall.bsky.social dig into these questions in last weeks episode of Off Script:
heypresents.com/podcast/57
23.01.2026 08:36
π 1
π 1
π¬ 0
π 0
What's better than a Friday afternoon? A Friday afternoon when you're chatting to this wonderful lot about running a conference.
cc @philhawksworth.dev @mrjameshall.bsky.social
05.12.2025 15:36
π 5
π 2
π¬ 0
π 0
Itβs always a good sign when the venue tells you youβre playing Daft Punk too loud and itβs affecting the screening of Minecraft next door.
*turns it up louder*
01.05.2025 15:19
π 15
π 5
π¬ 2
π 0
A screen at the front of a stage at a conference showing live captioning. It reads, β[Hope you had a nice lunchβ¦ captioned took a nap]β
Live-captioning a tech conference from another timezone must be knackering!
Happy to see this from our wonderful stenographer at #AllDayHey.
01.05.2025 14:26
π 13
π 2
π¬ 1
π 1
Carl Sagan explains how the ancient Greeks knew the Earth was round and calculated its circumference over 2,000 years ago.
20.04.2025 17:00
π 16666
π 3303
π¬ 393
π 257
Getting your head around sampling (and constrained sampling - like used for Structured Outputs) is a good area to get stuck into.
04.01.2025 12:45
π 1
π 0
π¬ 0
π 0
- Built a basic UI on top of this to start exploring.
Some interesting advantages to having greater insight into underlying probabilities is knowing when it might be wrong, debugging models issues, and for learning purposes.
04.01.2025 12:45
π 1
π 0
π¬ 1
π 0
What I've done:
- Pulled Llama3.3 locally from HuggingFace, converted it to GGUF for llama.cpp.
- Quantized it so it doesn't crash my M3 Mac.
- Started a llama.cpp server, and use the raw (non-OpenAI-compatible) API to delve into the underlying logprob data.
04.01.2025 12:45
π 1
π 0
π¬ 1
π 0
Another weekend project, I've built another visualisation.
Commercial LLMs often don't expose their logits/logprobs. This is the chance that the next token/word appears.
04.01.2025 12:45
π 2
π 0
π¬ 1
π 0
Add your own words or compare predefined sets.
I'm working on a way to visualise the famous king - man + woman = queen example. Any other ideas?
27.12.2024 17:13
π 1
π 0
π¬ 0
π 0
I've made a tool that lets you explore Text Embedding Vectors (an important step for AI tools which use Retrieval Augmented Generation) in a 3D space.
You can choose between different dimension reductions, which helps you compare features.
27.12.2024 17:13
π 2
π 0
π¬ 1
π 0