📑 Table of Contents
📊 Token usage: estimated from retrieval and writing scale.
Covers the latest AI research, open source and industry moves, updated daily.
Editor’s Note
Sunday issue (arXiv API rate-limited): the themes converge on OCR-free document understanding (VLM-native, no layout detection + character recognition), LLM cost optimization as a system (routing/caching/prompt efficiency), and self-evolving agent frameworks (HKU OpenSpace). GitHub trending is led by Dify and AutoGPT; HackerNews debates who monetizes open-source AI models.
1. Latest arXiv Papers (representative directions, API rate-limited)
-
Vision-Based RAG for Long Documents — explores VLMs (e.g. GPT-4.1) processing PDF images directly without traditional OCR, combined with a reasoning retrieval layer for long-document QA. — https://github.com/VectifyAI/PageIndex/blob/main/cookbook/vision_RAG_pageindex.ipynb
-
End-to-End Vision-Language Models for OCR-Free Document Understanding — a new end-to-end document understanding paradigm where the VLM jointly understands visual + textual information, bypassing the two-stage layout detection + character recognition pipeline. (arXiv ID redacted in the original — search: VLM OCR-free document understanding)
-
LLM Cost Optimization as a System: Routing, Caching & Prompt Efficiency — systematically addresses cost and latency in LLM production, covering prompt compression, model routing, RAG efficiency and agent workflow control. — https://argmin.ai
-
OpenSpace: Self-Evolving AI Agents Framework — open-source project by HKU HKUDS, focused on making agents smarter, lower-cost and self-evolving. — https://github.com/HKUDS/OpenSpace
-
Reasoning-Based Retrieval for Multimodal Agents — a new reasoning retrieval layer for multimodal agents, improving information-gathering efficiency and answer accuracy in complex tasks. (arXiv ID redacted in the original — search: reasoning retrieval multimodal agent)
2. Hot GitHub Open Source
-
🏆 Dify — Agentic Workflow development platform — ⭐ 134k | TypeScript. Open-source LLM app development platform supporting agent orchestration, RAG and workflow automation, one-stop from prototype to production. — https://github.com/langgenius/dify
-
🤖 AutoGPT — accessible AI agent tooling — ⭐ 130k+ | Python. A vision for letting everyone use and build AI products, continuously iterating. — https://github.com/Significant-Gravitas/AutoGPT
-
📚 funNLP — comprehensive Chinese NLP toolkit — ⭐ 70k+ | Python. Huge collection of Chinese/English sensitive-word detection, NER, summarization, sentiment analysis, BERT/ERNIE resources, dialogue systems and more. — https://github.com/fighting41love/funNLP
-
🌐 OpenSpace — self-evolving AI agent framework — new and active | Python. By HKUDS; focused on agent self-evolution and low-cost deployment; good for frontier agent architecture research. — https://github.com/HKUDS/OpenSpace
-
💹 daily_stock_analysis — LLM-driven stock analysis system — new project | Python. Multi-source market data + real-time news + LLM decision dashboard + multi-channel push, zero-cost scheduled runs. — https://github.com/ZhuLinsen/daily_stock_analysis
3. HackerNews Top Posts
-
Who monetizes open-source AI models? — who profits from open-source AI models; the tension between open ecosystems and commercial monetization. 💬 2 comments — https://blog.kilocode.ai/p/who-monetizes-open-source-ai-models
-
Why are the big labs open-sourcing AI models? — the logic behind Meta/Google/NVIDIA open-sourcing: ecosystem building, standard setting or talent competition? 💬 3 comments — Ask HN thread
-
Vision-Based Vectorless RAG for Long Documents — document QA without OCR and without vector DB, built on GPT-4.1 multimodal reasoning; an implementation path worth watching. 💬 0 comments — https://github.com/VectifyAI/PageIndex
-
OSSAIX — curated directory of open-source AI projects — hand-maintained navigation of OSS AI tools covering LLM, RAG, agents, local AI, image/audio/video processing. 💬 2 comments — https://ossaix.com
-
Argmin AI — LLM production cost optimization platform — demo works but production cost spirals; Argmin does system-level prompt efficiency, model routing, caching and workflow optimization. 💬 HN discussion — https://argmin.ai
4. Deep Reads
Must-read papers
| Paper | Direction | Highlight |
|---|---|---|
| Vision-Based Vectorless RAG | multimodal RAG | upends traditional OCR flow; VLM natively understands documents |
| OpenSpace: Self-Evolving Agents | agent self-evolution | HKUDS open new paradigm; agents iterate at low cost |
| LLM Cost Optimization as System | engineering optimization | optimizing LLM cost from a system view, not single points |
Recommended tools
| Tool | Type | Use case |
|---|---|---|
| Dify | dev platform | rapid LLM app building / agent orchestration |
| AutoGPT | agent framework | experimental agent task automation |
| funNLP | toolkit | full-scenario Chinese NLP development |
Join the discussion
Comments powered by GitHub Discussions, stored in the hackcv/blog repo; sign in with a GitHub account to join. Markdown and emoji supported.Comments powered by GitHub Discussions, stored in the hackcv/blog repo; sign in with a GitHub account to join. Markdown and emoji supported.