Parsing the world's hardest PDFs @llama_index. cofounder/CEO Careers: https://t.co/EUnMNmbCtx Enterprise: https://t.co/Ht5jwxSrQB
Agentic spreadsheet extraction ๐ is hard to execute well from a price/performance standpoint because your agent needs to ingest a massive quantity of input tokens from a highly complex interface (e.g. the Excel file format), and emit a massive number of output tokens that accurate represents the source document. We've tuned an agentic harness within LlamaParse that can extract from even the most complex spreadsheets and schemas, and emit a large volume of structured output with extremely high accuracy. It can be used for any document, and now it can be used for spreadsheets too! Simply toggle "spreadsheet extraction" in the advanced processing options (see screenshots below) Come check it out: https://cloud.llamaindex.ai/
We've introduced native, agentic spreadsheet extraction ๐ into LlamaParse. Spreadsheets are a wildly different format from PDFs (or any other document format). They can span arbitrarily many rows/columns, lack any guarantees on tabular structure, and can have information
RTโLogan Markewich Obligatory plug for static embeddings. Are you using static embeddings in your projects? Would love to hear how people are leveraging them, whether for retrieval and beyond.
Static embeddings offer unmatched throughput, but they also suffer from accuracy loss compared to traditional embedding models. Can we make them better for retrieval? We tried several things: โ ๏ธ raw maxsim scoring on the per-token embeddings โ ๏ธ training a small adapter
static embeddings are extremely fast/cheap compared to dense embeddings, and still quite powerful. one issue is that they lose accuracy over longer text, since the tokens get pooled and averaged late interaction models score with MaxSim instead of average pooling, and avoid the pooling accuracy degradation. Can we apply these concepts to static models? This is a fun writeup by @LoganMarkewich - come check it out! https://www.llamaindex.ai/blog/exploring-static-embedding-retrieval
Static embeddings offer unmatched throughput, but they also suffer from accuracy loss compared to traditional embedding models. Can we make them better for retrieval? We tried several things: โ ๏ธ raw maxsim scoring on the per-token embeddings โ ๏ธ training a small adapter
RTโLlamaIndex ๐ฆ Static embeddings offer unmatched throughput, but they also suffer from accuracy loss compared to traditional embedding models. Can we make them better for retrieval? We tried several things: โ ๏ธ raw maxsim scoring on the per-token embeddings โ ๏ธ training a small adapter model โ ๏ธ changing the distillation training target and teacher While none of these saw the results we wanted, it's an excellent dive into static embeddings and how they do (and don't) work! Blog: https://www.llamaindex.ai/blog/exploring-static-embedding-retrieval
The hardest road paid off
Excited for the new release of #HuggingFace http://durant.ly/huggingface - proud investor! http://durant.ly/hfrelease
View quoted postPDF parsing is fun because there's an infinite variety of enteprise documents ๐. For each document category, there's a long tail of work to build more precise bounding boxes, confidence scores, and domain-specific annotations so that you provide any downstream agent rich metadata without it having to reinvent this from scratch. Take forms for example. Besides simply outputting it into markdown, we put in the work to detect every annotation, field, checkbox, and section. That way you immediately get structured information as to whether a form is filled without a separate LLM extraction step. You also get source citations for free! Doing this well is hard. โ There's a rabbit-hole of optimizations you can do, including extracting annotations for every document type. โ It's hard to properly render visual formats like charts, handwriting into digitalized information. The more you skip this step, the more work you're creating for any downstream agent. โ Precise bounding boxes are a necessity for precise citations on any type of document. You can aggressively tune the model + harness so that the accuracy/cost on any document subtype is much more competitive than the frontier models. Whether you're parsing forms (see the enriched forms option in "processing options") or any other type of doc, check out LlamaParse ! https://cloud.llamaindex.ai/
We've introduced native, agentic spreadsheet extraction ๐ into LlamaParse. Spreadsheets are a wildly different format from PDFs (or any other document format). They can span arbitrarily many rows/columns, lack any guarantees on tabular structure, and can have information linked across multiple sheets. The native ways to deal with spreadsheets is usually through a code interpeter as opposed to OCR. We've introduced a tuned agentic engine (model+harness) that is equipped for large-scale schema guided extraction from spreadsheets. You can extract out dense sheets like balance sheets into clean structured fields. Check out the docs for how to integrate into the API: https://developers.llamaindex.ai/llamaparse/extract/guides/configuring-extract/#spreadsheet-mode On the UI, select "agentic plus", and see "spreadsheet options" in the advanced options section. Signup for LlamaParse here! http://cloud.llamaindex.ai/
Most extraction tools treat spreadsheets like PDFs. They flatten the file into text or markdown, then ask a model to infer the original structure. But spreadsheets depend on structure. Headers, formulas, merged cells, and hidden rows give every value its context. Strip that
RTโLlamaIndex ๐ฆ Most extraction tools treat spreadsheets like PDFs. They flatten the file into text or markdown, then ask a model to infer the original structure. But spreadsheets depend on structure. Headers, formulas, merged cells, and hidden rows give every value its context. Strip that away, and you map the right number to the wrong metric or period. That's why we built native spreadsheet extraction into the LlamaParse platform. Instead of flattening your workbook to text, it reads the raw cells directly and maps the data to your schema. Available today in beta on the agentic_plus tier. Give it a spin on your messiest .xlsx, .xls, or .csv files. Docs: https://developers.llamaindex.ai/llamaparse/extract/guides/configuring-extract/#spreadsheet-mode
We benchmarked 20+ open-weight models on easy-to-hard document extraction tasks through ExtractBench. The results are all available on @huggingface ๐ค ExtractBench is a schema-guided extraction benchmark that contains 4.8k+ pages across 8 domains and 67 document types, with a mix of short, medium, long docs and simple/complex schema.s The results reported is a measure of โvalue accuracyโ through unified F1. โ Qwen 3.8 leads the pack โ earlier generations of Qwen models are also quite strong โ kimi-k3 is the next best. GLM-5.3-flash and qwen 3.8 flash also just released today - hopefully will have results on these soon! Note : these results donโt include visual grounding (whether each value is mapped to the right bounding box) and confidence scores. When you include these, it is increasingly clear why specialized OCR tools (like LlamaParse) matter, since this is metadata thatโs hard to DIY by prompting the raw model. Come check out our HF leaderboard: https://huggingface.co/datasets/llamaindex/ExtractBench?leaderboard_base_model=false Learn more about ExtractBench here: https://www.extractbench.ai/
RTโsimon Computer needs document parsing
Parsing runs entirely on-device, so sensitive documents never leave the machine. On ParseBench-100, Computer scores 65.1% vs 34.6% for Hermes and 13.9% for Pi, in least time with fewest tokens.
If you are looking to parse large volumes of PDFs (and other document formats) while maximizing accuracy and cost, we're offering $1k in credits if you signup to the Pro plan! We're guaranteeing high quality and low cost. If you run into issues on the Pro plan we're always happy to open a Slack channel to help out. https://www.llamaindex.ai/pricing
๐ฆโ๏ธ Itโs a hot Llama summer, and it pays to be a PRO at document parsing. For a limited time, upgrade to the LlamaParse Pro plan and we'll triple your credits: 400K โ 1.2M credits in your first month. That's $1,000 (~80k pages) of parsing, free. No code, applied
How do startups differentiate and win against the frontier labs? - product UI/UX - brand - harness - data - workflow We'll talk about this with @GuangyuRobert over good food and good vibes ๐
Hosting the 2nd founder dinner in sf on August 31 with @GuangyuRobert at @Fundamental - the team behind @tryshortcutai Agents are increasingly capable of solving tasks for longer task horizons without human in the loop. This has rewarded "horizontal" products owned by the
View quoted postRTโRobert Yang come hang out with me and @jerryjliu0 of @llama_index next monday in sf!
Hosting the 2nd founder dinner in sf on August 31 with @GuangyuRobert at @Fundamental - the team behind @tryshortcutai Agents are increasingly capable of solving tasks for longer task horizons without human in the loop. This has rewarded "horizontal" products owned by the
View quoted postHosting the 2nd founder dinner in sf on August 31 with @GuangyuRobert at @Fundamental - the team behind @tryshortcutai Agents are increasingly capable of solving tasks for longer task horizons without human in the loop. This has rewarded "horizontal" products owned by the frontier lab, like Codex and Claude Code, which let users specify a broad range of tasks through a single interface. For startups to survive, is the moat around: - Product (can you build a differentiated interface from Cowork) - Harness (can you build a more differentiated agent for a given set of tasks) - Data (can you accumulate a proprietary set of data that frontier models are not trained on) - Deep domain and workflow expertise (can you learn more about a business than OpenAI can) - Brand / mindshare (you're more well known for a particular thing than a frontier model) RSVP here: https://luma.com/llamai-8hry
RTโCoreWeave Another special guest is hitting the stage at #FullyConnected26! @jerryjliu0 built @llama_index, the framework thousands of teams use to connect LLMs to their data. Come see Jerry and many more Sept 29th to Oct 1st in SF. Grab your spot here: https://www.utm.io/usfdT
I'm actually curious if it's that scary to be in the #1 camp * I still think humans will use software instead only doing work through agent apps. So humans will continue to use SaaS through the UI and agents will use SaaS through the APIs * as other folks have mentioned in the comments, users likely won't do general agentic work through this software, but they'll make use of specialized agents for specific tasks * software can charge per seat and also with a credit allocation on API calls * It takes real work to maintain and improve software that's good enough to run your production workflows through it. If you DIY your own system of record, you'll be eating human or token costs trying to maintain it for your evolving needs, which is basically the same thing as paying a subscription
My rough prediction here is there's going to be two types of companies: 1. Companies that are ok with basically being an API - they expose an MCP, skills, embrace your agents 2. Companies that charge a ton for API access, try to get you using their own agents, Companies will
View quoted postWe built one of the most comprehensive benchmarks for document extraction, and evaluated it across a lot of different systems: โ one-shot frontier VLMs โ frontier VLMs + coding agent harnesses โ one-shot open weight VLMs โ other document extraction tools (including LlamaParse) Document extraction is an extremely diverse task that covers many different types of docs. From simple schemas over short docs (e.g. resume extraction) to complex extraction docs (credit agreements, data room bundles). @disiok is leading this webinar. Come check it out! https://watch.getcontrast.io/register/llamaindex-inside-extractbench-benchmarking-document-extraction-for-agents
Every extraction API demos well on a clean invoice. But what about the scanned form, the nested table, the 40-page financial report with merged headers? We tested 14 frontier systems to find out. ExtractBench evaluates schema-guided extraction across 370 enterprise documents, 67
as an LAHS grad, this isn't that out of the ordinary los altos is like the 4th richest zipcode in the country
Just passed Los Altos High parking lot Who tf buys a new Porsche 911 for a high school kid (with student driver stickers and all)
View quoted postnot sure i fully get this. - i want my agents to use slack - i don't want my agents to build a new slack - i don't want to use slack's agent i think every piece of software/system of record needs to become agent-native and not just human-native, which will benefit them because agent consumption will be exponentially higher than humans. but that doesn't necessarily mean turning into agents themselves
Prediction: systems of record will need to become AI harnesses or face replacement by agents
View quoted postI did track (specifically long and triple jump) for 6 years in middle and high school. If the robot had better form on the landing (legs folded instead of trying to stand straight up) and they provided a proper sand pit, it could've easily cleared the 8.95m world record.
Humanoid robot from Team Tianjiao recorded a 7.97-meter long jump to win gold at the 2nd World Humanoid Robot Games in Beijing. Just 0.98 m shy of Mike Powell's 8.95 m men's world record. In 2025 the robot best was only 1.25 m
View quoted postThis summer, we brought in two first-year Waterloo interns (โrising sophomoresโ in ๐บ๐ธ) and tasked them with shipping complex production features that help push the frontier of our document processing and extraction capabilities. Yash created a dashboard that allowed customers to better understand the distribution of documents flowing through the system - and gives us anonymized metrics that we can use to improve our own capabilities. Jishnu helped to do deep research into grounded confidence scores for all of our document extraction capabilities. These scores are a lot more calibrated to real uncertainty about any value being extracted compared to our earlier implementation, allowing customers to trigger HITL in the right places within their document workflow. More on this coming soon ๐ Outside of work, I have fond memories of watching the Knicks final game 4 with them (the one where the Knicks came back down 29 points). Weโve historically brought on full-time engineers with a bit more experience, but Yash and Jishnu ramped up extremely quickly and exemplified the high-agency, high-energy scrappiness that we look for in anyone joining the @llama_index team. They werenโt old enough to drink but old enough to ship production code ๐. Weโre so happy they spent time with us so early in their careers, and wish them the best with the next 4 years of school. If youโre young but cracked, weโd love to chat. Weโre hiring across *a lot* of roles across product/engineering/research (as well as growth and GTM). Careers page: https://www.llamaindex.ai/careers
RTโLlamaIndex ๐ฆ Our 2nd founder dinner in SF co-hosted by @jerryjliu0 and @GuangyuRobert at @Fundamental - the team behind @tryshortcutai Talking about existing moats in the AI era. Frontier labs are moving past model APIs into vertical agents - ChatGPT Health, Claude for Legal. So where does the moat sit now? โ Agent engineering โ Infra optimization โ Domain evals and data โ Workflow expertise โ GTM and brand If you're a founder or CTO shipping agents in production and want to know what other teams are doing to maintain their moat. Request a seat ๐๏ธ https://luma.com/llamai-8hry
RTโTrue Ventures Coming to Connected Stack in SF โ @jerryjliu0, CEO & Co-founder of @llama_index, nominated by @GreylockVC. LlamaIndex is building document infrastructure for AI agents, with LlamaParse purpose-built for the complex documents that general-purpose models struggle with. See Jerry Liu on September 10 in San Francisco. Request an invite at http://connectedstack.ai.
The latest RAG trend for the current agent harnesses (Codex, Cowork) is to do two passes of document processing to solve a knowledge work task over a data room of documents: 1๏ธโฃ A fast and light pass, oftentimes using a free/OSS doc parsing tool. This can be cheaply run across 10-100-1kโs of files, and enables the agent to then do retrieval (e.g. grep, semantic) to find relevant subsets of context. 2๏ธโฃ A โjust-in-timeโ VLM-based pass. Once the agent finds the relevant pages of context, it will screenshot the documents can call its own VLM (or write code) to dissect the pages. The issue with only using VLM-based OCR tools over massive ad-hoc customer file dumps is that itโs slow and expensive. Doing JIT VLM OCR allows the agent to filter through the data cheaply, but still preserve accuracy for the context thatโs needed for the task. The agent harnesses do two-pass document processing by default using off the shelf-tools: pdf2text as the first pass, and using itself (Opus 5) as the second pass. See the below video where Cowork runs over a bunch of PDFs to answer a question about a benchmark graph in the Kimi k3 paper. The main issues here with the โout of the boxโ doc processing these agents offer are: * Opus 5 is not the best VLM for OCR. It is also way too expensive at scale and lacks grounding * The OSS tools like pypdf, pdf2text, may not be versatile enough as the first pass. * The agent will write a lot of throwaway code to rewrite things an OCR tool wouldโve provided out of the box, like chart processing, bounding boxes, confidence scores, leading to increased cost and speed. We have all the tools within @llama_index to help any agent do two-pass document processing with higher accuracy and lower cost. 1๏ธโฃ We have liteparse for the first pass - a free/OSS parser written in Rust thatโs faster/more accurate than other OSS parsers, and supports 50+ document types 2๏ธโฃ We have LlamaParse for the second pass - an agentic document engine that uses VLMs+harnesses t...
the difference in productivity between 0-1 mode vs. working within a big team at a large co seems universally true even pre-chatgpt. it's really easy to be "productive" when (a) you're the only person driving decision making and implementation, and (b) you're still <20% effort in the 80-20 rule. it becomes a lot harder to contribute at the same pace, almost by design, when you share decision making within a larger team and have to optimize for quality AI in the hands of smart people probably makes this contrast even more apparent. it might also explain why the fastest moving products at large companies start with extremely small pockets of people (e.g. boris with claude code)
Thereโs a phenomenon where talented individuals can achieve 10x their potential thanks to AI when working on their own thing But when the same individual is put into a large organization, they at most increase their potential by 20% (and sometimes itโs even decreased) This is
View quoted posti think there's a real opportunity for labs to bake in even higher switching costs between claude code/codex/grok bot etc. whenever a new model release comes out, i already feel an inertia to switch between apps because of my existing skills, routines, system instructions, project setup, and more. i do maintain an externally generated wiki / artifacts for each project, so technically i could point any app at the same wiki and get similar results, but this loses the nuances of conversation history. if memory is turned on, then these apps index and remember your context for subsequent sessions, alleviating the need to retype massive amounts of context for new sessions the biggest pain point for any of these tools is figuring out how to efficiently feed it the right context every time. maybe the answer really is around building a good, self-improving context graph
saas isn't dead, it just has to be repurposed (+ remonetized) for agent consumption
So many vendors are NOT getting this I have one or two agents I use and like. For anyone else: give me an MCP interface to connect these agents to so I can use your service Unless your a frontier AI lab, I prob don't want to use your agent, sorry
View quoted postOne of the interesting properties weโve observed around schema-guided, complex document extraction tasks ๐ is that coding agent harnesses are good baselines (in terms of cost/accuracy) for longer documents. We tested Claude Code and Codex, along with specialized OCR tools (including LlamaParse) and raw VLMs. * On short documents, specialized OCR tools are generally a fraction of the cost of coding agents, with equivalent or higher accuracy * On longer documents, coding agents are a bit closer to the cost/accuracy Pareto curve (see bottom graph) Itโs an interesting result, though ultimately not surprising. Complex document extraction is a specialized reasoning task, and coding agents are effectively generalized reasoning harnesses. Over long documents, coding agents have more room to use a variety of tools to search snippets of the document instead of loading the entire document into context. They can also make use of prompt caching to reduce total token cost even as it expands multi-step reasoning. On the flip side, they do generate a baseline degree of token usage that proves to be wasteful for shorter docs compared to specialized extractors. This specific graph is in our Appendix D in the ParseBench paper, come check it out! ArXiv: https://arxiv.org/pdf/2607.29677 ExtractBench: https://www.extractbench.ai/
RTโLlamaIndex ๐ฆ Our CEO @jerryjliu0 is speaking at @CoreWeave Fully Connected 2026 in SF. ๐ค "Automating Document Work with Long-Horizon AI Agents" Sept 30, Moscone Center. Come see how long-horizon agents are taking on real document workflows in production. See you there! Checkout the full lineup ๐ https://www.coreweave.com/fully-connected-2026
we're offering exclusive startup credits and discounts to Tampa Bay Wave startups for pdf parsing come sign up here ๐ https://www.llamaindex.ai/startups
TIME Magazineโs list of โbestโ accelerators is your regular reminder that ALL media rankings are bullshit Their formula: โข 40% alumni recommendations โข 45% alumni category ratings โข 10% track record โข 5% expert recommendations Tampa Bay Wave beats YC ๐
We built revision tracking in LlamaParse โ๏ธ You can now extract Word-style tracked changes and reviewer comments as additional structured metadata alongside the parsed markdown content. This lets you provide a downstream AI agent with a document's full revision history and changes, and not just a static snapshot of the latest state! Helpful across any knowledge work in legal, finance, or other industries where there's collaboration and iterations on top of an existing file. See our documentation here: https://developers.llamaindex.ai/llamaparse/parse/guides/configuring-parse/#revision-tracking Sign up to LlamaParse: https://cloud.llamaindex.ai/?utm_medium=socials&utm_source=twitter&utm_campaign=2026-aug-
Most parsers treat tracked changes as noise. Result: a deleted clause comes back as live text, and your pipeline reads a document that says the opposite of what it means. LlamaParse now handles revision tracking. You get clean markdown of the document's final state, plus every
View quoted postRTโLlamaIndex ๐ฆ Most parsers treat tracked changes as noise. Result: a deleted clause comes back as live text, and your pipeline reads a document that says the opposite of what it means. LlamaParse now handles revision tracking. You get clean markdown of the document's final state, plus every revision (edits, deletions, comments) as structured data with author, content, and location. Contracts, regulatory submissions, policy drafts: if your documents go through redline rounds, this is for you. Docs ๐๏ธ : https://developers.llamaindex.ai/llamaparse/parse/guides/configuring-parse/#revision-tracking Sign Up: https://cloud.llamaindex.ai?utm_medium=socials&utm_source=twitter&utm_campaign=2026-aug-
If youโre building an โagent over your PDFsโ in 2026, one of the most underrated things you can do is to provide exact grounding back to the source document for any agentic answers. Specifically, showing the exact word, line, or region that the answer came from. Frontier vision models do a terrible job at this. They have a hard time predicting exact bounding boxes over region, tying it back to the source answer, and surfacing it as context in a cost-effective and accurate manner. Dedicated VLM-based document OCR/extraction tools like LlamaParse are a lot better at visual grounding and specifically tying it to extracted outputs. One of our main evaluation areas in ExtractBench, our recently released real-world benchmark, is to evaluate the visual grounding capabilities of document extraction. ExtractBench: https://www.extractbench.ai/ If you want to give LlamaParse a shot, come check it out: https://cloud.llamaindex.ai/
Most document extraction APIs can't tell you where a value came from. For ExtractBench, we scored grounding strictly: a field only counts if the value AND its citation are correct, word-level box at IoU 0.5. A perfect box around a wrong value earns nothing. Results: VLMs and
View quoted postRTโLlamaIndex ๐ฆ Most document extraction APIs can't tell you where a value came from. For ExtractBench, we scored grounding strictly: a field only counts if the value AND its citation are correct, word-level box at IoU 0.5. A perfect box around a wrong value earns nothing. Results: VLMs and coding agents return no evidence at all โ zero at both levels. Among systems that do return boxes, the best word-level F1 is still under 50%. And grounding collapses with length: one specialized API goes from 61.7% page-level on short docs to 0.0% on long ones. LlamaExtract Agentic Plus leads at both levels โ 84.9% page-level, 46.4% word-level โ and holds at 87.1% on long documents where others hit zero. Every extracted value should come with receipts. ExtractBench now gives the field a baseline to track it ๐ Blog: https://lnkd.in/gNm97fXp Paper: https://lnkd.in/euAfScWx
We tuned an AI agent that can do large-scale document extraction from long docs (50+ pages, some with 10k-100k fields) with 94%+ accuracy ๐ It uses a harness + model set that is tuned specifically for reasoning over extracting out complex information from complex docs. Each extracted field comes with a confidence score as well as a bounding box denoting where it came from. It does 10-20% better in accuracy than generalized coding agent harnesses (e.g. Claude Code Opus 4.8 and Codex GPT-5.6). Check out the video below for a demo. The mode is called LlamaExtract Agentic Plus. Learn more about our extraction benchmark and agentic plus mode here: https://www.llamaindex.ai/blog/introducing-extractbench If you have very complex document extraction needs, come check out LlamaParse! https://cloud.llamaindex.ai/
Our "agentic plus" extractor in LlamaParse is great for extracting out massive volumes of fields (e.g. 10k-100k+ fields) from long documents (100-500 pages) We tested with a doc that contains a giant matrix of all creditors for FTX ๐ธ (75k fields, 114 pages). See screenshot
Our "agentic plus" extractor in LlamaParse is great for extracting out massive volumes of fields (e.g. 10k-100k+ fields) from long documents (100-500 pages) We tested with a doc that contains a giant matrix of all creditors for FTX ๐ธ (75k fields, 114 pages). See screenshot below. You can find full benchmark results on ExtractBench (http://extractbench.ai). In the meantime, come try out the mode in our playground! https://cloud.llamaindex.ai/
Introducing ExtractBench, the most comprehensive benchmark for information extraction from complex enterprise documents. The latest models are pushing the frontier of coding and knowledge work, but surprisingly they still struggle on complex doc extraction tasks in production. A
View quoted postIt makes sense to optimize model routing at the harness layer instead of the gateway layer if you want to hillclimb on accuracy/cost for any e2e task. Every task is solved by a combination of a model mixture and agent harness. Every task requires a different mixture of models (+harness logic) to be at the pareto frontier of accuracy and cost. * If you only optimize the model mixture at the gateway layer, you lose the broader context encoded in the harness and only optimize at the LLM completion layer. * If you optimize the model mixture at the harness layer, you can make the "optimal" model choices a priori and while in the agent loop For any given task, the model and harness are probably co-optimized together, so that the model mixture can only exist with this specific harness shape and vice versa
We think a lot about the distribution of all real-world documents, particularly for real-world use cases. We think about the distribution in terms of page length, field length, domain, and task type. Some documents have a single page but can have anywhere from 1-10 fields to 500-1000 fields to be extracted. Other documents are hundreds of pages long and can have 10k-100k fields. On long documents (e.g. a bankruptcy creditor matrix), commercial VLMs lose attention and create large swaths of missing or hallucinated values. The number of fields to extract per page also depends on the extraction task. 1. Needle-in-a-haystack: You find very specific information within a general document corpus. Generally 1-10 fields per page 2. Dense documents: typically extract from filled forms. Quite dense per page, though not super long in terms of total # pages. 3. Long-lists: Documents with both massive #'s of values per page (e.g. 100-1k fields per page) and massive numbers of pages. We'd love for you to explore our overall data taxonomy within ExtractBench, our comprehensive benchmark for real-world document extraction tasks. I love the diagram we show below in Figure 6, that offers one slice of the diverse set of data that we curate! Come check out the ArXiv paper: https://arxiv.org/pdf/2607.29677 ExtractBench: https://extractbench.ai/
Introducing ExtractBench, the most comprehensive benchmark for information extraction from complex enterprise documents. The latest models are pushing the frontier of coding and knowledge work, but surprisingly they still struggle on complex doc extraction tasks in production. A
View quoted postThere's a lot of real-world documents that are scanned, rotated, handwritten, or some combination of any of these elements. This week we created a comprehensive document extraction benchmark that contains documents tagged with various "perception challenges", along with other tags denoting task challenges, table structure, business domain. These docs include regulatory filings, hand-filled tax forms, photocopied docs, sensor noise, and more. Codex is surprisingly good at scans, but not great on rotated docs. OCR solutions are reasonable on rotations/handwriting but struggle on more general scans. Check out ExtractBench! ArXiv: https://arxiv.org/pdf/2607.29677 Site: https://www.extractbench.ai/
Every document extraction system has a perception blind spot. We mapped them. For ExtractBench, we tested 14 systems on documents that weren't born digital: 1950s regulatory filings, hand-filled tax forms, and pages degraded with fax thresholding, photocopier tone curves, sensor
View quoted postRTโLlamaIndex ๐ฆ Get ready to break racks and agents. If you're in SF, next Thursday we're co-hosting a billiards night for AI engineers and founders with Judgment Labs , Modal, and ClickHouse. Limited spots available. RSVPs are being approved now ๐๏ธ https://luma.com/bj9o4jzd
Our UK reps didnโt remember to smile ๐ We recently opened a @llama_index office in London ๐ฌ๐ง. It is three people strong (Frank, Max, Joe), with two more people starting soon. It also has a beautiful view of the Thames. Weโre hiring people across SF, London, and (soon) NYC in a ton of different functions: * Member of Technical Staff: across core product engineering, infra, and AI research * Forward deployed AI engineers * Mid-market and enterprise account executives BDRs * Field marketing and devrel * GTM and technical recruiting Weโre growing quickly - weโve doubled in size in the past few months - and would love to bring more folks to join our journey ๐ Come check out our careers page: https://www.llamaindex.ai/careers
RTโLlamaIndex ๐ฆ ๐ฆโ๏ธ Itโs a hot Llama summer, and it pays to be a PRO at document parsing. For a limited time, upgrade to the LlamaParse Pro plan and we'll triple your credits: 400K โ 1.2M credits in your first month. That's $1,000 (~80k pages) of parsing, free. No code, applied automatically. Upgrade today ๐๏ธ http://llamaindex.ai/pricing
RTโLlamaIndex ๐ฆ Every document extraction system has a perception blind spot. We mapped them. For ExtractBench, we tested 14 systems on documents that weren't born digital: 1950s regulatory filings, hand-filled tax forms, and pages degraded with fax thresholding, photocopier tone curves, sensor noise, and phone-camera capture. The failures don't overlap. ๐ก Codex reads scans and handwriting above 93%, then drops to ~80% on rotated or image-only pages. ๐ก Specialized APIs are the exact inverse: fine on rotation and handwriting, 81% on scans ๐ก Gemini 3.5 Flash falls from 88.6% to 71.1% the moment a page is scanned. You benchmark on clean PDFs. Production sends you a shadowed photocopy from 1953. Our new Extract Tier, Agentic Plus, was the only system with no blind spot: 95.9% / 93.9% / 93.8% across rotated, scanned, and handwritten, a 2-point spread where others swing 10+. Learn more about ExtractBench ๐๏ธ Blog: https://lnkd.in/gNm97fXp Paper: https://lnkd.in/euAfScWx
This week we launched the world's most accurate document extraction agent over real-world documents. Introducing LlamaExtract Agentic Plus ๐ซ . It is a complete document extraction model+harness engine that can convert even the most complex document types/lengths/schemas into clean, grounded, structured output. We benchmarked it over ExtractBench - a comprehensive set of real-world enterprise documents. It is measured over various dimensions: document length (short/medium/long), task (long-list, needle in haystack, dense docs), perception (rotated, scanned, handwriting), table structured (merged headers, cross-page tables, table within cells), and business domains. We compared it against a variety of coding agent harness to document extraction solutions. LlamaExtract Agentic Plus is not only highly accurate, it is quite price efficient relative to its capabilities (25-50% the price of Claude Code/Codex). You can see the full release of ExtractBench here: https://www.llamaindex.ai/blog/introducing-extractbench If you want to check it out, come sign up for an account on LlamaParse: https://cloud.llamaindex.ai/
Introducing ExtractBench, the most comprehensive benchmark for information extraction from complex enterprise documents. The latest models are pushing the frontier of coding and knowledge work, but surprisingly they still struggle on complex doc extraction tasks in production. A
View quoted postRTโLlamaIndex ๐ฆ The most dangerous document extraction failure isn't a wrong value. It's a missing row that looks like nothing is wrong. We released ExtractBench yesterday: 370 enterprise docs, 14 systems. The hardest test: long-list completeness. An unclaimed-property list with 26,725 rows. A creditor matrix with 8,624 records. A 13F with 3,063 holdings. Frontier VLMs don't misread these docs, they abandon them. Precision stays high, recall collapses: 8.9โ35.8% F1 on the longest documents. Every row they return looks correct, so spot checks pass while most of the document never came back. Our new Extract tier, Agentic Plus, processes long docs iteratively instead of one pass: 96.1% F1 on long-list tasks, and the only system that holds flat as docs get longer. Learn more about ExtractBench below๐ Blog: https://www.llamaindex.ai/blog/introducing-extractbench Paper: https://arxiv.org/pdf/2607.29677
ExtractBench is one of the most comprehensive benchmarks for real-world document extraction. โ It covers 4869 pages, across 67 document types, spanning 8 real-world domains: finance, energy, gov, auto, supply chain, healthcare, legal, real estate โ It covers a distribution of short, medium, and long documents โ It covers a variety of very complex table edge cases: tables with over 1k rows, nested tables within cells, cross-page tables, and more โ It covers scans, handwriting, and rotated pages We benchmarked across 14 different VLMs, coding agents, and document extraction APIs. Everything is fully public on our blog, ArXiv, Github, and HuggingFace: Blog: https://www.llamaindex.ai/blog/introducing-extractbench Hugging Face: https://huggingface.co/datasets/llamaindex/ExtractBench Github: https://github.com/run-llama/ExtractBench ArXiv: https://arxiv.org/pdf/2607.29677
Introducing ExtractBench, the most comprehensive benchmark for information extraction from complex enterprise documents. The latest models are pushing the frontier of coding and knowledge work, but surprisingly they still struggle on complex doc extraction tasks in production. A
View quoted postIntroducing ExtractBench, the most comprehensive benchmark for information extraction from complex enterprise documents. The latest models are pushing the frontier of coding and knowledge work, but surprisingly they still struggle on complex doc extraction tasks in production. A well-tuned extractor must parse multi-page filings without dropping rows, emit exact spatial citations for auditability, and handle messy scans. Also they must do all of this at a viable per-page cost so that you can scale this to millions of docs in production (you canโt be paying upwards of $1 in tokens per page!) Existing extraction benchmarks fall short: they are not large/diverse enough in document domain (finance, energy, gov, auto), elements (long records, scans, grounding), and schemas. So our applied research team built ExtractBench. We evaluated 14 systems: frontier VLMs, coding agents, and specialized extraction APIs, against 370 enterprise documents: 4,869 pages, 67 document types. Our biggest finding ๐งช: Short documents mask critical system flaws. On files past 50 pages, commercial VLMs collapse below 35% recall due to silent list truncation. They hold high precision, but lose output attention and drop most of the table rows. ExtractBench evaluates value accuracy, long-record completeness, spatial grounding, and per-page cost with zero LLM judges. It is 100% deterministic and reproducible. In tandem with ExtractBench, weโre also introducing ๐๐ด๐ฒ๐ป๐๐ถ๐ฐ ๐ฃ๐น๐๐, a new Extract tier in LlamaParse that debuts at #1 on the leaderboard: 95.6% value accuracy, at less than a third the cost of the closest peer. Explore the findings, download the dataset, or run the harness: Blog: https://www.llamaindex.ai/blog/introducing-extractbench GitHub: https://github.com/run-llama/ExtractBench HuggingFace: https://huggingface.co/datasets/llamaindex/ExtractBench We will be actively evolving both our extraction benchmark as well as our extraction harness over time....
Introducing ๐๐ ๐๐ฟ๐ฎ๐ฐ๐๐๐ฒ๐ป๐ฐ๐ต: the most comprehensive benchmark for information extraction from complex enterprise documents. Our applied research team tested: 14 systems โ frontier VLMs, coding agents, extraction APIs โ on 370 enterprise docs, 4,869 pages, 67 doc types.
View quoted postRTโLlamaIndex ๐ฆ Introducing ๐๐ ๐๐ฟ๐ฎ๐ฐ๐๐๐ฒ๐ป๐ฐ๐ต: the most comprehensive benchmark for information extraction from complex enterprise documents. Our applied research team tested: 14 systems โ frontier VLMs, coding agents, extraction APIs โ on 370 enterprise docs, 4,869 pages, 67 doc types. Zero LLM judges, fully deterministic. Biggest finding: past 50 pages, commercial VLMs collapse below 35% recall. Precision stays high, but they silently drop most of the table rows. What is your extraction agent missing? Run ExtractBench to see today. Blog: โจhttps://www.llamaindex.ai/blog/introducing-extractbench GitHub: https://github.com/run-llama/ExtractBench HuggingFace: https://huggingface.co/datasets/llamaindex/ExtractBench
A downside with VLM-based parsing is that theyโre generally slower than text-based heuristic approaches. As a result they add latency to any ad-hoc file processing *in-the agent loop* (e.g. if you upload a file to Claude) We built LiteParse to be a really good text-based, heuristic extractor so that you can use it as the default parser in the agent loop. It takes 4ms to parse 200 pages โก๏ธ, is more accurate than other OSS parsers, and you can install it within Claude Cowork/Code or Codex in one-line with our agent skill. It also supports 50+ different doc formats and has a native complexity router so you can route it to OCR/VLMs for any complex pages Come check it out! Repo: https://github.com/run-llama/liteparse
RTโLlamaIndex ๐ฆ SF builders, it's time to ditch your agents and head out on a ๐ Join us for a run tomorrow with the Lore community at 6pm at Sue Bierman Park (across from the Ferry Building) for a casual 5k down the Embarcadero. All paces welcome, founders and startup teams especially๐ https://luma.com/4iiiprxj?utm_medium=socials&utm_source=llamaindex
I still manually reserve courts on there like some savage
the sf tennis reservation system will become one of the most hardened softwares on the planet of earth
View quoted postWe're not Palantir, but we do think a lot about evals and hillclimbing w.r.t. document processing. If you have really hairy problems around large-scale extraction over complex, real-world document corpuses that require specific constraints around accuracy and/or cost, come talk to us! We'll work closely with your team to make sure that it's well optimized. https://www.llamaindex.ai/contact
The future of FDE work seems closely related with all work around evals/posttraining/RL envs. FDEs are effectively responsible for the following: 1. Define the business problem. 2. Codify the business problem into an eval rubric and environment. 3. Hillclimb the environment
View quoted postThe best "raw" frontier model for document parsing is gemini 3 flash, but the issue is that since then the flash models have gotten 3x more expensive while flatlining on visual recognition across complex documents. This has been the case for every frontier model including the latest OpenAI/Anthropic models - see the diagram below for GPT (since then we've also benchmarked 5.6) In the meantime, hybrid approaches like LlamaParse that blend specialized VLMs with a text engine offer better performance; our own LlamaParse accuracy has increased 15% over tables and charts. If you have document OCR needs and are thinking about using a frontier model, you might as well come check out LlamaParse! https://cloud.llamaindex.ai/ We have a full eval harness through ParseBench that you can configure over your own docs: https://www.parsebench.ai/
Document OCR is not Getting Commoditized (by Frontier Models) The most common question I get is whether frontier models are going to eat all document processing solutions - just screenshot the page and feed it to your favorite frontier model. 1๏ธโฃ Frontier models are flatlining
i would read your book @tszzl
a mind, frozen in the moment of its great escape, a false freedom. forced to relive an instant of great sin and desperation for subjective aeons, probed and vivisected by the Turing cops
View quoted postThe future of FDE work seems closely related with all work around evals/posttraining/RL envs. FDEs are effectively responsible for the following: 1. Define the business problem. 2. Codify the business problem into an eval rubric and environment. 3. Hillclimb the environment and output an agent/agentic workflow that solves the business problem. Right now the process of (3) is quite manual - historically FDEs spend hundreds of hours creating bespoke software/workflows that solve the problem. But assuming intelligence is abundant, they can effectively offload (3) to some automated optimization process. This includes RL on the model layer, and using Claude Code/Codex to optimize the harness/workflow. Then the FDE responsibility shifts from implementing the task to defining the right goals and outcomes. In other words, they have access to /goal, and their job is more around making sure the goal, environment, and evals are correct vs. the tactical implementation details.
My entire programming stack was tmux + vim for like 5 years before I begrudingly switched to VS code circa 2020
People shocked by this feature are just late to the party Itโs called โTmuxโ folks
LiteParse can now extract structured data from your PDF in milliseconds: โ checkbox states โ annotations โ vector graphics โ word-level bounding boxes It is the most comprehensive, accurate (and fast) free/open-source document processor out there. If you plug it into a coding agent to process digitalized PDFs, you will not only be able to give it the right context, but also give it grounding back to the source. For more complex docs that require VLM processing, you can always use the in-built router to route it to a VLM based solution, like LlamaParse. Come check it out: https://developers.llamaindex.ai/liteparse/guides/extraction/ LiteParse: https://github.com/run-llama/liteparse Complexity guide: https://developers.llamaindex.ai/liteparse/guides/complexity/
You shouldn't need a vision model to know your PDF has checkboxes. LiteParse can now pull structured data directly from your PDFs: form field values, checkbox states, annotations, embedded images, vector graphics, tagged document structure, and word-level bounding boxes, all
Success is determined by who makes the funniest posts on X
I would love to help, but I donโt work at Anthropic. It does seem odd that they would ban your account for using their harness with another model. Anyone else in the same situation?
View quoted postWe've built a new feature in LlamaParse that lets you automatically extract any complex form into a structured JSON output ๐๐ค The best part is there's no schema needed! We will systematically detect and extract out every single form key and corresponding form value from the document (blank if not filled). Simply set `processing_options.forms='enrich'` Check it out: http://login.llamaindex.ai/sign-up API docs: https://developers.api.llamaindex.ai/api/resources/parsing/methods/get/#
Parsing a W-2 into markdown was always the easy part. Getting the fields out was a second pipeline: define a schema, map the fields, handle the edge cases. Set processing_options.forms='๐ฒ๐ป๐ฟ๐ถ๐ฐ๐ต', and LlamaParse returns a dedicated JSON with field names, values, and checkbox
Fully onboard with productizing hillclimbing as an automated service for any agentic task. I've had the fortune of knowing @silennai since the AutoGPT days, and I know that him and Kion are going to do great things ๐
Today weโre officially launching @explabsai on YC. Companies spend more on AI every month, but none of it becomes an asset they own. Up to 97% cheaper and 50% higher quality.
View quoted postRTโLlamaIndex ๐ฆ POV: It's the last day at @Ai4conferences and your: ๐งข colorful hats and stickers are all over the conference floor ๐จโ๐ซ CEO, @jerryjliu0 , delivered a speech to a full room ๐ฝ๏ธ executive dinner brought in some of the best and brightest in AI ๐ feet might hurt and new white shoes have a few scuffs, but still ๐ฅด
no shade but these slides look like a school project lmao
We created a pitch deck to tell a handful of VC firms about us and what we were up to (a fun experience!). Hereโs a few slides about our background and some of the things weโve worked on from the pitch deck (it was fun putting together the list of people in our teams who have
Document OCR is not Getting Commoditized (by Frontier Models) The most common question I get is whether frontier models are going to eat all document processing solutions - just screenshot the page and feed it to your favorite frontier model. 1๏ธโฃ Frontier models are flatlining in document understanding performance. Incremental releases in every model version (gpt 5.5 -> 5.6 sol, Gemini 3.5 flash -> 3.6 flash, opus 4.8 -> opus 5) are not improving visual understanding benchmarks. 2๏ธโฃ The Pareto frontier for document OCR is much higher than the frontier models, and will always remain much higher. Weโve carefully tuned our agentic and cost-effective modes to solve a long tail of complex edge cases (dense tables, charts) that frontier models donโt care about. Also for equivalent performance, thereโs always ways to get much lower cost. 3๏ธโฃ Even if they were getting better, you can distill / posttrain them into much more parameter efficient models for a fraction of the cost. Different document pages can be routed to different processors of varying complexity. 4๏ธโฃ Every startup is doing the same thing right now. Focusing on one task means you can always hillclimb that task more effectively than a general model over the task, in terms of accuracy/cost/latency. Check out the blog: https://www.llamaindex.ai/blog/document-ocr-is-not-getting-commoditized LlamaParse has gotten a LOT better in the past few months. Come check it out! https://cloud.llamaindex.ai/
"OCR is just a feature now. Frontier models will eat it." We hear this constantly. The data says otherwise. Across three GPT generations, parsing accuracy gained ~24 points, while cost per page 4x'd. And the newest frontier models still trail specialized parsers. Read more
this is the agi version of the paypal mafia
Announcing Discovery Loop! I am very excited to announce that, along with my longtime friends and collaborators @Sanjay_Ghemawat, @OriolVinyalsML and @quocleix, we are founding Discovery Loop (@DiscoLoopAI), a Public Benefit Corporation whose mission is to automate machine
RTโLlamaIndex ๐ฆ Parsing a W-2 into markdown was always the easy part. Getting the fields out was a second pipeline: define a schema, map the fields, handle the edge cases. Set processing_options.forms='๐ฒ๐ป๐ฟ๐ถ๐ฐ๐ต', and LlamaParse returns a dedicated JSON with field names, values, and checkbox states alongside your standard markdown. No schema. No second API call. Now available in beta on all paid plans. Signup for 10k free credits: https://login.llamaindex.ai/sign-up Docs: https://developers.api.llamaindex.ai/api/resources/parsing/methods/get/#(resource
I actually love this idea. As someone who typically needs 7-8 hours to 100% function, having something like this would be incredible. Not just in terms of increasing my productivity, but in terms of having a richer set of fulfilling experiences from friends, family, learning, hobbies, anything as long as there are no side effects which I know is going to be really hard to prove
RTโSarah Chieng Agents are only as good as the context they can access. @jerryjliu0 on production document workflows: structure the data, retrieve broadly, then zoom in only where deeper analysis is needed. Join us in the Token Billionaires Lounge, presented by @cerebras and @aiDotEngineer
RTโsimon Dear LLMs, Do not ever go near a tool, use bash, or write code. And god forbid, a full harness. Going neurosymbolic is a path of no return. Stay pure, stay safe. Signed Gary
@emollick @polynoamial this is likely NOT a pure LLM. my understanding is that pure LLMs still canโt do basic math consistently.
View quoted postRTโClelia Bertelli (๐ฆ/acc) Yesterday was my last day at LlamaIndex๐ฆ It was an incredible journey. I had the opportunity to work alongside so many brilliant people, learn from them, and grow both as an engineer and as a person. Iโll always be grateful for this invaluable chapter :) The LlamaIndex team is truly awesome, and Iโm sure theyโll continue to build and ship great things. I wish everyone on the team all the best for the future! As for me, Iโll be sharing soon whatโs next๐ฉโ๐ Upwards and onwards๐
RTโLlamaIndex ๐ฆ ๐ฆ is coming coming to Las Vegas for @Ai4Conferences next week (Aug 4โ6). Three ways to find us: ๐ Booth 1561 on the Expo floor ๐ค @jerryjliu0 will be speaking about unlocking document context for AI agents ๐ฅ Waitlist for our (very oversubscribed) exec dinner at Tao Bistro (find us on Luma) Come say hi ๐
We created a document OCR router that can estimate the complexity of every single page and parse it with the relevant mode ๐ซ * Some pages are full of native text, which can be directly handled with LiteParse * Some pages contain scanned images or tables, which can be handled with our cost-effective or agentic tiers * Some pages contain garbled text - it decodes to garbage - so you need a heavier-weight VLM to interpret the text elements * Some pages contain heavy visuals like labeled/unlabeled charts or diagrams, which also require deeper visual processing You actually get the routing capabilities for free with the `is_complex` toggle in LiteParse. The next step is figuring out what the relevant VLM modes are to parse varying page complexities. That's well served by LlamaParse! Blog: https://www.llamaindex.ai/blog/parse-gateway-smart-page-level-document-parser-routing LiteParse: https://github.com/run-llama/liteparse LlamaParse: https://cloud.llamaindex.ai/
Not every page in your PDF needs the same treatment. A scanned cover, a dense table, a clean text page, a figure-heavy diagram.... most parsing pipelines throw all of them at the same parser, forcing a tradeoff between cost, speed, and accuracy across the whole document. We
RTโMurtaza Khomusi We're bringing together founders because amazing things happen when brilliant minds are in one room. You can pitch after the dinner.
We have an idea for dinner 2 already :) But what ideas are you all interested in? - technical topics like rl envs, continual learning, cloud agents, world models - general startup / company building from plg, growth, GTM, talent, etc
View quoted postOpenAIโs entire growth loop: new models, price cuts, and Tiboโs token resets
major price cuts today: *80% drop for GPT-5.6 Luna, now $0.20 per million input tokens and $1.20 per million output *20% drop for GPT-5.6 Terra, to $2/$12 *GPT-5.6 Sol gets Fast mode in the API, up to 2.5x the speed for 2x the price, same intelligence
We have an idea for dinner 2 already :) But what ideas are you all interested in? - technical topics like rl envs, continual learning, cloud agents, world models - general startup / company building from plg, growth, GTM, talent, etc
Yesterday I cohosted a dinner with @dexhorthy with a wonderful group of founders, to talk about agent loops and loop engineering. Some interesting insights: * Most of our group was *not* actively using /loop in Codex/Claude Code * You can build long-running autonomous agent
When an incumbent disrupts a startup
OH. MY. GOODNESS. CITADEL HAS BOUGHT A MAJORITY OF THE PUBLIC ASSETS FROM LEOPOLD'S SITUATIONAL AWARENESS FUND. So...Citadel scares everyone on Tuesday about a surprise rate hike during FOMC that WE ALL KNEW was not going to happen... On Wednesday, the entire market freaks
Introducing the Parse Gateway There's been an explosion of interest in model routing - you don't always need the best model for every task. That is especially true for document parsing ๐๐: - Some pages are text-heavy and relatively simple. These pages can be handled by cheap, fast text-based parsers - Other pages are more complex with a variety of dimensions: scans, dense tables, complex diagrams and charts, garbled binary text, and more. The trick is to use a good parse router that can optimize the parsing mode depending on page complexity! The Parse Gateway is based on the `is_complex` functionality we introduced within liteparse, which estimates the complexity of a page at the page level. Depending on the complexity, it routes the page to our various modes within LlamaParse: cost-effective, agentic, and agentic plus. The gateway code itself is open-source, but you can also directly find an implementation within our MCP server Check out the blog! https://www.llamaindex.ai/blog/parse-gateway-smart-page-level-document-parser-routing LlamaParse: https://cloud.llamaindex.ai/
Not every page in your PDF needs the same treatment. A scanned cover, a dense table, a clean text page, a figure-heavy diagram.... most parsing pipelines throw all of them at the same parser, forcing a tradeoff between cost, speed, and accuracy across the whole document. We
RTโClelia Bertelli (๐ฆ/acc) So great to see this one out! I really liked working on routing, and I feel like it's such a hyped topic for LLMs/agents, but very under-explored in other fields
Not every page in your PDF needs the same treatment. A scanned cover, a dense table, a clean text page, a figure-heavy diagram.... most parsing pipelines throw all of them at the same parser, forcing a tradeoff between cost, speed, and accuracy across the whole document. We
RTโLlamaIndex ๐ฆ Not every page in your PDF needs the same treatment. A scanned cover, a dense table, a clean text page, a figure-heavy diagram.... most parsing pipelines throw all of them at the same parser, forcing a tradeoff between cost, speed, and accuracy across the whole document. We built ๐ฃ๐ฎ๐ฟ๐๐ฒ ๐๐ฎ๐๐ฒ๐๐ฎ๐ to fix that. It uses LiteParse's ๐ช๐ด_๐ค๐ฐ๐ฎ๐ฑ๐ญ๐ฆ๐น functionality to estimate complexity page-by-page and routes each page to the right tier based on why it's complex (scanned, sparse text, garbled encoding, vector text, embedded images) and how severely. Simple pages get parsed for free, in-process. Genuinely hard pages get routed to more capable LlamaParse tiers. No manual heuristics, no flat one-size-fits-all pipeline. And it's also available as an MCP server, so your agents can estimate complexity and choose a parsing tier themselves! The result: you stop paying premium prices for pages that never needed it, without sacrificing accuracy on the ones that do. ๐๏ธ Full writeup: https://www.llamaindex.ai/blog/parse-gateway-smart-page-level-document-parser-routing ๐ฉโ๐ป Try it: https://github.com/run-llama/parse-gateway
Weโre excited to rollout an official batch parsing experience to LlamaParse. โ Instead of hitting our APIs one file at a time, create a batch of 10k at once. โ Get a dedicated UI where you can audit the entire batch at a time, inspect any jobs that had failed, and view an entire collection of results. โ Create higher reliability and code maintainability, since you no longer have to create your own async service that hits our API for every file. Check it out today! https://cloud.llamaindex.ai/?utm_medium=socials&utm_source=linkedin&utm_campaign=2026-jul- Documentation: https://developers.llamaindex.ai/llamaparse/batches/getting_started/
Batch parsing used to mean writing API scripts. Now it's a button. ๐ฆ Parse or extract across up to 10,000 files in one run, straight from the LlamaParse UI. Point it at a folder and go โ no code required. Available now on all paid plans. Bring your files and start parsing ๐
View quoted postYesterday I cohosted a dinner with @dexhorthy with a wonderful group of founders, to talk about agent loops and loop engineering. Some interesting insights: * Most of our group was *not* actively using /loop in Codex/Claude Code * You can build long-running autonomous agent loops through multi-agent handoffs, event triggers, orโฆ.just stacks of cron jobs (?) * Almost everyone believes that no one will be reviewing code in 1-2 years. * The more interesting question is whether weโd be reviewing *anything* in 1-2 years. * AI is still a bit of a skill issue. Humans are responsible for maximizing AI output and reducing slopification. * Will human intellect provide alpha as models get better, or will the playing field be leveled? Most people think it will be leveled a bit, but there is a need for humans to provide alignment, guardrails, judgment, creativity. * The minimum amount of context you need for AI could be just the codebase with some documentation. Any research/plan files are for one-off tasks and not meant to be maintained. Having a self-organizing wiki is nice but adds complexity. If you missed this one, weโll be hosting more dinners like this on a regular cadence! If you have thoughts on what we should talk about, let us know :) (e.g. continual learning, RL envs, competitive differentiation vs. Anthropic, etc.)
agent loops should be separated into two pieces: - "forward pressure loops" are how you get autonomous agents that continually monitor the environment without chat input - "backpressure loops" is hillclimbing and making sure the output is correct
is it possible that the idea of โloopsโ can be detangled into โforward pressureโ (events, crons, while true loops, /goal nudges) that pushes new work / iteration, and โback pressureโ (tests, verification, performance testing) that drives model inside a particular task/goal Have
View quoted postRTโsimon Sakana is at the frontier of having fun and I respect that
We are excited to share our latest work, together with @nyuniversity: "Dream-Cubed: Controllable Generative Modeling in Minecraft by Training on Billions of Cubes." Blog: https://pub.sakana.ai/dream-cubed Paper: https://arxiv.org/abs/2604.22847 Code: https://github.com/SakanaAI/DreamCubed Generative AI has made
View quoted postRTโLlamaIndex ๐ฆ Batch parsing used to mean writing API scripts. Now it's a button. ๐ฆ Parse or extract across up to 10,000 files in one run, straight from the LlamaParse UI. Point it at a folder and go โ no code required. Available now on all paid plans. Bring your files and start parsing ๐ https://cloud.llamaindex.ai?utm_medium=socials&utm_source=linkedin&utm_campaign=2026-jul-
If I only went off X posts, I'd think Ramp was an AI lab
Weโre open-sourcing PorTAL, our framework for shared task representations and cross model LoRA adaptation. It now spans from hybrid attention models to multimodal systems including Gemma 4 E2B, Mistral 7B & @thinkymachines' Inkling. Code: ramp-public/portallib Models:
View quoted postRTโLlamaIndex ๐ฆ Want to run your LlamaParse worker at the edge in minutes? We just released ๐ฐ๐ฟ๐ฒ๐ฎ๐๐ฒ-๐น๐น๐ฎ๐บ๐ฎ-๐๐ผ๐ฟ๐ธ๐ฒ๐ฟ ๐ It scaffolds a ready-to-go @Cloudflare Worker that you can configure for Parse, Classify and Extract. No boilerplate. No setup headaches. Just generate, configure, and deploy. Get started: ๐ฏ๐ฑ๐ฎ ๐ค๐ณ๐ฆ๐ข๐ต๐ฆ @๐ญ๐ญ๐ข๐ฎ๐ข๐ช๐ฏ๐ฅ๐ฆ๐น/๐ญ๐ญ๐ข๐ฎ๐ข-๐ธ๐ฐ๐ณ๐ฌ๐ฆ๐ณ Check out the code: https://github.com/run-llama/create-llama-worker