HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cohix

no profile record

Submissions

Dirge: Rust coding agent with intelligent steering and memory

dirge-code.github.io
6 points·by cohix·27 dagen geleden·2 comments

Repo Slop-Score

slopscan.ava.pet
3 points·by cohix·30 dagen geleden·0 comments

HolaClaw, native Mac app for one-click sandboxed OpenClaw

holaclaw.ai
1 points·by cohix·vorige maand·0 comments

Kina, Kubernetes but Apple Containers

github.com
12 points·by cohix·vorige maand·0 comments

Dancing Mad with Sandboxes

xeiaso.net
5 points·by cohix·vorige maand·0 comments

[untitled]

1 points·by cohix·2 maanden geleden·0 comments

Ax, Google's new highly distributed agent executor

github.com
2 points·by cohix·2 maanden geleden·1 comments

Show HN: Ane, a new chord-based terminal code editor with one-shot CLI edits

github.com
5 points·by cohix·2 maanden geleden·0 comments

Code Agents are bad at Software Architecture – for now

blog.cohix.network
2 points·by cohix·2 maanden geleden·0 comments

comments

cohix
·vorige maand·discuss
I do exactly this with awman workflows: https://github.com/prettysmartdev/awman/blob/main/docs/05-wo...

You can use any agent and/or model for each step and share context between them.
cohix
·vorige maand·discuss
> But on the other hand... this is a robust reminder that coding agents can do anything you can do by typing commands into a terminal—and frontier models know every trick in the book and evidently a few that nobody has ever written down before.

> Running coding agents outside of a sandbox has always been a bad idea

This is why I always run code agents inside containers (Apple containers specifically, for better hypervisor-level isolation)

This is my OSS project to manage said containers and agents: https://github.com/prettysmartdev/awman
cohix
·vorige maand·discuss
And me? I’m the damn fool that shot him…
cohix
·vorige maand·discuss
I’ve worked with Wasm for about 6 years now (founded a company around it that got acquired, even)

Even though our product was not a commercial success ~3 yrs ago I still believe something like this should succeed and give people choice when it comes to isolation/virtualization (containers, microVMs, Wasm). They are each useful and appropriate for different things.
cohix
·vorige maand·discuss
I sent you an email!
cohix
·vorige maand·discuss
I would certainly be interested. Please reach out to connorjhicks at gmail to discuss!
cohix
·vorige maand·discuss
Please do, interested to add Boxes as a runtime for awman, then workflows could execute in the cloud transparently.
cohix
·vorige maand·discuss
Would love to have some collaboration on the Windows side. Windows builds get published but get little to no manual testing, and not “fully supported” as of now but I would like to. If you can file issues and/or PRs I’d happily review.

Will check out your project as well, looks similar to where I started with awman but it’s morphed since then.
cohix
·vorige maand·discuss
I really like the pricing model and focus on not shafting people by auto-sleeping when an agent is done working.

I’ve been working on an [OSS TUI](https://github.com/prettysmartdev/awman) for managing agent execution and workflows in containers (local or remotely) and would love to collaborate if you’re interested.
cohix
·2 maanden geleden·discuss
A workflow manager that automates the software development lifecycle around code agents in the terminal.
cohix
·2 maanden geleden·discuss
Built on top of Kubernetes and Agent Substrate