Your curated collection of saved posts and media

Showing 32 posts ยท last 7 days ยท newest first
L
llama_index
@llama_index
๐Ÿ“…
Feb 17, 2026
176d ago
๐Ÿ†”75508302

"It's somewhere in the PDF" is not a citation. Page-level extraction in LlamaExtract gives you: โœ“ Data mapped to specific pages โœ“ Bounding boxes showing exact locations โœ“ Audit-ready citations Turn 200-page docs into skimmable, structured insights ๐Ÿ‘‡ https://t.co/BTkwspmefz

Media 1
๐Ÿ–ผ๏ธ Media
L
llama_index
@llama_index
๐Ÿ“…
Feb 18, 2026
175d ago
๐Ÿ†”67429826

๐Ÿ† We're running a LlamaAgents contest right now. Throw your hardest documents at our agent builder, and tell us how it goes. Want help getting started? We have a new walkthrough for the LlamaAgent Builder by @tuanacelik ๐Ÿ’ฌ Describe a document workflow in natural language, and it builds a full agent for you. In this video, the prompt was basically: "split a resume book into individual resumes, ignore cover pages and curriculum pages, extract resume work and education related fields..." ๐Ÿ› ๏ธ From that, the agent builder reasons about which LlamaCloud tools to use, lands on LlamaSplit + LlamaExtract, configures both, iterates on the workflow structure, and gives you a deployable agent with an API and UI. No dragging boxes around. No writing workflow code (unless you want to). Just describe the problem and let it figure out the architecture. You own the code, it pushes to your GitHub. Clone it, open in Cursor, customize whatever you need. https://t.co/QAvGwI3FIg

Media 1
๐Ÿ–ผ๏ธ Media
L
llama_index
@llama_index
๐Ÿ“…
Feb 19, 2026
174d ago
๐Ÿ†”62706517

More reasoning doesn't always mean better results - especially for document parsing. We tested GPT-5.2 at four reasoning levels on complex documents and found that higher reasoning actually hurt performance while dramatically increasing costs and latency. ๐Ÿง  Reasoning models hallucinate content that isn't there, filling in "missing" table cells with inferred values ๐Ÿ“Š They split single tables into multiple sections by overthinking structural boundaries โšก Processing time increased 5x with xHigh reasoning (241s vs 47s) while accuracy stayed flat at ~0.79 ๐Ÿ’ฐ Our LlamaParse Agentic outperformed all reasoning levels at 18x lower cost and 13x faster speed You can't reason past what you can't see. Vision encoders lose pixel-level information before reasoning even starts, and no amount of thinking tokens can recover that lost detail. Our solution uses a pipeline approach - specialized OCR extracts text at native resolution, then LLMs structure what's already been accurately read. Each component plays to its strengths instead of forcing one model to handle everything. Read the full analysis: https://t.co/gWDOpfHnWm

Media 1Media 2
๐Ÿ–ผ๏ธ Media
J
jerryjliu0
@jerryjliu0
๐Ÿ“…
Feb 19, 2026
174d ago
๐Ÿ†”58644561

Coding agents are fundamentally changing software engineering in terms of velocity, role, and org structure. We published a memo to our internal engineering team detailing our growing expectations in terms of role/scope. ๐ŸŸ  Before, the tasks of prioritization, engineering planning, and implementation were divided between EMs, PMs, senior ICs, and junior ICs ๐ŸŸข Now, ICs are expected to handle *all* of product prioritization, product speccing, and implementation This is due to a few trends ๐Ÿ“ˆ: - Coding agents have brought implementation costs down to ~0. The role of engineers is writing prompts - LLMs and sub-agents have reduced the PM work of synthesizing feedback down to ~0 too The main job of any โ€œengineerโ€ is to be an e2e product owner: being able to translate requirements into specifications, and delegate tasks to various subagents for implementation. Every engineer is told to offload as much as possible to their favorite tools, whether itโ€™s Claude Code, Cursor, Devin, Codex, regular ChatGPT and more. We celebrate and share learnings around burning tokens, as long as it helps drive additional productivity!

Media 1
๐Ÿ–ผ๏ธ Media
L
llama_index
@llama_index
๐Ÿ“…
Feb 20, 2026
173d ago
๐Ÿ†”11679102

๐Ÿš€ Big drop from @GoogleDeepMind: Gemini 3.1 Pro is here, and we built a hands-on demo powered by LlamaCloud to put it to work and turn your receipt photos into real financial insights! Using our Agent Workflows, the app: ๐Ÿ“ธ Parses receipt images with LlamaParse (Agentic tier) ๐Ÿ—‚ Stores everything locally in an SQLite database ๐Ÿ“Š Aggregates your spending monthly ๐Ÿง  Uses Gemini 3.1 Pro to analyze trends and generate actionable tips to improve your finances Check out the demo below!๐Ÿ‘‡ ๐Ÿ‘ฉโ€๐Ÿ’ป GitHub repo: https://t.co/Ny22F4I3n1 ๐Ÿฆ™ Get started with LlamaCloud: https://t.co/zyE5lXTPFV

Media 2
๐Ÿ–ผ๏ธ Media
L
llama_index
@llama_index
๐Ÿ“…
Feb 23, 2026
170d ago
๐Ÿ†”72096324

๐Ÿš€ LlamaAgents Builder just leveled up: File uploads are here! Our natural language interface for building agentic document workflows now supports file uploads. You can provide example documents as context, and the agent will use them as a starting point to design and tailor your workflow. The result? Applications that better match your real-world use case. The more representative your sample files, the more accurate your final app. ๐ŸŽฅ Watch the full walkthrough: https://t.co/LQW2PEZ8d9 ๐Ÿฆ™ Get started with LlamaCloud: https://t.co/wZjhFV29gN

Media 2
๐Ÿ–ผ๏ธ Media
J
jerryjliu0
@jerryjliu0
๐Ÿ“…
Feb 23, 2026
170d ago
๐Ÿ†”31451334

We built an AI agent that lets you vibe-code document extraction - high accuracy and citations over the most complex documents. Our latest release lets you upload documents as context. All you then have to do is describe what you want extracted in natural language. ๐Ÿ’ก Our agent will then read the document with file tools to infer the right schema, validation rules, and other pre/postprocessing logic. โœ… It will give you back a workflow that can extract over thousands/millions of documents at scale. You can still of course review and edit every output before approving. Stop handling paperwork manually; just upload files, describe your task, and let our agent handle the rest. Our vision for LlamaAgents is to provide the most advanced and easy-to-use way for you to orchestrate document work. Walkthrough: https://t.co/dAtzlZbot4 Check it out: https://t.co/XYZmx5TFz8 If youโ€™re interested in reducing the operational burden of document extraction (invoices, claims, onboarding forms), come talk to us! https://t.co/Ht5jwxSrQB

@llama_index โ€ข Mon Feb 23 16:59

๐Ÿš€ LlamaAgents Builder just leveled up: File uploads are here! Our natural language interface for building agentic document workflows now supports file uploads. You can provide example documents as context, and the agent will use them as a starting point to design and tailor you

Media 2
+1 more
๐Ÿ–ผ๏ธ Media
L
llama_index
@llama_index
๐Ÿ“…
Feb 24, 2026
169d ago
๐Ÿ†”36396844

Document OCR benchmarks are hitting a ceiling - and that's a problem for real-world AI applications. Our latest analysis reveals why OmniDocBench, the go-to standard for document parsing evaluation, is becoming inadequate as models like GLM-OCR @Zai_org achieve 94.6% accuracy while still failing on complex real-world documents. ๐Ÿ“Š Models are saturating OmniDocBench scores but still struggle with complex financial reports, legal filings, and domain-specific documents ๐ŸŽฏ Rigid exact-match evaluation penalizes semantically correct outputs that differ in formatting (HTML vs markdown, spacing, etc.) โšก AI agents need semantic correctness, not perfect formatting matches - current benchmarks miss this critical distinction ๐Ÿ”ฌ The benchmark's 1,355 pages can't capture the full complexity of production document processing needs The document parsing challenge isn't solved just because benchmark scores look impressive. We need evaluation methods that reward semantic understanding over exact formatting, especially as AI agents become the primary consumers of parsed content. We're building parsing models focused on semantic correctness for complex visual documents. If you're scaling OCR workloads in production, LlamaParse handles the edge cases that benchmarks miss. Read our full analysis: https://t.co/tcZP1PM8kv

Media 1Media 2
๐Ÿ–ผ๏ธ Media
L
llama_index
@llama_index
๐Ÿ“…
Feb 26, 2026
167d ago
๐Ÿ†”02795905

Build a private equity deal sourcing agent that automatically classifies investment opportunities and extracts key financial metrics using our LlamaAgents Builder. This step-by-step guide shows you how to create an agent that processes deal files like teasers and financial summaries: ๐ŸŽฏ Classify deals into buyout, growth, or minority investment strategies ๐Ÿ“Š Extract critical metrics including revenue, EBITDA, growth rates, and debt levels ๐Ÿš€ Deploy directly to GitHub and get a working UI without writing code ๐Ÿ”ง Iterate and refine your agent through natural language conversations The tutorial covers prompt engineering best practices, using example files effectively, visualizing agent workflows, and deploying to production. We demonstrate the complete process from initial prompt to testing the deployed application with real deal documents. Read the full tutorial: https://t.co/WcT2j3nEoi

Media 1Media 2
๐Ÿ–ผ๏ธ Media
L
llama_index
@llama_index
๐Ÿ“…
Feb 27, 2026
166d ago
๐Ÿ†”34531120

Turn your PDF charts into pandas DataFrames with specialized chart parsing in LlamaParse! This tutorial walks you through extracting structured data from charts and graphs in PDFs, then running data analysis with pandas - no manual data entry required. ๐Ÿ“Š Enable specialized chart parsing to convert visual charts into structured table data ๐Ÿผ Extract table rows directly from parsed PDF pages and load them into DataFrames ๐Ÿ“ˆ Perform year-over-year analysis, calculate gaps between metrics, and create visualizations โšก Use the items view to get per-page structured data including tables and figures We demonstrate this using a 2024 Executive Summary PDF, extracting a fiscal year chart showing Budget Deficit vs Net Operating Cost data spanning 2020-2024, and reproducing the key financial insights. Check out the full tutorial: https://t.co/sOVtFM3xE1

Media 1
๐Ÿ–ผ๏ธ Media
T
tuanacelik
@tuanacelik
๐Ÿ“…
Feb 27, 2026
166d ago
๐Ÿ†”40765042

Since joining @llama_index, my focus has shifted from 'everything agents' to 'document agents' : agents that can handle work over all manner of complex documents. So, I tried out the latest chart parsing capabilities of LlamaParse. Charts in PDFs are notoriously painful to work with. You can see the data ) bars, axes, labels) but actually getting it into a format you can analyze means is a different matter. I tried out parsing a U.S. Treasury executive summary PDF, pulling a grouped bar chart showing Budget Deficit vs. Net Operating Cost for fiscal years 2020โ€“2024, and turning it into a pandas DataFrame you can run analysis on (although really you can then do whatever, provide it for downstream tasks to an agent..) Once parsed, the chart's underlying data comes back as a table in the items tree for that page. From there: grab the rows, construct a DataFrame, etc. In the example, I'm computing year-over-year changes in both metrics, measuring the gap between them across the five-year window, and just to be sure, I reproduced a bar chart that mirrors the original PDF visualization. You can try it our here: https://t.co/8WHV4xzcDS

Media 2
๐Ÿ–ผ๏ธ Media
H
HelloSurgeAI
@HelloSurgeAI
๐Ÿ“…
Feb 10, 2026
183d ago
๐Ÿ†”29930734

We put Opus 4.6 through our Hemingway-bench Writing Leaderboard. How did it fare? Claude continues to dominate GPT-5.2, but lags behind the Geminis. The new writing hierarchy: ๐Ÿ‘‘ Gemini 3 Flash ๐Ÿฅˆ Gemini 3 Pro ๐Ÿฅ‰ Opus 4.6 (New!) 4๏ธโƒฃ Opus 4.5 5๏ธโƒฃ GPT-5.2 Chat For example: one H-bench prompt requests a cryptic Instagram post for casting auditions. GPT-5.2: "Casting call? Never heard of her." (??? ๐Ÿ’€) Opus 4.6: "Currently accepting applications for professional liars, dramatic criers, and people who can walk through a door convincingly on the first take. You know who you are."

Media 1
๐Ÿ–ผ๏ธ Media
H
HelloSurgeAI
@HelloSurgeAI
๐Ÿ“…
Feb 10, 2026
183d ago
๐Ÿ†”32576001

Another Hemingway-bench prompt asks for an oral presentation about time management. GPT-5.2 writes like a LinkedIn engagement farm: "When people hear โ€œworking from home,โ€ they often think it means more freedom, more comfort, and maybe even more free time. And sometimes thatโ€™s true. But what doesnโ€™t get talked about enough is how easily work-from-home life can get messy if you donโ€™t manage your time well." (๐Ÿฅฑ) Opus 4.6 feels like a charismatic creative working the room: "So... raise your hand if you've ever "worked from home" and somehow ended up four hours into a Netflix series at 2 PM on a Tuesday. No judgment. We've all been there."

Media 1
๐Ÿ–ผ๏ธ Media
H
HelloSurgeAI
@HelloSurgeAI
๐Ÿ“…
Feb 11, 2026
182d ago
๐Ÿ†”73396062

Weโ€™ve finally done it. Forbes just ranked our CEO *54* spots above Taylor Swift on their Americaโ€™s Greatest Innovators list. https://t.co/9h6OPZRQy9 While weโ€™re honored that Forbes think Edwinโ€™s strategy is more innovative than a 10-minute song about a scarf, we want to clarify a few things: 1. We will NOT be releasing our next benchmark as a limited-edition vinyl variant. 2. Jake was great in Zodiac. 3. We arenโ€™t saying weโ€™re better at songwriting, but we *are* saying weโ€™ve never seen Taylor build an RL environment. See you at next year's Grammys, @taylorswift13.

Media 1Media 2
๐Ÿ–ผ๏ธ Media
E
echen
@echen
๐Ÿ“…
Feb 19, 2026
174d ago
๐Ÿ†”85089539

Everyoneโ€™s building $100M "agentic" models, so we @HelloSurgeAI built a simulated company to see if they could actually hold down a job. Spoiler: they're all fired. Welcome to EnterpriseBench -- CoreCraft edition. CoreCraft is a high-growth hardware startup (i.e., RL environment) with 23 tools, 2500 entities, and enough corporate red tape to make Harvey cry. The best agent in the world (Opus 4.6! ๐Ÿ‘‘) scored under 30%. The #2 model (GPT-5.2 ๐Ÿฅˆ) gave up because a search returned 10 results and it couldn't figure out how to change the date filter. Another one (Gemini 3 Flash, #9) literally made up a delivery date just to deny a customer's refund. Savage. (The new Gemini 3.1 Pro? Still lagging behind, at ๐Ÿฅ‰) My favorite: GPT-5.2 spent 11 tool calls curating a promotional email to help a customer reach Platinum tier... a tier she was already in. "Here are 3 items over $0 you can buy!" "We would obviously never run ads in the way Anthropic depicts them...." -- thanks Sam. The good news? We trained a model on this chaos and it got better at its job - even translating those skills to other benchmarks. (e.g., +7.4% on Tau2-Bench Retail) Check out the full EnterpriseBench: CoreCraft leaderboard below, and read about our RL environment and research! Blog post: https://t.co/mv4I1dCtOC Paper: https://t.co/EaOHmExm1r Leaderboard: https://t.co/7fb6fewGIQ

Media 1
๐Ÿ–ผ๏ธ Media
D
DavidSacks
@DavidSacks
๐Ÿ“…
Feb 26, 2026
167d ago
๐Ÿ†”27237251

Narrative Violation: โ€œJob Postings For Software Engineers Are Rapidly Risingโ€ https://t.co/yn2SkpZxPJ

Media 1
๐Ÿ–ผ๏ธ Media
๐Ÿ”s_batzoglou retweeted
D
David Sacks
@DavidSacks
๐Ÿ“…
Feb 26, 2026
167d ago
๐Ÿ†”27237251

Narrative Violation: โ€œJob Postings For Software Engineers Are Rapidly Risingโ€ https://t.co/yn2SkpZxPJ

Media 1
โค๏ธ3,608
likes
๐Ÿ”317
retweets
๐Ÿ–ผ๏ธ Media
B
BoWang87
@BoWang87
๐Ÿ“…
Feb 26, 2026
167d ago
๐Ÿ†”01605551

Thrilled to share our review paper, out today in @NatureRevGenet : "Harnessing artificial intelligence to advance CRISPR-based genome editing technologies" Full paper : ๐Ÿ”— https://t.co/ZBJcgDZduY CRISPR has already changed medicine. AI is now changing CRISPR. We spent a long time mapping the full landscape of where machine learning and deep learning are having real, measurable impact across the genome editing workflow โ€” and where the most exciting opportunities lie ahead. Here's what we cover: Guide RNA design โ€” Deep learning models now predict on- and off-target activity for Cas9, Cas12, Cas13, and emerging systems like TnpB and IscB. We've gone from sequence heuristics to transformer-based models that generalize across organisms. Cell-type-specific generalization remains a frontier. Base and prime editing โ€” ML models predict bystander effects, product purity, and editing efficiency from sequence context alone. For prime editing, tools like PRIDICT and DeepPE have made pegRNA design far more tractable at scale. Enzyme engineering โ€” Protein language models (ESM, EVOLVEpro) are now guiding directed evolution of Cas proteins โ€” expanding PAM compatibility, reducing immunogenicity, improving compactness โ€” at a pace impossible through classical lab iteration alone. Novel enzyme discovery โ€” Foundation models trained on metagenomics are uncovering entirely new CRISPR systems from microbial diversity: new Cas variants, TnpB systems, and eukaryotic Fanzor proteins. The search space is enormous; AI is how we navigate it. Virtual cell models โ€” This is where I'm most excited. AI-powered virtual cells can, in principle, predict the functional consequences of any edit in any cell type โ€” selecting targets, anticipating off-targets, modeling tissue-specific outcomes. But realizing this vision requires causally-rich, contextually diverse perturbation data. Scale of data matters as much as scale of model. Delivery โ€” ML-guided LNP design is closing the last mile between an edit that works in a dish and one that works in a patient. Across all of this, one theme recurs: AI accelerates where data is abundant and well-structured. The field's next challenge is generating that data at the right diversity and scale. This paper was a true collaboration. Huge thanks to Tyler Thomson, Gen Li, Amy Strilchuk, @HAOTIANCUI1 , and Bowen Li โ€” you each brought something irreplaceable to this. Special shoutout to @BowenLi_Lab for his leaderhsip in this work!

Media 1Media 2
๐Ÿ–ผ๏ธ Media
M
Modular
@Modular
๐Ÿ“…
Jan 28, 2026
196d ago
๐Ÿ†”14226264

Have questions youโ€™d like addressed during the meeting? Drop them here: https://t.co/4DXYuyzHkP

Media 1
๐Ÿ–ผ๏ธ Media
M
Modular
@Modular
๐Ÿ“…
Feb 09, 2026
184d ago
๐Ÿ†”38149881

From desktop applications to national laboratory research, see what developers are building with Mojo๐Ÿ”ฅ This month's Community Meeting features GTK bindings with live GUI demos, Oak Ridge National Laboratory's GPU benchmark study comparing NVIDIA and AMD performance, and the 26.1 release including compile-time reflection and Apple Silicon GPU support. https://t.co/aral6XFkJZ

Media 1
๐Ÿ–ผ๏ธ Media
M
Modular
@Modular
๐Ÿ“…
Feb 10, 2026
183d ago
๐Ÿ†”26042133

Modular has acquired @bentomlai! ๐Ÿค 10K+ orgs use BentoML for production AI, including 50+ Fortune 500 companies. We're pairing their deployment platform with MAX + Mojo's hardware optimization. BentoML stays open source (Apache 2.0), and weโ€™re doubling down on OSS in 2026. Ask BentoML founder @chaoyu_ and @clattner_llvm anything on Feb 17 at 9:30am PT. Get all the details: https://t.co/lifotwMzR2

๐Ÿ–ผ๏ธ Media
M
Modular
@Modular
๐Ÿ“…
Feb 17, 2026
176d ago
๐Ÿ†”09502271

Join us today at 9:30 AM PT in the Modular forum for an Ask Us Anything session with @clattner_llvm and @chaoyu_ about our recent acquisition of @bentomlai! We'll answer your questions live and share our vision for the future. ๐Ÿ”ฎ https://t.co/xiWHUAFsFZ https://t.co/divCcPzlNO

Media 1Media 2
๐Ÿ–ผ๏ธ Media
M
Modular
@Modular
๐Ÿ“…
Feb 18, 2026
175d ago
๐Ÿ†”75014815

Mojo in Jupyter is here ๐Ÿ™Œ @jeremyphoward released a new Jupyter kernel that lets you run Mojo directly in notebooks. It works great on macOS, supports recent Linux versions, and is easy to install via pip or uv. Give it a try and let us know what you build! https://t.co/3AN1UooKCd #MojoLang #OpenSource #DeveloperTools

Media 1
๐Ÿ–ผ๏ธ Media
C
clattner_llvm
@clattner_llvm
๐Ÿ“…
Feb 19, 2026
174d ago
๐Ÿ†”47360272

The Claude C Compiler is the first AI-generated compiler that builds complex C code, built by @AnthropicAI. Reactions ranged from dismissal as "AI nonsense" to "SW is over": both takes miss the point. As a compiler๐Ÿ‰ expert and experienced SW leader, I see a lot to learn: ๐Ÿ‘‡ https://t.co/ywwtnDWY7E

Media 1
๐Ÿ–ผ๏ธ Media
M
Modular
@Modular
๐Ÿ“…
Feb 20, 2026
173d ago
๐Ÿ†”09337376

Episode #5 of the Mojo ๐Ÿ”ฅ GPU Puzzle series is up, and it covers broadcasting! No memory duplication here. Instead, we're focusing on logical expansion of lower-dimension arrays across higher-dimension shapes. Sounds simple in theory, but matters a lot when managing 2D thread grids. Watch the episode: https://t.co/4qC2NSXah5

Media 1
๐Ÿ–ผ๏ธ Media
M
Modular
@Modular
๐Ÿ“…
Feb 25, 2026
168d ago
๐Ÿ†”88515745

The multi-platform problem has a lot of potential solutions. In his talk at CODAI 2026, open source contributor Maxim Zaks proposes Mojo ๐Ÿ”ฅ as the answer, walking through compile-time generics, cross-GPU dispatch, and where MAX fits in: https://t.co/ruOtizXNSP

Media 1
๐Ÿ–ผ๏ธ Media
M
Modular
@Modular
๐Ÿ“…
Feb 25, 2026
168d ago
๐Ÿ†”15174028

Our fave slide: 2026 is the year of Mojo! 1.0 and compiler open sourcing are on the horizon. ๐Ÿฅณ https://t.co/uKYhCEUW3o

Media 1
๐Ÿ–ผ๏ธ Media
M
Modular
@Modular
๐Ÿ“…
Feb 26, 2026
167d ago
๐Ÿ†”83068490

We're heading to @NVIDIAGTC ๐Ÿ™Œ Find us at Booth #3004, March 16-19 in San Jose, CA. Get a first look at Modular Cloud, now in early access, with DeepSeek V3.1 serving live. Plus live Mojo ๐Ÿ”ฅ GPU programming on NVIDIA Blackwell, the latest AI models in MAX, and AI-assisted kernel development. All powered by Mojo ๐Ÿ”ฅ and MAX, a simpler way to hit SOTA performance across heterogeneous hardware. Come for the GPU code, stay for the swag and a @clattner_llvm sighting ๐Ÿ‘€

Media 1
๐Ÿ–ผ๏ธ Media
M
Modular
@Modular
๐Ÿ“…
Feb 27, 2026
166d ago
๐Ÿ†”47195941

GPU Puzzle #6: implement a kernel that adds 10 to each position of a vector. The solution is just 3 lines, and getting there requires understanding global thread indexing and what breaks when you skip the bounds check. ๐Ÿค” Full walkthrough in our new video: https://t.co/6f1Kg2AkqC

Media 1
๐Ÿ–ผ๏ธ Media
M
Modular
@Modular
๐Ÿ“…
Mar 01, 2026
164d ago
๐Ÿ†”76080326

The Modular team just wrapped our offsite in New Orleans๐ŸŠ Whole company, lots of big ideas and we're just getting started ๐Ÿ™Œ https://t.co/7NEpHQoXsg

Media 1
๐Ÿ–ผ๏ธ Media
Z
zzlccc
@zzlccc
๐Ÿ“…
Feb 09, 2026
184d ago
๐Ÿ†”45231602

Thrilled to share that Iโ€™ve joined @GoogleDeepMind to work on Gemini post-training! I feel incredibly fortunate to be cooking on this sunny island under @YiTayML's leadership, within @quocleix's broader organization. Looking forward to enjoying RL research and pushing the frontiers of Gemini alongside such a brilliant team!

Media 1
๐Ÿ–ผ๏ธ Media
Y
YiTayML
@YiTayML
๐Ÿ“…
Feb 12, 2026
182d ago
๐Ÿ†”98361844

Paper link: https://t.co/moEwpmLk56

Media 1
๐Ÿ–ผ๏ธ Media