I really like how easy it is to run using bunx, pnpx, npx, etc.
But does anyone have thoughts on the security aspect. Getting people used to just running code like this that has full access to the system is slightly concerning.
On the other hand it’s no different than installing npm packages
Yes, you need to run these agents in a sandboxed environment when running full AFK [1] yolo. That could be a Docker container or it could be remote developer environment.
Maybe this kind of thing would be better written in Deno?
Deno has mechanisms for allow-listing the exact files the process can access - in this case you would want to give it read-only access to the log files in the ~/.claude directory and nothing else.
There is a (dystopian) world where AI is so good at making movies or series so well tailored to a person so cheaply that there will be no more shared culture.
It’s reaching, of course, but imo the best shows are those that have small, dedicated, fanbase. If it’s small it means that the show has enough personality to drive other people away.
And that’s fine. Popular stuff is popular mainly because of lack of controverse.
On the one hand you say it's dystopian, but you also seem to be celebrating it? ;P Maybe a show with a fanbase of 1 is in fact the best show in the entire world ;P. Regardless: I don't think you end up with no shared culture at all, because if something happens to me that normally would only happen to just me I still tell my friends about it, and maybe they want to experience the same unique thing I saw, and the same will be (and already is, fwiw) true of AI generated slop.
I agree with you, but the owners and customers of ad-supported communities like Facebook have an incentive to inject clickbait from fake users posing as humans. Facebook is already well along that road, with a captive if aging userbase. Maybe they'd flee if they had an alternative.
Most people on social media don't interact, just consume. You are talking to small self selected minority
If there was an HN clone generated on the fly for you or the guy you replied to then what's the difference? Especially if you imagine you didn't know it was generated. That's the problem with this tech, for you there's no difference. But probably a difference for society.
You must have missed a train or two over the past fifteen years, so called “social media” have very little to do with the social part they used to, they are mostly algorithmically driven dopamine shots to capture user's attention, and TikTok is the purest form of it.
Some people are stimulating themselves with opioids too. Outside the Hacker News bubble, which statistically has elevated incentives to push "the future is AI", the consensus I've seen is revulsion towards fully algorithmically generated content streams.
This is like seeing Frito-Lay's stock price rise, and concluding that restaurants are doomed in the future. There's about the same amount of equivalence.
I don't doubt that we will be able to make a content machine. Honestly, we had that on tiktok before generative AI. But I feel like this kind of misses the point of art. The idea of art for me is on some level experiencing someone else's intention and connecting with others based on that. Generative models have no intention or experience so I am uninterested in what they have to say even if it is technically well executed.
It will happen for different people at different times, but at some point the realization that you are looking at people who don't exist living lives that aren't possible to sell you products that won't help you will click for you, and when it does it will cut you off from society in a way we don't currently have words for.
Are you sure about that? In the Matrix Cypher wants to return into the matrix knowing fully well that it is fake, and backstabs his friends to accomplish it. I suspect we may see it play out similarly irl. Fiction tends to be pretty good at commenting on human nature.
There's a trope of humans who don't fit in to the world.
My comment is more that more and more people will find themselves as that person unexpectedly as they are driven out by the popularity of people that do not exist.
Sure, some people may love the idea of being the only real person in a sea of fakes, but those people are true freaks and not worth discussing except out of pity.
There is a moment where people might be so engaged it might not be profitable anymore though.
Brands pay for ads because it generate sales. If people become vegetables that doomscroll all day, barely pausing to eat and have a dump, they will also stop purchasing stuff.
Or maybe people will be so addicted that social medias as a drug becomes a commercial product in its own riggt and tiktok can paywall it.
Agreed, the TikTok one will be vastly more popular, as it requires no creative input. Also much more near-term. Some version could be shipped within months.
It's already partially that, just with humans still supplying the prompts and doing some cherrypicking before posting their AI-generated videos. I wonder if there will be some "for you (AI)" and "for you (non-AI)", and which one will end up being the default?
I remain skeptical that there is enough overlap between videos I’d want to watch and videos that make me buy stuff. Conceivably there could be ads I’d want to watch even though they don’t work on me. A subscription model seems more likely in my case, though.
I have the same issue. I have too many ideas with very limited amount of time to work on them. When I meet people, I want to share my ideas and get feedback about what they would find interesting, use, pay for, etc.
I'm building a platform to do this, so I can share my ideas.
It's currently available as a subdomain of my personal site, since I have not yet finalized the domain for this project. However, each user's page will be at a path of the primary domain (e.g. example.com/moshe). `/ideas` is not supported at a sub-path (e.g. example.com/moshe/ideas).
I will be supporting custom domains, so I could support `/ideas` only for those sites.
Other options include redirecting/rewriting your personal `/ideas` path to this product. Or, offering subdomains (e.g. moshe.example.com/ideas)
I’ve always wanted a tool to help me track my online orders. However, it wasn’t practical to make integrations with every merchant. Even scraping the order emails was way too much work to do for an unproven product.
Now with LLMs it’s simple to extract structured data from emails.
I built [Orderling](https://orderl.ing) that is basically a CRM for your orders. It uses OpenAI api to extract the order information and automatically adds it.
It has a pro over documented examples in that they are _guaranteed_ to be correct.