AI & Automation

Experiments with AI workflows, LLM integrations, embeddings, and automation tools.

Timeline

Ollama Integration

2024

Local LLM integration using Ollama for private AI workflows.

Ollama TypeScript Node.js

Embeddings Experiments

2024

Vector embeddings for semantic search and retrieval-augmented generation.

OpenAI Pinecone Python

LangGraph Workflows

2024

Complex AI workflows using LangGraph for stateful agent systems.

LangGraph Python LangChain

Cost Model Research

2024

Analysis and optimization of LLM API costs across different providers.

TypeScript Analytics

Prompt Library

Code Review Assistant

Development

Review this code for bugs, performance issues, and best practices. Provide specific, actionable feedback.

Documentation Generator

Development

Generate comprehensive documentation for this code, including usage examples and API reference.

Code Refactoring

Development

Refactor this code to improve readability, maintainability, and performance while preserving functionality.

Test Generation

Testing

Generate comprehensive unit tests for this code, covering edge cases and error scenarios.

Experiments

Ollama Local LLM

Running large language models locally for private, cost-effective AI workflows.

Ollama TypeScript

Embedding Search

Semantic search using vector embeddings for code and documentation.

OpenAI Pinecone

LangGraph Agents

Stateful AI agents using LangGraph for complex multi-step workflows.

LangGraph Python