Your curated collection of saved posts and media
I built a form-filling agent that anyone can use π« This is an extremely simple but useful (I hope) app. Upload a fillable form π, some context files, and chat with the agent to fill the form out automatically βοΈ 1οΈβ£ Yes it is a Claude Code SDK wrapper 2οΈβ£ It is better and faster than ChatGPT/Claude UI out of the box 3οΈβ£ We use LlamaParse to parse the context files, so you can have more trust that we are able to read context without hallucinations (e.g. messy scanned handwriting, drivers license photo, and more). This was one of my holiday Claude Code vibe-coding projects. Built with Opus 4.5, and also powered by Opus 4.5. Feeling the AGI π«‘ App is here: https://t.co/HYipU2fpFE Repo is open-source: https://t.co/GIfSzxGH4j
Check out the form-filling agent that automates PDF forms using AI by @jerryjliu0 ππ€ Use any fillable PDF with an agent that fills it out based on your prompts and context files. Our new experiment creates a multi-turn chat experience for form completion. π Upload fillable PDFs
A problem we see often: long documents with different pieces of repeating content. Example: a resume book with a cover page, a few pages about student curriculums, then back to back resumes Build an intelligent resume processing agent that automatically extracts structured data from repeating content using LlamaSplit to identify where each individual content starts and ends and LlamaExtract to extract structured data: π Upload PDF resume books to LlamaCloud and automatically categorize pages using LlamaSplit to separate individual resumes from curriculum and cover pages π€ Extract structured information from each resume using LlamaExtract with custom schemas to capture names, contact info, education, work experience, and skills etc (your choice) β‘ Orchestrate the entire process with LlamaAgent Workflows π Process real resume data with confidence scores and structured output ready for filtering, searching, and candidate matching systems The tutorial uses an NYU Resume Book as an example and shows both individual API calls and a complete automated workflow implementation. Check out the full tutorial: https://t.co/snaWXuoHq8
Tired of wrestling with messy Excel files that break traditional parsers? π Join our workshop on January 29th at 11 AM PT to see how LlamaSheets transforms chaotic spreadsheets into clean, AI-ready Parquet files while preserving all the context that matters. π Handle complex structures like merged cells, multi-level headers, and visual formatting that traditional tools miss π€ Build spreadsheet-specific agents for financial analysis, budget parsing, and automated reporting πΌ See real examples: consolidating multi-region data and extracting quarterly revenue tables β‘ Turn spreadsheet chaos into structured data with just a few lines of code We'll walk through practical use cases and show you integration patterns with LlamaAgents so you can build robust data processing pipelines. Register for the workshop: https://t.co/mgTvCBBHAN

Can filesystem tools really replace vector search? We put agentic file exploration to the test against traditional RAG. Our experiment with fs-explorer agent vs. hybrid RAG revealed some surprising insights about when each approach shines: π RAG is faster - averaging 3.81 seconds quicker thanks to fewer LLM calls and consistent network requests π― Filesystem agents are more accurate - scoring 2 points higher on correctness by accessing full file context instead of chunked fragments π Scale changes everything - at 100-1000 documents, RAG outperforms filesystem exploration in speed and maintains quality βοΈ Context matters most - filesystem tools excel with smaller files that fit in the LLM's context window, while RAG handles massive document collections The verdict? It depends on your use case. Filesystem agents work great for smaller, focused document sets where accuracy trumps speed. RAG remains king for large-scale applications requiring real-time responses. Read the full experimental analysis by @itsclelia and see the results for yourself: https://t.co/DMG3jnYrKq
Context engineering isn't just about throwing more data at your LLM - it's about giving it the right context at the right time. In this talk for @OReillyMedia, our Developer Relations Engineer @tuanacelik walks through how memory blocks help you build agents that maintain structured context for complex tasks. She demonstrates artifact memory blocks using a restaurant order tracking bot - showing how to distill entire conversations down to just the essential structured information (pizza type, toppings, address) rather than processing the full chat history. Key concepts covered: Β· Different types of memory blocks (static, fact extraction, vector, artifact) Β· Context ratio management - balancing chat history vs system prompts vs memory Β· Using agent workflows to construct and optimize context step-by-step The example shows how artifact memory blocks can transform a meandering conversation into a clean, structured order - exactly what you need for production agents handling real-world tasks. Watch the full talk: https://t.co/jbGUMlobU8

Files are becoming the primary interface for AI agents to manage context, store conversations, and access skills π @jerryjliu0 breaks down how coding agents like Claude Code and @cursor_ai are centralizing around filesystems as core abstractions, moving away from complex tool ecosystems: π Agents store long conversation histories in searchable files to overcome context window limitations π File-based retrieval with semantic search outperforms traditional RAG patterns for dynamic context traversal β‘ Skills defined as simple files are replacing complex MCP tools - just copy API specs into markdown files π οΈ Agents need only ~5-10 core tools (CLI, code interpreter, web fetch) plus filesystem access to be highly capable The challenges ahead include parsing non-plaintext documents (PDFs, Word, Excel) and scaling file search to massive collections. That's exactly why we built LlamaCloud's Parse, Extract, and Sheets capabilities - to convert any document format into agent-ready context. Read the full analysis: https://t.co/Dy5cWYzUc6
Files are all you need ποΈ I wrote a blog post to capture a trend Iβm seeing in the AI agent landscape: that the primary way to equip agents with actions and context is through files and filesystems. 1οΈβ£ It is an easy way for agents to store context for later (e.g. @dexhorthyβs progressive disclosure) 2οΈβ£ It is a powerful search interface, in addition to or instead of RAG 3οΈβ£ It is a more flexible way to equip agents with tool calling. Coding agents + file tools are a good initial proxy for computer use. Weβll see if the trend persists, but thereβs a ton more potential to explore here. Blog: https://t.co/wxEmvgan4w
Files are becoming the primary interface for AI agents to manage context, store conversations, and access skills π @jerryjliu0 breaks down how coding agents like Claude Code and @cursor_ai are centralizing around filesystems as core abstractions, moving away from complex tool ec

Our mission these days is digitalizing paperwork π, and a lot of paperwork has handdrawn stuff - like highlights! If you upload a scanned form into LlamaParse, you can add a simple prompt to output all highlighted text with html tags. This is reflected in both the raw markdown and the preview. It helps you capture what the human annotator cared about, which is helpful for automating downstream extraction, or as additional context for LLMs/agents. You can get these results directly through our agentic mode. Just append βoutput highlighted text with special html tagsβ and youβre all set. Sign up: https://t.co/QwzurFBE67
I made an AI agent that can fill out complicated forms from unstructured context π For instance: automatically fill out your expense report π³ by drag and dropping 5-10 receipt pictures/scans π§Ύ Uses Claude Agent SDK + LlamaParse to parse unstructured docs + custom tools for form understanding. It now semantically understands each field, handles multi-turn conversations, and lets you drag up to 10 files. Deployed on Vercel/Render. App: https://t.co/HYipU2fpFE Repo: https://t.co/GIfSzxGH4j LlamaCloud: https://t.co/QwzurFBE67
Chinese scientists have developed, The best shortest-path algorithm in 41 years! A team from Tsinghua University has broken Dijkstra's "sorting barrier" - the first improvement since 1984. Just use for a world-map π€― Paper - https://t.co/0AhR5O7vl4 https://t.co/a9KMVRuYGx
This is not sped up. So folks. conclusion still stands. Robots are coming for all jobs, even the βsafeβ ones. Itβs just a matter of time. itβs when, not if. https://t.co/pyPRTrY0dG
DeepMind just did the unthinkable. They built an AI that doesn't need RAG and it has perfect memory of everything it's ever read. It's called Recursive Language Models, and it might mark the death of traditional context windows forever. Here's how it works (and why it matters way more than it sounds) β
The paper built a theorem prover that keeps trying LLM ideas until Isabelle finally accepts a full proof. Isabelle checks formal proofs with strict rules, so its automation often gets stuck when goals need many careful steps. Instead of writing proofs by hand, the prover searches for a script, using an LLM as a guide. Their main trick is a loop where an LLM, suggests the next proof command and Isabelle checks it. To guide those suggestions, the system retrieves a small set of relevant earlier lemmas, meaning previously proved facts, and learns which commands to try first. For longer proofs, a planner asks the LLM for an Isar outline, meaning a readable proof skeleton, then fills gaps by calling the stepwise search again. They run it on consumer laptops and test Isabelle goals where Sledgehammer fails, and the stepwise loop proves some, while the fill and repair part usually stalls. The takeaway is that Isabelle's yes or no feedback can keep the LLM honest, and LLM written code still struggles with the toughest planner pieces. ---- Paper Link β arxiv. org/abs/2601.04653 Paper Title: "Vibe Coding an LLM-powered Theorem Prover"
Disclaimer: I had given early access to internal beta version of Grok 4.20 It found a new Bellman function for one of the problems Iβd been working on with my student N. Alpay. The problem reduces to identifying the pointwise maximal function U(p,q) under two constraints and understanding the behavior of U(p,0). In our paper https://t.co/pgJw9MaEA1 we proved U(p,0)\geq I(p), where I(p) is the Gaussian isoperimetric profile, I(p) ~ p\sqrt{log(1/p)} as p ~ 0. After ~5 minutes, Grok 4.20 produced an explicit formula U(p,q)β=βE \sqrt{q^2+\tau}, where \tau is the exit time of Brownian motion from (0,1) starting at p. This yields U(p,0)=E\sqrt{\tau} ~ p log(1/p) at p ~ 0, a square root improvement in the logarithmic factor. Any significance of this result? It will not tell you how to change the world tomorrow. Rather, it gives a small step toward understanding what is going on with averages of stochastic analogs of derivatives (quadratic variation) of Boolean functions: how small can they be?Β More precisely, this gives a sharp lower bound on the L1 norm of the dyadic square function applied to indicator functions 1_A of sets A \subset [0,1]. In my previous tweet about Takagi function, we saw that the sharp lower bound on ||S_1(1_A)||_1 miraculously coincides with Takagi function of |A| which (surprisingly to me) is related to the Riemann hypothesis. Here, we obtain a sharp lower bound on ||S_2(1_A)||_1 given by E \sqrt{\tau}, where Brownian motion starts at |A|. This function belongs to the family of isoperimetric-type profiles, but unlike the fractal Takagi function, it is smooth and does not coincide with the Gaussian isoperimetric profile. Finally, in harmonic analysis it is known that the square function is not bounded in L^1. The question here was more about curiosity: how exactly does it blow up when tested on Boolean functions 1_A.Β Previously, the best known lower bound was |A|(1-|A|) (BurkholderβDavisβGandy). In our paper, we obtained |A| (1-|A|)\sqrt{log(1/(|A|(1-|A|)))}. This new Grokβs Bellman function gives |A| (1-|A|) \log(1/(|A|(1-|A|))) and this bound is actually sharp.
πππWe are excited to open-source Tencent-HY-MT1.5, featuring two translation modelsβ1.8B and 7Bβdesigned for seamless on-device and cloud deployment with industry-leading speed and accuracy. Highlights: πΉ 1.8B On-Device Power: Optimized for consumer hardware with a 1GB memory footprint. Using on-policy distillation to align with larger models, it delivers 0.18s latency (50 tokens), outperforming mainstream commercial APIs. πΉ 7B SOTA Performance: An upgraded version of our WMT25 champion, surpassing mid-sized open-source models and rivaling the 90th percentile of closed-source giants like Gemini-3.0-Pro. πΉ 33+ Languages & Dialects: High-fidelity translation across 33 languages and 5 Chinese dialects. πΉ Production-Ready: Native support for custom terminology, long-dialogue context, and maintaining document formatting. Already powering multiple Tencent services, our dual-model synergy ensures consistent and stable performance across both on-device and cloud environments. π ππ» Try it now: https://t.co/MOGj8Uwzwu π GitHub: https://t.co/a65YZGBj7B π€ Hugging Face: https://t.co/EJJQM4x7EZ

LLM memory is considered one of the hardest problems in AI. All we have today are endless hacks and workarounds. But the root solution has always been right in front of us. Next-token prediction is already an effective compressor. We donβt need a radical new architecture. The missing piece is to continue training the model at test-time, using context as training data. Our full release of End-to-End Test-Time Training (TTT-E2E) with @NVIDIAAI, @AsteraInstitute, and @StanfordAILab is now available. Blog: https://t.co/woCpiIrq0T Arxiv: https://t.co/3VkFlS3wx3 This has been over a year in the making with @arnuvtandon and an incredible team.

Introducing SeedFold from ByteDance Seed, a biomolecular structure prediction model that outperforms AlphaFold3 on protein-related folding tasks. https://t.co/4a93w6VLJL
Try it here β‘οΈ https://t.co/0oLFfTNXyY
As AI workloads are getting more complex, the AI stack needs to evolve. In our latest video, Modular CEO and Co-Founder @clattner_llvm shares why Modular is rethinking AI infrastructure from first principles and how our MAX Framework unifies performance, portability, and modeling. Watch here: https://t.co/pxHLhydcZh
Also made a more introspective blogpost for those interested https://t.co/uIvfSV7DCg
Beautiful Rust CLI for browser automation by @ctatedev. Agents love CLIs so I expect this to gel really well with Claude Code, Codex & OpenCode for OS ai automation. https://t.co/9q8zMNO6BO https://t.co/be0NuOQVgS

It's the New Years π₯³! But are you still stuck in your old workflows? Where you prompt, your agent doesn't understand, you cry (of frustration maybe), and then you prompt again. Well not anymore. This new year, we'll make sure you ship code that actually works. Let us introduce ourselves.
keep getting these on LI they make no sense to me, feels scammy https://t.co/3woDoSSouW
SEO in 2026 is just a checklist: - Canonical URLs - JSON-LD schemas (Website, Organization, BreadcrumbList) - hreflang tags - DNS prefetch for third-party domains - RSS feed - Proper OG images The magic isn't in knowing the listβit's in actually doing every item. Just did a big SEO cleanup for https://t.co/I0kEbEpSX3
Founder Coach Claude Code Skill Bookmark this one ππΌ https://t.co/UUS5uSbvwG
@Suhail use https://t.co/fAQKjTpL20
What if your AI tool didnβt just respond to prompts but helped you think like a product leader? Say hello to @braingridai - the AI planner / product manager in your workflow. π§© With BrainGrid you can: β’ Turn strategy conversations into structured plans β’ Build roadmaps with context, not just text outputs β’ Track goals, constraints, and decisions - not chaos Itβs not another chatbot. Itβs an AI product partner - scoped for how work actually gets done. Whether youβre: β Scoping a new feature β Running discovery frameworks β Aligning teams around priorities BrainGrid makes your process clearer, faster, and more grounded in real context. Curious how it works? Drop a πΉ or DM us and weβll share a walkthrough.
Love this notion of BrainGrid being your Technical Co-founder https://t.co/p92dCXKRgH
Looks like following the Nextjs + vercel strategy. Don't blame them the framework + the cloud services optimized for it is a solid strategy https://t.co/CJPEClpgOr
Can't tell you how handy this page has been https://t.co/jqzjgQG9Yt
Letβs find the tech you should try this year π First word you spotβ¦ thatβs the one. Letβs go π https://t.co/jzA5SOSPqf
Letβs find the tech you should try this year π First word you spotβ¦ thatβs the one. Letβs go π https://t.co/jzA5SOSPqf