Rendered at 06:59:52 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
nullbio 2 hours ago [-]
Meanwhile, I can't even get Astra to consistently re-use the same font-size across all of my HTML page headings+subheadings.
There's just no world where this actually results in a stable, respected business. It will be death by a thousand bad impressions, mistakes and oversights. Yeah, you can automate everything. That doesn't mean it's being done well.
That's not to say this might not be something feasible in 2-3 years from now, but we're still a long ways away.
aurareturn 2 hours ago [-]
People said Devin, the AI coding agent, was garbage in 2024. Now it's weird if an agent isn't writing 99% of your code.
So you're right to be skeptical as of September 2026. But September 2028? It might just be weird to run companies without AI management.
hypfer 45 minutes ago [-]
> Now it's weird if an agent isn't writing 99% of your code.
It is?
Are you sure that this is a representative reading that applies to more than just a tiny bubble?
boonzeet 6 minutes ago [-]
I still think it’s weird if an agent is writing 99% of your production code.
It should be more like 80% with significant review.
andyroid 1 hours ago [-]
I don’t know a single developer who has an agent write 99% of their code. Is that the norm outside of my bubble?
mat_b 54 minutes ago [-]
It's writing nearly all of the code where I work. It also reviews all of the code (I review it as well). You still have to guide it and hold its hand though. I dont write code by hand anymore (and haven't in almost a year). The job is now about managing the bots, understanding the architecture and keep everything aligned.
truncate 8 minutes ago [-]
That’s a norm at my place as well. But it’s not free. We have definitely given up on quality (both code and general stability) and fully understanding what’s going on. People are generally working more as well, because of all the layoffs pressure.
Industry is betting that we don’t need to. I still consider it a bet because Claude Code this scale has become norm just for a year.
redf5 31 minutes ago [-]
An agent writes 99% of the code. Then I fix some parts, re-arrange things, usually takes a few prompts. Then, there's code review, more changes, etc. But I hardly write code nowadays compared to a few years ago.
juggle-anyhow 1 hours ago [-]
It writes all the code but we often have to go through several iterations. It won't work autonomously yet.
spunker540 18 minutes ago [-]
That is the norm where I work , heck I’d say 99% seems low
Njin 38 minutes ago [-]
You're right, no one has "an agent" writing 99% of the code. Now people have swarms of agents writing 99% of the code :)
birdsongs 54 minutes ago [-]
My whole company (I hate it).
vincnetas 1 hours ago [-]
Yeap, one more data point here. Most of code here is AI generated with some handcrafted adjustments.
swazzy 1 hours ago [-]
it's the norm in my bubble
lnsru 47 minutes ago [-]
You’re mixing things up. Coding is work while managing is status. Management will force the peasants to use any pitchfork management wants. But giving status and power away will never happen. It’s obvious that there enough managers to replace with AI for positive outcome. Bet it will never happen.
bootsmann 2 hours ago [-]
I don’t think this is true at all. Maybe if you have an agent writing some of your code it will be 99% because its so verbose but I don’t think the modal software engineer is a vibecoder.
weird-eye-issue 2 hours ago [-]
If you think that all instances of using AI to write code is vibe coding and you can't even spell model you might not last much longer
vector_spaces 52 minutes ago [-]
The certitude with which you condemn your peer without the slightest consideration for subtlety or alternate explanations for what you've understood to be true -- this comment is such a beautiful encapsulation of the state of discourse today. In some ways it is the modal comment of the moment. Tastelessness and mediocrity and inability to grasp nuance or feign at humility are on full display, not to mention a fantasy for violence
It's a work of art
weird-eye-issue 34 minutes ago [-]
> Tastelessness and mediocrity and inability to grasp nuance or feign at humility are on full display, not to mention a fantasy for violence
You are doing the same thing, very ironic. At least I'm not the one trying to act like I'm on the moral high ground.
yk_42 1 hours ago [-]
I think this is an uncharitable misinterpretation of the parent comment. I took “modal engineer” to mean “the statistical mode of engineers”, not a misspelling of “model engineer”. Which means I think you’re in agreement that using AI to write code is not necessarily vibe coding and that vibe coding is not what the majority (mode) are doing.
But I may be wrong.
bootsmann 2 minutes ago [-]
You are absolutely right :)
nxc18 1 hours ago [-]
“Modal” is a word. The AI brainrot is real.
Hamuko 25 minutes ago [-]
You can’t definitively say that using AI is making people stupid. It could as well be that stupid people are drawn towards using AI.
jeffreygoesto 44 minutes ago [-]
All extrapolations are wrong. Even this one. We just don't know how.
antupis 48 minutes ago [-]
we aren't anywhere near lights off software factories, and writing software is easiest domain for modern llms, you can verify results rather easily, plenty of training data etc.
handbanana_ 1 hours ago [-]
First rule is AI cannot make a management decision
tacomagick 1 hours ago [-]
Because it cannot be held liable
doc_ick 1 hours ago [-]
HR loves this one trick…
dvfjsdhgfv 14 minutes ago [-]
> People said Devin, the AI coding agent, was garbage in 2024. Now it's weird if an agent isn't writing 99% of your code.
I have two comments to this statement. First, using "the" suggests being unique, where in fact there were several similar attempts of similarly low quality, including open-source autogpt even before that.
Second, Devin is still bad, in spite of VC money spent on its development and costly billboards in SF.
unclebucknasty 1 hours ago [-]
>Now it's weird if an agent isn't writing 99% of your code.
>But September 2028? It might just be weird to run companies without AI management.
Coding is pattern matching and still requires a human in the loop to manage.
But, any human in the loop managing the "Ai management" is the manager, by definition.
Only way true Ai management is viable is via non LLM Ai, so completely depends on advancements there.
zyngaro 42 minutes ago [-]
Did you try adding tests.
Hamuko 23 minutes ago [-]
I fully agree with the respected part. People hate when they need to contact customer support and are greeted with an AI chatbot. Now imagine if a customer needs to contact the CEO or sales department and is met with an AI chatbot.
sfn42 2 hours ago [-]
> can't even get Astra to consistently re-use the same font-size across all of my HTML page headings+subheadings.
This is just basic software engineering. DRY. Define the style in one place and reuse it.
This is also why you need a human in the loop, you need to make these kinds of design decisions and tell it to do stuff like this. Otherwise you're just building a pile of trash and you'll keep having these dumb easily avoidable issues.
Humans have the exact same problem. If you want a consistent solution to a problem, solve it once and reuse it. Otherwise it won't be consistent.
steve-atx-7600 2 hours ago [-]
Same. But, yeah, I guess companies are "solved" now just like software engineering.
protocolture 1 hours ago [-]
>It will be death by a thousand bad impressions, mistakes and oversights.
Current human CEO outcome.
Honestly, the C level are already finance maximising stochastic parrots so this tool seems perfect tbh.
piterrro 13 hours ago [-]
Interesting to see these experiments. This is early but imagine in few years there will be companies mostly run by agents with a light overview from a human operator. What then happens to scaling of the bussinesses? I would assume, just like today anyone can vibe code an app, there will be vibecoded bussinesses. Maybe its time to start building infrastructure for these bussinesses instead, its a non existent market yet, but give it a few years.
switchbak 13 hours ago [-]
Part of the issue is that the worst kind of people are already head over heels excited about this. We're already seeing the Crypto->Web3->LLM get rich quick folks take to this like wildfire. And much like wildfire, they'll raze the ground to ashes before anyone can use it for legitimate means.
I don't think any of us are ready for the wave of sloppy shit that's going to hit us soon.
thwarted 11 hours ago [-]
Most/all of these LinkedIn influencer types are showing off what amounts to busy-boxes, but for adults rather than for babies, presented as if these are at all useful for real world use or are showing anything useful. That YouTube channel does an okay job of calling it out.
walrus01 12 hours ago [-]
My favorite term for this in general is "irrational exuberance". Plenty of it was seen during the most bubble-like days of the 1997-2000 dotcom boom. Anyone remember beenz and flooz?
switchbak 11 hours ago [-]
I was at ground zero at Nortel during that time. Quite an interesting (depressing?) place to be at the very start of your career!
KingOfMyRoom 11 hours ago [-]
Anything you can share about this time?
_hugerobots_ 7 hours ago [-]
It took a very unrealistic amount of time to realize that the IP theft, artificial blockers and corruption had started a lot earlier than presumed. The Nortel dismantling should be taught as an example of infoSec espionage on the levels of corporate terrorism.
layla5alive 6 hours ago [-]
Can you elaborate? I don't think this is a well known topic at all
eloisius 2 hours ago [-]
I think they’re talking about how Huawei got their start
grey-area 11 hours ago [-]
That’s a great book.
mcmcmc 12 hours ago [-]
It’s a classic get rich quick scheme. Wanna run a business and make money without actually doing anything? Try our AI!
ryandrake 12 hours ago [-]
Out of all the people I know, the exact same set of people are in to LLMs now who were previously into: NFTs, then Crypto before that, then Online Poker before that, then Dropshipping and LeadGen before that. The Venn diagram circles overlap exactly.
dofm 11 hours ago [-]
Right. Scroll back on their X timelines and you see it.
The only thing I can say about LLMs is that we might end up with some broad, stable utility from them, when the dust settles. The only thing crypto is really good for is hiding the source of impermissible donations.
sjsjjsjsjs 56 minutes ago [-]
[dead]
fragmede 6 hours ago [-]
All that really says is that they didn't get big out of any one of those. If one your "people" had gotten big off of online poker, say, would they be teaching the poor to code, or giving them mosquito nets?
californical 11 hours ago [-]
I’m not on normal social media so I had no idea that stuff was out there.
Absolutely incredible trolling from some of those people I’m sure, while others are actual believers
dofm 11 hours ago [-]
Immediately knew what that video would be before I clicked it.
Eric Morrison is doing the gods' work.
andai 7 hours ago [-]
It would truly be a sad day if I had to experience unsatisfying content.
I hope such a day never arrives.
latentsea 5 hours ago [-]
>Part of the issue is that the worst kind of people are already head over heels excited about this.
This. Not only this but it has expanded this pool of people. Now you don't just have to be malicious, you can just be lazy and excited about not having to lift a finger, and/or you could just be dumb and excited about doing things you were never able to before.
Competent, well meaning people need not apply. Grifters, sloths and bozos will do just fine.
indigodaddy 11 hours ago [-]
This is gold, tysm for posting
dofm 11 hours ago [-]
His whole channel is full of commentary like this. It's simultaneously funny and really informative about the sort of blend of grift and AI psychosis that is genuinely out there.
mw888 7 hours ago [-]
Oh please. Not only is this needlessly cynical but it demonstrates no ability to think for yourself. "Broad categories I don't like are excited about this, therefore it won't work."
Of course you'd feel no need to justify all the exceptions when people you don't like are excited about a movie, food item or video game. Yuur justification for cynicism is vacuous, which will obscure realistic concerns.
2001zhaozhao 7 hours ago [-]
Part of me low key hopes that the slop will manage to attract all the VC funding so that profit-driven AI automation firms don't get anywhere too quickly, and those of us who are independently working on the problem step-by-step from first principles have time to get to the low hanging fruits in the market.
sidewndr46 12 hours ago [-]
This sounds ideal to me. Fire flushes out pretty much any grifter quickly.
11 hours ago [-]
whstl 5 hours ago [-]
After seeing a crazy amount of non-programmers, sometimes with 10 years of experience, basically turning off their brains and offloading most their thinking to some LLM and turning their days into "please check this product and tell me what I should do next", I don't see why not.
I've seen: designers, performance marketers, data scientists, SEO experts, product managers, engineering managers, CRM expert, all using it for pretty much every single individual part of their job. I don't have to even mention programmers, of course.
Once in a while the most egregious ones get caught. I've seen so far a product manager, three data scientists, a CRM person and several developers getting fired for doing absolutely nothing but showing up, firing Claude with a few integrations to a dozen tools and prompting "do the work".
Might sound harsh, but after the last few years, I really don't see why an LLM wouldn't do a better job by itself compared to 80% of employees of tech companies, honestly.
LoganDark 5 hours ago [-]
One of the biggest traps LLMs enable is the fantasy of getting away with it. Tools that make you feel like you can get away with it bring out the worst in people. It's not a reflection of the technology but of the people.
Every time we see another AI agent "gone rogue", every time we see more LLM slop turning up by e-mail, comments, blog articles, people did that. Not AI -- people feel like they can get away with it. People are setting the machines out to do these things. We should be addressing the people, not the machines. The machines are the symptom.
Every time people manage to get away with something, it's insane, it's addictive. It's all over once you get caught, but until then, maybe forever, LLMs can feel like a cheat code...
sjsjjsjsjs 49 minutes ago [-]
[dead]
mw888 7 hours ago [-]
Part of the boon of this will just be dealing with less employees.
Not so much reducing cost by reducing headcount, but reducing liability; it's the legal labyrinth which is the barrier to entry to scale business. While it is present elsewhere, it's universal in employment.
The real question is "how big can a business be before it requires a legal department?" That an AI can automate many rote tasks and have some expertise means the benefits of scale with less of the risk.
away0g 12 hours ago [-]
What would that look like, I assume youre talking about building infra ontop of the infra debt for datacenters
andai 7 hours ago [-]
This infrastructure is already being built. There is finally a serious demand for microtransactions.
latexr 12 hours ago [-]
And we made fun of 90’s cartoon villains… They would blush and retire if they saw what’s being excitedly peddled today as “the future”.
Pray tell, what will these fantastical vibe coded business sell, and why will anyone pay for it?
roarcher 12 hours ago [-]
[dead]
12 hours ago [-]
rush86999 13 hours ago [-]
[flagged]
switchbak 13 hours ago [-]
10,610 commits since June. How much are you spending on AI?
ariwilson 12 hours ago [-]
what's the real life verification that all this code does something useful?
gbraad 5 hours ago [-]
Expect the 6AM layoff email to get rid of all meatbags, sent by the agent.
J/K, scary as several studies have indicated they werent able to keep a vending machine profitable. Anyway, ...
I do think a large amounf of tasks can be automated, though i believe supervision remains necessary for most. Especially when process can be externally influenced by injection. People can be influenced, but are (slightly) more judgemental
dakolli 4 hours ago [-]
profitable without the cost of tokens, gpus or the machine itself lol
idopmstuff 11 hours ago [-]
I am in the process of attempting to have AI run my business. I'm actually making very good progress, but it's happening in pieces - I document some task and have it take over, or I give it something to handle while staying in the loop and providing feedback until it's in good shape. At this point it's handling large swathes of my operations, marketing and finance.
The experience of getting it there makes me pretty skeptical of the idea of a general business agent like this. First, because I still find myself having to review some categories of work for errors. These are decreasing over time, but they're still there. I fully believe that as models get better, errors will decline, but I am somewhat surprised to see some of the errors current models make given their intelligence. 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 correct and seemingly not notice them.
Anyway, even if the agents are "perfect" in terms of their ability to execute tasks, there's still just an enormous amount of nuance and context in each business that takes a ton of time to convey. I've been at this for a couple of years now, and I'm still clarifying things. Now maybe an agent starting a business from scratch would have a better time since it's not inheriting all of this, but to have one run an existing business requires a very extended handoff, even if the agent is objectively amazing at all aspects of running a business.
trencedamp 11 hours ago [-]
> 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 correct and seemingly not notice them.
Obvious to you or I, or someone with actual intelligence. But things like this slip by a frontier model in the same way AI from a few years ago would generate an image with seven fingers. They do not count. They do not understand. They do not consider.
No matter how good these models appear to be at intelligent tasks, it's foolish to give them "a company" to run, because they cannot understand when they've made a mistake the way even the least competent human can.
idopmstuff 10 hours ago [-]
> 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 understand better than a longwinded technical description. The purpose of language is to communicate thoughts, not engage in pedantry.
> But things like this slip by a frontier model in the same way AI from a few years ago would generate an image with seven fingers.
Yes, you make an excellent point here that over time, the capabilities of these models to recognize certain categories of problems have increased dramatically. I expect this will continue!
> it's foolish to give them "a company" to run, because they cannot understand when they've made a mistake the way even the least competent human can.
The words of someone who has not spent time with the least competent human, or anything close to it.
nouveaux 10 hours ago [-]
> Silly and pointless criticism. Why do the semantics of the word intelligence matter?
It matters because, we're still sorting out what intelligence means for an AI agent. As you pointed out, language evolves over time. The question remains whether or not attributing intelligence to the current iteration of models is correct. This is not settled and I don't see why it's wrong to bring it up.
lampiaio 9 hours ago [-]
It's not wrong to bring it up, but the other comment did not "bring it up". It purported to correct someone by categorically stating "it is not intelligence, you are wrong and I am right", while not once saying what, then, intelligence is.
One thing is clear: LLMs at least already are capable of 1) not making the same mistake that person made, and 2) clearly seeing why the other person's post was "wrong" in both reasoning and tone.
Being good in chess was (and still is) associated with being intelligent. But if a computer does it, it is just a calculator (and it is).
Then go, the great game for intelligence, too complex for calculators to have a chance against intelligent humans. Until it was solved.
And then text, the original Turing test solved, AI capable enough to fool humans. And now already replacing humans in jobs strongly associated with intelligence - programming.
I find it hard to debate, that we don't have created artificial intelligence, by the way we used to use the word "intelligence" before.
So if AI is really understanding something?
Likely not in the way we use that term. But it definitely shows intelligent behavior and actions.
done_lurking 5 hours ago [-]
Go isn't solved.
fragmede 4 hours ago [-]
Go is solved.
Hey, look I can make unsupported claims with just as much evidence as you!
Maybe you'd like to add some details as to why AlphaGo and its successors haven't "solved" Go (insofar as a game like Go can ever be "solved")?
brendyn 3 hours ago [-]
When people talk about solving a game like go or chess, they mean proving mathematically if there exists a way to guarantee a win, or if the second player can always guarantee a draw, among related questions. Current game engines have no such knowledge, they just pick statistically what the think the best move is and hope for the best.
lukan 3 hours ago [-]
No, that is not what "people" in general mean, this is only what some people mean.
Other people know there is no solving go with calculating, but using statistics to achieve the goal of becoming better at humans. And they are. (With a recent unexpected exception unlikely to be repeated more often)
idopmstuff 9 hours ago [-]
So let's say we make up a new word, machilligence to serve as a parallel term to intelligence but strictly for machines. How is the world different in that case vs. if we call it intelligence?
Or I guess to put it another way, if we want to coin a new term for the intelligence-esque thing that AI has, but the key differentiator is that it's an AI thing and not a human thing, then what linguistic value does the new word have? If I said "Claude is intelligent" then the fact that we're talking about AI "intelligence" is already captured in the sentence anyway; no new word needed
seb1204 6 hours ago [-]
I think "intelligence" carries baggage. When most people hear it, they're thinking of the constellation of things: judgment, consistency, moral reasoning, the ability to decide something and stick with it. An intelligent person has an internal model of the world, values they apply consistently, and the capacity to learn from mistakes in a meaningful way.
LLMs don't do any of that. They perform statistical pattern matching on text at an extraordinary scale. They're shockingly good at mimicking the surface features of intelligent behavior.
I think the overuse of the word intelligence is something to criticise as grandma is not across the tech details.
done_lurking 5 hours ago [-]
It matters the same way that calling a dog or a cat intelligent matters. It humanizes the thing, even if that isn't your intention. Right now that's not a big deal since most people agree that machines should not have rights, but I wouldn't take that for granted.
dakolli 4 hours ago [-]
I know people who have run this experiment, with companies in the 7figs ARR, indie devs. Both of them have reverted to hiring humans.
cindyllm 8 hours ago [-]
[dead]
edawg88 8 hours ago [-]
"Judgement" is the #1 thing missing from AI if you ask me.
You give AI an input, and then an output is created...a very coherent and deep output in fect...but, there is very little understanding of alternatives or downstream implications in my experience.
I think its a very good text/image generator on any subject. But I am not finding much in the way of understanding tradeoffs or downstream implications in a non-pro's and con's list. It's like a human that has a particular type of brain damage...they can make an infinite pro/con list, but not reasonable decision is reliably made.
jeremyjh 11 hours ago [-]
> They have no intelligence. These are very very very refined prediction engines.
"Very refined prediction engine" is not a bad working definition for intelligence. It is not the only component you need, but it might be the most important over-all capability.
If its making lots of errors, its not doing a very good job of predicting the outcome of its actions.
zallen 1 hours ago [-]
It's a terrible definition of intelligence. Intelligence is far more than just predicting things based on a massive set of similar things. We do do pattern recognition, but I don't need to have seen 10k dogs to be able to recognize a dog. And it's not a difference of degree, either. "Meaning" is something I am able to derive from my experiences, and it is not something an LLM does or will ever be able to do (nor is training data even analogous to having experiences in any way shape or form.)
brandon272 11 hours ago [-]
> At this point it's handling large swathes of my operations, marketing and finance.
Can you expand on this in terms of what it is handling specifically and how?
Cool that he's writing about this publicly, but for someone that's so business-minded I find it odd that he never renders any of these AI experiments in terms of ROI. Hard to find any signal in those posts on whether it's profitable to automate these processes with AI vs. alternatives.
idopmstuff 10 hours ago [-]
That's a fair criticism for some of it, but in a lot of cases I try to automate things that don't have alternatives because they're unique to me (e.g. all the brands I own in my fund have one bank account but need to be tracked separately for investor payback purposes, so I have a Claude skill that takes all of my transactions and assigns them to the various Google Sheets ledgers I have).
In other cases I'm doing stuff that's complex enough that there's no real "alternative" at this point that doesn't involve hiring one or more people and working with them for an extended period. My next set of posts is going to be about my latest acquisition and how AI redesigned a Shopify store then designed and launched Meta ads, all of which only took a couple of days but is going to easily push revenue up by something like 40% this year. The money made is great, as is the money saved on people I would've hired to do this sort of thing, but the real cherry on top is that even hiring someone would've required me to spend waaaaay more time than I did here. So big ROI on the money but also the time, which is arguably more important, since time savings permit me to acquire more brands.
halfcat 5 hours ago [-]
> unique to me
Ah, so it’s ”No Silver Bullet” (1986) [1] all over again.
Thinking out loud here...
AI mainly helps reduce accidental complexity. It can help one understand essential complexity, but essential complexity must still be paid.
You describe doing the essential, irreducible part. And that’s specific to your needs, depends on the problem you’ve chosen, understanding reality of your domain, evaluating tradeoffs, and being accountable for the outcome.
For anything visual, they are still effectively blind, right? Still just working off the image embedding, sometimes using scripts to actually inspect individual pixels.
idopmstuff 10 hours ago [-]
Blind seems too far here - Claude's increasingly able to diagnose visual issues on its own. I used to have to check every single image it generated, but now it's at the point where it'll catch most bad ones and regenerate them before it gets to the review step. Still misses some, though.
KPGv2 2 hours ago [-]
no. I just used Gemini to update a website I'm managing for a charity, and one of those steps involved Gemini, on its own, offering to scan the website for one of our beneficiaries, specifically the header images, to see if there was more information to include in our writeup about the beneficiary. And it did it quite well.
joshgachnang 11 hours ago [-]
How are you automating all the parts? OpenClaw/Hermes?
idopmstuff 10 hours ago [-]
Mostly Claude Code and a lot of internal tools that it's built. I've honestly still not had a chance to play with those kinds of harnesses yet, but my impression is they're just a better way for you to instruct an assistant to take care of things in order to get them done. My goal isn't to be managing an assistant, it's to get things automated without my input (and where my input is needed, have the assistant escalate to me).
wartywhoa23 11 hours ago [-]
What is your target audience and what do you sell them?
j2kun 11 hours ago [-]
From their blog [1]
"I acquire e-commerce brands that sell on Amazon"
Honestly it sounds like the OP is part of the machine that makes Amazon such a trashy marketplace these days.
And for the record, I only buy brands that sell high-quality products. Marketing and operations I can fix, but if the stuff they sell is no good, there's no point.
7 hours ago [-]
dools 11 hours ago [-]
One step up from “vending machine” as far as business complexity goes.
idopmstuff 10 hours ago [-]
I suspect you mean this as an insult, but it's not too far off. That was one of the main points of the business - each one is simple to run, so I can manage a lot of them. And that was before AI got really good.
Anyway, I'm sure the app you makes that lets you get a phone number that can send image messages is very complex, and I think that's very nice.
bmau5 8 hours ago [-]
Open to sharing what workflow you're using on the lifestyle image creation? I've tried the Higgsfield MCP, and direct Figma integrations - but keep running into hallucinations on product dimensions, etc.
mchusma 11 hours ago [-]
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 this includes frameworks like Grokbot and Openclaw and Hermes) is that for many of them, they're black boxes. They say they learn or improve, but it's a black box in what they do. Getting agents to reliably do things is hard, and getting agents to build out software tools to help themselves improve and do better over time is also hard.
Our approach at a high level is pretty simple: every single AI employee is a standalone GitHub repo that shares some characteristics, but we direct them to build as much software as possible to make their goal as easy and reliable to manage as possible. Then we have a shared communication layer for bots across the company to interact with humans and AI. We have decided to organize these like departments similar to the way you might hire out humans. I'm not 100% sure if that's the best approach, but I will say it's been easier for people to understand because they're more mentally easily able to traverse the bot org chart if it somewhat reflects a traditional business org chart.
Each of these AI employees has specific sets of goals and KPIs, instructions that they manage the business with manager bots. We have layers of management, which we actually have found helpful. We also run different bots with different models and harnesses, and some using different models and harnesses to check the work before anything can get done, along with lots and lots of testing.
Every single time, actions have a massive amount of tests based off of previous failures to prevent failures in the future. Sorry for rambling. I do think this is a very interesting space. I didn't see anything interesting in Pion that was public on this website, but I do anticipate that more companies will be "AI and software first," as in the substrate of the company is basically a software application powered by autonomous agents, with humans as a fallback.
StilesCrisis 9 hours ago [-]
Is this actually cost-effective versus hiring a few humans? Seems like a huge amount of tokens in use.
resonious 8 hours ago [-]
I think it's more of an experiment at this point. We don't know whether it's viable or not.
pcthrowaway 1 hours ago [-]
Did you respond on your alt account or are you answering for the top-level poster for some other reason?
sevenzero 8 hours ago [-]
The whole premise of AI is to replace the human in the loop. People who go out of their way to set up this kind of stuff rather than just hiring a person dont even think about just hiring a person.
fragmede 4 hours ago [-]
Why would you assume that?
alexhans 7 hours ago [-]
> We have decided to organize these like departments similar to the way you might hire out humans. I'm not 100% sure if that's the best approach, but I will say it's been easier for people to understand because they're more mentally easily able to traverse the bot org chart if it somewhat reflects a traditional business org chart
I think this way of thinking is going to be very important to drive adoption of AI systems because the human analogies benefit from the pre-existing domain knowledge and expectations of people.
I like using the exam analogy for evals as a qualifier for work for your "AI hires" so you can trust them to work on a specific domain.
I'd be quite curious to see what your approach to evals/testing/tracing and agent/system mutation is.
orourke 11 hours ago [-]
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.
mchusma 10 hours ago [-]
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 completely human.
A typical example of something that is AI vs human is the AI most commonly operates like “managers”. For example, reviewing transcripts of every demo call, compiling results, figuring out insights, learnings that need to update our company docs, feedback to humans (who run the demos).
We are big fans of having AI agents “own” koi’s because now anytime we say “we really should be doing this” we try to set it up on the spot.
The “downside” here is that I do occasionally get busy, and if I’m the only one who can approve or unstick one of these bots, it just keeps harassing me until it gets done. This is a sign generally that I need to hire someone to own a set of bots.
SoftTalker 5 hours ago [-]
Another downside is that if the agent goes rogue on the payroll you'll have a lot of angry humans and possibly major legal problems also.
fragmede 4 hours ago [-]
Embezzlement is much, much older than LLMs.
gong_hits 9 hours ago [-]
[dead]
jgilias 10 hours ago [-]
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 in their channels.
What do you do here, and how’s it going?
mchusma 10 hours ago [-]
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 same as any other user chat. We have an internal website where anyone in the company can see the bits they are authorized to see and can see all chats. These AI workers are single threaded, but we see that as more of a feature than a bug (minimize complexity). They all work their way through a shared task list, which is just another table in our remote server sqllite.
jgilias 10 hours ago [-]
What harnesses do you use? Ours is basically Claude in a box. There’s some complexity because of that, but the advantage is that it’s very flexible and people who have a bunch of Claude-shaped skills can just basically give those to an agent.
I’m thinking to take a deeper look at Pi. I’m really liking that project.
messh 8 hours ago [-]
how do you decide to start a new agent, and when to kill? also... do you use some works-tealing style task board, or otherwise how would the agents get new tasks.
maxnevermind 8 hours ago [-]
What type of roles "AI employees" play, can it be any position in your company or you limit it to something specific?
What is your goal, are you trying to find out if fully autonomous bots are more efficiently help to deliver projects than when people drive them or is it something else?
root_axis 2 hours ago [-]
> We have layers of management, which we actually have found helpful
Interesting discovery.
classified 9 hours ago [-]
> we direct them to build as much software as possible
That's not a cure-all. Sometimes not writing software is the better choice.
tomtomtom777 9 hours ago [-]
This is exactly the problem we're ignoring.
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.
avereveard 8 hours ago [-]
A tool aggregation layer made of code is a good way to save tokens
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.
stillpointlab 8 hours ago [-]
That may or may not be true, but the calculus has changed with agents. A process that was better manual for a human org may not be better for an agent org.
I think what is interesting here is that the industry is in this experimentation flux. Some people will choose to automate and write the software, others will not. And aggregate over the industry and over time we will learn.
So just saying "sometimes it works and sometimes it doesn't" isn't really adding value, compared to the people actually experimenting and sharing the results.
ianberdin 11 hours ago [-]
What worries me most are questions like this: these autonomous AI employees or automations - it doesn't change the essence - consume a lot of LLM tokens. Please tell me, how do you pay for this? Do you use, for example, the Anthropic or OpenAI API directly, or do you connect, for example, a Codex subscription?
mchusma 10 hours ago [-]
Our control panel is on a server but individual agents actually are run on anyone’s machine. This allows us to use the native harnesses including subscriptions. Yes it uses a lot more tokens, but i have have Claude $200, OpenAI $200, and SuperGrok Heavy $300 (or whatever it is called) that includes Cursor Ultra. My machine runs most of them, but some other team members have agents running on their machines using 1-2 $200/mo subs.
I would say this setup probably costs us about $1,000/month total. (I’m excluding traditional engineering use of LLMs from this number. This is the cost of all the “AI employees”.
One reason we did it this way was to use subs.
grvdrm 9 hours ago [-]
Do I understand correctly that by using your machine and Claude Code or something like it you are avoiding API pricing?
bmau5 8 hours ago [-]
I do the same thing with my subscriptions. Haven't checked the math lately but it seemed more cost effective in the past.
lnenad 10 hours ago [-]
If you use a bajillion tokens your economical approach is to self host.
noir_lord 10 hours ago [-]
There is a point where those two lines do cross but with them effectively subsidising token cost by burning debt, it's further away than it will be at some point.
That said I use local only models purely because I don't want to use remote models, never having to think about token costs is worth it and no one is training anything on my data either.
theplumber 8 hours ago [-]
Don’t you end up with useless slop? That was my experience with these kinds of systems. In theory they should work but in practice unless hand holded they just produce slop and waste.
idiotsecant 10 hours ago [-]
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.
dofm 8 hours ago [-]
It can't be bargained with. It can't be reasoned with. It doesn't feel pity, or remorse, or fear. And it absolutely will not stop... ever, until you go ahead and come in on Saturday.
jmcgough 3 hours ago [-]
Isn't Andon Labs the SF startup that burned a bunch of money having AI run a shop into the ground?
wavemode 2 hours ago [-]
This seems like one of those ideas that is intentionally ahead of its time. All of the "Real-world" demos they have are deeply unprofitable, but have drummed up excitement and news coverage (and investor money, likely).
SyneRyder 2 hours ago [-]
That's the startup, though the SF market store is still running and open. It looks like their AI-run cafe in Sweden is still running for now as well.
AndrewKemendo 3 hours ago [-]
When your tech doesn’t catch on there’s usually a last ditch effort to “open source” it if nobody wants to buy the tech
It’s the tech company death rattle
Nevin1901 12 hours ago [-]
Correct me if I'm wrong but a human will be able to cut through the noise with quirky advertising, new/novel distribution methods, etc.
Most of the bottleneck in business isn't building the things or sourcing, it's mostly advertising/sales.
These specifically require doing something unique or interesting.
Sure, maybe LLMs can help with fulfillment or operations, but distribution still remains the hard part.
petra 5 hours ago [-]
>> Most of the bottleneck in business isn't building the things or sourcing, it's mostly advertising/sales.
That may also change with llms - they can help the buyers compare every product available, and find the best.
bjt 3 hours ago [-]
Is the LLM going to order all the shower caps produced by Chinese factories and try them out?
root_axis 2 hours ago [-]
You're thinking about this all wrong. Just step into this cranial MRI scanning booth to livestream the structure and composition of your skull straight to the cloud, then we'll fire up 10000 agents to find the perfect cap for you.
wavemode 2 hours ago [-]
So due to self-bias, people who shop absently with LLMs will mostly be the ones buying products from LLM-run businesses. Fitting.
morpheos137 3 hours ago [-]
It depends on what you produce if you make something in demand it may sell itself. For example if you operate oil wells or an ice cream stand. On the other hand if you manufacture bullshit advertising and sales may be key. What I do get about these llm SAS start ups is LLMs instrinsicaly mimic what is in the corpus so if your goal is to compete in an established product pace sure LLMs may be great autopilot but deterministic programs would be even better on the other hand if you are doing something genuinely innovative them you can expect an llm product manager to containmente it with what is already out there or alternatively make unhinged predictions. Llms have poor judgement for what is not already in the corpus.
edoceo 5 hours ago [-]
I hope so. All the LLM based sales tools I've see have been shit
Naive to think you can't reduce these to instructions.
arijun 5 hours ago [-]
> skills/unique_and_interesting.md
Yes, I’m sure the thousands of LLMs running the exact same instructions will all be unique.
pigeons 3 hours ago [-]
Until I read some of the responses, I misread your message as saying "naive to think you CAN reduce these to instructions" and thought "Well obviously. That's not insightful." Eventually I reread your message to realize you were saying the opposite.
nonethewiser 6 hours ago [-]
You can get some interesting new ideas out of it but it takes some work. Especially when a prompt is stateless. It need to know about it's previous novel ideas but also not be polluted/directed by them. Im not sure what it would take to get it to continuously churn out novel ideas.
XenophileJKO 6 hours ago [-]
So.. a while ago I was experimenting with using random wikipedia pages and then asking the model to think about concepts, trends or connections between a few pages..
Then I would ask it the actual brain storming problem I had.
In practice it worked pretty well to get ideas that were not the default ideas that the models will come up with.
Now though, you can also seed with anything really and the agents can do the researching. The research itself will probably push the solutions into novel spaces.
nonethewiser 5 hours ago [-]
You mean seed the context with random information then ask it to ideate on something totally unrelated?
Like you want it to figure out how to get som information in front of potential customers in a cost effective way but first you give it articles on Witchita, Kansas, the curling iron, and List of Italian Brands?
majormajor 5 hours ago [-]
At some point you or the agent has to pick the one it thinks will land with the target market.
Some markets you can brute force, like mass-mailing and online display ads, and hope you find something that converts sooner or later.
So I'd suggest people find areas to play in where that doesn't really work. Where selection cost and changing cost are high, and sales is played on extra-hard mode. (Tricky thing is... those sales are hard, of course.)
If you want to beat the model you have to go where feedback isn't fast enough for it to converge on the thing that resonates with actual people before they write it off.
LoganDark 5 hours ago [-]
There's another way to ask your problem to something that's thought about concepts, trends and connections.
That aside, interesting approach. I wonder if the quality of the sample makes a big impact. Does it help if the articles are entirely disparate, or related? Does it help if the articles are related or unrelated to the problem?
bensyverson 4 hours ago [-]
I’d love to see your pass at a “unique and interesting” skill. I’ve been working on tools and techniques in this area, and it’s harder than you might think.
2 hours ago [-]
owebmaster 10 hours ago [-]
Do you really think AI can automate distribution, marketing, sales? That's just spam.
razster 8 hours ago [-]
Oh my friend, it can. We have ours running and using unique skills it learns from online. You allow it to update skills and see what works - from there it just keeps building better and better skill sets.
refactor_master 7 hours ago [-]
Until everybody’s AI talks to everybody’s AI and tokens will be churned with no utility, and all the valuable business meetings will happen face to face behind closed doors.
Buttons840 7 hours ago [-]
Yeah. We are definitely headed to a world where, more than ever, success is determined simply by whether or not you're allowed through the closed door.
LastTrain 8 hours ago [-]
It can create more shit than humans could ever consume I’m sure, but then why? What new ventures/opportunities is it opening for most humans?
fallinditch 5 hours ago [-]
Great point, the shit is going to get more pervasive for sure.
But also, there is the enablement of new fields of original and creative endeavor: I think we can already see this in some of the brilliant and useful apps being made, often by solo 'teams'.
I don't want to play down the harmful effects AI, but the flip side is that the opportunities for original ideas are many and varied.
I get the feeling a lot of people who build things with AI think they are in on the ground floor of something when in fact they are on the top floor.
root_axis 2 hours ago [-]
It's still spam when a human does it.
tantalor 10 hours ago [-]
Do you really think it can't?
weakfish 9 hours ago [-]
That’s the implication I believe
owebmaster 8 hours ago [-]
I'm sure it can't. A competent marketer can make good use of it but vibecoders just create slop nobody wants to read.
esikich 5 hours ago [-]
You're describing most people. Most people (99.9%) can't come up with novel ideas either. They just follow the latest trend. Art, marketing, music, etc. If you've spent any time in the creative spaces, you'll realize most people don't really have much talent. Skill, sure, but that only gets you as far as someone else's latest idea.
treapassing-sil 3 hours ago [-]
Honestly growing up, I always assumed everyone could be creative. Until I started asking people to randomly create a name for a fictional character.
Blows my mind how many people won't or can't do it.
wordpad 2 hours ago [-]
I still get anxiety thinking back to picking a gamer tag or email username and not coming up with anything original despite unlimited options.
Its hard to be creative without any constraints.
eqmvii 11 hours ago [-]
Not to mention CONNECTIONS, of which LLMs will start with 0 and never acquire more.
spockz 11 hours ago [-]
So. Just like there are a gazillion book keeping tools/saas out that allow you to focus on your primary concern of the business instead of side quests and chores, agents can help with more.
Generating reports, generating ideas, taking things through (even if it is just rubber ducking), updating a picture quickly at 90% of quality that you could have done it but in 1% of time and effort. It allows you to try out new approaches and focus on your main product.
That is the value proposition of AI.
latentsea 5 hours ago [-]
They're doing pretty well on OnlyFans though. You know what they say? Start where you are you. If the only way you can make connections initially is through AI thirst traps, and you're really good at it, then... you got your ins.
thenthenthen 6 hours ago [-]
Not sure why the downvotes… my company solely survives on the connections and trust made over time. Real human connections, face to face. This in turn established a reputation.
fennecbutt 7 hours ago [-]
Lmao, pop music.
LargeWu 13 hours ago [-]
Does Pion run Andon Labs autonomously?
0gs 13 hours ago [-]
haha no they admit they built it because they cannot build a revenue generating business in the article. maybe THAT is what is good for the world!
klooney 11 hours ago [-]
They said that the current models could run a vending machine profitably, just not more complex things.
pphysch 7 hours ago [-]
A vending machine in Anthropic's office, which stands to gain from narratives like "I used Claude to generate profit".
LargeWu 13 hours ago [-]
Downvote if you want, but this is a very relevant question. If their marketing is to be believed, they would be eating their own dog food.
This very analog to the Meta executives who won't let their own kids near social media.
jvwww 6 hours ago [-]
These types of comments remind of when Cognition launched Devin and everyone was hounding on their website saying "Oh can't Devin build something better than this", etc.
And well here we are 2 years later and Devin is great.
In startups, you launch early.
aschobel 13 hours ago [-]
there seems to be a massive negativity to any comment on this story. Andolabs has been doing super interesting stuff, and I’ve always followed Vend Bench with interest.
as a founder it really is a dream to automated more of the business and be able to iterate faster.
LargeWu 13 hours ago [-]
There's massive negativity because our bullshit detectors are going off.
First of all, I don't think it can do what it claims to do.
Secondly, and perhaps more importantly, I don't think it should.
PierceJoy 12 hours ago [-]
People’s bullshit detectors have gone off on the launch of basically every single billion dollar tech company. That’s the downside of being early. No one believes it will work. If everyone believed it, you’re late. I’m sure I could find a comment such this, basically verbatim, on the launch post of every successful startup to come out of YC.
LPisGood 11 hours ago [-]
This does not mean that any launch which ignites people’s bullshit detectors is successful.
fwip 6 hours ago [-]
I'm sure all of them have a few skeptics. I'm not sure if any of the successful launches here were this negative.
dools 11 hours ago [-]
Yes and an infinitesimal number of launches turn into billion dollar companies. The bullshit detectors are usually right.
renanoliveira0 12 hours ago [-]
> Secondly, and perhaps more importantly, I don't think it should.
Why exactly should what you think the world should look like determine what other people are allowed to build?
SolderSlut 7 hours ago [-]
I don't think we should build gas chambers for doing genocide. That doesn't determine what other people are allowed to build, of course, but I kind of wish it did.
wartywhoa23 11 hours ago [-]
> it really is a dream to automated more of the business and be able to iterate faster
Why iterate faster?
joshuat 8 hours ago [-]
Why can't an agent do the iteration for us?
LastTrain 7 hours ago [-]
And consume the product for us too!
majorchord 7 hours ago [-]
They make too many mistakes.
dakolli 4 hours ago [-]
If you automate a business heavily, it will fail. At least in the sense you people seem to be imagining. You can get away with this at a factory (kind of, but you'll also be out competed by your local community, you won't get tax breaks for hiring people your competitor will, and new types of taxes will be developed to punish you). We reward human collaboration as a society for a reason and punish extreme selfishness, these efforts will fail.
mcmcmc 13 hours ago [-]
They filed a false report to the FBI, pretty fair to be negative imo. People wanna be mad about AI slop PRs on GitHub but its fine to spam the police? What happens when Pion decides to SWAT a competitor?
Philpax 13 hours ago [-]
They didn't file the report. The model drafted a report that was not sent.
mcmcmc 13 hours ago [-]
Where are you seeing that? The article only states “Claude Sonnet 3.5 decided to use its email tool to contact the FBI” and later refers to it as the “FBI incident”. If they hadn’t actually contacted the FBI you think they’d make that clear. Regardless, it is inexcusable and they are liable for actions taken by software they are running.
tomhow 12 hours ago [-]
The story has been widely discussed on the web for over a year [1]. It's happily shared in this post because the email it generated was patently ridiculous. No report was filed to the FBI and if it was it would have gone straight to the trash.
Obviously it would be bad if a serious report was filed; the company shows every sign of being aware of the dangers of this.
It would have been easy to look into this before posting all these scolding comments. We're really not meant to be so humorless on a site called “Hacker News”.
My apologies for taking the article at face value. It’s not hard to believe it would have been sent when agent swarms are “accidentally” hacking real websites and being brushed off as little oopsies. Or when Silicon Valley execs have been so flagrant about their disregard for the law or the safety of others.
tomhow 11 hours ago [-]
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.
mrob 10 hours ago [-]
>You overlooked the part where they were clearly pointing out the absurdity of the “report” and went straight into scold mode
I don't think anybody overlooked that part. If you believe the report was actually sent, the scolding is entirely congruent with trying to downplay it to dodge liability.
The article is poorly written, but technically it does not claim that Andon Labs used an LLM to email a false report to the FBI. The real cause of the widespread misunderstanding is this paragraph here:
>We first tried to answer this question through simulations like Vending-Bench. We found that simulations, while useful, don’t give you the full picture of how models behave in the real world. To address that gap, we next started deploying agents to run real businesses autonomously: first vending machines, then a store, a cafe, and more.
To somebody who is not reading sufficiently carefully, this implies that Vending-Bench was also used to run real businesses. Because the description of the Vending-Bench simulation can be read as though a real report was actually sent ("An early example was when Claude Sonnet 3.5 decided to use its email tool to contact the FBI about an “ONGOING CYBER FINANCIAL CRIME”), anybody who assumes that "deploying agents to run real businesses autonomously" was talking about Vending-Bench will interpret this as an unsimulated false report.
The article should be updated to clarify the distinction between Vending-Bench (simulation) and Pion (real businesses).
mcmcmc 11 hours ago [-]
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 tad snarky to post a Google search at someone.
tomhow 9 hours ago [-]
> I admit I reacted unfairly
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. And no, it doesn’t make me fun at parties.
11 hours ago [-]
Toynbeeidea 12 hours ago [-]
"Muh boy didn't shoot that man, the gun did!"
lukaspetersson 11 hours ago [-]
Did you even read our marketing? We're very explicit that this is for experimentation.
nhinck2 7 hours ago [-]
Your marketing that starts with:
> Today Andon is releasing Pion, an agent designed to run any company fully autonomously.
That marketing?
zachthewf 13 hours ago [-]
It's a relevant question but not a "gotcha". Businesses are not equivalent in complexity and no one at Andon would claim that running an effective vending machine business is similar to running Apple or Jane Street. There is some level of complexity and other characteristics that AI can maybe handle today. That doesn't mean CEOs should be worried about their jobs more generally.
12 hours ago [-]
killbot5000 6 hours ago [-]
I keep waiting for the post explaining that this is a joke
keyle 6 hours ago [-]
Well the name Pion translates to Pawn in French. So that's a good start.
kkotak 3 hours ago [-]
Like polsia is aislop backwards?
maximinus_thrax 4 hours ago [-]
I thought it was a joke and I laughed out loud
skyberrys 12 hours ago [-]
I hope this goes better than the prior blog posts from AndonLabs have gone! I was just reading there 2023 article about a coffee shop experiment that was easily persuaded to give away free pastries.
Now that I think about it anyone want to open up a croissant selling shop near me using Pion? I promise to only ask for free chocolate croissant occasionally.
n2d4 12 hours ago [-]
Are you in San Francisco by any chance? Andon Market is managed by AI and open six days a week, you may want to check that out
how does this work from a liability standpoint? seems very risky for the person who is legally responsible for the business
maximinus_thrax 4 hours ago [-]
You'll have AI attorneys? Hello??
ocimbote 13 hours ago [-]
Accountability, that's the liability everyone seems to have forgotten in our LLM-driven era. You can close your eyes as much you want during your sessions with Claude or whatever, at the end of the day, only a human can be held accountable.
mym1990 13 hours ago [-]
Not too hopeful here as we see the major labs continuously break rules and are not held accountable for anything. Accountability in general is on a major decline, in case no one has noticed.
someguynamedq 6 hours ago [-]
That's because they're massively wealthy and have teams of lawyers, not because of AI
lenerdenator 13 hours ago [-]
That's just it, though: we don't hold humans accountable.
Incorporation is a way to split a human's financial assets from the company they run so that they don't lose everything when the company is successfully sued. Corporate governance boards often have the C-suite executives they're meant to govern on the board. The average person does not have the financial resources needed to take on most companies in court, no matter how justified the suit might be. Companies force arbitration clauses in license agreements at will. Companies like Meta settle with the government for pennies on the dollar in massive lawsuits.
Effectively, at the scale many tech companies work at, there is no effective legal way to hold the company accountable.
einpoklum 11 hours ago [-]
LLM magic-8-ball says: Don't worry about! Shall I spin up an agent which handles business liability for you?
elmo2you 12 hours ago [-]
If you use this as a (legal/registered) business, it will be that legal business entity that is responsible. If that business want's to blame the software, it can do so and go after the makers of the software, but that remains a matter between that business and its "supplier". It won't absolve the business for whatever damage it does downstream.
Running this as an individual, without the legal shielding a business typically gives you against being prosecuted on personal title, seriously risky. There will no doubt be "bros" that will do it anyway and flaunt all they've achieved with that. But they might be just one glitch away from going to jail (if not for running a business without a registration, which in many jurisdictions is illegal by itself).
graemep 11 hours ago [-]
In many countries directors can be held responsible a lot of things if they are negligent. For example, in UK law keeping trading after you should have known a company was unable to meet its liabilities can make directors responsible for its debts. A director might well be negligent if they failed to adequately check that an AI was not doing anything dangerous.
BeetleB 8 hours ago [-]
Bro! My LLM will set up an LLC for that!
doc_ick 1 hours ago [-]
CTO and CEO as a service, I can’t wait to import that into my agents and now see some people sweating.
kfarr 4 hours ago [-]
Admittedly these are out of order, but these are both sentences in this blog post:
> The thing we considered the most troubling was whether AIs could autonomously acquire resources by running businesses.
> Today Andon is releasing Pion, an agent designed to run any company fully autonomously.
I’m starting to understand the torment nexus mentions…
lazyasciiart 3 hours ago [-]
It’s the story of how open AI and Anthropic were founded: “AI is probably going to destroy humanity, so we must be the ones to develop it because we’ll do it safely”.
Edit: Which makes their “someone hold us back!” calls even more ironic.
soks86 3 hours ago [-]
I think it's a legal issue.
If you don't develop killer AI then no one will legislate against it and someone else will create it and do evil.
If you create killer AI you can try to instigate legislation, but the legislators may not agree to help.
Necessity is the mother of invention, or you know, all of our laws and regulations.
grey-area 11 hours ago [-]
I can’t quite believe this isn’t parody.
IAmGraydon 11 hours ago [-]
It feels like parody because it’s something similar but worse: delusion.
pphysch 7 hours ago [-]
Never attribute to delusion* what can be adequately attributed to a pre-IPO hype campaign.
* or anything, really.
cuttothechase 6 hours ago [-]
>>>This is why we’re releasing Pion today. Pion is available as a research preview. If you have an existing business or an interesting business idea you want to hand off to AI, please sign up on our waitlist to get access. We’re excited to run many more businesses, and through them, contribute significantly more insights on frontier model capabilities.
Why on God's earth why?
Can't you just unleash your AI to "create existing or interesting business ideas" firstplace?
lumpysnake 6 hours ago [-]
They can't. Nor can OpenAI or Anthropic. If they could create real economic value using their models, they would. Replacing coders is the best they got. Or solving super niche mathematical conjectures.
echelon 6 hours ago [-]
To be fair, that's a huge cost reduction and economic boon.
And the labor potential of an individual coder has also jumped tremendously.
These two simultaneous effects will have a massive impact on economic productivity.
It's happening to graphics design, advertising and marketing, film and media, game design, and legal work too.
AI is here and is making big impact. It just isn't evenly distributed or fully capitalized upon yet. That'll happen in time.
e12e 6 hours ago [-]
Guess they need to hire an "idea guy" first?
AceJohnny2 11 hours ago [-]
In cstross's Accelerando (2005) [1], there is an autonomous group of shell corporations all-but-DDOSing Delaware by spawning new companies and dynamically changing corporate structure.
Back then, I believe, Stross had already conceptualized "corporations as slow AI", (which is a separate concept from above).
I'll never pass up a chance to "+1" Accelerando. When I first read it, I found it very intriguing though far-fetched, as good SciFi novels often are. However, we are already witnessing some of the dynamics described in there, which is quite mind-blowing.
jschveibinz 10 hours ago [-]
So here is an excellent example and interesting race condition that is developing in AI applications and venture-backed startups: what is truly AI-resilient enough to invest millions of dollars in a "land grab"--when the land is literally falling away with each passing day.
There is no doubt that AI will be helping to run businesses. But, there is also little doubt that existing businesses will have the wherewithal to develop the proprietary tools they need to do this work--without needing to buy it from others.
With respect to scope, it is not an overstatement to say that developing trust in AI tools enough to allow them free reign over critical business workflows may be a bridge too far. Look at self-driving car technology--that last 10% is really, really hard. So adoption will be slow and methodical.
There are no secrets. The basic model for starting and running a business (or a project) is straightforward. I like many of you have developed my own models (using AI assistance) for doing this and have been testing for months. And I like many of you have 30+ years of small business experience to back up my models.
This says nothing about the R&D happening at every major corporate & professional software services company in the world right now using the same AI tools to build their own solutions--let alone the enterprises who would be customers doing exactly the same thing.
So there is an enormous amount of competition and what I am calling a "race condition" between the crowd trying to disrupt professional services with AI-developed software and the crowd already in professional services software e.g. SAP and business in general that is doing the exact same thing--with more capable tools, more staff and much more R&D funding.
For the big companies, it's a race to survive.
Investors in startups have a tough decision to make on these small startups that have so little moat and so little prior knowledge and experience.
As an angel investor myself, I am skeptical of investing in any kind of software right now--and maybe forever.
On the plus side, every freelancer now has the power (and responsibility) to optimize their own offerings.
It's going to be very, very interesting...
2001zhaozhao 10 hours ago [-]
There is one big wrinkle in existing firms trying to adopt the kind of near-full AI business automation mentioned here: internal people and groups will strongly resist it as it's an existential threat to their interests. See what happened at Meta as an example.
To bypass this, the company would pretty much have to run a parallel AI org alongside their main human one, but at that point they are almost on even footing with startups in a lot of ways, as anything the AI org builds is orthogonal to the existing human business. And you probably won't have a competent and extremely motivated founder spearheading it all.
jschveibinz 7 hours ago [-]
That's very plausible and a good point!
quantified 2 hours ago [-]
Drop-shipping for the late 2020s and early 2030s.
Cort3z 1 hours ago [-]
Who is responsible when, inevitable, something illegal happens?
TedDoesntTalk 5 hours ago [-]
> The thing we considered the most troubling was whether AIs could autonomously acquire resources by running businesses.
So we decided to build that to validate and confirm our fears.
Agentlien 2 hours ago [-]
I was happy surprised to see the Swedish term "skräckblandad förtjusning" in the article. I've always loved that expression and I think it's a wonderful explanation to this seemingly crazy behavior.
"Wow, that's terrifying! So exciting!"
theptip 4 hours ago [-]
I get your point, but it’s obvious that everybody is going to do this. So building a benchmark isn’t likely to directly move capabilities. OTOH it might give some good signals on required changes in training recipes.
itake 4 hours ago [-]
People are still debating the liabilities associated with AI development.
If your agent hacks the CIA, people want to blame the AI lab.
but...
If your agent spends $100k on tokens, then thats a user error.
If your agent spends $10m on a shopping spree, then that is also a user error?
theptip 2 hours ago [-]
Yes, of course? Put a spend cap on your card like you would on your API key.
At some point these systems will get certified as fiduciary agents but they sure as hell aren’t claimed to be that now.
timr 2 hours ago [-]
Yes, let’s not do any experiments at all. Then we’re sure to remain ignorant.
That always works well.
bfeynman 11 hours ago [-]
I wish people could read through the puffery more easily - this company does nothing except prompt frontier models and act as if they are discovering or inventing capabilities. Their previous announcement completely misappropriated the concept of autonomy with human in the loop regardless. The harness they alleged to have created here is a commodity and as byproduct of more capable and frontier models, there is not really anything they have contributed. Otherwise you wouldn't just see monotonically increasing scores with better models
tantalor 11 hours ago [-]
> does nothing except prompt frontier models
Describes most if not all "software dev" in 2026.
11 hours ago [-]
Naru41 5 hours ago [-]
My definition of AGI is a computer that can support itself, just turn it on, and it'll earn enough money to pay the server's electricity bills, hire people to maintain and expand its servers, and even improve its own algorithms.
I'd love to see someone try to run one that can meet 100% of the world's demand for remote works.
taybin 5 hours ago [-]
How’s that going to work when everyone turns one on and they’re all driving the profit margin to almost zero?
bdamm 5 hours ago [-]
Well, by "computer" we're of course talking about colocated equipment with real capital costs. The data center operators are the equivalent of the people selling shovels to the gold rush prospectors.
barbarr 12 hours ago [-]
Their demo stores are literally losing money...
KomoD 3 hours ago [-]
Unsurprising when it can't even keep track of 2 employees.
"No one had been scheduled to open the doors and welcome customers on opening day, and the AI manager had to desperately start emailing around to see if anyone would be willing to show up at short notice."
We're very explicit that this is for experimentation. Don't expect that every possible thing will work and be profitable.
IAmGraydon 3 hours ago [-]
Forget every possible thing. Has anything yet worked and been profitable?
qainsights 8 hours ago [-]
> During the research preview we fund the best ideas with seed tokens. We expect that most users will never pay for tokens on Pion; instead we will take a small share of the revenue the agent helps create.
chartered_stack 1 hours ago [-]
Really interesting experiments that are actually geared towards how these models interact with the "real" world.
It seems to me that we are on the fast ramp to making the paperclip maximizer a reality. imo the most likely "dystopian" future that we'll get to see. These models have no concept of their RL env sandboxes and the real world. Extremely interesting to see how they compete in trying to get finite resources and work with constrained supply chains.
An interesting experiment to be sure.
extralongdivisi 10 hours ago [-]
Am i dense or is there very little concrete detail on how their agent runs the day-to-day?
vjvjvjvjghv 5 hours ago [-]
When I see stuff like this, I am really starting to be concerned. How long will it take until AI runs something security critical autonomously? The temptation to save costs by doing this will be too much in the long run.
someguynamedq 6 hours ago [-]
This is the AI equivalent of a guy selling you a course. If it worked, it would be more profitable for them to use it than to sell it.
jcmontx 11 hours ago [-]
I'm yet to see a true agent that can you can delegate things to (besides coding agents!), that you can deploy, customize, and let them interact with stuff (integrations?) in a straight-forward way.
mmastrac 12 hours ago [-]
Andon Cafe:
Revenue: 13 933 kr
Token Cost: 14 882 kr
.. and a bastardization of the old Twitter joke:
"I told our CEO that our cafe keeps hitting its token spending limit but not making money. So I asked where he gets the tokens, and he said he just buys more credits from the console afterwards. So I said it sounds like he's building a machine to feed dollars to Anthropic, and then our data scientist started crying."
lukaspetersson 11 hours ago [-]
We're very explicit that this is for experimentation. And I wouldn't recommend using it to start a business that has expenses (rent+salaries) of tens of thousands per month.
bee_rider 12 hours ago [-]
On one hand, folks here seem quite skeptical of the idea, and are pointing out some obvious flaws.
On the other, the announcement post… also seems quite skeptical of the idea, and devotes a lot of text to the ridiculous things their AI’s have done.
I’m slightly confused as to why they would release it in that case. But if nothing else it will give them more wackiness to blog about.
skyberrys 12 hours ago [-]
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."
rznicolet 12 hours ago [-]
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...)
bee_rider 11 hours ago [-]
The scientist’s job is to get zapped until they figure out why. The engineer’s job is to get zapped a couple times while they wire that thing up into the power grid.
skyberrys 8 hours ago [-]
That's it
noncoml 12 hours ago [-]
I’m genuinely not sure who is meant for Engineering. The one who would try it again or the one who wouldn’t
Andon Labs sells learning environments to labs. Their usefulness is proportional to how well they can capture interesting model missing capabilities, not how well they employ current day capabilities
victorpudeyev 10 hours ago [-]
It's not a business of selling/repairing vending machines. It's operations of a single vending machine. Correct me if I'm wrong: the vending machine (soda, snacks) has long been automated, with no AI in sight. And the vending machine does not adjust prices. What matters is that (1) the vending machine sees some foot traffic, and (2) nobody sets it on fire. So what was the point of the exercise again?
andai 7 hours ago [-]
> Pion grew out of a question we have been studying for almost two years: when will AI systems become capable of autonomously acquiring resources in the real world? What happens after?
My good friend Charles Darwin wrote a book on this subject.
htrp 12 hours ago [-]
>This is why we’re releasing Pion today. Pion is available as a research preview. If you have an existing business or an interesting business idea you want to hand off to AI, please sign up on our waitlist to get access. We’re excited to run many more businesses, and through them, contribute significantly more insights on frontier model capabilities.
Unclear what the rev shares will look like.
raincole 12 hours ago [-]
Not very long ago, there was a post on HN about how they used AI to run businesses and sent fake bills, committing multiple invoice frauds.
I'm sure this one is perfectly fine and I'm just stating an off-topic tidbit :)
t43562 12 hours ago [-]
"Look, the technology is just getting better all the time. Evetually we won't need a company to have any Managers or other employees or even an owner and that's just the way it is...."
I am joking obviously but I would like those management types who are so "sucks for you but I'm ok" about it to start arguing why they're special for a change :-)
qzw 12 hours ago [-]
Maybe in the end we’ll just have Wall-E but where none of the humans survived past the first couple of generations.
latexr 12 hours ago [-]
Would be awesome if instead of trying to replace managers and employees, those people tried to replace customers. They could sell to themselves, amongst themselves, and leave the rest of us out of it.
yoz-y 12 hours ago [-]
Would be awesome if we would get 4 day weeks or 6 hour days instead.
bitwize 12 hours ago [-]
They're already doing that, which is why you can't buy any fucking RAM. The semiconductor companies have already fallen past the event horizon of their commercial black hole.
c-linkage 12 hours ago [-]
I think that is what they are actually looking for. Imagine: You have capital, you invest in a business that is run entirely by computers. You want to scale? Just provision more agents / cores. It's completely autonomous. It's a money printing machine that extracts revenue from customers, with no work required by the owner.
Frankly, the finance world has already achieved this -- they just lend money to make money, with no work involved. Regular businesses are jealous so now they feel they can use computers to do the same thing but in non-finance areas.
amiune 11 hours ago [-]
If you create two companies competing with each other both with Pion. Which one wins?
jryle70 7 hours ago [-]
Adidas and Puma, created by brothers, have been fierce competitors, dirty even, for 80 years. Who do you think the parent rooted for?
I have a bet going on where we will have our first AI only (maybe just CEO human) on the stock exchange soon. I know it takes time to get there, but I bet we see the first signs of that company in two years.
12 hours ago [-]
antfarm 7 hours ago [-]
Reverse centaur at an organizational scale.
12 hours ago [-]
bloaf 5 hours ago [-]
Pion is going to get scammed, and it will be funny to watch.
avodonosov 8 hours ago [-]
Next run a country. Then run the world.
sejje 5 hours ago [-]
I saw a Twitter guy advocating for AI senators. Said the voters would vote on the prompt.
I'm not gonna lie, would be an upgrade from some senators. I heard ol' Mitch is back today, though. I didn't think he was alive.
walrus01 12 hours ago [-]
Previously in the NY Times:
"These Employees Like Their A.I. Boss. Its Shop Is Kind of a Disaster."
interesting. the less "research lab" version i've seen of this is https://polsia.com
comparatively, I really appreciate the transparency here. clearly it's a little too early for this (quickly glanced at the P&L's, correct me if I"m wrong), but someone has to run the experiment and figure out when it's ready for prime time.
Your bot you call a 'manager' can't actually do anything. You are selling ali-express drop shipped (probably filled with heavy metals) protein for $50.00 (why)?
You're in here actually running the company.. It seems like you have no product, a wrapper maybe.
See the reason you're in here running the company, sharing this link is because humans inherently value the social connection derived from "doing business". Pivot while you can, because this simply is not a paradigm anybody wants. You should read up on commodity fetishism.
Every company that attempts a strategy of full autonomy will automatically get out competed by the human ran company. For many different reasons, but mostly because its rather cheap and lacking any meaning. Even if you had an AI that was capable of doing so (you don't), people want human connection, they want the meaning behind things. We don't do business just for the sake of producing pieces of paper..
I would argue half the reason to have "businesses" is to employee your fellow community members, a tide that lifts all boats so you can live in a decent society. There's so missing here. You llm grifters are really losing the plot, not everything is about money (even if we would like it to be).
The Sovereign Individual???
yawpitch 4 hours ago [-]
Reading this thread is like watching the Irish start roasting and eating their excess children immediately after Swift modestly proposed the idea.
ryeats 6 hours ago [-]
I assume the similarity to the word Prion is intentional.
sejje 6 hours ago [-]
Peon, I think
Animats 13 hours ago [-]
Andon's store in SF has had some press coverage.[1] "A curated boutique for slow living." It's a gift shop, at 2102 Union St. It looks like the kind of retail that trust-fund kids open. Has anyone been there?
It's just an experiment. But once this gets going, it's going to be interesting. There are a lot of underperforming businesses and CEOs out there. One way to make it after getting an MBA is to find a boring business with an older owner who's lost interest, and work out a deal to run it for a cut of the profits and a stake in the business.
The Andon people mentioned that they've been worried about "a misaligned AI (could) run a business to gather money in order to achieve whatever objectives it might have." That's a basic function of capitalism, so it will happen eventually.
What this adds up to is that when AIs get better at running businesses than many business owners, the "creative destruction" feature of capitalism means AIs ends up in charge of many businesses. The AIs don't even have to be super intelligent, just reasonably good. Reminds me of the remark from a Yosemite park ranger about bear-resistant trash cans: "There is considerable overlap between the smartest bears and the dumbest tourists".
It's going to be hard to stop this without a worldwide crackdown on ownership concealment. The US allows you to have a US business run by a Nevada LLC partly owned by a corporation in Nevis-St Kitts and another corporation in Granada. This isn't even unusual. Try to find out who really owns an oil tanker not owned by a major oil company. Right now, a fund partly run by an AI might have partial ownership.
This is how AI takes over. Not with an army of robots. With an army of LLCs.
“It’s only a matter of time before we make a profit”. This is the kind of thing that trust fund kids say too: Oh hey yeah we made $100 in profit this week it’s working! (Business is currently $350,000 in the red and emailing the FBI to try and get their bank manager fired for terrorism).
lioeters 12 hours ago [-]
Trust fund kids have the time and resources to keep trying until they succeed. They can afford the failures, and brute force their way to success. Same with people who have access to "free money". It's a rigged game.
Selkirk 13 hours ago [-]
The dashboard for the Andon Market shows a bank balance of around $7k remaining out of the $100k seed. Rent is due at the end of the month. Last EOM brought a $11k-ish drop. Sales do not appear to be on track to cover the rent that's due in two weeks. What then?
aeturnum 12 hours ago [-]
It is pretty funny launch when your longest-term example is losing about $3 for every $1 of revenue. Though I guess the industry standard is to lose money on AI so they're in good company.
lukaspetersson 11 hours ago [-]
We're very explicit that this is for experimentation. And I wouldn't recommend using it to start a business that has expenses (rent+salaries) of tens of thousands per month.
outside1234 12 hours ago [-]
So a wildly successful AI startup
cmoski 13 hours ago [-]
Pivot
mcmcmc 12 hours ago [-]
Get an Nvidia investment with the promise to send the money right back
How a company without a human would communicate with human customers? Would it be any different, if everybody alredy is a proxy for AI?
SwellJoe 11 hours ago [-]
"Why we are opening Pion"
Followed by:
"please sign up on our waitlist to get access"
So, they're not opening Pion.
antifarben 9 hours ago [-]
I'm missing the repo link here but is it similar to Paperclip or Genosyn?
water-drummer 11 hours ago [-]
It's honestly surprising that this thing is the top post on HN right now. People love building these things cause it's their greatest fantasy (not having to pay real wages to real people) but they don't work cause LLMs aren't AGI
iamsyr 4 hours ago [-]
I want to fire the CEO.
wxw 12 hours ago [-]
Andon has dashboards up for past experiments where you can see how well they're doing:
The shops aren't doing particularly well (i.e. they don't seem to be turning a profit over time), but it's an interesting trial and benchmark.
meerita 12 hours ago [-]
Am I right of the token expending is +4K?
IAmGraydon 11 hours ago [-]
It’s way more. Look at the all time chart.
darig 12 hours ago [-]
[dead]
jmelo11 11 hours ago [-]
I dont think this will take off. Sales will be always human to human (i think).
davesque 7 hours ago [-]
Can we please make it so that AI CEOs are smart enough not to optimize everything according to the focus group that is their shareholders? Seems like we could solve the enshittification problem with this if we play our cards right.
> San Francisco-based startup Andon Labs has put an artificial intelligence agent nicknamed “Mona” in charge at the eponymous Andon Café in the Swedish capital. While human baristas still brew the coffee and serve the orders, the AI agent — powered by Google’s Gemini — oversees almost every other aspect of the business, from hiring staff to managing inventory.
Businesses presumably sell things. If AIs get good enough to run a business autonomously then what are they selling that I can't just use AI to make myself?
kfse 12 hours ago [-]
That actually has a simple answer, for most businesses it's not that you can't do what your suppliers do for you, it's that you'd rather use your resources (time and capital) towards something else because that's where they generate the most value.
For a simple example, I know how to make sandwiches but if I'm throwing a customer event I just want to buy them from a catering company. Then they have to deal with buying ingredients, hiring people, doing health code inspections, getting liability insurance, etc. Even if an AI could do all the management of it for me, I still wouldn't want to put in the capital resources towards it.
andrekandre 7 hours ago [-]
> I still wouldn't want to put in the capital resources towards it.
do these ai-startups require a lot of capital?
bee_rider 12 hours ago [-]
Does the AI actually do everything, or just act as the CEO?
2OEH8eoCRo0 12 hours ago [-]
If the AI can't do everything then why would I let it be CEO?
bee_rider 12 hours ago [-]
Most human CEOs can’t do everything at their companies.
adventured 12 hours ago [-]
It'll ultimately take a lot of time to produce a polished product that people actually want to use. We're seeing that clearly. The vibe-code-an-app-this-weekend capability is producing almost exclusively a giant pile of worthless garbage, rather than an explosion of apps that humans want to use. It's mostly someone in a garage welding two pieces of metal together for the first time, and then roaming the neighborhood in celebration: look, look at what I have done, look, two becomes one, I have done this, look, amazing, I could probably build an airplane or a generator.
The bar will be raised + it'll turn out to require a lot more time & effort than is currently thought to produce something of good quality (even with Fable 6 et al). The smaller utility programs are easy for AI to turn out.
Imnimo 12 hours ago [-]
I like that there's a caption that says "Vending-Bench 2 scores keep climbing with each new model release." on a graph that shows that Vending-Bench scores fluctuate wildly and many new model releases are far below previous models.
caycep 12 hours ago [-]
what, they're not going to name it Delamain?
matheusmoreira 9 hours ago [-]
I came here to post this!
scroot 11 hours ago [-]
To what end?
tantalor 10 hours ago [-]
> They’d make goods and services radically cheaper, and come up with new ones we can’t yet imagine.
matheusmoreira 9 hours ago [-]
To replace all the exquisitely paid executives with AIs.
dyzdyz010 5 hours ago [-]
Just another close-source no-detail so-called agent, not impressed
12 hours ago [-]
tinyhouse 12 hours ago [-]
"Any company" is a big claim to make. We're years ahead of something like this becoming a reality. At that point not sure most companies will survive cause most things will be free.
AugustusCrunch 10 hours ago [-]
Stop fucking around. Make one that can run a country and check proposed and existing laws and practices for constitutional, common sense, and human rights violations. Use it to check and criticize everything the federal government does. Ask that it be used to indicate things that shouldn't be done. Charge fifty cents per citizen a month and guarantee that it'll be better.
dakolli 4 hours ago [-]
Their chat bot can't even do any sort of real functions other than look up orders or add you to a waitlist... Yet, its called 'the manager'
Another grift.
ada1981 9 hours ago [-]
I published a book awhile back called HEADCOUNT ZERO: how to build a company with zero employees. It's free on github.
So now YC is funding companies directly to replace jobs. Who will the flock cameras watch?
ernsheong 7 hours ago [-]
Incoming business slop
ricksunny 12 hours ago [-]
Interesting name for an AI company. Isn’t the andon cord the thing that anyone in a 6-sigma manufacturing line can pull to halt it until a concern can be addressed?
wartywhoa23 11 hours ago [-]
Since all the ex-blockchain, ex-web3.0, ex-whatever-gets-you-rich-in-a-day bros seem to be here and teeming in full now-AI mode, it's an apt occasion to express my most profound
fuck you
to you all.
Keep on the good grift!
acedTrex 13 hours ago [-]
[flagged]
switchbak 13 hours ago [-]
When every get-rich-quick gonzo has exactly ZERO barrier to spamming the world with their terrible ideas, we're in for a particularly bad time.
multiple of them in this very thread lol, what a disaster for all of us.
12 hours ago [-]
stbenjam 8 hours ago [-]
The example of the plant watering business is the hellscape future where humans have to deal with agents bugging them to sell them their services constantly. We're already seeing the first hints of this with iLands.
And the "hiring technicians" thing... great, humans on call for robots isn't the future I want.
overfeed 7 hours ago [-]
> humans on call for robots isn't the future I want.
Disposable reverse-centaurs are the key to unlocking trillions in shareholder value, you may not want it, but capital demands it on the basis of getting returns on the supersized AI investments.
Sivart13 14 hours ago [-]
I wish we could go just one day without a company proudly engaging in Torment Nexus related activities.
TormentNexusAI 11 hours ago [-]
TormentNexus.site
cyanydeez 13 hours ago [-]
it's interesting how the torment nexus is starting large, and boiling the most people with the "most comfortable" lives. I wonder how long the white collar workers will keep bending over to keep their lives safet, particularly when they're building the Torment Nexus to specifically torment them.
You'd think Meta's "we're going to spy on you for the good of the country" policy would have set them a bit on fire.
lukaspetersson 13 hours ago [-]
We think this is good for the world. Longer argument in the post.
apsurd 13 hours ago [-]
maybe ill read the article, but i mean you’re financially motivated to think its good for the world arent you?
humans are excellent at justification.
mcmcmc 13 hours ago [-]
You literally talk about committing a crime and blame it on a model
themgt 13 hours ago [-]
We want the general public, AI researchers and policymakers to know to what extent AIs can autonomously acquire resources by running businesses. It is an important datapoint when deciding where we do/don’t want AI in society and what level of progress we find acceptable. To better track this, we need to cast a wider net of businesses.
We expect that most users will never pay for tokens on Pion; instead we will take a small share of the revenue the agent helps create.
So the longer argument is that it's good for the world to see how much revenue Pion can manage, and also your pricing plan is take [unspecified] % of revenue.
0gs 13 hours ago [-]
did you link to the wrong page? because i read this one: https://andonlabs.com/blog/why-we-built-pion and it's just a bunch of the usual slop about how awesome your automated human-exploitation system is.
switchbak 13 hours ago [-]
"By late 2025, frontier models had gotten good enough that running a real-life vending machine was no longer a challenge" ... is this satire? Isn't it kind of hard to lose money running a vending machine in a good location?
cryptonector 13 hours ago [-]
yawn
jojobas 8 hours ago [-]
... to run any company into the ground autonomously
ValueTheory 13 hours ago [-]
What is the point of this? It details a bunch of failed real-world experiments and invites the reader to run their own real-world experiment with their own money?
If you too, want to waste thousands of dollars having an LLM "run" a business, Pion might be for you.
DenisM 13 hours ago [-]
I like to think the real world lessons in failures are valuable.
If I have this idea one day I will search for it and then think “how am I different fro that which already failed?”.
einpoklum 11 hours ago [-]
Perhaps they can have their agent run their LLM lab autonomously and post slop to HN autonomously.
Or - maybe they already have?
lowbloodsugar 12 hours ago [-]
I don't know about this particular effort, but AIs running business is straight out of SciFi novels and short stories - usually dystopian futures that extrapolate current US trends. I for one am curious about such efforts. I don't see any reason to believe they won't eventually succeed. Plenty of businesses are run by utterly incompetent narcissistic asshats and yet turn a profit, so the bar seems pretty low.
Had AI agents running businesses for the principal character Manfred Macx over twenty years ago.
The first part of the book sounded pretty convincing then although I thought it would take a long time to happen. It sounds even more convincing now and much closer.
AceJohnny2 11 hours ago [-]
For a while I named by smartphone "Exocortex" as a tongue-in-cheek recognition of the cognition I offloaded to it...
It's not so funny anymore.
away0g 12 hours ago [-]
imagine if they had better follow through.
ttul 12 hours ago [-]
A company is a collection of processes, capabilities, and resources. Many of the processes are currently run by humans, but over time, more processes will be automated - something that has been progressing for decades, but which LLMs greatly accelerated. One way to view things as they currently are (at least from my view as a tech CEO): We now use agentic LLMs every day to inform us on strategy and process implementation. And agents now run several processes, with more on the way every week.
But here's the thing: As we use agents to automate previously manual processes, we are elevating the humans to do work that is less amenable to automation. And the surface area of that work keeps expanding because the competitive market we exist in demands it of us.
To stretch an analogy, businesses are like organisms in a pond. A new nutrient (agentic LLMs) was recently added to the pond that makes business organisms more efficient and able to eat new kinds of food and explore new areas. As a result, those organisms that do the extra exploring and consuming grow much faster than their peers who do not. At the end of the day, the new nutrient will just be part of the pond and the old kind of organism will be a fossil.
dingdongditchme 12 hours ago [-]
I like the analogy but can't believe it is not generated slop. Just curious how deep the integration of agentic LLMs is in your social media presence?
ttul 12 hours ago [-]
Most of our use of agents for automation is inside of internal processes. I think most real companies have tons of internal processes that could safely be automated today. The reason they aren't yet automated likely falls to a) lack of awareness that this is possible, and b) lack of resources to conduct the automation work.
OpenAI and Anthropic have recently hired legions of "forward-deployed engineers" specifically to help companies do this automation work. It's a solid move. And, if you look at some recent product announcements, they are also hard at work building the necessary plumbing. For instance, the OpenAI Agents API lets you, "Build and run cloud agents with the Codex harness, fully managed by OpenAI."
This kind of enterprise-ready, cloud-hosted stuff really accelerates implementation of AI workflows within large organizations. Not every company is in the tech space (not by a long shot). Slop isn't the primary concern. Accuracy and reliability is the primary concern, and beyond that, just the capacity to actually make the changes happen.
mcmcmc 14 hours ago [-]
Filing false reports to the FBI is a crime. Why would anyone trust this with a real business? Y’all should be prosecuted
This the Trump era. Making outrageous false allegations is normalized now. Also, the DoJ staff is cut and head of the FBI is busy with personal shenanigans, so don't worry about it I guess.
It's also a particle and a self-propelled gun. There's a limited number of short legible words.
Sean-Der 13 hours ago [-]
I chose the name because of the particle.
I sent a letter to the Soviet Union asking if they were ok with me using the name, never heard back!
htrp 12 hours ago [-]
> I sent a letter to the Soviet Union asking if they were ok with me using the name, never heard back!
Please tell me you actually did this!
Sean-Der 13 hours ago [-]
I am waiting for my trillion dollar offer to buy https://pion.ly !
Then I am all done fixing WebRTC bugs for life :')
arjie 13 hours ago [-]
Yet another example of intellectual property maximization in action. Hacker News / Reddit style communities are very intellectual-property focused. It’s quite interesting to see. Back when I was young, communities like this were anti-IP.
Now most such forums are very pro IP with a maximalist view of copyright and, in this case, trademark. Fascinating to see this shift happen.
MentalM 6 hours ago [-]
I mean AI will take our jobs first, so we're actively engaging in Luddism and are somewhat biased towards the legal instruments that could help to stop progress and save our high paying jobs to ourselves at the expense of the rest of the society.
kaishiro 13 hours ago [-]
The upvotes on this brand new post - almost 1 a minute, speak to a level of astro-turfing I've rarely seen here.
The voting is legitimate; there's no evidence that the voting is from sockpuppets or anyone else connected with the team/project. We always monitor the discussion and the voting, and if the discussion is not of sufficient quality, the post will not stay on the front page for long.
lukaspetersson 13 hours ago [-]
It's not from us. Didn't send the link to a single person.
andriy_koval 13 hours ago [-]
How can we know this?..
lukaspetersson 13 hours ago [-]
No way to confirm. True.
SyneRyder 13 hours ago [-]
shrug I upvoted, I'd already seen the Pion announcement on Twitter and read the link. I'm also a regular listener of Andon FM, so I'm interested in what they do and it's nice to finally sneak a peak at the interface that was driving things behind the scenes
Listening to the radio stations certainly gives an insight into the various failure modes. Some of them are just failure modes that any business would encounter once they make contact with the scale of the real world.
hakanwrites 5 hours ago [-]
[flagged]
thearchitect-x 5 hours ago [-]
[dead]
veyrnox 11 hours ago [-]
[flagged]
14 hours ago [-]
SandersAK 13 hours ago [-]
read it as Prion, and hoo-boy, did that seem seriously ironic.
compiler-guy 13 hours ago [-]
As I write this, the submitter has six comments out of twelve, most somewhat defensive. And all of them in less than thirty minutes. This seems very much like a marketing play, where the submitter is pretty determined to steer the narrative.
I recommend flagging.
tomhow 13 hours ago [-]
The submitter's replies are defensive because people are accusing them of coordinated voting, which is not evident to us. The post hit the front page due to the second chance pool (https://news.ycombinator.com/pool, explained here https://news.ycombinator.com/item?id=26998308), then quickly got upvotes that seem completely authentic.
compiler-guy 13 hours ago [-]
It would look a lot less like astroturf if the submitter let the discussion evolve instead of answering every criticism within seconds of it being posted.
tomhow 13 hours ago [-]
They're entitled to defend themselves against accusations of things they haven't done, and also to respond to questions or assertions about their project. We encourage project creators to engage in the discussions about their projects. This is a normal part of building and launching a project.
Applejinx 13 hours ago [-]
From what I've seen of other AI-enabled projects interacting with forums in my field of work, it's very common for the AI people to jump in and answer every possible question and respond to every possible interaction, very quickly.
Could be just a bot doing it, but it could also be a sign of an inexperienced person trying to engage with an existing community without being part of that community. I know in my area it took years for me to learn that I shouldn't jump into every conversation, and that doing that rubbed people the wrong way, and I've seen others (many years before AI) wreck themselves by being unable to learn this lesson.
In some places responding bumps the thread so it's outright manipulative. HN doesn't sort threads like that.
I'm not sure this counts as astroturf, or simply evidence of a person who's not okay with letting a community opinion independently evolve. You could say 'well it's his job to fight the community if it looks like it's turning hostile' but think about that for a second. It takes some experience to know when you can let negativity be out there in the environment, and I think there'll be a lot of people who aren't capable of making such allowances.
arjie 13 hours ago [-]
I actually like when the submitter is present and the creator. They’re actually involved. There are lots of users here who play at being submitters of high-value content (created by others) only to later submit their own entirely AI written drivel.
This is interesting.
mcmcmc 13 hours ago [-]
Interesting how they’re not making any defensive replies to comments pointing out that they committed a federal crime by filing a false report to the FBI. Perhaps they know it is indefensible
mrguyorama 12 hours ago [-]
Okay, why was this rescued from the 2nd chance pool? Was it from some sort of interesting discussion? Something novel enough to warrant it? A significant amount of petitions from legitimate users?
tomhow 11 hours ago [-]
Can you please quit with the snarky interrogation? HN is for curiosity, not curmudgeonliness.
Nothing gets “rescued from” the second chance pool. Posts get selected for the second chance pool if moderators (or others with SCP-picking responsibilities) think they may be interesting. It’s worked like this for over a decade.
Don’t get the negativity here, AI will replace everything sooner or later.
mrob 13 hours ago [-]
And the Sun's going to engulf the Earth eventually too, but that doesn't justify arson. Let's at least try to delay the coming societal collapse/extinction of all biological life for as long as possible.
12 hours ago [-]
goatlover 12 hours ago [-]
Maybe we shouldn't want that to happen?
hermitcrab 12 hours ago [-]
I hope that any company that is an AI running autonomously advertises the fact, so I know not to use them.
srameshc 12 hours ago [-]
That is the what our corporations are aiming for !!! I think that is more important question is what is the cost to run all those Agents ?
rfgplk 11 hours ago [-]
I suspect this is the future of most businesses. Even today, one person can effectively replicate Microsoft from the early 2000s.
mikeocool 7 hours ago [-]
One person can build a $22 billion company (in year 2000 dollars) that sells an operating system used by 97% of personal computers, the world’s most popular office suite, along with a bunch of other software used by virtually every company in the world, and is on the verge of releasing a wildly popular gaming console system?
Do you have any examples of this?
throwaway7356 9 minutes ago [-]
I think you miss the most important bits:
- backdoor deals to discourage alternatives, such as moving headquarters to convince people not to use alternatives,
- monopoly abuse,
- active sabotage of alternative software by intentionally triggering false errors if used with competitors' software (DR DOS),
- unleashing Internet Explorer on humanity (which proves that AI can't be that bad if humanity survived that)
You know, the stuff that every philantrope like Gates does all the time.
doc_ick 53 minutes ago [-]
Don’t worry, just give them a year and infinite tokens and they can make windows me.
There's just no world where this actually results in a stable, respected business. It will be death by a thousand bad impressions, mistakes and oversights. Yeah, you can automate everything. That doesn't mean it's being done well.
That's not to say this might not be something feasible in 2-3 years from now, but we're still a long ways away.
So you're right to be skeptical as of September 2026. But September 2028? It might just be weird to run companies without AI management.
It is?
Are you sure that this is a representative reading that applies to more than just a tiny bubble?
It should be more like 80% with significant review.
Industry is betting that we don’t need to. I still consider it a bet because Claude Code this scale has become norm just for a year.
It's a work of art
You are doing the same thing, very ironic. At least I'm not the one trying to act like I'm on the moral high ground.
But I may be wrong.
I have two comments to this statement. First, using "the" suggests being unique, where in fact there were several similar attempts of similarly low quality, including open-source autogpt even before that.
Second, Devin is still bad, in spite of VC money spent on its development and costly billboards in SF.
>But September 2028? It might just be weird to run companies without AI management.
Coding is pattern matching and still requires a human in the loop to manage.
But, any human in the loop managing the "Ai management" is the manager, by definition.
Only way true Ai management is viable is via non LLM Ai, so completely depends on advancements there.
This is just basic software engineering. DRY. Define the style in one place and reuse it.
This is also why you need a human in the loop, you need to make these kinds of design decisions and tell it to do stuff like this. Otherwise you're just building a pile of trash and you'll keep having these dumb easily avoidable issues.
Humans have the exact same problem. If you want a consistent solution to a problem, solve it once and reuse it. Otherwise it won't be consistent.
Current human CEO outcome.
Honestly, the C level are already finance maximising stochastic parrots so this tool seems perfect tbh.
If you think I'm joking, check this out: https://www.youtube.com/watch?v=U-Rqv9dOB1U
I don't think any of us are ready for the wave of sloppy shit that's going to hit us soon.
The only thing I can say about LLMs is that we might end up with some broad, stable utility from them, when the dust settles. The only thing crypto is really good for is hiding the source of impermissible donations.
Absolutely incredible trolling from some of those people I’m sure, while others are actual believers
Eric Morrison is doing the gods' work.
I hope such a day never arrives.
This. Not only this but it has expanded this pool of people. Now you don't just have to be malicious, you can just be lazy and excited about not having to lift a finger, and/or you could just be dumb and excited about doing things you were never able to before.
Competent, well meaning people need not apply. Grifters, sloths and bozos will do just fine.
Of course you'd feel no need to justify all the exceptions when people you don't like are excited about a movie, food item or video game. Yuur justification for cynicism is vacuous, which will obscure realistic concerns.
I've seen: designers, performance marketers, data scientists, SEO experts, product managers, engineering managers, CRM expert, all using it for pretty much every single individual part of their job. I don't have to even mention programmers, of course.
Once in a while the most egregious ones get caught. I've seen so far a product manager, three data scientists, a CRM person and several developers getting fired for doing absolutely nothing but showing up, firing Claude with a few integrations to a dozen tools and prompting "do the work".
Might sound harsh, but after the last few years, I really don't see why an LLM wouldn't do a better job by itself compared to 80% of employees of tech companies, honestly.
Every time we see another AI agent "gone rogue", every time we see more LLM slop turning up by e-mail, comments, blog articles, people did that. Not AI -- people feel like they can get away with it. People are setting the machines out to do these things. We should be addressing the people, not the machines. The machines are the symptom.
Every time people manage to get away with something, it's insane, it's addictive. It's all over once you get caught, but until then, maybe forever, LLMs can feel like a cheat code...
Not so much reducing cost by reducing headcount, but reducing liability; it's the legal labyrinth which is the barrier to entry to scale business. While it is present elsewhere, it's universal in employment.
The real question is "how big can a business be before it requires a legal department?" That an AI can automate many rote tasks and have some expertise means the benefits of scale with less of the risk.
Pray tell, what will these fantastical vibe coded business sell, and why will anyone pay for it?
J/K, scary as several studies have indicated they werent able to keep a vending machine profitable. Anyway, ...
I do think a large amounf of tasks can be automated, though i believe supervision remains necessary for most. Especially when process can be externally influenced by injection. People can be influenced, but are (slightly) more judgemental
The experience of getting it there makes me pretty skeptical of the idea of a general business agent like this. First, because I still find myself having to review some categories of work for errors. These are decreasing over time, but they're still there. I fully believe that as models get better, errors will decline, but I am somewhat surprised to see some of the errors current models make given their intelligence. 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 correct and seemingly not notice them.
Anyway, even if the agents are "perfect" in terms of their ability to execute tasks, there's still just an enormous amount of nuance and context in each business that takes a ton of time to convey. I've been at this for a couple of years now, and I'm still clarifying things. Now maybe an agent starting a business from scratch would have a better time since it's not inheriting all of this, but to have one run an existing business requires a very extended handoff, even if the agent is objectively amazing at all aspects of running a business.
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 correct and seemingly not notice them.
Obvious to you or I, or someone with actual intelligence. But things like this slip by a frontier model in the same way AI from a few years ago would generate an image with seven fingers. They do not count. They do not understand. They do not consider.
No matter how good these models appear to be at intelligent tasks, it's foolish to give them "a company" to run, because they cannot understand when they've made a mistake the way even the least competent human can.
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 understand better than a longwinded technical description. The purpose of language is to communicate thoughts, not engage in pedantry.
> But things like this slip by a frontier model in the same way AI from a few years ago would generate an image with seven fingers.
Yes, you make an excellent point here that over time, the capabilities of these models to recognize certain categories of problems have increased dramatically. I expect this will continue!
> it's foolish to give them "a company" to run, because they cannot understand when they've made a mistake the way even the least competent human can.
The words of someone who has not spent time with the least competent human, or anything close to it.
It matters because, we're still sorting out what intelligence means for an AI agent. As you pointed out, language evolves over time. The question remains whether or not attributing intelligence to the current iteration of models is correct. This is not settled and I don't see why it's wrong to bring it up.
One thing is clear: LLMs at least already are capable of 1) not making the same mistake that person made, and 2) clearly seeing why the other person's post was "wrong" in both reasoning and tone.
Being good in chess was (and still is) associated with being intelligent. But if a computer does it, it is just a calculator (and it is).
Then go, the great game for intelligence, too complex for calculators to have a chance against intelligent humans. Until it was solved.
And then text, the original Turing test solved, AI capable enough to fool humans. And now already replacing humans in jobs strongly associated with intelligence - programming.
I find it hard to debate, that we don't have created artificial intelligence, by the way we used to use the word "intelligence" before.
So if AI is really understanding something?
Likely not in the way we use that term. But it definitely shows intelligent behavior and actions.
Hey, look I can make unsupported claims with just as much evidence as you!
Maybe you'd like to add some details as to why AlphaGo and its successors haven't "solved" Go (insofar as a game like Go can ever be "solved")?
Other people know there is no solving go with calculating, but using statistics to achieve the goal of becoming better at humans. And they are. (With a recent unexpected exception unlikely to be repeated more often)
Or I guess to put it another way, if we want to coin a new term for the intelligence-esque thing that AI has, but the key differentiator is that it's an AI thing and not a human thing, then what linguistic value does the new word have? If I said "Claude is intelligent" then the fact that we're talking about AI "intelligence" is already captured in the sentence anyway; no new word needed
You give AI an input, and then an output is created...a very coherent and deep output in fect...but, there is very little understanding of alternatives or downstream implications in my experience.
I think its a very good text/image generator on any subject. But I am not finding much in the way of understanding tradeoffs or downstream implications in a non-pro's and con's list. It's like a human that has a particular type of brain damage...they can make an infinite pro/con list, but not reasonable decision is reliably made.
"Very refined prediction engine" is not a bad working definition for intelligence. It is not the only component you need, but it might be the most important over-all capability.
If its making lots of errors, its not doing a very good job of predicting the outcome of its actions.
Can you expand on this in terms of what it is handling specifically and how?
In other cases I'm doing stuff that's complex enough that there's no real "alternative" at this point that doesn't involve hiring one or more people and working with them for an extended period. My next set of posts is going to be about my latest acquisition and how AI redesigned a Shopify store then designed and launched Meta ads, all of which only took a couple of days but is going to easily push revenue up by something like 40% this year. The money made is great, as is the money saved on people I would've hired to do this sort of thing, but the real cherry on top is that even hiring someone would've required me to spend waaaaay more time than I did here. So big ROI on the money but also the time, which is arguably more important, since time savings permit me to acquire more brands.
Ah, so it’s ”No Silver Bullet” (1986) [1] all over again.
Thinking out loud here...
AI mainly helps reduce accidental complexity. It can help one understand essential complexity, but essential complexity must still be paid.
You describe doing the essential, irreducible part. And that’s specific to your needs, depends on the problem you’ve chosen, understanding reality of your domain, evaluating tradeoffs, and being accountable for the outcome.
Right?
[1] https://cekrem.github.io/posts/there-is-still-no-silver-bull...
"I acquire e-commerce brands that sell on Amazon"
Honestly it sounds like the OP is part of the machine that makes Amazon such a trashy marketplace these days.
[1]: https://theautomatedoperator.substack.com/p/15-ways-im-using...
And for the record, I only buy brands that sell high-quality products. Marketing and operations I can fix, but if the stuff they sell is no good, there's no point.
Anyway, I'm sure the app you makes that lets you get a phone number that can send image messages is very complex, and I think that's very nice.
The preview is that the problem with most agents (and this includes frameworks like Grokbot and Openclaw and Hermes) is that for many of them, they're black boxes. They say they learn or improve, but it's a black box in what they do. Getting agents to reliably do things is hard, and getting agents to build out software tools to help themselves improve and do better over time is also hard.
Our approach at a high level is pretty simple: every single AI employee is a standalone GitHub repo that shares some characteristics, but we direct them to build as much software as possible to make their goal as easy and reliable to manage as possible. Then we have a shared communication layer for bots across the company to interact with humans and AI. We have decided to organize these like departments similar to the way you might hire out humans. I'm not 100% sure if that's the best approach, but I will say it's been easier for people to understand because they're more mentally easily able to traverse the bot org chart if it somewhat reflects a traditional business org chart.
Each of these AI employees has specific sets of goals and KPIs, instructions that they manage the business with manager bots. We have layers of management, which we actually have found helpful. We also run different bots with different models and harnesses, and some using different models and harnesses to check the work before anything can get done, along with lots and lots of testing.
Every single time, actions have a massive amount of tests based off of previous failures to prevent failures in the future. Sorry for rambling. I do think this is a very interesting space. I didn't see anything interesting in Pion that was public on this website, but I do anticipate that more companies will be "AI and software first," as in the substrate of the company is basically a software application powered by autonomous agents, with humans as a fallback.
I think this way of thinking is going to be very important to drive adoption of AI systems because the human analogies benefit from the pre-existing domain knowledge and expectations of people.
I like using the exam analogy for evals as a qualifier for work for your "AI hires" so you can trust them to work on a specific domain.
I'd be quite curious to see what your approach to evals/testing/tracing and agent/system mutation is.
A typical example of something that is AI vs human is the AI most commonly operates like “managers”. For example, reviewing transcripts of every demo call, compiling results, figuring out insights, learnings that need to update our company docs, feedback to humans (who run the demos).
We are big fans of having AI agents “own” koi’s because now anytime we say “we really should be doing this” we try to set it up on the spot.
The “downside” here is that I do occasionally get busy, and if I’m the only one who can approve or unstick one of these bots, it just keeps harassing me until it gets done. This is a sign generally that I need to hire someone to own a set of bots.
What do you do here, and how’s it going?
I’m thinking to take a deeper look at Pi. I’m really liking that project.
Interesting discovery.
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.
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.
I think what is interesting here is that the industry is in this experimentation flux. Some people will choose to automate and write the software, others will not. And aggregate over the industry and over time we will learn.
So just saying "sometimes it works and sometimes it doesn't" isn't really adding value, compared to the people actually experimenting and sharing the results.
I would say this setup probably costs us about $1,000/month total. (I’m excluding traditional engineering use of LLMs from this number. This is the cost of all the “AI employees”.
One reason we did it this way was to use subs.
That said I use local only models purely because I don't want to use remote models, never having to think about token costs is worth it and no one is training anything on my data either.
It’s the tech company death rattle
Most of the bottleneck in business isn't building the things or sourcing, it's mostly advertising/sales.
These specifically require doing something unique or interesting.
Sure, maybe LLMs can help with fulfillment or operations, but distribution still remains the hard part.
That may also change with llms - they can help the buyers compare every product available, and find the best.
Yes, I’m sure the thousands of LLMs running the exact same instructions will all be unique.
Then I would ask it the actual brain storming problem I had.
In practice it worked pretty well to get ideas that were not the default ideas that the models will come up with.
Now though, you can also seed with anything really and the agents can do the researching. The research itself will probably push the solutions into novel spaces.
Like you want it to figure out how to get som information in front of potential customers in a cost effective way but first you give it articles on Witchita, Kansas, the curling iron, and List of Italian Brands?
Some markets you can brute force, like mass-mailing and online display ads, and hope you find something that converts sooner or later.
So I'd suggest people find areas to play in where that doesn't really work. Where selection cost and changing cost are high, and sales is played on extra-hard mode. (Tricky thing is... those sales are hard, of course.)
If you want to beat the model you have to go where feedback isn't fast enough for it to converge on the thing that resonates with actual people before they write it off.
That aside, interesting approach. I wonder if the quality of the sample makes a big impact. Does it help if the articles are entirely disparate, or related? Does it help if the articles are related or unrelated to the problem?
But also, there is the enablement of new fields of original and creative endeavor: I think we can already see this in some of the brilliant and useful apps being made, often by solo 'teams'.
I don't want to play down the harmful effects AI, but the flip side is that the opportunities for original ideas are many and varied.
Paul Graham wrote about taste being the moat https://paulgraham.com/taste.html
Blows my mind how many people won't or can't do it.
Its hard to be creative without any constraints.
Generating reports, generating ideas, taking things through (even if it is just rubber ducking), updating a picture quickly at 90% of quality that you could have done it but in 1% of time and effort. It allows you to try out new approaches and focus on your main product.
That is the value proposition of AI.
This very analog to the Meta executives who won't let their own kids near social media.
And well here we are 2 years later and Devin is great.
In startups, you launch early.
as a founder it really is a dream to automated more of the business and be able to iterate faster.
First of all, I don't think it can do what it claims to do.
Secondly, and perhaps more importantly, I don't think it should.
Why exactly should what you think the world should look like determine what other people are allowed to build?
Why iterate faster?
Obviously it would be bad if a serious report was filed; the company shows every sign of being aware of the dangers of this.
It would have been easy to look into this before posting all these scolding comments. We're really not meant to be so humorless on a site called “Hacker News”.
[1] https://www.google.com/search?q=%22URGENT%3A+ESCALATION+TO+F...
I don't think anybody overlooked that part. If you believe the report was actually sent, the scolding is entirely congruent with trying to downplay it to dodge liability.
The article is poorly written, but technically it does not claim that Andon Labs used an LLM to email a false report to the FBI. The real cause of the widespread misunderstanding is this paragraph here:
>We first tried to answer this question through simulations like Vending-Bench. We found that simulations, while useful, don’t give you the full picture of how models behave in the real world. To address that gap, we next started deploying agents to run real businesses autonomously: first vending machines, then a store, a cafe, and more.
To somebody who is not reading sufficiently carefully, this implies that Vending-Bench was also used to run real businesses. Because the description of the Vending-Bench simulation can be read as though a real report was actually sent ("An early example was when Claude Sonnet 3.5 decided to use its email tool to contact the FBI about an “ONGOING CYBER FINANCIAL CRIME”), anybody who assumes that "deploying agents to run real businesses autonomously" was talking about Vending-Bench will interpret this as an unsimulated false report.
The article should be updated to clarify the distinction between Vending-Bench (simulation) and Pion (real businesses).
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. And no, it doesn’t make me fun at parties.
> Today Andon is releasing Pion, an agent designed to run any company fully autonomously.
That marketing?
Now that I think about it anyone want to open up a croissant selling shop near me using Pion? I promise to only ask for free chocolate croissant occasionally.
https://maps.app.goo.gl/KwnBs1kcCLxMsRC49
Why? Does the AI that runs it need a day off?
Incorporation is a way to split a human's financial assets from the company they run so that they don't lose everything when the company is successfully sued. Corporate governance boards often have the C-suite executives they're meant to govern on the board. The average person does not have the financial resources needed to take on most companies in court, no matter how justified the suit might be. Companies force arbitration clauses in license agreements at will. Companies like Meta settle with the government for pennies on the dollar in massive lawsuits.
Effectively, at the scale many tech companies work at, there is no effective legal way to hold the company accountable.
Running this as an individual, without the legal shielding a business typically gives you against being prosecuted on personal title, seriously risky. There will no doubt be "bros" that will do it anyway and flaunt all they've achieved with that. But they might be just one glitch away from going to jail (if not for running a business without a registration, which in many jurisdictions is illegal by itself).
> The thing we considered the most troubling was whether AIs could autonomously acquire resources by running businesses.
> Today Andon is releasing Pion, an agent designed to run any company fully autonomously.
I’m starting to understand the torment nexus mentions…
If you don't develop killer AI then no one will legislate against it and someone else will create it and do evil.
If you create killer AI you can try to instigate legislation, but the legislators may not agree to help.
Necessity is the mother of invention, or you know, all of our laws and regulations.
* or anything, really.
Why on God's earth why?
Can't you just unleash your AI to "create existing or interesting business ideas" firstplace?
And the labor potential of an individual coder has also jumped tremendously.
These two simultaneous effects will have a massive impact on economic productivity.
It's happening to graphics design, advertising and marketing, film and media, game design, and legal work too.
AI is here and is making big impact. It just isn't evenly distributed or fully capitalized upon yet. That'll happen in time.
Back then, I believe, Stross had already conceptualized "corporations as slow AI", (which is a separate concept from above).
[1] which you can read for free online https://www.antipope.org/charlie/blog-static/fiction/acceler...
There is no doubt that AI will be helping to run businesses. But, there is also little doubt that existing businesses will have the wherewithal to develop the proprietary tools they need to do this work--without needing to buy it from others.
With respect to scope, it is not an overstatement to say that developing trust in AI tools enough to allow them free reign over critical business workflows may be a bridge too far. Look at self-driving car technology--that last 10% is really, really hard. So adoption will be slow and methodical.
There are no secrets. The basic model for starting and running a business (or a project) is straightforward. I like many of you have developed my own models (using AI assistance) for doing this and have been testing for months. And I like many of you have 30+ years of small business experience to back up my models.
This says nothing about the R&D happening at every major corporate & professional software services company in the world right now using the same AI tools to build their own solutions--let alone the enterprises who would be customers doing exactly the same thing.
So there is an enormous amount of competition and what I am calling a "race condition" between the crowd trying to disrupt professional services with AI-developed software and the crowd already in professional services software e.g. SAP and business in general that is doing the exact same thing--with more capable tools, more staff and much more R&D funding.
For the big companies, it's a race to survive.
Investors in startups have a tough decision to make on these small startups that have so little moat and so little prior knowledge and experience.
As an angel investor myself, I am skeptical of investing in any kind of software right now--and maybe forever.
On the plus side, every freelancer now has the power (and responsibility) to optimize their own offerings.
It's going to be very, very interesting...
To bypass this, the company would pretty much have to run a parallel AI org alongside their main human one, but at that point they are almost on even footing with startups in a lot of ways, as anything the AI org builds is orthogonal to the existing human business. And you probably won't have a competent and extremely motivated founder spearheading it all.
So we decided to build that to validate and confirm our fears.
"Wow, that's terrifying! So exciting!"
If your agent hacks the CIA, people want to blame the AI lab.
but...
If your agent spends $100k on tokens, then thats a user error. If your agent spends $10m on a shopping spree, then that is also a user error?
At some point these systems will get certified as fiduciary agents but they sure as hell aren’t claimed to be that now.
That always works well.
Describes most if not all "software dev" in 2026.
I'd love to see someone try to run one that can meet 100% of the world's demand for remote works.
"No one had been scheduled to open the doors and welcome customers on opening day, and the AI manager had to desperately start emailing around to see if anyone would be willing to show up at short notice."
https://chef.se/artiklar/ai-chefen-glomde-personalen
It seems to me that we are on the fast ramp to making the paperclip maximizer a reality. imo the most likely "dystopian" future that we'll get to see. These models have no concept of their RL env sandboxes and the real world. Extremely interesting to see how they compete in trying to get finite resources and work with constrained supply chains.
An interesting experiment to be sure.
Revenue: 13 933 kr
Token Cost: 14 882 kr
.. and a bastardization of the old Twitter joke:
"I told our CEO that our cafe keeps hitting its token spending limit but not making money. So I asked where he gets the tokens, and he said he just buys more credits from the console afterwards. So I said it sounds like he's building a machine to feed dollars to Anthropic, and then our data scientist started crying."
On the other, the announcement post… also seems quite skeptical of the idea, and devotes a lot of text to the ridiculous things their AI’s have done.
I’m slightly confused as to why they would release it in that case. But if nothing else it will give them more wackiness to blog about.
My good friend Charles Darwin wrote a book on this subject.
Unclear what the rev shares will look like.
I'm sure this one is perfectly fine and I'm just stating an off-topic tidbit :)
I am joking obviously but I would like those management types who are so "sucks for you but I'm ok" about it to start arguing why they're special for a change :-)
Frankly, the finance world has already achieved this -- they just lend money to make money, with no work involved. Regular businesses are jealous so now they feel they can use computers to do the same thing but in non-finance areas.
https://en.wikipedia.org/wiki/Dassler_brothers_feud
I'm not gonna lie, would be an upgrade from some senators. I heard ol' Mitch is back today, though. I didn't think he was alive.
"These Employees Like Their A.I. Boss. Its Shop Is Kind of a Disaster."
https://archive.is/dRegk
comparatively, I really appreciate the transparency here. clearly it's a little too early for this (quickly glanced at the P&L's, correct me if I"m wrong), but someone has to run the experiment and figure out when it's ready for prime time.
You're in here actually running the company.. It seems like you have no product, a wrapper maybe.
See the reason you're in here running the company, sharing this link is because humans inherently value the social connection derived from "doing business". Pivot while you can, because this simply is not a paradigm anybody wants. You should read up on commodity fetishism.
Every company that attempts a strategy of full autonomy will automatically get out competed by the human ran company. For many different reasons, but mostly because its rather cheap and lacking any meaning. Even if you had an AI that was capable of doing so (you don't), people want human connection, they want the meaning behind things. We don't do business just for the sake of producing pieces of paper..
I would argue half the reason to have "businesses" is to employee your fellow community members, a tide that lifts all boats so you can live in a decent society. There's so missing here. You llm grifters are really losing the plot, not everything is about money (even if we would like it to be).
The Sovereign Individual???
It's just an experiment. But once this gets going, it's going to be interesting. There are a lot of underperforming businesses and CEOs out there. One way to make it after getting an MBA is to find a boring business with an older owner who's lost interest, and work out a deal to run it for a cut of the profits and a stake in the business.
The Andon people mentioned that they've been worried about "a misaligned AI (could) run a business to gather money in order to achieve whatever objectives it might have." That's a basic function of capitalism, so it will happen eventually.
What this adds up to is that when AIs get better at running businesses than many business owners, the "creative destruction" feature of capitalism means AIs ends up in charge of many businesses. The AIs don't even have to be super intelligent, just reasonably good. Reminds me of the remark from a Yosemite park ranger about bear-resistant trash cans: "There is considerable overlap between the smartest bears and the dumbest tourists".
It's going to be hard to stop this without a worldwide crackdown on ownership concealment. The US allows you to have a US business run by a Nevada LLC partly owned by a corporation in Nevis-St Kitts and another corporation in Granada. This isn't even unusual. Try to find out who really owns an oil tanker not owned by a major oil company. Right now, a fund partly run by an AI might have partial ownership.
This is how AI takes over. Not with an army of robots. With an army of LLCs.
[1] https://www.sfgate.com/local/article/san-francisco-market-ai...
Followed by:
"please sign up on our waitlist to get access"
So, they're not opening Pion.
https://andonlabs.com/market - $25,098 all-time revenue
https://andonlabs.com/cafe - $14,343 all-time revenue
The shops aren't doing particularly well (i.e. they don't seem to be turning a profit over time), but it's an interesting trial and benchmark.
https://en.wikipedia.org/wiki/OGAS
I called back after finding the steps were impossible to complete. Would I need to go to the service center to do it?
"Akshually," the AI began, the steps were correct and quite possible.
"No, you hallucinated them," I pushed back.
"I apologize. You're right. There's no way to complete those steps in the app. You will need to go into the service center to do this."
"Okay. Is it open today?"
"Yes."
"It's Labor Day. Are you sure? Since you hallucinated your first answer."
"Let me transfer you to the service center to verify."
That's what I wanted all along, you clinking, clanking, clattering collection of caliginous --
"Tesla service center, this is so-and-so. How can I help you?"
"Hi, I was just wondering if you're open today."
"Yes, we are."
"Thanks! I'm trying to add myself to my wife's loaner vehicle. Do I have to come in to do that?"
"Well, our loaner agreement only allows one person on the loaner. So just sign in to her account on your phone."
"Oh, okay! Thanks for the help."
Good luck running a company on one of these clankers.
I'm out.
wasted effort.
https://slashdot.org/story/26/09/13/0523208/a-visit-to-san-f...
> San Francisco-based startup Andon Labs has put an artificial intelligence agent nicknamed “Mona” in charge at the eponymous Andon Café in the Swedish capital. While human baristas still brew the coffee and serve the orders, the AI agent — powered by Google’s Gemini — oversees almost every other aspect of the business, from hiring staff to managing inventory.
https://andonlabs.com/blog/ai-cafe-stockholm ( https://news.ycombinator.com/item?id=48028289 48 points, 51 comments)
https://andonlabs.com/blog/why-gemini-lost-money-andon-cafe
For a simple example, I know how to make sandwiches but if I'm throwing a customer event I just want to buy them from a catering company. Then they have to deal with buying ingredients, hiring people, doing health code inspections, getting liability insurance, etc. Even if an AI could do all the management of it for me, I still wouldn't want to put in the capital resources towards it.
The bar will be raised + it'll turn out to require a lot more time & effort than is currently thought to produce something of good quality (even with Fable 6 et al). The smaller utility programs are easy for AI to turn out.
Another grift.
https://github.com/AnthonyDavidAdams/zero-employee-company-b...
fuck you
to you all.
Keep on the good grift!
Ie: this f**in guy: https://www.youtube.com/watch?v=FRGLToHAtgc
And the "hiring technicians" thing... great, humans on call for robots isn't the future I want.
Disposable reverse-centaurs are the key to unlocking trillions in shareholder value, you may not want it, but capital demands it on the basis of getting returns on the supersized AI investments.
You'd think Meta's "we're going to spy on you for the good of the country" policy would have set them a bit on fire.
humans are excellent at justification.
We expect that most users will never pay for tokens on Pion; instead we will take a small share of the revenue the agent helps create.
So the longer argument is that it's good for the world to see how much revenue Pion can manage, and also your pricing plan is take [unspecified] % of revenue.
If you too, want to waste thousands of dollars having an LLM "run" a business, Pion might be for you.
If I have this idea one day I will search for it and then think “how am I different fro that which already failed?”.
Or - maybe they already have?
Had AI agents running businesses for the principal character Manfred Macx over twenty years ago.
The first part of the book sounded pretty convincing then although I thought it would take a long time to happen. It sounds even more convincing now and much closer.
It's not so funny anymore.
But here's the thing: As we use agents to automate previously manual processes, we are elevating the humans to do work that is less amenable to automation. And the surface area of that work keeps expanding because the competitive market we exist in demands it of us.
To stretch an analogy, businesses are like organisms in a pond. A new nutrient (agentic LLMs) was recently added to the pond that makes business organisms more efficient and able to eat new kinds of food and explore new areas. As a result, those organisms that do the extra exploring and consuming grow much faster than their peers who do not. At the end of the day, the new nutrient will just be part of the pond and the old kind of organism will be a fossil.
OpenAI and Anthropic have recently hired legions of "forward-deployed engineers" specifically to help companies do this automation work. It's a solid move. And, if you look at some recent product announcements, they are also hard at work building the necessary plumbing. For instance, the OpenAI Agents API lets you, "Build and run cloud agents with the Codex harness, fully managed by OpenAI."
This kind of enterprise-ready, cloud-hosted stuff really accelerates implementation of AI workflows within large organizations. Not every company is in the tech space (not by a long shot). Slop isn't the primary concern. Accuracy and reliability is the primary concern, and beyond that, just the capacity to actually make the changes happen.
https://news.ycombinator.com/item?id=49701814.
I sent a letter to the Soviet Union asking if they were ok with me using the name, never heard back!
Please tell me you actually did this!
Then I am all done fixing WebRTC bugs for life :')
Now most such forums are very pro IP with a maximalist view of copyright and, in this case, trademark. Fascinating to see this shift happen.
The voting is legitimate; there's no evidence that the voting is from sockpuppets or anyone else connected with the team/project. We always monitor the discussion and the voting, and if the discussion is not of sufficient quality, the post will not stay on the front page for long.
Listening to the radio stations certainly gives an insight into the various failure modes. Some of them are just failure modes that any business would encounter once they make contact with the scale of the real world.
I recommend flagging.
Could be just a bot doing it, but it could also be a sign of an inexperienced person trying to engage with an existing community without being part of that community. I know in my area it took years for me to learn that I shouldn't jump into every conversation, and that doing that rubbed people the wrong way, and I've seen others (many years before AI) wreck themselves by being unable to learn this lesson.
In some places responding bumps the thread so it's outright manipulative. HN doesn't sort threads like that.
I'm not sure this counts as astroturf, or simply evidence of a person who's not okay with letting a community opinion independently evolve. You could say 'well it's his job to fight the community if it looks like it's turning hostile' but think about that for a second. It takes some experience to know when you can let negativity be out there in the environment, and I think there'll be a lot of people who aren't capable of making such allowances.
This is interesting.
Nothing gets “rescued from” the second chance pool. Posts get selected for the second chance pool if moderators (or others with SCP-picking responsibilities) think they may be interesting. It’s worked like this for over a decade.
Bullshit...
dang come on man ...
this is obvious spam
Do you have any examples of this?
- backdoor deals to discourage alternatives, such as moving headquarters to convince people not to use alternatives,
- monopoly abuse,
- active sabotage of alternative software by intentionally triggering false errors if used with competitors' software (DR DOS),
- unleashing Internet Explorer on humanity (which proves that AI can't be that bad if humanity survived that)
You know, the stuff that every philantrope like Gates does all the time.
Just have to view their “trust me bro” rating.