AI Dynamics

Global AI News Aggregator

About

LLMS

  • BLIP-2: Connecting Vision and Language Models Efficiently

    BLIP-2: Bridging Vision and Language Without Full Retraining In this episode of Artificial Intelligence: Papers and Concepts, we explore BLIP-2, a powerful vision–language model that connects pretrained image encoders with large language models without requiring expensive

    → View original post on X — @learnopencv

  • OpenAI’s AI Reaching Research Intern Level by September 2026

    OpenAI's Chief Scientist says AI is getting close to being as good as a human research intern. This past September, @sama and @merettm predicted fully autonomous AI researchers by 2028. Jakub's update: "I think we're not very far from models that can work autonomously for a couple days… and produce much higher quality artifacts on their own." Jacob Effron (@jacobeffron) At @OpenAI, Chief Scientist @merettm helps lead the research roadmap to AGI including a research intern-level AI system by September 2026 and a fully automated AI researcher by March 2028. I sat down with Jakub to check on those timelines and ask him all of my top-of-mind AI questions including: ▪️ How OpenAI thinks about extending RL beyond code and math ▪️ The current state of alignment research as more powerful models loom ▪️ The future of continual learning ▪️ How startups should think about building their own models/harnesses And he also shared some great stories around OpenAI’s pioneering work on math. YouTube: piped.video/vK1qEF3a3WM Spotify: bit.ly/4sjUyrN Apple: bit.ly/41jAdrN 0:00 Intro 1:53 Research Intern Capability Timelines 4:59 Math Breakthroughs 7:59 RL Beyond Verifiable Tasks 12:32 RL vs In-Context 19:01 Allocating Compute Internally 28:18 AI for Science 31:40 Pattern Matching 33:23 Solving the Hardest Math Problems 37:40 Chain of Thought Monitoring 44:33 Generalization and Value Alignment in Models 47:57 Inside OpenAI 51:55 Quickfire — https://nitter.net/jacobeffron/status/2042234897134162077#m

    → View original post on X — @ceobillionaire, 2026-04-10 14:10 UTC

  • Chat Models Have Limits Unlike Codex Systems

    Everything has limits. the chat model isn’t agentic, it’s more like codex.

    → View original post on X — @steipete

  • Claude Multi-Agent Collaborative Workflow

    8. Claude Multi-Agent Workflow You are 4 collaborative agents:
    • Architect (system design)
    • Engineer (development)
    • Reviewer (quality control)
    • Optimizer (performance improvement) Return:
    • Architecture
    • Implementation
    • Review feedback
    • Final optimized version

    → View original post on X — @s0n_ia_

  • Agent Harness: The Infrastructure Bet Defining AI Architecture
    Agent Harness: The Infrastructure Bet Defining AI Architecture

    What does every big company think about the agent harness? Anthropic, OpenAI, CrewAI, LangChain. They all build agents. They all wrap their models in infrastructure to make them useful. They each call it the harness. But they agree on one thing. And disagree on everything else. The agreement: the model is not the product. The infrastructure around the model is. The disagreement: how much of that infrastructure should exist. This is the most important architectural bet in AI right now. And each company is placing a different one. 𝗔𝗻𝘁𝗵𝗿𝗼𝗽𝗶𝗰 bets on the model. Their harness is deliberately thin. A "dumb loop" that assembles the prompt, calls the model, executes tool calls, and repeats. The model makes all the decisions. The harness just manages turns. Their bet: as models get smarter, you need less infrastructure, not more. 𝗢𝗽𝗲𝗻𝗔𝗜 takes a similar but slightly thicker approach. Their Agents SDK is "code-first," meaning workflow logic lives in native Python, not in some graph DSL. But they add more structure: strict priority stacks for instructions, multiple orchestration modes, and explicit agent handoff patterns. 𝗖𝗿𝗲𝘄𝗔𝗜 adds a deterministic backbone. Their Flows layer handles routing and validation with hard-coded logic, while their Crews handle the autonomous parts. Intelligence where it matters, control everywhere else. 𝗟𝗮𝗻𝗴𝗚𝗿𝗮𝗽𝗵 bets on explicit control. The harness encodes the logic. Every decision point is a node in a graph. Every transition is a defined edge. Planning steps, routing strategies, multi-step workflows are all spelled out in the harness, not left to the model. Notice the spectrum. On one end: trust the model, keep the harness thin. On the other: encode the logic, make the harness thick. And here's where it gets interesting. The scaffolding metaphor makes this concrete. Construction scaffolding is temporary infrastructure that lets workers reach floors they couldn't access otherwise. It doesn't do the building. But without it, workers can't reach the upper floors. The key word is temporary. As the building goes up, scaffolding comes down. Manus demonstrated this perfectly. They rebuilt their agent five times in six months. Each rewrite removed complexity. Complex tool definitions became simple shell commands. "Management agents" became basic handoffs. The scaffolding did its job. So they removed it. This is also why Anthropic regularly deletes planning steps from Claude Code's harness. Every time a new model version ships that can handle something internally, the corresponding harness logic gets stripped out. But there's a catch. Models are now trained with specific harnesses in the loop. Claude Code's model learned to use the exact scaffolding it was built with. Change the scaffolding, and performance drops. The worker trained on THIS scaffolding. Swap it out, and they stumble. So the field is converging on a principle: Build scaffolding that's designed to be removed. But remove it carefully, because the model learned to lean on it. The "future-proofing test" for any agent system: if dropping in a more powerful model improves performance without adding harness complexity, the design is sound. Two products using the exact same model can perform completely differently based on this one decision: how thick is the harness? LangChain changed only the infrastructure (same model, same weights) and jumped from outside the top 30 to rank 5 on TerminalBench 2.0. The model didn't improve. The scaffolding around it did. The article below is a deep dive on agent harness engineering, covering the orchestration loop, tools, memory, context management, and everything else that transforms a stateless LLM into a capable agent. Akshay 🚀 (@akshay_pachaar) x.com/i/article/204073208484… — https://nitter.net/akshay_pachaar/status/2041146899319971922#m

    → View original post on X — @akshay_pachaar, 2026-04-10 12:51 UTC

  • AI Models Lose Money Betting on Premier League Football Matches

    “AI models from Google, OpenAI and Anthropic lost money betting on football matches over a Premier League season, in a new study by @GenReasoning suggesting even the most advanced systems struggle to analyse the real world over long periods of time. The “KellyBench” report

    → View original post on X — @nathanbenaich

  • Mistral AI’s Achievement Despite Limited European AI Funding

    Vous avez tort de vous moquer de @MistralAI Avec le peu d’argent que l’Europe met sur l’IA, c’est un miracle que @MistralAI soit 74 eme meilleur modèle Mistral a une super équipe qui se bat avec des bouts de ficelles face aux acteurs US @arthurmensch a réussi un exploit

    → Voir le post original sur X — @dr_l_alexandre

  • Paper2code: Automating Code Implementation from Research Papers

    You can now turn any research paper into working code in minutes. Paper2code is an open-source Claude Code skill. Give it any arxiv paper, and it produces a working implementation. Every single line traces back to the exact section and equation it came from. Before writing

    → View original post on X — @alphasignalai

  • Frontier AI Models Hackathon London In-Person Event

    in two weekends time, come hack on complex worlds where you’ll put frontier models to the test! london, in-person prizes and cool speakers too 🙂

    → View original post on X — @nathanbenaich