Killing SaaS. Anatomy of a murder. How I replaced Wisprflow.ai with vibe coding
(gpt3experiments.substack.com)
Hey HN β I kept seeing developers describe the same frustration: the commit-push-wait-read-logs cycle when debugging CI pipelines. So I built PipeStep.<p>PipeStep parses your GitHub Actions YAML, spins up the right Docker container, and gives you a step-through debugger for your run: shell commands....
Hi HN, I'm Robel. I built LogClaw because I was tired of paying for Datadog and still waking up to pages that said "something is wrong" with no context.<p>LogClaw is an open-source log intelligence platform that runs on Kubernetes. It ingests logs via OpenTelemetry and detects anomali...
In a previous post, I introduced VS Code Agent Kanban. The key idea in this extension is the formalisation of a plan, todo implement flow that required the agent to converse in markdown files that I'd been using for a while - but manually managing the files (The reasoning and benefits of that f...
Hi HN,<p>Iβve been trying a workflow where a personal AI assistant handles task intake, and coding agents handle implementation.<p>In my setup, I use OpenClaw as the personal assistant layer: I can send it a voice or text note, and it turns that into a structured Markdown task card in my repo. Then ...
We built an open-source library of 125 GTM (go-to-market) skills that plug into AI coding agents like Claude Code, Codex, and Cursor.<p>With these skills an AI agent can automatically:<p>- Find ICP leads from conference speakers, LinkedIn activity, or job boards<p>- Generate personalized cold email ...
Coding agents debug like a junior dev in 2005: they spam print() and loop until the bug disappears or eats your context window.<p>TL;DR: I gave my agent a debugger and saw it go from 5-6 print-debug cycles down to 1 targeted stop.<p>I built a small CLI that wraps the Debug Adapter Protocol and expos...
I built subagent-cli, a CLI for coordinating multiple coding agents.<p>I wanted a way to combine agents by role instead of being locked into a single built-in workflow. In practice, I often want one agent acting as a manager and others acting as workers for implementation, review, or research.<p>The...
Hey HN,<p>I posted GitClassic here 2 months ago- since then I've rebuilt most of it based on what people asked for.<p><a href="https://gitclassic.com" rel="nofollow">https://gitclassic.com</a><p>What's new: Issues, PRs w/ full diffs, repo intelligence (health score...
Unlike Terraform and Pulumi, Autoschematic is built around a bidirectional (push-pull) state model. This means that it can resolve state drift by "pulling" or "pushing" (applying). This makes it a much better fit for certain use-cases where configuration drift is more common, lik...
CloudCLI is an open source web and mobile UI/mini IDE for Claude Code, Gemini, Codex and Cursor CLI.<p>It sits on top of your existing agent install and gives you a browser interface you can open from any device. You can start sessions, resume existing ones, browse and edit files, manage git an...
Canonry lets you track in detail how LLMs (Claude, ChatGPT, Gemini) site your business for specific keywords or phrases!<p>Would love some feedback!