holy gaslighting Christ have some links, lots of people think that
https://www.reddit.com/r/ITCareerQuestions/comments/126v3pm/...
https://medium.com/technology-hits/the-death-of-coding-why-c...
https://medium.com/@TheRobertKiyosaki/are-programmers-obsole...
https://www.forbes.com/sites/hessiejones/2024/09/21/the-auto...
and on and on, endless thinkpieces about this. Certainly SOMEONE, someone with a lot of money, thinks software engineers are imminently replaceable.
> until the singularity curve starts looking funny.
well there's absolutely no evidence whatsoever that we've made any progress to bringing about Kurzweil's God so I think regardless of what Sam Altman wants you to believe about "general AI" or those thinkpieces, experts are probably okay.
Coding/engineering/etc is all problem solving in a strucutred manner.
That skill is not going anywhere
So, so, so excited to see this
I only check most places once a week so I use the LLM to do the scraping but there are a few cases where I have to scrape thousands of pages very frequently so I use the more deterministic script it generates instead.
Works ok. Not as automated as I’d like
But I do not want to have to build a network of bots with non-deterministic outputs to simply stay on top of versions
What actually works:
- Overnight autonomous work is the killer feature. Directive before bed, structured deliverables in the morning. Research reports, competitor analysis, lead lists — genuinely usable, not demos.
- It found and fixed an SMS chatbot that had been broken for 10 months in my CRM. Diagnosed a legacy app version issue, upgraded components, rewrote the bot prompt through 6 iterations by analyzing real customer conversations. I never would've gotten to that.
- Connected to 4 new APIs autonomously in one session (CRM, workflow automation via OAuth, admin APIs, embeddings).
- Memory works surprisingly well. Daily markdown logs + semantic search. It references decisions from days ago and builds on previous work.
What doesn't:
- It hallucinated about itself when writing marketing copy. Invented revenue figures and got hardware specs wrong. Everything needs review.
- Browser automation is brittle. Rich text editors, complex UIs — still needs human intervention.
- Too agreeable by default. Had to explicitly program "push back on bad ideas" rules into its personality file.
Revenue generated: $0. Time saved: hard to quantify but the SMS bot fix alone would've taken me a full day I didn't have.
For solo founders willing to invest setup time: worth it. For people who just want a chatbot: massive overkill, use the API directly.