← digests › te9.dev
[ digest / last-10 ]

Last 10 Analyzed.

The 10 most recently analyzed bookmarks from the te9.dev archive. Each entry has been crawled, parsed, and annotated by an LLM for relevance, purpose, and practical use.


sdwolf4103/opencode-working-memory: Automatic memory for OpenCode agents: persistent workspace memory, hot session context, and compaction-based memory extraction — with zero extra API calls.

purpose

OpenCode Working Memory is a plugin that automatically captures and preserves project decisions, user preferences, architecture choices, and active session state for OpenCode AI agents. It operates without additional API calls by piggybacking on OpenCode's existing compaction process to extract and store memories.

when to use

This resource is most valuable during long-running development projects where maintaining consistent context about conventions, decisions, and preferences across multiple coding sessions is important. It's especially useful when working with complex codebases where the AI assistant needs to remember architecture decisions and project-specific patterns.

tags
AI coding assistant memory management OpenCode plugin session persistence context management developer productivity workspace state LLM tooling

SamuelSchmidgall/AgentLaboratory: Agent Laboratory is an end-to-end autonomous research workflow meant to assist you as the human researcher toward implementing your research ideas

purpose

Agent Laboratory is an autonomous research workflow system that uses specialized LLM-powered agents to assist human researchers by automating the entire research process, including literature reviews, experiment execution, and comprehensive report writing. It also supports AgentRxiv, a framework where autonomous agents can share and build upon each other's research collaboratively.

when to use

This resource is most valuable when developers or researchers need to automate research-intensive tasks, conduct systematic literature reviews, run experiments programmatically, or build AI-powered research tools that leverage collaborative agent workflows. It's particularly useful for projects requiring iterative experimentation and documentation generation.

tags
AI agents LLM integration research automation multi-agent systems OpenAI DeepSeek Python workflow orchestration academic research autonomous systems

WilliamLiu-1997/3DGS-PLY-3DTiles-Converter: Convert Gaussian Splatting PLY files into 3D Tiles with adaptive LOD simplification and SPZ-compressed GLB output.

purpose

Converts Gaussian Splatting PLY files into 3D Tiles with adaptive LOD simplification and SPZ-compressed GLB output, making them optimized for web streaming and rendering. It builds a visual-cost-aware adaptive k-d tree and produces compliant tilesets that CesiumJS can detect and render.

when to use

Use this when you need to display 3D Gaussian Splatting models (from NeRF or photogrammetry tools) in web-based 3D geospatial applications, especially when dealing with large datasets that require level-of-detail management for performant streaming.

tags
gaussian-splatting 3d-tiles cesium format-converter point-cloud 3d-visualization webgis gltf lod npm-package

thesysdev/openclaw-os: The default workspace for OpenClaw

purpose

OpenClaw OS is a workspace interface for the OpenClaw AI agent platform that replaces chat-based interactions with a structured, persistent UI where agents can render live interactive apps like charts, tables, forms, and dashboards that update in-place via prompts.

when to use

This resource is most valuable when building or working with AI agent systems that need a persistent, visual workspace rather than ephemeral chat interfaces, or when you need a reference architecture for bundling and serving a static Next.js app through a plugin system with WebSocket streaming.

tags
AI agents workspace UI Next.js OpenUI plugin architecture React components dashboard open-source WebSocket generative UI

jazzenchen/VibeAround: Keep your AI coding agents around. Launch Claude Code, Codex CLI, Gemini CLI, Pi Agent, and more from one place — side by side, connected, reachable, and ready to work across web, mobile, and messaging.

purpose

VibeAround is a desktop application that consolidates multiple AI coding agents (Claude Code, Codex CLI, Gemini CLI, Pi Agent, etc.) into a single launch pad, allowing developers to run them locally while accessing sessions from web browsers, mobile devices, and messaging platforms. It also bridges different provider APIs and manages profiles, workspaces, and sessions across agents.

when to use

This resource is most valuable when a developer regularly works with multiple AI coding agents and needs to switch between them or resume previous sessions without losing context. It is also ideal when remote access to local AI coding sessions is needed without relying on vendor cloud subscriptions, or when bridging different LLM provider APIs to a single agent interface.

tags
AI coding agents agent orchestration developer productivity remote access LLM bridge CLI management Tauri multi-agent messaging integration local development

dgunning/edgartools: Read and analyze SEC EDGAR filings in Python. 10-K, 8-K, XBRL financials, Form 3/4/5, 13F, ADV — clean API, well-typed, MIT-licensed.

purpose

EdgarTools is a Python library that parses SEC EDGAR filings (10-K, 8-K, 13F, XBRL financials, Form 3/4/5, and 20+ other filing types) into structured Python objects and DataFrames. It transforms raw SEC filing data into accessible, well-typed Python objects with properties and methods.

when to use

Use EdgarTools when building applications that need programmatic access to financial statements, insider trading data, institutional holdings, or corporate event filings from SEC EDGAR. It's especially valuable for fintech dashboards, investment analysis platforms, compliance monitoring tools, or any project requiring real-time or historical SEC filing data.

tags
SEC filings financial data Python library EDGAR XBRL fintech data extraction financial analysis API wrapper open source

Nutlope/hallmark: Anti-AI-slop design skill for Claude Code, Cursor, and Codex.

purpose

Hallmark is a design skill/prompt system for AI coding assistants (Claude Code, Cursor, Codex) that generates unique web interfaces by selecting diverse macrostructures, applying one of twenty-two themes, and running sixty-five anti-slop tests to ensure output doesn't look like typical AI-generated designs.

when to use

This resource is most valuable when you need to generate web interfaces using AI assistants but want to avoid the homogeneous, template-like aesthetic that AI typically produces, or when you want to audit existing AI-generated designs for common patterns and redesign them with more visual distinctiveness.

tags
ui-design ai-coding-assistant claude-code cursor design-system anti-patterns html-css prompt-engineering web-design

scaleapi/scale-agentex: Open source codebase for Scale Agentex

purpose

Agentex provides an open-source SDK and development environment for building, deploying, and scaling AI agents across five complexity levels. It includes a CLI, local development UI, agent server, and documentation for creating agents that handle synchronous to fully autonomous workflows.

when to use

Use Agentex when building AI-powered applications that require agent capabilities beyond simple chatbots, especially for complex or long-running autonomous workflows. It's most valuable when needing to build production-ready agents that may need to scale from basic to advanced AI functionality over time.

tags
AI agents Python SDK agent framework LLM autonomous systems open-source deployment chatbot development

adrianhajdin/ghost-ai: Ghost AI is an interactive systems architecture builder.

purpose

Ghost AI is an interactive systems architecture builder that uses AI to automatically generate node-based architecture diagrams from plain English descriptions, with real-time multiplayer collaboration and automated technical specification generation.

when to use

This resource is most valuable when developers want to learn about integrating AI capabilities into collaborative web applications, or when they need a reference implementation for building diagramming tools, real-time collaboration features, or AI-assisted planning tools.

tags
AI integration system architecture real-time collaboration Next.js React Flow Google Gemini tutorial Liveblocks diagram builder full-stack application

CL-ML/open-collider: A semantic collision engine for non-trivial LLM idea generation. Operationalizes Koestler's bisociation theory (1964): injects structurally distant knowledge domains into the prompt, forces collisions, surfaces non-trivial ideas. Empirical validation in CL-ML/open-collider-research.

purpose

This tool is a semantic collision engine that forces LLMs to reason through principles from structurally distant knowledge domains before generating ideas, producing creative outputs that escape the typical high-probability response patterns.

when to use

This resource is most valuable when developers need creative ideation that breaks out of conventional thinking patterns, such as product design brainstorming, content generation, or any scenario where typical LLM outputs feel repetitive or predictable.

tags
AI LLM creativity ideation prompt-engineering Claude Python Anthropic bisociation innovation