Research Topics
Table of Contents
- Overview
- Programming Languages and Paradigms
- Web Development and Frameworks
- Software Engineering and Architecture
- Data and Databases
- Machine Learning and AI
- LLM and Agentic Systems (2024-2025)
- Cloud and DevOps
- Security and Authentication
- Tools and Utilities
- Theoretical Computer Science
- Miscellaneous Topics
- Projects and Experiments
- Resources
- Presentations and Guides
Overview
This index provides an organized overview of various research topics and projects. Click on the links to explore specific areas of interest.
Programming Languages and Paradigms
JavaScript and TypeScript
Web Development and Frameworks
Software Engineering and Architecture
Data and Databases
Machine Learning and AI
LLM and Agentic Systems (2024-2025)
Research and implementations in AI agents, large language models, and agentic workflows.
Agent Frameworks and Patterns
- LLM Agent Frameworks Overview
- Agentic Systems Q4 2024 - Architectural patterns, APM, case studies
- Multi-Agent Workflow Frameworks - Synchronous (CONTINUE) vs asynchronous (Beads) coordination
- Agentic Publishing Workflows - Claude Code Opus 4.5 for autonomous org-mode publishing
Claude Agent SDK
The Claude Agent SDK provides the same infrastructure that powers Claude Code for building production-ready agents.
Core SDKs
- claude-agent-sdk-python - Official Python SDK (includes bundled CLI)
- claude-agent-sdk-typescript - Official TypeScript/Node SDK
- Agent SDK Documentation
Key Features
- Automatic context management
- Rich tool ecosystem (file ops, code execution, web search, MCP)
- Advanced permissions and error handling
- Session management and monitoring
- Multi-session support for long-running agents
Claude Code and Anthropic Tools
- Claude Code Metrics Lab - Usage monitoring and analytics
- Claude Emacs Integration - Emacs interface for Claude
- Claude Memory Explorer - Context and memory analysis
- dotclaude - Claude Code configuration management
MCP (Model Context Protocol) Servers
- MCP Server WebDAV - WebDAV integration for Claude
- MCP Server QR Code - QR code generation tool
- MCP Lorem - Lorem ipsum generator for testing
Agent Workshops and Tutorials
- Go Agentic Workshop - Building production AI agents with Go/AWS Bedrock
- Terminal AI Agents Workshop - Building agents with tool patterns
- Multi-Framework Agent Lab - Comparing agent frameworks
Agent Infrastructure
- Beads (bd) - Distributed git-backed issue tracker for AI agents
- Agent Token Exchange - Secure token delegation
- Authenticated Agent Delegation - Agent auth patterns