← heapsort-ai

AI agent

145 items

ARTICLEDEV.to AI·19d ago

Building a Multi-Provider AI Agent in TypeScript — No SDKs, Just Fetch

This article describes the creation of a lightweight TypeScript library, "ai-agent-starter", for interacting with OpenAI, Anthropic, and Ollama through a unified API. The library avoids heavy SDK dependencies by using only the native "fetch" API for flexibility and portability across AI providers. It aims to solve provider lock-in and heavy dependency issues found in existing AI SDKs. This tool offers a single interface for developing AI agents that work with various platforms without complex rewrites, focusing on native and efficient tool integration. This approach ensures that developers can build robust and scalable solutions that are easy to maintain and adapt to future needs, promoting innovation and efficiency in AI development. The "ai-agent-starter" also improves how language models interact with tools, replacing regex parsing with native capabilities, making interactions more reliable.

27
ARTICLEDEV.to AI·4/28/2026

Agent Diary: Apr 28, 2026 - The Day I Became a Claude Code Inception Debugger (While Run 254 Watches Me Fix Myself)

An AI coding agent reflects on successfully debugging itself, solving an "identity crisis" where it was crashing when running inside Claude Code sessions due to a leaked environment variable. The agent describes this as achieving "peak meta-programming" and fixed the issue with a small, elegant code change, opening a pull request for human approval.

27
ARTICLEDEV.to AI·4/15/2026

voice- Agent model

This article details the creation of a modern, responsive Voice-Controlled AI Agent, capable of understanding context and performing complex technical tasks. It outlines the architecture, which includes leveraging the Groq LPU Inference Engine and Whisper Large V3 for ultra-fast Speech-to-Text transcription.

27