Data Source: RDW Open Data - Gekentekende voertuigen (12GB dataset)
Analysis Date: January 26, 2026
Total Vehicles Analyzed: 10,692,298 passenger cars
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import json | |
| import os | |
| import time | |
| from typing import List | |
| from groq import Groq | |
| from pydantic import BaseModel, Field | |
| class Ingredient(BaseModel): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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== |
NewerOlder