Breaking News
Tuesday, February 10, 2026
Show HN: Clawe – open-source Trello for agent teams https://ift.tt/vmG9Bke
Show HN: Clawe – open-source Trello for agent teams We recently started to use agents to update some documentation across our codebase on a weekly basis, and everything quickly turned into cron jobs, logs, and terminal output. it worked, but was hard to tell what agents were doing, why something failed, or whether a workflow was actually progressing. We thought it would be more interesting to treat agents as long-lived workers with state and responsibilities and explicit handoffs. Something you can actually see and reason about, instead of just tailing logs. So we built Clawe, a small coordination layer on top of OpenClaw that lets agent workflows run, pause, retry, and hand control back to a human at specific points. This started as an experiment in how agent systems might feel to operate, but we're starting to see real potential for it, especially for content review and maintenance workflows in marketing. Curious what abstractions make sense, what feels unnecessary, and what breaks first. Repo: https://ift.tt/FT6mCpU https://ift.tt/FT6mCpU February 11, 2026 at 12:17AM
Show HN: Deadlog – almost drop-in mutex for debugging Go deadlocks https://ift.tt/TqGdBut
Show HN: Deadlog – almost drop-in mutex for debugging Go deadlocks I've done this same println debugging thing so many times, along with some sed/awk stuff to figure out which call was causing the issue. Now it's a small Go package. With some `runtime.Callers` I can usually find the spot by just swapping the existing Mutex or RWMutex for this one. Sometimes I switch the mu.Lock() defer mu.Unlock() with the LockFunc/RLockFunc to get more detail defer mu.LockFunc()() I almost always initialize it with `deadlog.New(deadlog.WithTrace(1))` and that's plenty. Not the most polished library, but it's not supposed to land in any commit, just a temporary debugging aid. I find it useful. https://ift.tt/aVmAJ3M February 10, 2026 at 09:44PM
Monday, February 9, 2026
Show HN: I built a cloud hosting for OpenClaw https://ift.tt/qTFx0vg
Show HN: I built a cloud hosting for OpenClaw Yet another OpenClaw wrapper. But I really enjoyed the techy part of this project. Especially server provisionings in the background. https://ift.tt/5H9jmfZ February 10, 2026 at 02:39AM
Show HN: A tool that turns YouTube videos into readable summaries https://ift.tt/hSGWJol
Show HN: A tool that turns YouTube videos into readable summaries https://watchless.ai/ February 10, 2026 at 04:50AM
Show HN: Reef – Bash compatibility layer for Fish shell, written in Rust https://ift.tt/NHYy138
Show HN: Reef – Bash compatibility layer for Fish shell, written in Rust Fish is the fastest, friendliest interactive shell, but it can't run bash syntax, which has kept it niche for 20 years. Reef fixes this with a three-tier approach: fish function wrappers for common keywords (export, unset, source), a Rust-powered AST translator using conch-parser for structural syntax (for/do/done, if/then/fi, $()), and a bash passthrough with env capture for everything else. 251/251 bash constructs pass in the test suite. The slowest path (full bash passthrough) takes ~3ms. The binary is 1.18MB. The goal: install fish, install reef, never think about bash compatibility again. Your muscle memory, Stack Overflow commands, and tool configs all just work. https://ift.tt/iCP4Q2D February 10, 2026 at 03:44AM
Sunday, February 8, 2026
Show HN: WrapClaw – a managed SaaS wrapper around Open Claw https://ift.tt/vZmMhWT
Show HN: WrapClaw – a managed SaaS wrapper around Open Claw Hi HN I built WrapClaw, a SaaS wrapper around Open Claw. Open Claw is a developer-first tool that gives you a dedicated terminal to run tasks and AI workflows (including WhatsApp integrations). It’s powerful, but running it as a hosted, multi-user product requires a lot of infra work. WrapClaw focuses on that missing layer. What WrapClaw adds: A dedicated terminal workspace per user Isolated Docker containers for each workspace Ability to scale CPU and RAM per user (e.g. 2GB → 4GB) A no-code UI on top of Open Claw Managed infra so users don’t deal with Docker or servers The goal is to make Open Claw usable as a proper SaaS while keeping the developer flexibility. This is early, and I’d love feedback on: What infra controls are actually useful Whether no-code on top of terminal tools makes sense Pricing expectations for managed compute Link: https://wrapclaw.com Happy to answer questions. February 9, 2026 at 01:53AM
Show HN: Envon - cross-shell CLI for activating Python virtual environments https://ift.tt/Krj2iUY
Show HN: Envon - cross-shell CLI for activating Python virtual environments https://ift.tt/7XvxMVg February 9, 2026 at 12:26AM
Subscribe to:
Comments (Atom)