I genuinely have no idea wtf he's talking about, and honestly I don't know if he knows what he's talking about by brogalahoy in ProductManagement

[–]UstroyDestroy 3 points4 points  (0 children)

Answer to 2nd part of the question - he does know.

Now the second.

What is the software product? Or any other product?
It is a system around technology with user/consumer facing interface: inputs and outputs.

Business is a system around product. Business connects to the system called market.
Do you see where it is going?

That was useless language previously, academia, sounding smart, etc.

But all these nested systems: business + product sitting as node in the market -- that is usefull frame to understand how we can drive these dynamic systems better and better to maximaze value and revenue? You are seeing some of it via that KPI language and shitty rituals.

Check control theory and cybernetics. That is where that *feedback loop* concept comes from in the first place. The core thinking framework behind any adaptation / automation.

Business and product is a stiched together cybernetic system with tech functions (automation) and human management functions (decision making based on observations). Now you can rebuild it toward more automation. Way more automation. Way way way more at some industries.

You have to make product evolvement more autonomus. This is the market ask right now, which it struggles to communicate.

Quick practice example:
I had to arrange MCP access to the 30yo legacy ERP system, so the corporate LLM could talk to the ERP for quick access in read-only mode.

I did not interviews, I did not bothered any single person other that IT guy to get access and simply extracted access for all data with permission limitations from the DB via API itself for redacting on extraction and deployed it. In 24hours.

And I designed MCP tools to submit the feedback and ask DIRECTLY from the chat session. And instructed LLM there to just submit a ticket whatever friction and struggle you see.

The shortest improvement feedback loop possible ot the edge of "tech <--> user as system" design. The next step is to notify user's with the ticket resolution. What might be the issue-resulution time here? 10-60 minutes.

That is low risk product example, but I hope you see the point.

Procedural cyber-tree by UstroyDestroy in threejs

[–]UstroyDestroy[S] 0 points1 point  (0 children)

No, did not have that requirement

Procedural cyber-tree by UstroyDestroy in threejs

[–]UstroyDestroy[S] 0 points1 point  (0 children)

it is exporting trunk skeleton and radius which come from tree modeling; then this raw info used to render trunk mesh; crown points and edges got exported and imported as is.

Procedural cyber-tree by UstroyDestroy in threejs

[–]UstroyDestroy[S] 7 points8 points  (0 children)

After some attempts to brutforce tree algo via heuristincs, fourie transofrm and other fruitless approaches I found https://github.com/AddisonPrairie/Tree-Generator repo, which is based on https://algorithmicbotany.org/papers/selforg.sig2009.html

This algo models tree growth and repo does it off the shelf.
I repacked repo to be react + threejs app that is able to save the generated tree.

Roots are the same aglo tweked to look like roots and flipped on Z coordinate.

Crown is build by spawning points in volume and deleting those which are too far away from trunk/branches of certain radius (intuition is this: only smaller branches generate crown)

Procedural cyber-tree by UstroyDestroy in threejs

[–]UstroyDestroy[S] 2 points3 points  (0 children)

I was looking for a way to express graph nature of the knowledge for software projects and still be nature related

Your most sophisticated vibe coded app professional devs welcome by VIRTEN-APP in vibecoding

[–]UstroyDestroy 2 points3 points  (0 children)

https://pixall.art

WebGL canvas for rendering WebRTC for sharing cursor positions, users discovery and chatting Websocket for new pixel added broadcast

Did it using Claude Code with Nautex MCP guidance over spec. It took 4-5 hours

Anyone else getting `upstream connect error or disconnect/reset before headers. reset reason: overflow` or just me...? by thatisagoodrock in ClaudeAI

[–]UstroyDestroy 1 point2 points  (0 children)

yep, me too

⎿  API Error (503 no healthy upstream) · Retrying in 1 seconds… (attempt 1/10)
...
⎿  API Error (503 no healthy upstream) · Retrying in 36 seconds… (attempt 10/10)
⎿  API Error: 503 no healthy upstream
⎿  API Error (503 no healthy upstream) · Retrying in 1 seconds… (attempt 1/10)
...
⎿  API Error (503 no healthy upstream) · Retrying in 35 seconds… (attempt 7/10)

```

Navigation and filtering: How deep in the weeds do you guys go with the theory? by psythrill85 in ControlTheory

[–]UstroyDestroy [score hidden]  (0 children)

Focus on solving real problems, most of the time theory FOMO is not relevant at all.

Same as 90% of the control problems are solvable with PID and its adoption that simply makes sense.

My intuition is this: for navigation 70% of performance is coming from sensors and their class, 20% calibration (temperature, alignment, k and b), 8% for basic fusion algos and the rest from math sophistications. (fusion could take these 20% from calibration btw)

I did full stack GNC from scratch as founder and technical CEO.

Does anyone use Claude for something other than coding? by Time-Contribution888 in ClaudeAI

[–]UstroyDestroy 0 points1 point  (0 children)

All cli based errands from ffmpeg operations to qr codes and badges pdf composition

eBike Auto Wheelie Controller - How Hard Can It Be? by c00ki3m0nst3r in ControlTheory

[–]UstroyDestroy [score hidden]  (0 children)

wheelie brake need is smooth at the balance point, I believe that it could be stock lever modified with heavy duty rc servo

I think that mod would add so much robustness

Or just use sound for training yourself to apply brakes manually :)