HN user

smoe

2,823 karma
Posts5
Comments789
View on HN

Gossip Goblin, I think, is a great example of what artists with actual working experience can do with AI.

That said, for my taste, his works, while visually beautiful and interesting, feel a bit collage-y and lacking in emotion. The over the top visuals distract from a lack of depth. Sound design is very meh.

As I said, I think there are and will be many artists using AI in great and novel ways. It’s just that so far I have seen many more grifters than artists.

I’m not yet convinced that AI will bring us the next Masamune Shirow, Katsuhiro Otomo, Moebius, H.R. Giger, or Syd Mead in terms of lasting stylistic impact on the genre without them having to learn some actual skills, rather than just being an “idea person"

Interestingly, I enjoyed early GenAI videos much more. All those bizarre, fever dream like experiences from the lack of consistency between frames, where things would morph or pop in and out of existence. They had a certain flair and something truly distinct to the medium. Now it is mostly just this uncanny valley of bringing stock photography to life.

Obviously, there will be some who use AI to great artistic effect, but I'm really worried about the discoverability of actually interesting stuff, whether it uses AI or not. Everything will be swamped by the automated goo of mediocrity that will vastly dominate in volume.

My perhaps naive hope is that this pushes people back toward offline and local communities, as well as toward more physical art instead of even more consumerism.

ChatGPT Work 13 days ago

The only difference I can see is that the controls for local/remote, branch, and worktrees disappear, and instead it shows office suite plugins. I would presume it affects the system prompt in the background?

Very confusing. But I do find it potentially interesting to treat general office work no differently from coding, which is something I had already been using Codex for in many ways before today

Grok 4.5 14 days ago

That's assuming their flagship product remains relevant in an AI-powered world.

The big advantage Google has, in my opinion, is Android. I think there is a decent chance that people stop downloading the ChatGPT, Claude, etc. apps if they perceive that the phone just does the same out of the box for free. And I reckon the majority of people will prefer free, ad-ridden AI chat vs. paying subscriptions, at least for personal use. And on the B2B side, they have Workspace deeply embedded in a huge number of companies. So I wouldn't count Google out.

For work, I mostly use Codex and some Claude. For personal use, I’ve started using Chinese models directly through their respective providers, mostly for automation tasks and experiments so far, either via the API directly or through the Pi harness.

I do not trust any of them. Everything runs inside virtual machines, not just the sandboxes provided by the harnesses. I also do not run Claude or Codex directly on the host machine. Not just because of supply chain fears, but also because of how incredibly user hostile the VC funded companies are when it comes to installing random stuff on your machine.

I would say prompt engineering, in the sense of people claiming you need to include in every prompt magic incantations like "You are a senior engineer from a superintelligent alien species" and "take a deep breath and make no mistakes" doesn’t really do that much for everyday work I feel or they are all already included in the system prompt maybe. I reckon it can still edge out a few percentage points in automation.

What actually matters is the ability to communicate well in general, not anything LLM-specific. Being able to state what you want clearly and unambiguously, and having a sense for what additional information you need to dump, even when the other side claims they already have everything they need.

I'd love to see either Anthropic or OpenAI really step up their infrastructure game.

It's worth noting that OpenAI's official uptime numbers are significantly better than Anthropic's:

99.9x% for API/Codex, versus <99.5% for Claude API/Claude Code.

I'd obviously like OpenAI's numbers to be higher too, but this is one reason it really annoys me when the head of Claude Code goes on podcasts implying that software engineering as a whole, not just the act of writing out code, is basically solved.

One wonders why hasn't months of presumably near-unlimited internal Mythic solved the issues unrelated to hardware shortages yet.

I find it fascinating that every time this kind of discussion comes up, people talk about night and day experiences between Claude and Codex, in both directions. I’m really wondering what people are doing to get such different outcomes.

I’m currently working on two projects/clients one using Claude, one using Codex. I have a strong preference for the latter, but not because I think it is much more intelligent or writes much better code. It is simply because I find the way of interacting with it more pleasant: more literal, mechanical, makes fewer assumption and or double checks, and is less proactive in my experience. At least until some updates over the last few weeks.

I reckon right now the Enterprise concern is more FOMO around the AI wave and how to retrain or replace up to hundreds of thousands of employees. I don't think cost is the main concern right now.

But if AI doesn't lead quickly to vast large scale replacement of workers as promised, I could definitely see the C-suits and their gaggle of consultants starting to ask questions about token pricing.

In this case, handling all the edge cases and variants, and testing a codemod, would have taken significantly more of my time, which costs quite a bit more than the LLM.

Obviously, a deterministic tool is preferable in general, but it is not always worth bothering with for a one off task.

I had good experiences doing multi-hour refactoring/housekeeping tasks that basically consisted of applying the same steps and rules n times.

Worth noting, a significant chunk of those runs involved the agent waiting for the compiler, linters, type checks, and test suites, as well as updating journals. It’s not the agent sputtering out code for eight hours straight.

And naturally I spend more time on manual verification in the end as much less of it is happening during the coding process.

I do think that over the past few months, it feels like the hype around producing unmaintainable amounts of LoC has started dying down.

I wonder if a small part of this is more and more business and product people actually trying to incorporate AI into their daily workflows. I have seen this in both small companies I work for. People were very excited about getting Claude Cowork a couple of months ago, and while they use it daily, I would say they are rather underwhelmed compared to the magic they were expecting. Complaints include the output being mediocre and verbose, it getting the most basic things wrong, hitting token limits all the time, and people going back to doing things themselves because it is faster.

Sure, there is some degree of holding it wrong in the beginning, but people are realizing that maybe, just maybe, there is still somewhat of a gap between what AI CEOs, LinkedIn grifters, and YouTube AI supplement peddlers claim and reality.

I don't know how effective the French protests are, since I haven't lived in Europe for a while. But even as a Swiss, at least judging from TV, protests in the U.S. generally seem very tame.

Not advocating punching the police as a default, but in my opinion, protests need to be disruptive if they're going to get anyone's attention at all. I don't really see what a few people standing on the sidewalk with cardboard signs are supposed to accomplish.

I think we too often treat other people’s jobs like spherical cows out of ignorance. Not just AI researchers.

Long before LLMs, programmers regularly and massively underestimated how hard it is to automate other people’s work. Knowledge workers often think carpenters just bang nails into wood, while blue collar workers think knowledge work as sitting in front of a screen copying values from Excel on the left into a form on the right while sipping a latte.

Only like 2.5 years ago, I thought programming would be one of the last knowledge worker jobs to be significantly affected by LLMs, not one of the first. I think AI models will continue to be very impactful. But for quite a while, they may mostly turn knowledge work into a last mile problem rather than eliminating it.

Earlier this week I started testing Chinese models on my codebase. I haven’t really looked at interactive coding yet, but more at issue triage, bug auto-fixing, log analytics, etc.

I used DeepSeek, Kimi, GLM, Qwen, and MiMO against GPT-5.5 high as reference, all running in Pi harness without anything installed.

So far, Kimi and MiMO look the most promising to me. I haven’t tested them rigorously enough to make a strong statement, but my first impression is that, in practice, all those models may be less behind on typical daily tasks than people think.

They are a bit “work hard, not smart". Getting to same-ish results more slowly and using more tokens, but at a fraction of the price

My worry is that, at least among the artists I know, many kept themselves afloat early career by doing commercial freelance jobs like illustrations for local events or companies. Those kinds of jobs might largely vanish.

On the other hand, with the internet inevitably becoming swamped by AI generated content, I can definitely see a de-digitalization of art moving into offline spaces. At least for independent work, you don’t necessarily need mass appeal or exposure, but rather access to individuals and small groups with an actual willingness to pay for art.

Having used Python on and off for 20 years, my experience with LLMs writing Python has been mixed. I don’t think that’s necessarily because of a low-quality dataset, but rather because Python’s applications are so broad and the language has gone through several paradigm shifts over time: sync vs. async, typed vs. untyped, scientific Python looking very different from web application code, some people really wishing it were an FP language, and others doing the clean-architecture OOP onion soup. It has gotten so fragmented.

Recently, I had a more pleasant experience using LLMs with Go. It reminds me a bit of Python 2.x, when the community seemed, in my view, more focused on embracing a stupid simple language, with everyone trying to write roughly similar "Pythonic" code.

I honestly think that, given the sorry state of the pre-GenAI internet, with all the SEO optimization nonsense, clickbait, and supplement peddling everywhere, LLMs are for now actually better than Google for “doing your own research” on many things.

At least at the entry level. Once you want to go in depth, the outcome in my experience is the same as with LLM use on any topic depends heavily on the domain knowledge of the prompter and their ability to steer it.

In my opinion, it has always been the “easy” part of development to make a thing work once. The hard thing is to make a thousand things work together over time with constantly changing requirements, budgets, teams, and org structures.

For the former, greenfield projects, LLMs are easily a 10x productivity improvement. For the latter, it gets a lot more nuanced. Still amazingly useful in my opinion, just not the hands off experience that building from scratch can be now.

Systems Thinking 6 months ago

I’m the same. Often the first step is a time-boxed exploration, just trying to make the key pieces work in any way to encounter major blockers as early as possible. No planning, no design, not following any best practices, often all in a single file. Then from there, either refactor/rewrite or just use it as input for planning.

Of course, it requires some discipline to not just yolo the prototype into production when that’s not appropriate.

It is kind of funny that throughout my career, there has always been pretty much a consensus that lines of code are a bad metric, but now with all the AI hype, suddenly everybody is again like “Look at all the lines of code it writes!!”

I use LLMs all day every day, but measuring someone or something by the number of lines of code produced is still incredibly stupid, in my opinion.

My favorite movie quote as it pertains to software engineering has for a long time been Jurassic Park's: “Your scientists were so preoccupied with whether or not they could, they didn’t stop to think if they should.”

That’s how I feel about a lot of AI-powered development. Just because you can have 10 parallel agents cranking out features 24/7 and have AI write 100% of the code, that doesn’t mean you’re actually building a product that users want and/or that is a viable business.

I’m currently in this situation, working on a greenfield project as founder/solo dev. Yes, AI has been tremendously useful in speeding things up, especially in patching over smaller knowledge gaps of mine.

But in the end, as in all the projects before in my career, building the MVP has rarely been the hard part of starting a company.

In my experience with a combo of Claude Code and Gemini Pro (and having added Codex to the mix about a week ago as well), it matters less whether it’s CLI, backend, frontend, DB queries, etc. but more how cookiecutter the thing you’re building is. For building CRUD views or common web application flows, it crushes it, especially if you can point it to a folder and just tell it to do more of the same, adapted to a new use case.

But yes, the more specific you get and the more moving pieces you have, the more you need to break things down into baby steps. If you don’t just need it to make A work, but to make it work together with B and C. Especially given how eager Claude is to find cheap workarounds and escape hatches, botching things together in any way seemingly to please the prompter as fast as possible.

I'm not against AI art per se, but at least so far, most “AI artists” I see online seem to care very little about the artistry of what they’re doing, and much much more about selling their stuff.

Among the traditional artists I follow, maybe 1 out of 10 posts is directly about selling something. With AI artists, it’s more like 9 out of 10.

It might take a while for all the grifters to realize that making a living from creative work is very hard before more genuinely interesting AI art starts to surface eventually. I started following a few because I liked an image that showed up in my feed, but quickly unfollowed after being hit with a daily barrage of NFT promotions.

GPT-5.2-Codex 7 months ago

Do you think that for someone who only needs careful, methodical identification of “problems” occasionally, like a couple of times per day, the $20/month plan gets you anywhere, or do you need the $200 plan just to get access to this?

I would argue that many engineering “best practices” have become much more important much earlier in projects. Personally, I can deal with a lot of jank and lack of documentation in a early stage codebase, but LLMs get lost so quickly, or they just multiply the jank faster than anyone ever could have in the past, making it much, much worse for both LLMs and humans.

Documentation, variable naming, automated tests, specs, type checks, linting. Anything the agent can bang its proverbial head against in a loop for a while without involving you every step of the way.