Discover real AI creators shaping the future. Track their latest blogs, X posts, YouTube videos, WeChat Official Account posts, and GitHub commits — all in one place.
Activity on steipete/CodexBar
steipete opened a pull request in CodexBar
View on GitHubActivity on steipete/CodexBar
steipete opened a pull request in CodexBar
View on GitHubRT Colin Our move from messaging agents in Discord to working together inside one shared agent UI. https://x.com/i/article/2094621546052464640
❤️ still early, lots to build, keep the feedback coming
I have been using langgraph for like a year and a half now and i can easily say the growth this company has had and the way they have listened to the community is quite remarkably unmatched. Awesome work @hwchase17
View quoted postRT Hugo Bowne-Anderson chatting with @HamelHusain tomorrow about * why "it's hard to eval" is a product smell * how agents have changed the eval landscape and how @sh_reya and he have updated their course * whether data science is dead in the age of AI agents or not Register to join live or get the recording afterwards: https://luma.com/7lng145m
There’s generally a massive difference in quality between specialized OCR providers, “simple” open-weight OCR models, and free/OSS solutions. 1️⃣ Specialized OCR models (including LlamaParse) solve for the long-tail of complex documents, and make sure that everything is digitalized properly with lower hallucinations. They typically use posttrained VLMs to cover a wide range of real-world docs. They have tuned bounding boxes and annotations for each section, letting agents trace citations back to the source. They also usually come with additional endpoints like extraction and splitting. 2️⃣ Open-weight VLMs (e.g. Paddle, MinerU, UnlimitedOCR) are reasonable over relatively simple documents like text and tables and can do basic visual reasoning. They can seem somewhat cheap to host but can be unreliable in quality. 3️⃣ Free OSS libs (including liteparse) are meant to be universally accessible, fast text extractors. They’re not meant to do any sort of visual reasoning, so won’t perform any linearization, or reasoning over complex tables, or OCR over non-native docs. AI agents like Claude will by default use these tools to do a light pass over documents. But I would caution using these for retrieval, because they will drop entire sections that are not digitalized. At this point we’ve benchmarked over 92 tools on ParseBench. Come check it out! https://www.parsebench.ai/