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 hari yang lalu·2 comments

Repo Slop-Score

slopscan.ava.pet
3 points·by cohix·29 hari yang lalu·0 comments

HolaClaw, native Mac app for one-click sandboxed OpenClaw

holaclaw.ai
1 points·by cohix·bulan lalu·0 comments

Kina, Kubernetes but Apple Containers

github.com
12 points·by cohix·bulan lalu·0 comments

Dancing Mad with Sandboxes

xeiaso.net
5 points·by cohix·bulan lalu·0 comments

[untitled]

1 points·by cohix·2 bulan yang lalu·0 comments

Ax, Google's new highly distributed agent executor

github.com
2 points·by cohix·2 bulan yang lalu·1 comments

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

github.com
5 points·by cohix·2 bulan yang lalu·0 comments

Code Agents are bad at Software Architecture – for now

blog.cohix.network
2 points·by cohix·2 bulan yang lalu·0 comments

comments

cohix
·bulan lalu·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
·bulan lalu·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
·bulan lalu·discuss
And me? I’m the damn fool that shot him…
cohix
·bulan lalu·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
·bulan lalu·discuss
I sent you an email!
cohix
·bulan lalu·discuss
I would certainly be interested. Please reach out to connorjhicks at gmail to discuss!
cohix
·bulan lalu·discuss
Please do, interested to add Boxes as a runtime for awman, then workflows could execute in the cloud transparently.
cohix
·bulan lalu·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
·bulan lalu·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 bulan yang lalu·discuss
A workflow manager that automates the software development lifecycle around code agents in the terminal.
cohix
·2 bulan yang lalu·discuss
Built on top of Kubernetes and Agent Substrate