HN user

grahac

88 karma
Posts18
Comments31
View on HN
iamcharliegraham.substack.com 7d ago

SaaS Still Has a Moat. Just Not the One We Think

grahac
6pts0
www.aiqrank.com 1mo ago

An AI-Native Leaderboard

grahac
3pts0
www.aiqrank.com 2mo ago

AIQ Rank – a score for how AI-native your workflow is

grahac
3pts0
www.aiqrank.com 2mo ago

What is your AIQ Score?

grahac
3pts2
iamcharliegraham.substack.com 4mo ago

Saaspocalypse: Real or Hype?

grahac
5pts1
iamcharliegraham.substack.com 9mo ago

"Be Different" doesn't work for building products anymore

grahac
138pts134
www.rivalsee.com 11mo ago

The Great ChatGPT Traffic Miscounting Problem

grahac
2pts0
github.com 11mo ago

A prompt to improve SEO for Vibe-coded/AI-coded sites

grahac
2pts0
www.rivalsee.com 11mo ago

Vibe-Coding's SEO Blind Spot – and a prompt to fix it

grahac
2pts1
humans.maxcomperatore.com 1y ago

What is everyone in the world doing rn?

grahac
2pts0
iamcharliegraham.substack.com 1y ago

The Present and Future of Vibe Coding for Non Developers

grahac
2pts0
blog.sequinstream.com 1y ago

What makes Elixir great for startups

grahac
6pts1
iamcharliegraham.substack.com 1y ago

MCPs, Gatekeepers, and the Future of AI

grahac
3pts5
iamcharliegraham.substack.com 1y ago

Is AI Making Me Lazy?

grahac
2pts4
www.iamcharliegraham.com 1y ago

AI Coding and the Peanut Butter and Jelly Problem

grahac
4pts0
www.fast.ai 6y ago

Fast.ai: Covid-19, your community, and you – a data science perspective

grahac
1pts0
www.nbcnews.com 6y ago

The Latest ESport – Trash-Talking Speed Chess

grahac
1pts0
en.wikipedia.org 10y ago

Benford's Law

grahac
2pts0

This is great! Now waiting for the forum UI update too! :)

Hoping Elixir continues to thrive. It is such a great language (and such a great language for AI coding too!)

Agree. Counting tokens today is like counting lines of code submitted to prove productivity. Can be completely gamed and diminishing proof productivity (aka, having any lines of code usually shows more competence than having none, but after a certain point there is no correlation and maybe a negative correlation).

What do people think of tools like www.aiqrank.com which measure on agent orchestration use, skill use etc?

Vibe engineering 10 months ago

Thank you Simon! Too many people conflate non-engineer vibe coding with engineers using ai to make themselves much more productive. We need different terms!

Look at the AI visibility tools. They all integrate with multiple LLM models, include scheduling, management of multiple external processes, data parsing, site-scraping, graphs, as well as multiple database structures. They need retry and error logic, real-time displays and updates, and multiple flow UX's, and Stripe integration with webhooks, and subscription management.

Same thing with competitor monitoring. These tools require scraping multiple sites, checking X, Facebook, Jobs sites, Crunchbase, etc, aggregating data and displaying and making sense of changes. And the same multi-process management, queuing, and Stripe integrations.

A few years ago, these would both fit into businesses requiring many months of development to get it all running. Now we are seeing dozens of companies emerging in each of these categories each month as they take weeks to build. And if one finds a cool aha (a new integration or graph or UX flow or positioning) the others can quickly follow in a week or less of AI-agent coding.

There are dozens of other categories where this is happening too.

The hard part of figuring out the nuances of the APIs and integrations and retries and AWS integrations and Rabbit MQ configurations and corner cases can all be done by AI with the right context.

If the software is doing complicated integrations, that may be a barrier as said in the article.

And to be clear, this is people using teams of Claude Code agents (either Sonnet 4.5 or Sonnet 5 and 5.5 in the future). Reliability/scale can be mitigated with a combination of a senior engineer or two, AI Coding tools like the latest Claude Code and the right language and frameworks. (Depending on the scale of course) It no longer takes a team senior and mid-level engineers many months. The barriers even for that have been reduced.

Completely agree that using Lovable, Bolt, etc aren't going to compete except as part of noise, but that's not what this article is saying.

Totally fair. Sorry you had to go through that.

Yeah the joke is companies want to hire someone who is already an expert in that role who is curious and a fast learner, without realizing that if someone is already an expert who is curious and a fast learner, they probably want a different role to grow into.

LOL. AI is currently like a mid-level average to good engr who can write good code but ocassionally goes off the rails. Any engr on a team with those characteristics would be heavily vetted in reviews. Almost like a smart CS intern.

If AI was amazing senior level engr, it would be a different story.

Yeah right now that's certainly true.

But my belief is those companies will soon realize that some of the people who they thought were junior are pretty adept at AI management - more adept than the senior people. And that skill will suddenly be more in demand than how well you can code an optimized sorting algorithm.

Some will get there faster than others of course. But AI is changing things so quickly that it may happen faster than we think, given the state right now.

I agree that AI does not replace the best people in those roles. It can do an average to good job. Maybe it can reach top 40% of the industry? If you need the best UI or best marketing, humans are still netter. Those top human jobs won't go away for a while.

With that in mind, if you just need average to good, AI can do a good job at a tiny fraction of the cost. So the average to good roles will start getting replaced.

As examples, the sites tellmel.ai, and rivalsee.com for example were created without needing a UI or frontend designer. In the past I would have needed to hire a UI employee or consultant to do either of those at a very large expense (especially for the really good ones).

Hitting the vibe ceiling is real. I know a bunch of non-devs who come to me asking for help after vibe coding and hitting the ceiling. Usually the best thing to do is to just re-start.

(Also hitting the vibe ceiling happens with developers too- best way to get around it is to revert all changes and start the feature over).

Great overview on why Elixir is great for startups. Very much agree with much of what is in here!

I find I am 2x more productive with Elixir vs other langautes just because of all of the things it does behind the scenes.

I'd also add Oban is a game changer as it is a nice plug & play queuing so you don't have to do Redis or rabbitmq

Yep. It is currently a Meh experience as said in the OP because the UX sucks. The idea is take a step back and imagine what could it become if those are fixed.

Btw, one of my favorite MCPs is a Whois MCP so I can ask Claude Desktop to brainstorm domain names and then immediately check if they are available :).

It’s clunky but I am still using it :)

Agree that for mainstream use it needs to be and will be hidden from the user entirely.

Will be much more like an app store where you can see a catalog of the "LLM Apps" and click to enable the "Gmail" plugin or "Shopping.com" plugin. The MCP protocol makes this easier and lets the servers write it once to appear in multiple clients (with some caveats I'm sure).

Yeah. The clients are responsible for doing this right now but I could also imagine an MCP wrapper helping as it gets more complex - or maybe single-focused clients emerge that do a better job for a limited number of MCPs and tasks.

SENDME 1 year ago

I was hoping this would be a command-line or folder - to URL so that someone could fetch it. We still need an easy way to transfer big files to other people.

At some point we are going to need a bigger discussion on if AI will make us dumber because it replaces our deep thinking or make us smarter by having us level up. And what point does AI level up beyond what we as humans can do in terms of deep thought?

Agreed although AIs today with simple project based rules can do things like check and account for error cases, and write the appropriate unit tests for those error cases.

I personally have found I can often create equivalent code in less English than typing.

Also it works very well where the scope is well defined like implementing interfaces or porting a library from one language to another.