发布日期:2026-06-22
收录条目:8
1. The 7 Types of Agent Memory: A Technical Guide for AI Engineers
- 来源:MarkTechPost
- 发布时间:2026-06-21 23:12 UTC
- 链接:https://www.marktechpost.com/2026/06/21/the-7-types-of-agent-memory-a-technical-guide-for-ai-engineers/
摘要:LLMs are stateless by default. Agent memory fixes that. This guide breaks down all 7 types — working, semantic, episodic, procedural, retrieval, parametric, and prospective. It covers what each stores, where it lives, an
2. Samsung Electronics brings ChatGPT and Codex to employees
- 来源:OpenAI News
- 发布时间:2026-06-21 23:00 UTC
- 链接:https://openai.com/index/samsung-electronics-chatgpt-codex-deployment
摘要:Samsung Electronics deploys ChatGPT Enterprise and Codex to employees worldwide, marking one of OpenAI’s largest enterprise AI rollouts.
3. Crawlee for Python: Build a Web Crawling Pipeline with Robots Handling, Link Graphs, and RAG Chunk Export
- 来源:MarkTechPost
- 发布时间:2026-06-21 06:52 UTC
- 链接:https://www.marktechpost.com/2026/06/20/crawlee-for-python-build-a-web-crawling-pipeline-with-robots-handling-link-graphs-and-rag-chunk-export/
摘要:In this tutorial, we build a complete Crawlee for Python workflow from setup to AI-ready output. We generate a local demo website, then crawl it with BeautifulSoupCrawler, ParselCrawler, and PlaywrightCrawler. We extract
4. Cisco AI Introduces FAPO: Pipeline-Aware Prompt Optimization With Step-Level Failure Attribution and Claude Code Orchestration
- 来源:MarkTechPost
- 发布时间:2026-06-20 23:04 UTC
- 链接:https://www.marktechpost.com/2026/06/20/cisco-ai-introduces-fapo-pipeline-aware-prompt-optimization-with-step-level-failure-attribution-and-claude-code-orchestration/
摘要:Cisco Foundation AI has open-sourced FAPO (Fully Automated Prompt Optimization), a Claude Code-driven system that autonomously optimizes multi-step LLM pipelines from baseline prompts to target accuracy. FAPO evaluates a
5. Nous Research Updates Hermes Agent With a Blank Slate Mode That Pins Toolsets via platform_toolsets.cli and disabled_toolsets
- 来源:MarkTechPost
- 发布时间:2026-06-20 21:50 UTC
- 链接:https://www.marktechpost.com/2026/06/20/nous-research-updates-hermes-agent-with-a-blank-slate-mode-that-pins-toolsets-via-platform_toolsets-cli-and-disabled_toolsets/
摘要:Nous Research has added a Blank Slate setup mode to its open-source Hermes Agent. It starts an agent with everything off except provider, model, File Operations, and Terminal. You opt in to the rest. The post Nous Resear
6. The Atlantic created a searchable database of the music used to train AI
- 来源:The Verge AI
- 发布时间:2026-06-20 18:46 UTC
- 链接:https://www.theverge.com/ai-artificial-intelligence/953183/the-atlantic-searchable-database-music-ai-training-data
摘要:Atlantic reporter Alex Reisner recently uncovered four datasets of music being used to train AI models and made them fully searchable for the public. Two of the sets are absolutely enormous at 12 million and 9 million tr
7. Yandex Open-Sources YaFF: A Zero-Copy Wire Format for Protobuf With Near-Struct Read Speed
- 来源:MarkTechPost
- 发布时间:2026-06-20 09:23 UTC
- 链接:https://www.marktechpost.com/2026/06/20/yandex-open-sources-yaff-a-zero-copy-wire-format-for-protobuf-with-near-struct-read-speed/
摘要:In this article we look at YaFF, Yandex's open-source zero-copy wire format for the Protobuf ecosystem. We keep the .proto file as the single source of truth, changing only how data sits in memory. We walk through its fo
8. How to Build a Forecasting Pipeline with TimeCopilot Using Foundation Models and Automated Anomaly Detection
- 来源:MarkTechPost
- 发布时间:2026-06-20 09:05 UTC
- 链接:https://www.marktechpost.com/2026/06/20/how-to-build-a-forecasting-pipeline-with-timecopilot-using-foundation-models-and-automated-anomaly-detection/
摘要:We build an end-to-end forecasting workflow with TimeCopilot on a panel of real airline passenger data and a synthetic seasonal series with injected anomalies. We evaluate statistical, foundation, and optional GPU-based