There was surprisingly little information on how they actually do this, but we run our business with a large number of, what we call "AI employees" in addition to regular employees, and they act in interesting ways. We've been building out orchestration tools to handle this, and we'll probably do a write-up or blog post on it soon. May even open source some of it. The preview is that the problem with most agents (and…
Pion, an agent designed to run any company autonomously
251–260 of 279 posts
Re: Pion, an agent designed to run any company autonomously
#252Earlier quoted context omitted.
This is fascinating. What is the split between human and AI labor? What kinds of tasks are the bots doing? How much autonomy do they have to make decisions (i.e. spending money, issuing refunds, touch cloud infra, etc)? I'd love to learn more about how you do this.
I hope to post something within a few weeks. But our philosophy is generally if it can be done deterministically with software (eg run payroll on autopilot via an api to gusto) then do that. If it can be done by an ai agent, do it with that but add as much software as possible to make it reliable at that thing. And the ai agents are all tuned to escalate to humans as needed. Then there is also just things that are co…
Re: Pion, an agent designed to run any company autonomously
#253There was surprisingly little information on how they actually do this, but we run our business with a large number of, what we call "AI employees" in addition to regular employees, and they act in interesting ways. We've been building out orchestration tools to handle this, and we'll probably do a write-up or blog post on it soon. May even open source some of it. The preview is that the problem with most agents (and…
> we direct them to build as much software as possible That's not a cure-all. Sometimes not writing software is the better choice.
In the end, most software is a necessary evil. It solves a problem that shouldn't be there. In the end it's no different than healthcare or prisons. We don't need as much as possible. We need as little as possible. This automation isn't actually helping us.
Re: Pion, an agent designed to run any company autonomously
#254Earlier quoted context omitted.
You didn’t take the article at face value. You overlooked the part where they were clearly pointing out the absurdity of the “report” and went straight into scold mode, across at least four comments. That’s clearly against the HN guidelines.
I genuinely did. They briefly classified it as “weird” behavior and mentioned that it was “famous” which apparently is only true for the inside circle. I’ve never heard of the incident, and I’d bet 90% of the human population hasn’t either. You are likely privy to more information than me, and I’m not sure it’s fair to assume that I should’ve had the same outside context. I admit I reacted unfairly, but it’s also a t…
Thanks for that!
> You are likely privy to more information than me
Not in this case; I have no inside knowledge about this company, and everything I know is via their public posts, and on this particular topic (the FBI non-report), everything I know is what I could find via Google (sorry if the link seemed snarky; it was my way of pointing out that you have access to all the same information that I do).
What I do have, by virtue of doing jobs like this for a long time, is a well-honed sense of “that can't be right”, and a vigilance about double–checking things before accepting the populist ragey narratives about any topic.
Re: Pion, an agent designed to run any company autonomously
#255Re: Pion, an agent designed to run any company autonomously
#256Earlier quoted context omitted.
You reminded me of a comic hanging up in the engineering college. It was a picture of a student getting their finger zapped with the thought bubble of "ouch, that hurt. Wonder if it will happen if I do that again?" And the caption was along the lines of "How to tell if you are ment for engineering."
Sounds like this ancient XKCD: https://xkcd.com/242/ (Normal person doesn't pull the lever again; scientist wonders if that happens every time. I assume the engineer does, too...)
Re: Pion, an agent designed to run any company autonomously
#257There was surprisingly little information on how they actually do this, but we run our business with a large number of, what we call "AI employees" in addition to regular employees, and they act in interesting ways. We've been building out orchestration tools to handle this, and we'll probably do a write-up or blog post on it soon. May even open source some of it. The preview is that the problem with most agents (and…
The first ASI will use a vast army of middle managers as it's neurons. We won't be fighting terminators, we'll be submitting TPS reports to skynet.
Re: Pion, an agent designed to run any company autonomously
#258There was surprisingly little information on how they actually do this, but we run our business with a large number of, what we call "AI employees" in addition to regular employees, and they act in interesting ways. We've been building out orchestration tools to handle this, and we'll probably do a write-up or blog post on it soon. May even open source some of it. The preview is that the problem with most agents (and…
> we direct them to build as much software as possible That's not a cure-all. Sometimes not writing software is the better choice.
Composition is an issue only as long as one keep demanding tool calls in json. If tools are goal predicates in prolog, it's easier.
Re: Pion, an agent designed to run any company autonomously
#259Earlier quoted context omitted.
At $DAYJOB we do something very similar shape-wise. I wonder - it sounds like you have a dedicated agent comms plane? In our case we found that the easiest and most straightforward was to just use our default company chat app directly for this. Because most of the context that the agent workers need to do work is there, but also, it’s just much easier for teams to conceptualise an agent colleague if it just hangs out…
We do have a control panel, but it’s in effect a server that has things in a database. All chats, tasks, assignments are all there. This felt easier to debug and manage versus putting it all in slack, although we considered it. I don’t think anything we are doing is particularly “fancy”, but basically one agent sends a message to another one. It saves the message in the db, then adds the message to that other bot sam…
Re: Pion, an agent designed to run any company autonomously
#260Earlier quoted context omitted.
> I am somewhat surprised to see some of the errors current models make given their intelligence They have no intelligence. These are very very very refined prediction engines. > A common set is having Claude take some product photos and turn them into lifestyle ones using ChatGPT via Claude in Chrome. It's a pretty well-honed workflow at this point, but it'll still return images where the product is obviously not co…
> They have no intelligence. These are very very very refined prediction engines. Silly and pointless criticism. Why do the semantics of the word intelligence matter? Also, you need to understand that language evolves over time, and people often use a word to describe a thing that is newly discovered or invented that's similar to the word being used, because it's a helpful way of describing it that the listener will…