Join the discussion
Write your take first — we'll ask for email only when you're ready to publish.
- Hacker News
- Mine is and rightly so. AI will do a better job at educating you on any technical subject than I could have ever hoped for.
I can only hope my years of writing and open source code projects are useful to OpenAI otherwise it was all for nothing.
by kypro - yeah this is dead for 20 percent of peoples and also AI uses our content to shows result to those 20 percent how chooses AIby thecrazyufo
- I feel much less incentivised to post publicly. The only benefit might be that I review and think more before posting than saving locally.
The downside is that now bunch of llms will read it and spill my thoughts all over without any attribution. I might be even ok with that, but now some company is making money on it, and that doesn't sit well with me.
by tetek - The few technical blogs I posted, that's exactly what I imagined -- some guy would have the same problem, find my blog, and I'd save him and his company a day or two of work.
And now they're making money on it, and that sits really well with me.
by qup - I'm searching for them harder than ever. Ironically, I have agents crawl for independent bloggers so I can add more people to my ever-growing RSS feed.by Peacefulz
- Ooh. Interesting approach! Have you considered publishing a list of those blogs somewhere?by cpach
- Maybe there is value in another role for technical blogs: providing structured frameworks that change how an agent reasons through a problem.
An agent may understand the underlying technology, but I spend a fair bit of time working out with agents the best framework for approaching a particular problem.
A technical post could lay out various approaches, possible SOPs, and their tradeoffs. That can be useful to an agent even if it doesn’t teach it any new technical facts.
by dohyo - I still see them occasionally and read them when I can. Because the content a human has made is much more interesting than something possibly plausible but useless that an Agent could tell me. I've been working on a project that'll look at the HN new submissions and start to filter out the stuff I really don't care about (news, product announcements, stuff about LLMs), which makes technical blogs more likely to show up, then I can bookmark them for later readingby voidUpdate
- Haha bro, I came up with the same idea that I need just simple LLM-filter with my own criteria to find something interesting. You can check it there: knoless.vercel.app. Maybe you can give me some advice :)by zlokki
- HN is an IT site, but technology means a more than IT. Technical can be formal or informal. Social media encapsulated informal personal interest technical blogs long before llms. Reach is always the biggest problem. Mention on HN has helped a few personal blogs, I'm sure. If somebody wants to look something up that a particular blog is good about, they can take the data and run, or be entertained by following the llm back to the source. If I want to know the amp-hours in a NiCd C-cell, I go to DDG, then the blog, and then 85% of the time I leave. The ai assisted answer credits the page" Maintaining your Batteries" which looks like it was typed on an Underwood. Walled gardens ruined search.
- I used to run javascripttodaycom. Within ~3 months, it had numerous first result Google searches (something I didn't plan), and the traffic was beyond what I would have ever imagined when starting it. It eventually became the first result for "JavaScript Blog".
When LLMs gained popularity, I used them. Nonstop. My original intentions (explain things so I can understand them better) behind the blog were shattered. I wanted more readers.
(I did eventually remove or completely rewrite those LLM-generated articles).
Now, I don't know if the LLM-generated content did this, but the readership eventually dropped to single digit numbers. Granted, I did stop writing for like a year, but yeah... Why would anyone read anything on the blog when an LLM can generate the answer they're looking for in seconds? AND they can ask follow-up questions?
- If you want to make money from it, it's definitely far harder than it used to be. Ad payout for written content is miniscule compared to that for videos or livestreams, and the decline in traffic has likely hit things like affiliate links and sponsorships pretty hard.
It's also hard to get people to visit regularly, let alone respect the time and effort that goes into writing for a site like this now. Again, people seem to have decided that influencers who make videos are just more 'valuable' than writers.
But I guess there are other reasons to run them. Writing helps you think by letting you explain your ideas more clearly, it provides a potential portfolio piece that may help things like job applications, and it's definitely possible to get attention from the right people by having a public presence like this.
It's just not really something that makes a lot of sense business wise anymore.
by CM30 - I recently launched a hackers' blog aggregator at http://tinkeri.ng (note the layout switcher top-right)
The thing about Tinkering is it's a place to pickup on people's passions.
It's still important to be able to think and write. You can really put yourself on the cutting edge of things. And then you can translate that into better prompts.
The more I think about it, many of the questions people ask here on HN are very much already answered through prompting. That's sort of weird. And if you want a blog post on something, just ask an AI and they'll be pulling from blog posts anyway.
The issue is "Model Collapse" and synthetic data as outlined here: https://share.gemini.google/izx1TAOuSZc5 - my questions there were actually posed here on HN beforehand https://news.ycombinator.com/item?id=49536605 I just went and asked C3PO about it afterward. The commenter could have done the same.
by adrianwaj - > Why would anyone searh for technical blog when they can just ask their agent about it?
- To get the human perspective about something from an expert.
- To get the history of something, because there's still much to learn from there that LLMs can't really teach us.
Eg. "Why did you make those decisions way back when?"
This is why I enjoy Raymond Chen's blog[1] and folklore.org[2] so much. I don't think LLMs can replace that.
Now only if we could get more DEC, SGI and early Sun people blogging before they croak.
1. https://devblogs.microsoft.com/oldnewthing/author/oldnewthin...
by runjake - If you write one for likes and shares then yeah, totally dead. The same is true for all internet content though. AI has removed the need for anyone to ever visit a website again if they're happy to read what AI generates.
If you write one to solidify your thinking, or for you to refer back to in the future, then they're just as useful as ever.
Also, if you write a good post people will drop into the comments to accuse you of generating it, which is pretty disheartening. You can't blame people for not sharing.
by onion2k