Hacker Newsnew | past | comments | ask | show | jobs | submit | christofosho's commentslogin

Tight feedback loops feel good.

Find another developer and pair/work together on a project. It doesn't need to be serious, but you should organize it like it is. So, a breakdown of tasks needed to accomplish the goal first. And then many pull requests into the source that can be peer reviewed.

I like reading these types of breakdowns. Really gives you ideas and insight into how others are approaching development with agents. I'm surprised the author hasn't broken down the developer agent persona into smaller subagents. There is a lot of context used when your agent needs to write in a larger breadth of code areas (i.e. database queries, tests, business logic, infrastructure, the general code skeleton). I've also read[1] that having a researcher and then a planner helps with context management in the pre-dev stage as well. I like his use of multiple reviewers, and am similarly surprised that they aren't refined into specialized roles.

I'll admit to being a "one prompt to rule them all" developer, and will not let a chat go longer than the first input I give. If mistakes are made, I fix the system prompt or the input prompt and try again. And I make sure the work is broken down as much as possible. That means taking the time to do some discovery before I hit send.

Is anyone else using many smaller specific agents? What types of patterns are you employing? TIA

1. https://github.com/humanlayer/advanced-context-engineering-f...


that reference you give is pretty dated now, based on a talk from August which is the Beforetimes of the newer models that have given such a step change in productivity.

The key change I've found is really around orchestration - as TFA says, you don't run the prompt yourself. The orchestrator runs the whole thing. It gets you to talk to the architect/planner, then the output of that plan is sent to another agent, automatically. In his case he's using an architect, a developer, and some reviewers. I've been using a Superpowers-based [0] orchestration system, which runs a brainstorm, then a design plan, then an implementation plan, then some devs, then some reviewers, and loops back to the implementation plan to check progress and correctness.

It's actually fun. I've been coding for 40+ years now, and I'm enjoying this :)

[0] https://github.com/obra/superpowers


Can you bolt superpowers onto an existing project so that it uses the approach going forward (I'm using Opencode), or would that get too messy?

These are just skills, so you can add the skills to your setup and start using them whenever you like.

Thanks

Yes. But gsd is even better - especially gsd2

looks interesting, thanks for the tip :)

I don't think that splitting into subagents that use the same model will really help. I need to clarify this in the post, but the split is 1) so I can use Sonnet to code and save on some tokens and 2) so I can get other models to review, to get a different perspective.

It seems to me that splitting into subagents that use the same model is kind of like asking a person to wear three different hats and do three different parts of the job instead of just asking them to do it all with one hat. You're likely to get similar results.


I'm considering using subagents, as a way to manage context and delegate "simple" tasks to cheaper models (if you want to see tokens burn, watch Opus try fixing a misplaced ')' in a Lisp file!).

I see what you mean w.r.t. different hats; but is it useful to have different tools available? For example, a "planner" having Web access and read-only file access, versus a "developer" having write access to files but no Web access?


Yes, if you want to separate capabilities, definitely.

Aren't down votes on this forum restricted to 500+ karma? And how would those compare to flagging? I'd hate for people under 500 karma to think they need to flag a post in order to have it get any attention by moderation. And, with your idea that LLMs help folks write, wouldn't that make the community worse for them?

And what about users like this, whose comment are very much entirely LLM generated and possibly even a bot? https://news.ycombinator.com/threads?id=BelVisgarra


I should clarify — I disagree with disallowing any comments that used LLMs in the writing. I think comments should be judged on their quality, not on how they were written.

I might agree (don't know) with the idea of limiting new accounts more heavily.


> I disagree with disallowing any comments that used LLMs in the writing.

I think the point here is that the community doesn't want to read AI slop, not that using an LLM to clean up your writing contains some inherent evil that prevents quality.

I don't want to accuse you of strawmanning the argument, but honestly, where did you ever see someone advocating the latter?


Yikes. That account is like the epitome of LLM posting. It's a shame, too, because it makes me feel less inclined to read discussion on this forum.

Yeah, unfortunately there are bots here that are much better at hiding that and even do language mistakes on purpose.

It's still a small minority of comments, but it's definitely getting a problem and just the chance — even if it's small one — of talking to a bot, rather than a human causes inhibition. Finding out that one has been talking to a bot is finding out you've been scammed. You invest time and human emotions into something for another human to read, even if it's just a quick HN comment, just to find out that it was all for nothing. It sucks the humanity out of it and thereby out of oneself. You get tricked into spending your valuable limited human social energy on soulless machines with infinite capacity of generating worthless slop instead of on other humans.


Doing things I love:

  - Learning French and Japanese
  - Drinking tea and exploring tea culture
  - Playing Geoguessr (or in my case, Geotastic) to see different places in the world and just generally have a fun time figuring out languages, and unique traits of different countries and cultures
  - Reading and watching science fiction, lots and lots of it!
  - Coding. I really do love writing code.
  - Trying to improve my communication skills, and ability to break down and describe tasks. It relates to AI, but also relates to working and interacting with other humans. :)
  - Working
  - Hanging out with my family
  - Eating yummy food that I enjoy
  - Doing crosswords
  - Playing video games
  - Writing
  - Rock climbing, other physical activities like walking or doing a quick work out
  - Cleaning and fixing the home.
These don't solve all of the problems, but they make me feel better about my own life and that positivity helps me interact with others and think more positively about the world and all the cool things in it.


Playing an instrument


Somehow I missed that, even though I regularly play several of the instruments in my home... Thanks for reminding me of one more awesome thing!


In our org that would not fly. They would be required to break it down. Did you or anyone tell them they need to make it readable for the rest of the team?


I understand where you're coming from, and think there is something missing in your final paragraph that I'm curious to understand. If LLMs do end up improving productivity, what would make them go away? I think automated code generators are here until something more performant supersedes them. So, what in your mind might be possibilities of that thing?


Well I guess I no longer believe that long term, all this code generation would make us more productive. At least not how the fan favorite claude-code currently does it.

I've found some power use cases with LLMs, like "explore", but everyone seems misty eye'd that these coding agents can one-shot entire features. I suspect it'll be fine until it's not and people get burned by what is essentially trusting these black boxes to barf out entire implementations leaving trails of code soup.

Worse is that junior engineers can say they're "more productive" but it's now at the expense of understanding what it is they just contributed.

So, sure, more productive, but in the same way that 2010s move fast and break things philosophy was, "more productive." This will all come back to bite us eventually.


It's definitely sort of that. You can run your own server, as well, though this comes with its own limitations (and inherently takes away from the want for more players). Most of the developers have varying goals with the project. When I was working on the project, my care was primarily for making the game as close to the original as possible using "replays" by dedicated players before the original shut down. It was fun to write code for something that felt like it would give some folks a nostalgia hit.

I think optimally, you'd do something more akin to a "group ironman" with some friends. This guarantees you've got others around.


Wow Christofo I recognize your name! You were one of the founders right?

I'm OsrsNeedsF2P / Red Bracket. Funny seeing you here!


I did write a whole bunch of code for the project! I recognize your name, hope all is well. :)


thanks for your work on RS preservation!


Companies need to set the bar and uphold it. Saying people are "quiet quitting" is synonymous with saying, "we don't know how to set and uphold standards". Putting the blame on the employee instead of having clear guidelines (i.e. making it a performance problem) is an unfortunate scapegoat used to shift the blame and accountability. A job is a contract. Ain't just one sided.

Edit: Amending to mention that there are companies that do quite well at upholding standards. To those, thank you for trying.


Same with the WFH debates.

'We're going to force workers into the office and hope they do some work out of boredom' is taken as a serious strategy because the average manager is mind-bogglingly incompetent. If you know how productive people are (i.e. your managers aren't morons), and you have incentives set-up (e.g. pay, promotions and hiring/firing is dictated by productivity), then there's no problem to solve. Workers who are more productive in the office will be forced into the office to meet standards, you don't need blanket rules.


Oh and the penny pinchers have consistently under-leased space and forced the worst setting imaginable on most of us - open floorpans. So RTO is disruptive, distracting and pointless.

My small team of 3-4 will occasionally go to the office when someone is in town, ask for a room/office get denied and assigned random open floorpan seats.

Usually sat next to the interns or the Helpdesk or some other noisy group we don't interact with at all.

Often they can't even find contiguous seating so we are sat hodgepodge amongst people we don't work with.

Would be better to go to a WeWork or something.

They really think we are cattle.


Of course after this post, no joke I go into the office last week and the reservable open desks were in the supply closet with broken chairs and monitors. Amazing.


The other day my manager straight up told me he doesn't understand what I am spending time with issue X for and why I even put it in my scrum meeting ( he assigned it me; he really should know what it actually entails, but clearly doesm't know ). I will be honest, I got pissy and simply removed it from my todo list, will let it fail and I will let it be assigned to me again. I am now George Constanza and embrace the sheer corporate managery.

I am tired of this.


I have a $30k computer at home.

Are you going to give me one like that at work?

If not I'm less productive there and only showing up to polish your ego.

My corporate escorts rates are higher than my working rates accordingly.


I'm genuinely curious as to what kind of work requires a $30k computer for productivity. High end CAD?


ML workloads where I can do a few epochs locally to see where the data is going wrong before running the full training run in the data center.


What companies allow you to do work on a personal computer? That seems like a recipe for disaster...


Ones without a straitjacket of bureaucracy.

It's not like I can't exfiltrate all their data with a python script and a web cam.


Companies also control things like anti-viruses, etc, on their work machines. It's not just about concerns over stealing information.


I use qubes.

A corporate antivirus is a rather large step down.


I never had an issue with using my own computer at work. And didn't even want to use a corporate computer.


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

Search: