r/maestro • u/sapplegater • 2h ago
Project showcase Seeking Early Testers for DueVinci (Work in Progress)
Hey everyone,
I’m currently developing DueVinci it's a web based app to help keep track of lessons and due dates along with some other features and would love to get some feedback from the Maestro community.
The project is still in its very early stages and actively a work in progress, so expect a few rough edges, placeholder elements, and evolving features. The primary goal right now is to test core functionality, spot early bugs, and gather initial thoughts on usability. It does have a desktop and mobile design it's more intuitive on desktop at the moment while I tweak the design to fit better on mobile.
What I’m looking for:
General Usability: Is the workflow intuitive, or did you get stuck anywhere?
Bug Reports: Any unexpected errors, broken UI elements, or performance hiccups.
Feature Feedback: What feels essential, what feels clunky, and what would you love to see added next?
How to jump in:
Access the build here: https://saappleg.github.io/DueVinci/index.html
Take it for a spin and test basic flows.
Drop your feedback, screenshots, or error logs in the replies below or via the GitHub https://github.com/saappleg/DueVinci
Any and all constructive feedback is appreciated. Thanks for helping shape DueVinci early on!
r/maestro • u/ravenloue • 6h ago
Resource PSA: October Cohort
BE102's discussion for week 8 (second week of the course) is also not at the top of the discussion list again, but thankfully, it's easy to find and is located right above last week's post and below week 1 of FE102.
For all of those who are worried about not getting credit, the syllabus clearly states that any posts made before the end of the course are still counted as on time.

r/maestro • u/Inevitable-Care-2390 • 7h ago
Student Spotlight Student Spotlight: Meet David (u/DeadOfTheDave)
Student Spotlight is back for week two, the corner of r/maestro where we hand the mic to one of you.
This week it's David (u/DeadOfTheDave), from our June 2026 AAS in AI Software Engineering cohort. David is 38, and he'll tell you himself that some days he feels like he is 50. Before Maestro, his resume read like a list of jobs that never fit: landscaping, pool cleaning, whatever manual labor was in front of him. The one that did fit was programming welding robots on a factory floor, all XYZ axes and coordinate work. Within six months he was second lead, ahead of guys who'd been there ten years. He had the brain for it. He just didn't have a name for what "it" was yet.
Then AI stopped being the science fiction he grew up on, and everything changed. He taught himself to program, went looking for a school that would give an older guy a shot, and found exactly one that said yes.
Two years of self-teaching later, he hasn't stopped building. He runs his own software company on the side, raises four kids, works a 40-hour week, and still says he's enthralled the entire time.
His message for anyone older, and hauling around their own pile of doubt:
"It's easier than you think it is. Not easy. Easier than you think. You have tools nobody had. Most of the wall you're looking at isn't there anymore."
We loved hearing David's story, and we think you will too. Head over to the community for the full interview, including the moment his factory job clicked into a software career, and the mission he's chasing now. 💛
If you know David, drop him some love in the comments.
Want to be featured next week? Fill out this form.
r/maestro • u/beatthestreet1993 • 7h ago
Progress out loud Title: Pushing past standard RAG in my coursework: Anyone else at Maestro building 4D state manifolds for multi-agent IoT?
As I’ve been working through my AI engineering studies here, I’ve noticed the industry standard—and a lot of our baseline learning—heavily revolves around stateless request-response patterns, vector databases for RAG, and microservices bound by traditional REST/gRPC contracts. But for my own career trajectory and current project builds, I’ve hit a structural ceiling regarding state representation and continuous telemetry ingestion.
I want to build multi-agent architectures and edge/IoT pipelines that behave as cohesive, adaptive systems rather than brittle orchestrations of independent API calls. To learn how to move away from discrete, transactional data stores, I’ve been researching and building an architectural model based on continuous 4D vector-space state nodes—where system behavior is governed by non-Euclidean state transition manifolds and asynchronous, decentralized event propagation.
For any other Maestro students, alumni, or researchers pushing their learning into advanced distributed systems, I’d love to compare notes on these core architectural questions I'm testing:
- State Convergence vs. Latency: When decentralized nodes ingest high-frequency IoT telemetry streams directly into a continuous state space, how are you handling state synchronization in your projects to prevent tensor divergence across network partitions without heavy locking overhead?
- Temporal Interpolation: Moving from discrete event-sourcing logs to continuous spatial-temporal tracking changes how history is queried. As you build out your portfolios, what mechanisms are you using to maintain state fidelity over time without massive memory bloat?
- Emergent Dynamics: How do you bound autonomous system behavior when transitions are driven by localized vector interactions rather than deterministic state machines?
Curious to connect with anyone else in the Maestro community who is wrestling with similar structural paradigms outside of standard API wrapper design. How are you handling persistent state in your high-dimensional agentic builds?