←back to thread

634 points david927 | 5 comments | | HN request time: 0.004s | source

What are you working on? Any new ideas that you're thinking about?
Show context
kredd ◴[] No.41342529[source]
I had this realization that, sometimes, people on my team are doing the same tasks in different ways, resulting each of them taking different amount of time. In certain scenarios, there is an optimal way of doing things, and I don't even know about it. Trying to test out if current AI-models are solid enough to do comparisons from a screen recording, or just general suggestions for improving white-collar workflows. I could see an eventual platform that could be built out of it.
replies(1): >>41342554 #
1. flir ◴[] No.41342554[source]
Is it possible that you're describing design patterns here?
replies(2): >>41342618 #>>41342666 #
2. kredd ◴[] No.41342618[source]
Hm, if you mean software design patterns, then not exactly. It's probably harder to detect in just coding world, but the easiest one I can think of in our realm "checking current CPU usage of X service". In my current company, there are quite a few ways - logging into AWS -> switching to production environment -> going to ECS -> Looking up the service -> Clicking on metrics, or opening DataDog -> Dashboards -> Service Name.

I understand it's very reductive and simplified, but for every task there are alternative ways to reach the goal, and from my historical experience, everyone does everything differently. Some things can be optimized significantly, if others just knew about the possibilities.

3. doomroot ◴[] No.41342666[source]
It's possible they aren't talking about code at all.

"This team member, and this other team member are both filing a particular kind of report but are doing so in very different ways, is one of them more effecient?"

I like it. Seems like there could be lots of ways to automate the creation of SOP for many businesses. I do wonder how high level of tasks it could pick up on. Though maybe that gets better with a bigger context window.

replies(2): >>41342735 #>>41342739 #
4. kredd ◴[] No.41342735[source]
This is exactly it! I'm sure I do a lot of things slower than others as well, and simply never came across an "alternative, but faster" method.
5. flir ◴[] No.41342739[source]
That's fair. Assumption on my part. Hence couched in "is it possible..." weasel words.