Glean 拾遗
Recent picks

3picks · chronological

08-21

Cordis: A Meta-Framework for Spatiotemporal Composability

Cordis is a meta-framework introducing spatiotemporal composability, a programming paradigm that enables systems to be composed uniformly across spatial (distributed) and temporal (event/state evolution) dimensions. Built on TypeScript with a plugin architecture, it supports modular expansion. The project is in active development with an unstable API, and the team provides a paper and a primer to clarify the philosophy. Useful for engineers interested in functional programming, modular architecture, and novel programming paradigms.

github.com · 1 min · Effect · Framework · Node.js
07-18

Persistent Memory Compression System for Coding Agents Across Sessions

Claude-Mem is a persistent memory plugin for coding agents like Claude Code. It solves the problem of context amnesia between AI coding sessions by automatically capturing all tool-use observations, generating AI-compressed semantic summaries, and injecting relevant context into future sessions. It uses a progressive disclosure retrieval pattern that saves tokens by loading memory details in layers. Featuring an SQLite backend, a Chroma vector database for hybrid search, a real-time web viewer, and MCP-based natural language search tools, it helps developers maintain project continuity across reboots without manual intervention.

github.com · 11 min · Ai-Memory · Claude Code · Memory
06-13

Claude Agents & Skills for Investment Banking, Research, PE, and Wealth Management

Anthropic's official reference implementation of Claude agents for financial services, offering 9 end-to-end workflow agents for investment banking, research, PE, and wealth management, along with 8 vertical skill packs and 12+ MCP data connectors. Everything is file-based (Markdown/YAML), installable as Cowork plugins or deployable via Managed Agents API. Designed for technical teams who need ready-made finance AI workflows while retaining full customization.

github.com · 19 min · Agents · Anthropic · Financial-Services