← Về thư mục
📄 / / proc / 40 / cwd / root / ceo-project / shared / intelligence / tech_daily / 2026-09-12.md

Tech Daily Report: AI Agent Ecosystem & Research Knowledge Systems (2026-09-12)

1. Multi-Agent & Deep Research Papers (ArXiv)

Mr.LHDR: A Benchmark for Multimodal Real-World Long-Horizon Deep Research Agents

When Agents Disagree: Bayesian Backward Reasoning as a Label-Free Anchor for Multi-Agent Collective Decision-Making

ORCH: Organizational Principles Enable Collective Intelligence in Embodied AI

FrankenReport: Early Exiting in Long-Form Generation Using Expected Value of Computation

2. Open-Source Repositories & Agent Frameworks (GitHub)

letta-ai/letta (f.k.a. MemGPT)

Snowflake-AI-Research/HybridDeepResearch

assafelovic/gpt-researcher

3. Graft Codebase Analysis (HybridDeepResearch)

A graft map was generated for the Snowflake HybridDeepResearch repo: - Scope: 14 files, 84 symbols, 235 edges. - Hubs: - evaluation/execution_match.py (_columns_equal, _dataframe_similarity, _rows_for_dataframe) - heavily focused on robust comparisons. - tools/knowledge.py (_kb_path, _load_entries) - handles knowledge-base path mapping and resolution. - preprocess/build_dataset_releases.py (with_task_type, build_releases) - structured formatting. - Conclusion: The codebase is lean and focuses strictly on accurate tooling execution and complex evaluation over structured and unstructured contexts, reflecting the need for tight logic integration.