Your curated collection of saved posts and media

Showing 32 posts Β· last 7 days Β· newest first
G
gabeschnitzel
@gabeschnitzel
πŸ“…
Mar 03, 2026
162d ago
πŸ†”18999708

@DiamondEyesFox @durov https://t.co/Drl94NfDOR

Media 1
πŸ–ΌοΈ Media
O
omarsar0
@omarsar0
πŸ“…
Mar 02, 2026
162d ago
πŸ†”79822112

Don't overcomplicate your AI agents. As an example, here is a minimal and very capable agent for automated theorem proving. The prevailing approach to automated theorem proving involves complex, multi-component systems with heavy computational overhead. But does it need to be that complex? This research introduces a deliberately minimal agent architecture for formal theorem proving. It interfaces with Lean and demonstrates that a streamlined, pared-down approach can achieve competitive performance on proof generation benchmarks. It turns out that simplicity is a feature, not a limitation. By stripping away unnecessary complexity, the agent becomes more reproducible, efficient, and accessible. Sophisticated results don't require sophisticated infrastructure. Paper: https://t.co/3p5MfNQII4 Learn to build effective AI agents in our academy: https://t.co/1e8RZKs4uX

Media 1
πŸ–ΌοΈ Media
D
dair_ai
@dair_ai
πŸ“…
Mar 02, 2026
162d ago
πŸ†”64061352

Interesting research on how hierarchies spontaneously emerge in multi-agent systems. Start with a group of cooperative agents. There are no leaders and no structure. Just collaboration. What happens over time? Hierarchies form on their own. This new research looks at the dynamics of how initially flat, cooperative multi-agent systems naturally transition into hierarchical organizations. They identify the mechanisms and conditions that drive this structural shift. Why does it matter? Understanding hierarchy emergence is critical for designing multi-agent systems where organizational structure matters. Whether you're building agent swarms, collaborative AI teams, or simulating social systems, knowing when and why hierarchies form helps you design better systems or prevent unintended power structures. Paper: https://t.co/cKJKd59JU6 Learn to build effective AI agents in our academy: https://t.co/LRnpZN7L4c

Media 1Media 2
πŸ–ΌοΈ Media
O
omarsar0
@omarsar0
πŸ“…
Mar 03, 2026
161d ago
πŸ†”96343923

Can AI agents agree? Communication is one of the biggest challenges in multi-agent systems. New research tests LLM-based agents on Byzantine consensus games, scenarios where agents must agree on a value even when some participants behave adversarially. The main finding: valid agreement is unreliable even in fully benign settings, and degrades further as group size grows. Most failures come from convergence stalls and timeouts, not subtle value corruption. Why does it matter? Multi-agent systems are being deployed in high-stakes coordination tasks. This paper is an early signal that reliable consensus is not an emergent property you can assume. It needs to be designed explicitly. Paper: https://t.co/3fllhchiKX Learn to build effective AI agents in our academy: https://t.co/1e8RZKs4uX

Media 1
πŸ–ΌοΈ Media
D
dair_ai
@dair_ai
πŸ“…
Mar 03, 2026
161d ago
πŸ†”92939071

New research on improving self-reflection in language agents. A core problem with agent self-reflection is that models tend to generate repetitive reflections that add noise instead of signal, hurting overall reasoning performance. It introduces ParamMem, a parametric memory module that encodes cross-sample reflection patterns directly into model parameters, then uses temperature-controlled sampling to generate diverse reflections at inference time. ParamMem shows consistent improvements over SOTA baselines across code generation, mathematical reasoning, and multi-hop QA. It also enables weak-to-strong transfer and self-improvement without needing a stronger external model, making it a practical upgrade for agentic pipelines. Paper: https://t.co/16Yp56j8Jm Learn to build effective AI agents in our academy: https://t.co/LRnpZN7L4c

Media 1Media 2
πŸ–ΌοΈ Media
O
omarsar0
@omarsar0
πŸ“…
Mar 03, 2026
161d ago
πŸ†”22674842

MCP is dead? What are your thoughts? I mostly use Skills and CLI lately. I still use a few MCP tools for orchestrating agents more efficiently. https://t.co/o6saSxNQ9s

Media 1
πŸ–ΌοΈ Media
O
omarsar0
@omarsar0
πŸ“…
Mar 03, 2026
161d ago
πŸ†”60935331

Theory of Mind in Multi-agent LLM Systems. A good read for anyone building systems where agents need to model each other's beliefs to coordinate effectively. This work introduces a multi-agent architecture combining Theory of Mind, Belief-Desire-Intention models, and symbolic solvers for logical verification, then evaluates how these cognitive mechanisms affect collaborative decision-making across multiple LLMs. The results reveal a complex interdependency where cognitive mechanisms like ToM don't automatically improve coordination. Their effectiveness depends heavily on underlying LLM capabilities. Knowing when and how to add these mechanisms is key to building reliable multi-agent systems. Paper: https://t.co/8ASbUgzGjF Learn to build effective AI agents in our academy: https://t.co/1e8RZKs4uX

Media 1
πŸ–ΌοΈ Media
O
omarsar0
@omarsar0
πŸ“…
Mar 04, 2026
160d ago
πŸ†”96519070

Pay close attention to proactive AI agents. This is one of the wildest applications of agent harnesses I've seen. The MIT paper introduces NeuroSkill, a real-time agentic system that models human cognitive and emotional state by integrating Brain-Computer Interface signals with foundation models. "Human State of Mind" provided via SKILL dot md. The system runs fully offline on the edge. Its NeuroLoop harness enables agentic workflows that engage users across cognitive and emotional levels, responding to both explicit and implicit requests through actionable tool calls. Why does it matter? Most AI agents respond only to explicit user requests. NeuroSkill explores the frontier of proactive agents that sense and respond to implicit human states, opening new possibilities for adaptive human-AI interaction. Paper: https://t.co/kO3Ie2Dbvz Learn to build effective AI agents in our academy: https://t.co/1e8RZKs4uX

Media 1
πŸ–ΌοΈ Media
D
dair_ai
@dair_ai
πŸ“…
Mar 04, 2026
160d ago
πŸ†”56234562

Interesting new research on LLM agent memory. Agent engineers, pay attention to this one. (bookmark it) It introduces a diagnostic framework that separates retrieval failures from utilization failures in agent memory systems. The main findings: - Retrieval method matters far more than how you write memories. - Accuracy varies 20 percentage points across retrieval approaches but only 3-8 points across writing strategies. - Simple raw chunking matches or outperforms expensive alternatives like Mem0-style fact extraction or MemGPT-style summarization. Teams investing heavily in sophisticated memory writing pipelines may be optimizing the wrong thing. Improving retrieval quality yields larger gains than increasing write-time sophistication. Paper: https://t.co/ZZvtsJXIJp Learn to build effective AI agents in our academy: https://t.co/LRnpZN7L4c

Media 1Media 2
πŸ–ΌοΈ Media
O
omarsar0
@omarsar0
πŸ“…
Mar 05, 2026
160d ago
πŸ†”72341167

Banger CLI tool released by Google. CLI for Google Workspace + a bunch of useful Agent Skills to go with it. We had a few unofficial ones floating around, so it's nice to finally see an official one. Testing it already. https://t.co/jDWw45P4oA

Media 1
πŸ–ΌοΈ Media
O
omarsar0
@omarsar0
πŸ“…
Mar 05, 2026
159d ago
πŸ†”37282739

PAI just launched publicly, and this feels like a big leap for AI video. Had a chance to test it early. Most video generation models top out at 8-15 seconds. PAI can generate 60-second, 4K videos with up to 16 shots. The real unlock is multi-turn editing. You can actually go back and refine specific scenes, adjust performance and composition, without regenerating the whole thing. Characters stay consistent across shots. It maintains narrative continuity the way you'd expect from a real production pipeline. This is the first AI video tool that feels like it was built for video storytelling, not just clip generation. Worth trying if you're building anything with narrative video.

πŸ–ΌοΈ Media
O
omarsar0
@omarsar0
πŸ“…
Mar 05, 2026
159d ago
πŸ†”73420447

Don't overload your AGENTS dot md files. Keep them brief. GitHub's analysis of 2,500+ repos found what makes AGENTS dot md files work: - provide the agent a specific job or persona - exact commands to run - well-defined boundaries to follow - clear examples of good outputs https://t.co/GFSEjLsx8C

Media 1
πŸ–ΌοΈ Media
O
official_throne
@official_throne
πŸ“…
Feb 23, 2026
169d ago
πŸ†”83174483

You can only like this post if you know what this is 😭 https://t.co/IUpWLlWN13

Media 1
πŸ–ΌοΈ Media
D
deedydas
@deedydas
πŸ“…
Mar 02, 2026
162d ago
πŸ†”31435114

Narrative violation. Cursor goes $1B to $2B in 3mos. Claude Code went $0 to $2.5B in 8mos. Everyone in the tech/X bubble think people are wholesale ditching Cursor, but enterprise diffusion is glacial. Most of the world just got a hold of it. https://t.co/7RBU7mvosz

Media 1
πŸ–ΌοΈ Media
P
packyM
@packyM
πŸ“…
Mar 02, 2026
162d ago
πŸ†”04715495

Ben Thompson with the best take on DOD v. Anthropic, which is basically: if you don't want the government to treat your technology like nuclear weapons, stop comparing your technology to nuclear weapons. Hype Tax. https://t.co/2fUVhI3HY0

Media 1
πŸ–ΌοΈ Media
L
leah_pierson
@leah_pierson
πŸ“…
Mar 04, 2026
161d ago
πŸ†”54760301

omg this title, this paper https://t.co/OXL9C4v2nX

Media 1
πŸ–ΌοΈ Media
πŸ”random_walker retweeted
L
Leah Pierson
@leah_pierson
πŸ“…
Mar 04, 2026
161d ago
πŸ†”54760301

omg this title, this paper https://t.co/OXL9C4v2nX

Media 1Media 2
❀️19,486
likes
πŸ”1,329
retweets
πŸ–ΌοΈ Media
T
Tom_Westgarth15
@Tom_Westgarth15
πŸ“…
Mar 05, 2026
159d ago
πŸ†”87920397

Fascinating paper with so many interesting observations. One that jumped out to me, which arguably could have got more attention, is the divergence between discrimination and calibration of agents. Calibration (see "CAL" on the predictability column) β€” the alignment between predicted confidence and actual accuracy β€” has improved noticeably in recent frontier models. But discrimination ( "AUROC" on the predictability column) β€” the ability to distinguish tasks the agent will solve from those it won't β€” shows divergent trends and has in some cases worsened. This matters enormously for deployment in real world contexts. An agent can be well-calibrated in aggregate (e.g. saying "I'm 70% confident" and being right 70% of the time) while being completely unable to flag which specific tasks it will fail at. Discrimination is therefore critical for anyone building autonomous workflows. You need the agent to know when to escalate, rather than just having good statistical properties across a population of tasks. I'm intrigued by what this means from a hardware perspective. Most of these reliability failures will stem from properties of model weights and training. But if this paper is correct, and trends in agent reliability continue to lag capabilities, it creates a strong case for architectures that enable rapid re-inference and consistency-checking (running the same query multiple times and comparing outputs). Here, low-latency, high-throughput inference hardware would have an outsized advantage. In this sense, the reliability tax on compute is basically a multiplier on inference demand.

@random_walker β€’ Tue Feb 24 15:19

https://t.co/16ak7tW7Z7

Media 1
πŸ–ΌοΈ Media
L
llama_index
@llama_index
πŸ“…
Mar 03, 2026
161d ago
πŸ†”79048472

Most agents don’t fail on models… they fail on context: those ugly, messy, complex documents that trip up even the latest LLMs (PDFs, tables, messy scans). Don't worry. We got you. πŸš€ VC-backed (seed+) startup? Join the LlamaParse Startup Program: βœ… free credits βœ… dedicated slack channel + priority support βœ… alignment call with our founder Jerry Liu βœ… community spotlight (millions of devs) βœ… production-ready ingestion pipelines Apply today spots are limited β†’ https://t.co/61csPhQULp

Media 1
πŸ–ΌοΈ Media
L
llama_index
@llama_index
πŸ“…
Mar 03, 2026
161d ago
πŸ†”69269691

LlamaIndex has evolved far beyond a RAG framework - we're now focused on agentic document processing that automates knowledge work. πŸš€ Agent orchestration has fundamentally changed with sophisticated reasoning loops, tool discovery through Skills/MCP, and coding agents that write Python for you πŸ“„ Document understanding remains a massive opportunity - frontier vision models still struggle with complex tables, charts, and long documents at scale 🏒 LlamaParse now processes 300k+ users across 50+ formats for enterprises like @OneCarlyle, @CEMEX, and @KPMG with multi-agent workflows combining OCR, computer vision, and LLM reasoning βš™οΈ Real automation potential exists in workflows where humans manually process documents daily - financial analysis, contract review, insurance underwriting can all become end-to-end agentic processes Our mission is now providing core infrastructure to automate knowledge work over documents, not just being connective tissue between LLMs and data. Read about our evolution and what's next: https://t.co/M0DbsIdGrF

Media 1Media 2
πŸ–ΌοΈ Media
J
jerryjliu0
@jerryjliu0
πŸ“…
Mar 03, 2026
161d ago
πŸ†”79643299

3 years ago, you might’ve known @llama_index as a RAG framework. Today we are not a RAG framework. We are an agentic document processing platform πŸ¦™πŸ“‘ I wrote a blog post detailing the evolution of our company over the past ~3 years and why we believe our current position is enduring in the rapidly evolving landscape of evolving AI. There are two main points that I want to highlight: 1️⃣ One of the most important opportunities in today’s world is to provide high-quality unstructured context to AI agents. We see ourselves as the best in class OCR module that can unlock context from the hardest document containers (PDFs, Word, Powerpoint, Excel, and more) 2️⃣ Agent reasoning loops have gotten a lot more sophisticated. General LLM abstractions are a lot less relevant. Retrieval patterns have completely changed. We need to build deep, focused tooling that actually provides value in this world of long-running agents. Note: We are not giving up on OSS tooling. We think open-source software is extremely important for democratizing AI access. We will continue to build OSS that is more aligned with our core focus area of AI-native document processing. We will continue to support framework users and point them to updated resources for relevant releases. Come check out our blog: https://t.co/2hGgzYtI3v Our core managed platform is LlamaParse. If you’re interested come check out our platform: https://t.co/TqP6OT5U5O

@llama_index β€’ Tue Mar 03 20:04

LlamaIndex has evolved far beyond a RAG framework - we're now focused on agentic document processing that automates knowledge work. πŸš€ Agent orchestration has fundamentally changed with sophisticated reasoning loops, tool discovery through Skills/MCP, and coding agents that write

Media 1Media 2
πŸ–ΌοΈ Media
L
llama_index
@llama_index
πŸ“…
Mar 04, 2026
160d ago
πŸ†”06983152

If you need to split complex or composite documents into structured categories or sections, LlamaSplit is built for the job βœ‚οΈ With the intuitive UI, you can: β€’Define a custom configuration for how your documents should be categorized β€’Specify the exact sections or impact types you want extracted β€’Run the job and explore the results through an interactive interface πŸ” In this walkthrough, @itsclelia demonstrates how to configure LlamaSplit to break down Environmental Impact Reports into clearly defined impact categories 🌳 πŸŽ₯ Watch the full video here: πŸ“˜ Or get started right away with the docs (UI + code examples): https://t.co/kAMUqwOCDW

πŸ–ΌοΈ Media
L
llama_index
@llama_index
πŸ“…
Mar 04, 2026
160d ago
πŸ†”96714965

Huge thank you to everyone who joined the @GoogleDeepMind hackathon in NYC with us over the weekend πŸ’› Our DevRel @tuanacelik gave a 30 minute workshop to get participants started on document agents with LlamaParse. We saw some amazing projects being submitted with no lack of creativity and imagination. Congrats to the 3 winning teams, and see you next time!

Media 1
πŸ–ΌοΈ Media
J
jerryjliu0
@jerryjliu0
πŸ“…
Mar 05, 2026
160d ago
πŸ†”30425369

Adobe Acrobat has PDF splitting. We have agentic PDF splitting πŸ€–βœ‚οΈ Simply define the categories you want in natural language, and our split agent will automatically β€œchunk” the document into subsets of pages and tag them with the appropriate categories. This is super useful to break apart complicated document packets like resumes, tax forms, identification docs, expense reports, and more. Check out @itsclelia’s video below, and come sign up to LlamaParse if you’re interested! Docs: https://t.co/UdxT3sJfkF LlamaParse: https://t.co/TqP6OT5U5O

@llama_index β€’ Wed Mar 04 16:58

If you need to split complex or composite documents into structured categories or sections, LlamaSplit is built for the job βœ‚οΈ With the intuitive UI, you can: β€’Define a custom configuration for how your documents should be categorized β€’Specify the exact sections or impact types

πŸ–ΌοΈ Media
L
llama_index
@llama_index
πŸ“…
Mar 05, 2026
159d ago
πŸ†”83795631

Creating agent workflows and architecting the logic is one thing, making them durable, fail-safe, and scalable is anotherπŸ‘‡ New integration for durable agent workflows with @DBOS_Inc execution - Make sure your agents survive crashes, restarts, and errors without writing any checkpoint code. πŸ”„ Every step transition persists automatically - workflows resume exactly where they left off ⚑ Zero external dependencies with SQLite, or scale to multi-replica deployments with Postgres πŸ‘―β€β™€οΈ Built for replication - each replica owns its workflows, with Postgres coordinating across instances πŸ’€ Idle release feature frees memory for long-running workflows waiting on human input πŸ›‘οΈ Built-in crash recovery detects and relaunches incomplete workflows automatically This integration with DBOS removes all the manual snapshot work from durable workflows. Just pass a DBOS runtime to your workflow and get great reliability β€” whether you're running a single process or multiple replicas in production. Learn how to build durable agents on our new docs: https://t.co/9AfefFWkXl

Media 1
πŸ–ΌοΈ Media
L
llama_index
@llama_index
πŸ“…
Mar 05, 2026
159d ago
πŸ†”90767806

"Just send the PDF to GPT-4o" Ok. We did. Here's what happened: β€’ Reading order? Wrong. β€’ Tables? Half missing. β€’ Hallucinated data? Everywhere. β€’ Bounding boxes? Nonexistent. β€’ Cost at 100K pages? Brutal. So we're doing it live. LlamaParse vs. The LLMs β€” a free webinar where we parse the ugliest documents we can find across every leading model and show the results side by side. Hosted by George, Head of Engineering, LlamaIndex When: March 26th; 9 AM PST Register πŸ‘‡ https://t.co/To4m9Zmu7m

Media 1
πŸ–ΌοΈ Media
J
jerryjliu0
@jerryjliu0
πŸ“…
Mar 05, 2026
159d ago
πŸ†”65563933

I love the Big Arch Burger πŸ” I also love Big Harnessesβ„’ and Big Complex PDFsβ„’ with hundreds of pages of tables, images and forms. https://t.co/deD8sUcyj0

πŸ–ΌοΈ Media
L
llama_index
@llama_index
πŸ“…
Mar 06, 2026
159d ago
πŸ†”95117278

"Just send the PDF to GPT-5.4" Ok. We did. Here's what happened: β€’ Reading order? Wrong. β€’ Tables? Half missing. β€’ Hallucinated data? Everywhere. β€’ Bounding boxes? Nonexistent. β€’ Cost at 100K pages? Brutal. So we're doing it live. LlamaParse vs. The LLMs β€” a free webinar where we parse the ugliest documents we can find across every leading model and show the results side by side. Hosted by George, Head of Engineer at @llama_index Register πŸ‘‡ https://t.co/To4m9ZlWhO

Media 1
πŸ–ΌοΈ Media
B
BoWang87
@BoWang87
πŸ“…
Mar 03, 2026
161d ago
πŸ†”77475623

Prof. Donald Knuth opened his new paper with "Shock! Shock!" Claude Opus 4.6 had just solved an open problem he'd been working on for weeks β€” a graph decomposition conjecture from The Art of Computer Programming. He named the paper "Claude's Cycles." 31 explorations. ~1 hour. Knuth read the output, wrote the formal proof, and closed with: "It seems I'll have to revise my opinions about generative AI one of these days." The man who wrote the bible of computer science just said that. In a paper named after an AI. Paper: https://t.co/juSOmK9vOt

Media 1
πŸ–ΌοΈ Media
B
BoWang87
@BoWang87
πŸ“…
Mar 04, 2026
160d ago
πŸ†”33929065

A new Nature paper from Johns Hopkins (by Prof. Lin @DingchangLin ) just solved one of the hardest problems in biology: how do you record what every cell in a tissue experienced over time, not just what it looks like right now? The answer: GEMINI β€” Granularly Expanding Memory for Intracellular Narrative Integration. It works exactly like tree rings. Cells are genetically engineered to express a computationally designed protein assembly. As the assembly grows inside the cell, it captures cellular activity as fluorescent ring patterns β€” each ring a timestamp, each ring's properties encoding signal intensity. Look at a cross-section under a microscope and you can read the cell's history backward, with ~15-minute resolution. The key: cells build the recorder themselves. GEMINI doesn't interfere with normal function β€” it just quietly writes. What they demonstrated: In a full tumor xenograft, GEMINI captured every cancer cell's activity history across the entire tumor while it continued to grow normally. For the first time, researchers can look back and see how different regions of the same tumor responded differently to therapy over time β€” not snapshots, but film. In a mouse brain, GEMINI recorded neural activity dynamics without disrupting behavior, coordination, or memory. It could temporally resolve the history of a brain seizure. Why this matters: Every tool we have in biology gives you state β€” what the cell looks like now. Sequencing, imaging, proteomics β€” all snapshots. GEMINI gives you trajectory. It's the difference between a photograph and a video, applied to every cell in an organ simultaneously. The team is explicit that AI-based decoding tools will be central to reading GEMINI's output at whole-brain scale. This is the data layer that makes temporal single-cell atlases possible. Paper: https://t.co/TsObknQqga Congratulations @DingchangLin

πŸ–ΌοΈ Media
O
OpenAI
@OpenAI
πŸ“…
Mar 05, 2026
159d ago
πŸ†”99326334

GPT-5.4 is our most factual and efficient model: fewer tokens, faster speed. In ChatGPT, GPT-5.4 Thinking has improved deep web research, better context retention when it thinks for longerβ€”and ohβ€”you can now interrupt the model and add instructions or adjust its direction mid-response. Steering is available this week on Android and web. iOS coming soon.

πŸ–ΌοΈ Media
M
Modular
@Modular
πŸ“…
Mar 02, 2026
162d ago
πŸ†”96696317

Building for the AI era means rethinking the stack from the ground up. Modular co-founder and CEO @clattner_llvm joined @shanselman on @Hanselminutes to talk about Mojo πŸ”₯, heterogeneous compute, and why AI infrastructure demands new abstractions. Watch here↓ https://t.co/AKCJQEoKNJ

Media 1
πŸ–ΌοΈ Media
← PreviousPage 704 of 1102Next β†’