Personal experiments, reviews and notes about AI tools, LLM APIs and developer workflows.
AlexuLab is a personal AI exploration repository focused on:
- AI tools testing
- LLM API experiments
- MCP server exploration
- Developer workflow automation
- Technical notes and reviews
This repository records experiments, ideas and practical experiences while exploring modern AI development tools.
AlexuLab
│
├── examples
│ └── Practical examples and AI workflow experiments
│
├── notes
│ └── Research notes, tutorials and learning records
│
├── LICENSE
│
└── README.md
Current experiments:
A simple experiment exploring LLM API workflows.
Topics include:
- API connection
- Prompt testing
- Model response handling
- AI-assisted development workflows
More experiments will be added over time.
One small Node.js sketch from a recent MCP debugging note. It keeps a tool call
separate from a confirmed storage write: remember returns a record ID from the
storage layer, retries only the failed write with the same idempotency key, then
reads the record back.
Run it with a recent Node.js version:
node examples/mcp-memory-write-verification.jsSee the example.
Technical notes and research records about:
- AI tools
- LLM applications
- Developer productivity
- Automation workflows
The purpose of this repository is to:
- Document my AI learning journey
- Share practical experiments
- Test new AI development tools
- Build reusable workflows
This repository is continuously updated with new experiments and notes.
MIT License