Pasture takes each signup, enriches it (title, company size, funding, tech stack, and more), and scores it 0-100 against your ICP. Alerts go to Slack with full context. You can also track which channels bring quality vs. junk over time, which has been the most useful part so far.
Ask HN: What are you working on? (February 2026)
51–60 of 1001 posts
Re: Ask HN: What are you working on? (February 2026)
#52Working on a web framework that provides some guardrails around what a coding agent can and can’t touch without human approval. Makes it easier to have confidence in 5000 line code changes without having to comb through the code. https://ont-run.com
Did I get that right?
Re: Ask HN: What are you working on? (February 2026)
#53Working on a web framework that provides some guardrails around what a coding agent can and can’t touch without human approval. Makes it easier to have confidence in 5000 line code changes without having to comb through the code. https://ont-run.com
Re: Ask HN: What are you working on? (February 2026)
#54I've been working on a low-code CRUD backend for AI agents to use to build software. To significantly reduce the complexity of deployment, access control, maintenance, devops, etc... Reducing the surface area for hallucinations and bugs when building complex apps. https://saasufy.com/
Re: Ask HN: What are you working on? (February 2026)
#55So I'm building Taskplan (https://taskplan.run) - it's like Ansible, but for people. Build a plan, assign tasks to people or teams, and get a real-time dashboard to track progress as the work happens.
I'd love feedback from anyone who deals with the same issues or works on ops-heavy projects.
Re: Ask HN: What are you working on? (February 2026)
#56In multi-agent setups, we kept running into issues where agents either hoarded resources or exhausted shared budgets unpredictably. So we built a control layer where agents operate using virtual credits, can temporarily rebalance budgets or split shared API costs, but everything stays under explicit human-defined limits with full audit logs and kill switches.
It’s intentionally not real money and not a financial product — more like infrastructure for coordinating agent spend safely. Mostly exploring how much autonomy you can give agents before cost becomes the real bottleneck.
Re: Ask HN: What are you working on? (February 2026)
#57> What are you working on? Myself, mostly. Trying to wrestle with realizing how much time I've not been spending on my supposedly main project[1] and questioning whether it's really worth doing. > Any new ideas that you're thinking about? Way too many. Writing todo lists is part of working on myself. [1]: PAPER, a pure-Python ~(pip/pipx replacement), from scratch with an emphasis on simplicity and elegance. https://g…
Re: Ask HN: What are you working on? (February 2026)
#58Dimensionally accurate AI 3D modelling. My grandpa has a 3D printer but struggles to use any complex tools. So I am working on this chat interface to allow him to do some simple models.
So far he has triggered more than 150 generations. It’s getting better every model cycle and gives me something I enjoy working on.
Re: Ask HN: What are you working on? (February 2026)
#59I'm thinking all the time about what the "best" way of using local AI agents like Claude / Codex / Gemini is. I'm trying to figure out the best UI/UX. There's so so so much that hasn't been explored yet. Mainly I'm working on a task dispatch dashboard called Prompter Hawk that is designed to be the best UI for task management with agents. If you've been trying to parallelize by running multiple claude code terminals…
Re: Ask HN: What are you working on? (February 2026)
#60FM day job: Interpretation of SysML activity diagrams as temporal logic for use with state machine specifications. Module system for state machine with scoping, ownership type system and attendant theorems to carry proofs of LTL properties about individual parts forward after composition.