Skip to content

Instantly share code, notes, and snippets.

View ricklamers's full-sized avatar

Rick Lamers ricklamers

View GitHub Profile
@ricklamers
ricklamers / gist:cd2daced55d7e31e10c01abe9035dbe6
Created March 14, 2026 16:10
Interview AI Report 12-03-2026
Source: https://open.spotify.com/episode/6RYYJOnDvMBf5pPx0cT9Fe
Wietse: Welkom bij AI Report, dé Nederlandse podcast over kunstmatige intelligentie, waar we uitzoeken welke invloed AI heeft op ons werk, ons leven en de samenleving. Deze week interview ik Rick Lammers, een eerdere gast in de podcast die toen nog werkte bij Groq met een Q. Inmiddels werkt Rick bij Nvidia. Ik praat met Rick over GPT-5.4, over het nieuwe lab van Yann LeCun, recursive self-improvement en de AGI-timelines van Rick. Voordat ik dat doe, eerst even het nieuws.
Het Nieuws
Wietse: GPT-5.4 is het beste nieuwe model van OpenAI. Wat opvalt is dat het een stuk beter presteert op de benchmarks die ertoe doen, en vooral de ‘computer use’, oftewel de mogelijkheid voor modellen om computers te gebruiken door rond te klikken en apps te gebruiken die normaal mensen gebruiken, is een stuk beter geworden. Daarnaast zijn spreadsheet-taken, dus bijvoorbeeld het besturen van Excel en Excel-sheets analyseren, een stuk beter geworden. Het is niet enkel
@ricklamers
ricklamers / REPORT_CHINESE_CARS_NL.md
Created January 26, 2026 19:17
Chinese Cars on Dutch Roads - Comprehensive Report

Chinese Cars on Dutch Roads - Comprehensive Report

Data Source: RDW Open Data - Gekentekende voertuigen (12GB dataset)
Analysis Date: January 26, 2026
Total Vehicles Analyzed: 10,692,298 passenger cars


Executive Summary

[00:00.000]
So every time I talk about reasoning, there are actually a lot of debates about whether AOMs can reason or not.
[00:11.000]
I'm interested to see how many people believe AOMs can reason. If you believe, please raise your hand.
[00:20.000]
Oh, awesome, wow.
[00:23.000]
[00:00.000]
Ten years ago, I visited Singapore office.
[00:04.000]
Actually, exactly ten years ago, I visited Google Singapore office.
[00:10.000]
Had a really great lunch.
[00:12.000]
[00:00.000]
I'll give you a whirlwind overview of a bunch of important developments that have happened in maybe the last decade or so of AI development.
[00:10.280]
Just to give you a sense of all the different things that have been developed independently and then all put together to make the models of today really shine in all the different capabilities that they have.
[00:24.160]
and this is joint work with many many many many people so can we just miss the
[00:31.980]
import json
import os
import time
from typing import List
from groq import Groq
from pydantic import BaseModel, Field
class Ingredient(BaseModel):
curl https://api.groq.com/openai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $GROQ_API_KEY" \
-d '{
"model": "llama3-groq-70b-8192-tool-use-preview",
"messages": [
{
"role": "user",
"content": "I have a flight booked for July 14, 2024, the flight number is AA100. Please check the status for me."
}
We can make this file beautiful and searchable if this error is corrected: It looks like row 3 should actually have 26 columns, instead of 25 in line 2.
Rank,Overall Acc,Model,Model Link,Organization,License,AST Summary,Exec Summary,Simple Function AST,Python Simple Function AST,Java Simple Function AST,JavaScript Simple Function AST,Multiple Functions AST,Parallel Functions AST,Parallel Multiple AST,Simple Function Exec,Python Simple Function Exec,REST Simple Function Exec,Multiple Functions Exec,Parallel Functions Exec,Parallel Multiple Exec,Relevance Detection,Cost ($ Per 1k Function Calls),Latency Mean (s),Latency Standard Deviation (s),Latency 95th Percentile (s)
1,78.76%,GPT-4-turbo-2024-04-09 (FC),https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo,OpenAI,Proprietary,81.70%,65.13%,73.82%,90.00%,33.00%,26.00%,89.50%,89.00%,74.50%,73.53%,83.00%,60.00%,70.00%,72.00%,45.00%,88.75%,4.79,5.68,6.67,20.07
2,73.71%,Claude-3-Opus-20240229 (FC tools-2024-04-04),https://www.anthropic.com/news/claude-3-family,Anthropic,Proprietary,70.35%,55.20%,80.91%,87.00%,61.00%,72.00%,91.00%,58.00%,51.50%,85.29%,85.00%,85.71%,74.00%,24.00%,37.50%,82.50%,30.65,12.63,3.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ricklamers
ricklamers / hide-promoted-tweets.user.js
Last active May 11, 2023 06:50 — forked from cb372/hide-promoted-tweets.user.js
A simple userscript to hide promoted tweets on twitter.com
// ==UserScript==
// @name Lazyfoo Readable CSS
// @namespace codesthings.com
// @license MIT
// @version 1.1
// @description Adds a readable CSS to Lazyfoo's tutorials.
// @author JamesCodesThings
// @match *://*.twitter.com/*
// @grant GM_addStyle
// ==/UserScript==