[{"data":1,"prerenderedAt":361},["ShallowReactive",2],{"mdc--wfgsgd-key":3,"mdc-rb7ykf-key":103,"mdc-78uiov-key":122,"mdc--jdd2i2-key":170,"mdc-gb45ob-key":204,"mdc-8add2w-key":281,"mdc-dljzgu-key":295,"mdc--icbcx2-key":319},{"data":4,"body":5},{},{"type":6,"children":7},"root",[8,16,21,34,64,69,74,79,84,89],{"type":9,"tag":10,"props":11,"children":12},"element","p",{},[13],{"type":14,"value":15},"text","The framework around the model is worth more than the frontier model itself.",{"type":9,"tag":10,"props":17,"children":18},{},[19],{"type":14,"value":20},"Researchers from Stanford, UC Berkeley, and NVIDIA Research showed that you can beat GPT-5.5, Claude Opus 4.8, and Gemini 3.1 Pro without upgrading to a better model. Instead, they used a tournament technique where candidate responses face off in 1v1 matchups.",{"type":9,"tag":10,"props":22,"children":23},{},[24,26,32],{"type":14,"value":25},"It's called ",{"type":9,"tag":27,"props":28,"children":29},"strong",{},[30],{"type":14,"value":31},"Probabilistic Pivot Tournament",{"type":14,"value":33},", and it works like this:",{"type":9,"tag":35,"props":36,"children":37},"ol",{},[38,44,49,54,59],{"type":9,"tag":39,"props":40,"children":41},"li",{},[42],{"type":14,"value":43},"The model generates N candidate responses for the same prompt.",{"type":9,"tag":39,"props":45,"children":46},{},[47],{"type":14,"value":48},"A fast initial pass assigns a baseline score to each response.",{"type":9,"tag":39,"props":50,"children":51},{},[52],{"type":14,"value":53},"Based on that ranking, responses split into two groups: the top performers (the pivot group) and the rest.",{"type":9,"tag":39,"props":55,"children":56},{},[57],{"type":14,"value":58},"Each non-pivot is paired against every pivot, while pivots compete among themselves in 1v1 duels.",{"type":9,"tag":39,"props":60,"children":61},{},[62],{"type":14,"value":63},"The duel outcomes create the final ranking, selecting the single best response.",{"type":9,"tag":10,"props":65,"children":66},{},[67],{"type":14,"value":68},"It isn't fast, and it isn't cheap. But it works: 86.5% on Terminal-Bench V2 compared to 84.7% for GPT-5.5, and 78.2% on SWE-Bench Verified compared to 76.8% for Opus 4.5.",{"type":9,"tag":10,"props":70,"children":71},{},[72],{"type":14,"value":73},"This is what changes everything: top performance on a task no longer relies solely on the frontier model, but on the harness and engineering around it.",{"type":9,"tag":10,"props":75,"children":76},{},[77],{"type":14,"value":78},"If you have followed my work for a while, you already know this tournament approach. It's the core method ActiveGenie uses to deliver consistent results. I wrote the initial tournament logic back on February 3, 2025, nearly a year and a half ago.",{"type":9,"tag":10,"props":80,"children":81},{},[82],{"type":14,"value":83},"There is one key difference: ActiveGenie uses political debate while the paper uses logprobs. That topic deserves a dedicated post of its own.",{"type":9,"tag":10,"props":85,"children":86},{},[87],{"type":14,"value":88},"Until then, try ActiveGenie. Stop relying on expensive frontier models alone. Pair a leaner model with the right system architecture instead.",{"type":9,"tag":10,"props":90,"children":91},{},[92,94],{"type":14,"value":93},"Paper: ",{"type":9,"tag":95,"props":96,"children":100},"a",{"href":97,"rel":98},"https:\u002F\u002Farxiv.org\u002Fabs\u002F2607.05391",[99],"nofollow",[101],{"type":14,"value":102},"LLM-as-a-Verifier",{"data":104,"body":105},{},{"type":6,"children":106},[107,112,117],{"type":9,"tag":10,"props":108,"children":109},{},[110],{"type":14,"value":111},"Everyone is concerned about the cost or speed of LLMs, but let me say one thing: that doesn't matter if you're not building the LLM yourself.",{"type":9,"tag":10,"props":113,"children":114},{},[115],{"type":14,"value":116},"For us, builders and engineers, we need to care about delivering real value. Something that people actually want, without the slop.",{"type":9,"tag":10,"props":118,"children":119},{},[120],{"type":14,"value":121},"We don't need new models; we need to focus on what really matters, consistent outputs!",{"data":123,"body":124},{},{"type":6,"children":125},[126,131,136,141,146,165],{"type":9,"tag":10,"props":127,"children":128},{},[129],{"type":14,"value":130},"It is impressive how AI can do everything, but at the same time, finding the right place for it is incredibly difficult. Anyone building with AI faces the paradox of choice with every new interaction. Even in established use cases like coding assistants, there are still countlessly subtle ways to get it wrong.",{"type":9,"tag":10,"props":132,"children":133},{},[134],{"type":14,"value":135},"In my view, the ideal use of AI isn't as flashy or polished as tech giants portray. It sits in our routine human-in-the-loop workflows inside the platforms we build. AI doesn't need to be perfect; it just needs to match the accuracy of an average human performing the task. This is about scale, not flawless execution.",{"type":9,"tag":10,"props":137,"children":138},{},[139],{"type":14,"value":140},"Your top domain experts act as the guides, defining best practices and pointing out which shortcuts work. Breaking down high-level human responsibilities into small, structured tasks is what software engineering has always been about. Now, we use AI to run those steps.",{"type":9,"tag":10,"props":142,"children":143},{},[144],{"type":14,"value":145},"Take vendor onboarding as an example. Is selecting a supplier purely about price? In reality, we need to:",{"type":9,"tag":147,"props":148,"children":149},"ul",{},[150,155,160],{"type":9,"tag":39,"props":151,"children":152},{},[153],{"type":14,"value":154},"Parse unstandardized documents: read scanned or legacy Articles of Association to extract Partners and Ultimate Beneficial Owners (UBOs) despite massive format variance.",{"type":9,"tag":39,"props":156,"children":157},{},[158],{"type":14,"value":159},"Evaluate risk severity: read legal case summaries to determine whether an entry presents genuine reputational risk or mere administrative noise.",{"type":9,"tag":39,"props":161,"children":162},{},[163],{"type":14,"value":164},"Clean complex datasets: determine if \"Linkana Tech\" and \"Linkana S.A.\" refer to the same entity across duplicate databases by matching addresses and context where exact string matches fail.",{"type":9,"tag":10,"props":166,"children":167},{},[168],{"type":14,"value":169},"Each of these steps can be assisted by AI, and in well-structured environments, fully automated. The real magic happens when this human-in-the-loop mechanism bridges two systems: the moment a budget is approved, the payment system finalizes the transaction, triggers the vendor, and notifies the rest of the supply chain.",{"data":171,"body":172},{},{"type":6,"children":173},[174,179,184,189,194,199],{"type":9,"tag":10,"props":175,"children":176},{},[177],{"type":14,"value":178},"We hear a lot about AGI, but for most of us, it isn't what matters.",{"type":9,"tag":10,"props":180,"children":181},{},[182],{"type":14,"value":183},"I don't believe we are on the verge of reaching AGI, whatever that definition may be, but failing to reach that goal doesn't reduce the impact AI has on society. Even if we stopped launching new LLMs today, the world will be changed forever. What is currently holding most businesses back isn't a lack of AI capability; it's finding the right use cases and achieving consistency.",{"type":9,"tag":10,"props":185,"children":186},{},[187],{"type":14,"value":188},"The best place to implement AI is within existing software and \"human-in-the-loop\" tasks. In some cases, AI can fully automate these tasks; in others, it serves to significantly speed up the process.",{"type":9,"tag":10,"props":190,"children":191},{},[192],{"type":14,"value":193},"The \"perfect\" opportunity exists where a human currently acts as a bridge between two systems. Automating this human-in-the-middle connection will drastically disrupt the market. For this to work, the AI doesn't need to be perfect; it simply needs to match the consistency and performance of a human employee at scale.",{"type":9,"tag":10,"props":195,"children":196},{},[197],{"type":14,"value":198},"We don't need \"smarter\" models to achieve this. We need structured processes and a structured way of thinking. This is the current challenge: human-in-the-loop tasks are often poorly documented, and every person performs them differently.",{"type":9,"tag":10,"props":200,"children":201},{},[202],{"type":14,"value":203},"If you want my advice: Record, document, and structure the best practices for every human-in-the-loop task in your platform as thoroughly as possible. That data will be pure gold for future automation.",{"data":205,"body":206},{},{"type":6,"children":207},[208,213,218,223,228,233,238,243,276],{"type":9,"tag":10,"props":209,"children":210},{},[211],{"type":14,"value":212},"Overfitting in LLMs is not as problematic as everyone claims. Here are my predictions for 2026:",{"type":9,"tag":10,"props":214,"children":215},{},[216],{"type":14,"value":217},"Think about how we learn. What is overfit learning if not our school grading system? We teach in a highly specific way, expecting students to apply exact techniques to a test. We all follow this pattern for at least 15 years of our lives.",{"type":9,"tag":10,"props":219,"children":220},{},[221],{"type":14,"value":222},"The hope is that by applying the same formulas repeatedly, some will eventually discover how to actually learn and find the techniques that work for them, whether that's singing a math formula or rewriting a whiteboard three times.",{"type":9,"tag":10,"props":224,"children":225},{},[226],{"type":14,"value":227},"Humanity has almost always taught and learned this way. It is nearly impossible to avoid overfitting in AI when we haven't even discovered a better way for ourselves.",{"type":9,"tag":10,"props":229,"children":230},{},[231],{"type":14,"value":232},"This overfit learning has brought us a society of specialized jobs, and that will hold true for AI as well. If I were to bet on anything for 2026, it would be the rise of specialized models.",{"type":9,"tag":10,"props":234,"children":235},{},[236],{"type":14,"value":237},"Models won't just get larger; they will get smaller and more specialized in specific techniques or tasks. If a task is in high demand by the community, there will surely be a model dedicated to it.",{"type":9,"tag":10,"props":239,"children":240},{},[241],{"type":14,"value":242},"Consider these examples:",{"type":9,"tag":147,"props":244,"children":245},{},[246,256,266],{"type":9,"tag":39,"props":247,"children":248},{},[249,254],{"type":9,"tag":27,"props":250,"children":251},{},[252],{"type":14,"value":253},"Chat Specialists",{"type":14,"value":255},": This is the most obvious case. We will see models with pre-built actions and high accuracy specifically for Sales or Customer Success.",{"type":9,"tag":39,"props":257,"children":258},{},[259,264],{"type":9,"tag":27,"props":260,"children":261},{},[262],{"type":14,"value":263},"Assessment Resolvers",{"type":14,"value":265},": As benchmarking for AI and humans becomes more common, we'll see specialist models designed to navigate diverse question types, incorporating images, complex math, and multi-choice logic.",{"type":9,"tag":39,"props":267,"children":268},{},[269,274],{"type":9,"tag":27,"props":270,"children":271},{},[272],{"type":14,"value":273},"AI Reviewers",{"type":14,"value":275},": We are currently overwhelmed by reviews for everything: films, PC boards, best smartphones. AI can perform this flawlessly, provided it has the right context and direction to create a high-quality critique.",{"type":9,"tag":10,"props":277,"children":278},{},[279],{"type":14,"value":280},"In what other areas do you think AI will become a specialist?",{"data":282,"body":283},{},{"type":6,"children":284},[285,290],{"type":9,"tag":10,"props":286,"children":287},{},[288],{"type":14,"value":289},"I've always seen Campus Code as a major reference and a constant source of learning. Today, I was proud to be noticed and featured by them! Every blog post and article they share has given me clarity and valuable insights throughout my career. This shoutout reinforces the deep respect I have for their work and the impact they bring to the developer community, far beyond the classroom.",{"type":9,"tag":10,"props":291,"children":292},{},[293],{"type":14,"value":294},"Truly grateful!",{"data":296,"body":297},{},{"type":6,"children":298},[299,304,309,314],{"type":9,"tag":10,"props":300,"children":301},{},[302],{"type":14,"value":303},"Controlling GenAI is hard. There's no manual for it.",{"type":9,"tag":10,"props":305,"children":306},{},[307],{"type":14,"value":308},"That's what makes this space so exciting. It's about finding creative, non-obvious solutions to brand-new problems. The companies that master this will define the next era of technology.",{"type":9,"tag":10,"props":310,"children":311},{},[312],{"type":14,"value":313},"Beyond productivity boosts, the real challenge is creating entirely new businesses with reliable AI at their core.",{"type":9,"tag":10,"props":315,"children":316},{},[317],{"type":14,"value":318},"If you're building a GenAI feature, ActiveGenie is designed to help you succeed. Reach out with a message, I'm always happy to help fellow developers navigate this space.",{"data":320,"body":321},{},{"type":6,"children":322},[323,328,333,338,351,356],{"type":9,"tag":10,"props":324,"children":325},{},[326],{"type":14,"value":327},"The Year of Agents is for non-technical people; I'm waiting for the Year of Unstructured Data.",{"type":9,"tag":10,"props":329,"children":330},{},[331],{"type":14,"value":332},"We're currently in the so-called \"Year of Agents,\" and the world is captivated by their new capabilities. The ability to create web pages, build apps, and connect with APIs is something agents are doing flawlessly.",{"type":9,"tag":10,"props":334,"children":335},{},[336],{"type":14,"value":337},"As a result, non-technical people can now achieve far more than ever before, and all the financial investment and hype stems from this very fact. But the agent hypemen forgot two key things:",{"type":9,"tag":147,"props":339,"children":340},{},[341,346],{"type":9,"tag":39,"props":342,"children":343},{},[344],{"type":14,"value":345},"First, agents aren't doing anything a developer couldn't already do. The feeling that \"you can do anything\" is a part of our daily lives as developers, which is why so many developers are founders.",{"type":9,"tag":39,"props":347,"children":348},{},[349],{"type":14,"value":350},"Second, while non-developers can now do more, developers can do even more not because of agents, but because of how easy it's become to work with unstructured data.",{"type":9,"tag":10,"props":352,"children":353},{},[354],{"type":14,"value":355},"If we're already in the Year of Agents, just imagine what will happen when they discover the vast amount of unstructured data that exists, and how much they can do with it.",{"type":9,"tag":10,"props":357,"children":358},{},[359],{"type":14,"value":360},"I'm ready for that! Let's build that future together.",1786110080023]