HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mordymoop

no profile record

Submissions

Show HN: PlateSpinner – A Kanban board that orchestrates AI coding agents

github.com
1 points·by mordymoop·4 months ago·0 comments

Agent Orchestration Is Not the Future

moridinamael.github.io
19 points·by mordymoop·6 months ago·5 comments

3D Printing from the Latent Space

twitter.com
2 points·by mordymoop·8 months ago·1 comments

Multi-Objective Process Control

globalmoo.com
1 points·by mordymoop·10 months ago·1 comments

comments

mordymoop
·18 days ago·discuss
This happened at Google because there aren’t enough engineers to maintain all these services. This situation may not apply to Anthropic, as they can set up features to be maintained in perpetuity by Claude.
mordymoop
·25 days ago·discuss
Personally, I find it difficult to competently reason about a system unless I've built my own version of that system. So if you make a practice of building your own versions of things, you end up with a more robust mental library of how stuff works. For this reason, I've never seen yak shaving as a waste of time. The yak shaving was at least 50% about loading the abstractions into my brain fully.
mordymoop
·30 days ago·discuss
This seems like the obvious correct frame of mind with which to approach these tools. If it works for three hours on a task that would have taken me three work weeks, and 20% of the time it gets the task wrong, then I can just ask it to do it again with adjusted instructions. It will be much more likely to get it right the same time, and I’m still ahead of where I would have been by 14 days and 2 hours.
mordymoop
·2 months ago·discuss
This also describes the work of software engineers.
mordymoop
·2 months ago·discuss
https://github.com/moridinamael/platespinner
mordymoop
·2 months ago·discuss
Over time I've found that by far the highest ROI move in a consciousness debate is to simply ask "Oh, interesting. How do you know that?" and watch everyone on all sides flounder. It's one of the few places where otherwise smart people make confident statements that they don't even realize they can't support until they're asked to try. The intuitions are so strong that they seem to swamp reason.

This has caused my own position, over time, to be a deep agnosticism about what's actually going on.
mordymoop
·4 months ago·discuss
This only works up to a certain volume. The world economy requires about 38 billion barrels of oil per year. If you processed 100% of all grain, sugar crop, tuber and oilseed on Earth into liquid fuel, leaving zero for food, you'd get about 6 billion barrels of oil-equivalent in liquid fuels. Since it has to compete with food, the actual number would be much lower. It's not even close to being able to sustain our civilization.
mordymoop
·4 months ago·discuss
Interestingly, in inflation-adjusted terms, oil is currently at a price level lower than the price level that was maintained from 2006-2014.
mordymoop
·5 months ago·discuss
Workflow-wise, the important distinction for me has been that I can refine a Skill by telling Claude Code to use it for related tasks until it does exactly what I want, correctly, the first time. Having a solid, iteratively perfected Skill really cuts down on subsequent iteration.
mordymoop
·5 months ago·discuss
I wonder how much the indications of Altman's duplicitous behavior through the deposition findings have been relevant here.
mordymoop
·6 months ago·discuss
What would you consider such evidence to look like?
mordymoop
·6 months ago·discuss
I also had a good friend who was an absolute wizard with early stablediffusion. he could make the model do things that were supposedly impossible at the time. His prompts were works of art. Now any of the commercial image models go far beyond what he could do. It's interesting to think about how there was this ephemeral art form of manipulating image models that existed for about a year.

The same could be said of prompt engineering. Gone are the days of telling the model that it is an expert software engineer with a PhD in the most relevant subtopic. These days the common wisdom is to just clearly articulate what you want it to do. Huge amounts of energy put into prompt engineering are now completely swept away by incremental model advances.
mordymoop
·6 months ago·discuss
A post arguing that agent orchestration is not the future of agentic coding.
mordymoop
·7 months ago·discuss
I have similar usage habits. Not only has nothing like this ever happened for me, but I don’t think it has ever deleted anything that I didn’t want to be deleted, ever. Files only get deleted if I ask for a “cleanup” or something similar.
mordymoop
·8 months ago·discuss
Submitter takes an evocative element from the background of an old AI generated image and 3D prints it.
mordymoop
·8 months ago·discuss
I used it to cure my 25-year-running chronic pain condition, I would call that a benefit.
mordymoop
·9 months ago·discuss
I'm on the same page here. I have seen this sentiment about Codex suddenly being good a few times now, so I booted Codex CLI thinking-high back up after a break and asked it to look for bugs. It promptly found five bugs that didn't actually exist. It was the kind of truly impressively stupid mistake that I haven't seen Claude Code make essentially ever, and made me wonder if this isn't the sort of thing that's making people downplay the power of LLMs for agentic coding.
mordymoop
·9 months ago·discuss
Perhaps surprisingly considering the current stratospheric prices of GPUs, the performance-per-dollar of compute is still rising faster than exponentially. In a handful years it will be cheap to train something as powerful as the models that cost millions to train today. Algorithmic efficiencies also stack up an make it cheaper to build and serve older models even on the same hardware.

It’s underappreciated that we would already be in a pretty absurdly wild tech trajectory just due to compute hyperabundance even without AI.
mordymoop
·9 months ago·discuss
Here's one. https://doofmovies.com/ With this project I'm sort of playing a game where I want to see how long I can go without finding out what language the backend is written in. I still don't know.
mordymoop
·10 months ago·discuss
Yeah, it will definitely do dumb stuff if you don’t keep an eye on it and intervene if you see the signs that it’s heading in the wrong direction. But it’s very good at course correcting and if you end up in a truly disastrous state you can almost always fix it be reverting to the last working commit and start a fresh context.