Hacker Timesnew | past | comments | ask | show | jobs | submit | imafish's commentslogin

I agree. Software engineering as we know it is dead. Wonder what it'll evolve into.

In the blink of an eye you'll be 60, looking back thinking where the last 20 years went. Make them count :)

I heard you like AI slop...

That, combined with the recording of Gemini 7 [1] and the debriefing of Apollo 11 crew (Armstrong, Aldrin, Collins) [2] is also what find I most compelling.

These are highly trained astronauts, engineers and fighter pilots. In the case of Apollo 11, they went straight to a press conference and stated that they saw nothing out of the ordinary, basically lying to the public.

60 years later, and we still (presumably) have no clue what they saw, except that it was important enough to keep classified.

[1]: https://www.youtube.com/watch?v=GMskFWK8Q3A

[2]: https://www.war.gov/medialink/ufo/release_1/nasa-uap-d4-apol...


So... what if you are a contributor to OpenClaw and like using Claude Code? Simply not allowed?


My guess is she wants to respond to all feedback and questions but doesn't have time to do it all by hand.


Cool idea. But is anyone actually building real stuff like this with any kind of high quality?

Every time I hear someone say "I have a team of agents", what I hear is "I'm shipping heaps of AI slop".


Even though I did not know about Andrej Karpathy's tweet from earlier this month, I ended up converging on something very similar.

A couple of weeks ago I built a git-based knowledge base designed to run agents prompts on top of it.

I connected our company's ticketing system, wiki, GitHub, jenkins, etc, and spent several hours effectively "onboarding" the AI (I used Claude Opus 4.6). I explained where to find company policies, how developers work, how the build system operates, and how different projects relate to each other.

In practice, I treated it like onboarding a new engineer: I fed it a lot of context and had it organize everything into AI-friendly documentation (including an AGENTS.md). I barely wrote anything myself, mostly I just instructed the AI to write and update the files, while I guided the overall structure and refactored as needed.

The result was a git-based knowledge base that agents could operate on directly. Since the agent had access to multiple parts of the company, I could give high-level prompts like: investigate this bug (with not much context), produce a root cause analysis, open a ticket, fix it, and verify a build on Jenkins. I did not even need to have the repos locally, the AI would figure it out, clone them, analyze, create branches using our company policy, etc...

For me, this ended up working as a multi-project coordination layer across the company, and it worked much better than I expected.

It wasn't all smooth, though. When the AI failed at a task, I had to step in, provide more context, and let it update the documentation itself. But through incremental iterations, each failure improved the system, and its capabilities compounded very quickly.


how is this related to parent comment . slop.


Well, my comment was meant as an example of a setup for actually building something real with reasonable quality. I was answering to that part of the previous comment.

In my experience, the difference is context. Agents without structure produce slop, but with a well-curated knowledge base and iteration, they can be useful. I was just sharing a setup that has been working for me lately.

Edit: minimal changes for clarity


The problem with your comment is that the word "real" is just there to move the goalposts. There are people building high-quality stuff like this, yes.

I built a tiny utility like this that works very well yesterday:

https://github.com/skorokithakis/gnosis


I remember the personal wiki was a bit of trend 5 years ago but it kind of died because it had an unclear purpose for the most part. I kept one but never really referred to any of the notes and then just went back to a paper and to do list. I’m sure this is useful for those who kept up the habit.


this is not a personal wiki though. it is a team wiki. agents are responsible to manage it and keep it fresh and always visible with human oversight.

tbh this won't be much useful as a personal wiki.


Hey, contributor to Wuphf here,

We have been using it as a sounding board. I think that in its current state it's actually more useful for someone to learn about how to run a business - "what does a CEO vs PM do" and/or learn about the pros/cons of running a bunch of agents at once.


let's talk about real stuff. we built an AI-native CRM backed by HubSpot founder Dharmesh Shah last year before this, had revenue, iterated to focus on context graph infra which looked like the right moat to focus on, did enterprise PoCs, and all of that distilled into this personal project i built on the side to help my own work. turned out to be right interface for making context infra usable.

the team is of 4 HubSpotters who built HubSpot's largest platforms - search, nav, notifs, permissions, AI.

we are in the process of opening up large pieces of our enterprise context architecture to WUPHF and also ship the cloud enterprise version of WUPHF (https://nex.ai/new-home).


+100 for this comment.


Don’t worry - that will certainly change in the future if they have any kind of success :)


OpenAI also worked like this last time I used it - not sure if that's changed.


This is from my experience the same in AWS and Azure. I would love for a kill-switch if the usage goes above a critical threshold. 5 hours down time will not kill my app but a huge cloud bill might.


It's been a year since I last looked at this, but when I did you could get near-realtime cost metrics for AWS Bedrock via CloudWatch (you get input & output token counts and have to generate the actual price yourself)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: