I Built Two AI Tools. The Second One Told Me How I Should Be Learning AI.
The Problem TeachSim taught me LangGraph because the bot had to actually work, with real conversations running through it. GitHub Digest taught me abo…
Tech news from the best sources
The Problem TeachSim taught me LangGraph because the bot had to actually work, with real conversations running through it. GitHub Digest taught me abo…
I've always felt out of step with the prevailing trends. Before the AI explosion, the mantra was "ship fast" — the Minimum Viable Product. If you were…
This article was originally published on aicoderscope.com TL;DR : OpenCode is an MIT-licensed, provider-agnostic terminal coding agent with 167k GitHu…
The problem isn't your prompts If you're running Claude Code, Codex, opencode, or openclaw and the API bill keeps climbing, you've probably tried writ…
I use opencode as my daily TUI coding agent. It's good. But there's one thing that kept biting me. When you want to remove a single provider — say you…
This page is a practical reference for agentic LLM inference tuning (temperature, top_p, top_k, penalties, and how they interact in multi-step and too…
The Problem Every OpenCode session starts from scratch. Your AI doesn't remember past conversations, decisions, or solved problems. You repeat context…