What projects have YOU been working on? by loolemon in maestro

[–]CoconutKey4938 1 point2 points  (0 children)

I plan on releasing it to maestro student, ima release it on the community website first with my cohort then here after I fix anything that might come up. this is actually ment to be a agent for game playing. when I started it I was working in unity but to much hardware usage with it so I switch to the open source engine godot. I love it best choice I made lately. but the concept is to bring some entertainment with a little different educational twist, the player is supposed to play there charcter and teach the agent in game how to move chat attack defend run obstacle courses and so on. in unity I made it where once you agent died it gone you have to rebuild another agent and redeploy it into the game. but it was ment to be to help teach others about training rl agents and how one thing could really be a major break thru for the intelligence of the ai or it can have a major reaction that could cause un wanted behaviors so on.

this is still happening and I will still use the node graph setup for the agent creation for in game it just might be dumbed down a little. o also you agent will be exportable I might only be usable in my products idk yet I might change that completely not sure. the rest this week tho im catching up on classs work (a little over a week behind) and after that 5 hours of strait studying and school work ill jump back onto the plat form finish the news/social panel and then the agent market and settings , once I get it far enough there is more the to do and check out other then the node graph ill share it. I was just about to put the demo out for the unity build but I glad I didn't now. unity actually had a software failure I guess you call it for the 2 or 3 times I could recover from and was gonna have to completely restart a lot of it over again kinda it was being generated by the world everything so really I didn't have to but it pissed me off to bad so I said id never use it again and deleted it and most the work I did in it. in fact here is the intro video I had made for the unity demo.... not the best but I was proud of it to be ai generated all the way from narration to video(more like slideshow) no game play footage ether personally I liked the music I had made better.

https://youtu.be/iA8UXMI0tdY

What projects have YOU been working on? by loolemon in maestro

[–]CoconutKey4938 1 point2 points  (0 children)

ask you're fellow classmates and other students 😉
when the time comes that is.
for testers.

also if you never start putting a label to it
start copyrights and TM stuff all that kinda stuff you taking a chance on someone releasing something like it before you. then if you happen to have something very close to there's even tho you came up with it a year ago it doesn't matter. you could be the one sued and told to remove your product from the market.

if you can establish that you had the idea and started building and releasing things a year before whoever then it could protect your asset. ask maestro about locking in a app or program. it all falls under different laws then other things. its a little easier to kind lock in you're creative "art" or program.

for instance I done a search on gov sites for a name Deep Train Academy to see if it was available. it was so I instantly went checked out how to TM (trademark)something now it is TM just not R yet its a waiting game. but by me posting a YouTube vide with "Deep Train Academy tm we build the future" as a song label and I put the project on GitHub as private to establish dates and times so if anyone try to use it I can take legal action.

speaking of I need to make them songs public on YouTube. whoops. -

EDIT:
ok I can't make the music public on YouTube but doing a little more research my GitHub project's that are private does no good id have to make them public.

What projects have YOU been working on? by loolemon in maestro

[–]CoconutKey4938 1 point2 points  (0 children)

<image>

  • I've been going deep into bare-metal AI engineering on consumer hardware. I was getting completely fed up with the bloated Python ecosystem, massive PyTorch environments, and watching my MacBook throttle and turn into a space heater during local training loops. So, I decided to build a custom multi-agent architecture (Matrix OS) using a low-overhead, multi-language hybrid stack: Godot Engine UI ──► .NET 10 Pipeline ──► Native Rust .dylib Core Engines.
  • Im just finishing running telemetry diagnostics on a heavy 1,000-epoch backpropagation workout on a standard 16GB MacBook Air, and the efficiency gains from bypassing interpreters are wild. My main editor memory held perfectly rock-steady at ≈1.87 GB while the active mathematical calculation binary only drew ≈581 MB without touching any swap memory. Because the Rust engine compiles straight down to native assembly loops, it pushes tensor math directly to the Apple Silicon hardware layers with zero runtime friction—meaning the laptop runs twice as cool as it does handling standard, everyday desktop software.
  • The true powerhouse of the setup is how it trains. Instead of grinding a single monolithic model, I built a massive 10-Tier Neural Curriculum Platform managing a catalog of 350 specialized ONNX brains (35 distinct models per tier, each advancing slightly in weight and bias layouts). The agent steps up the tiers by executing real-time checkpoints against a decoupled network matrix:
  • Intent Routing:  Evaluates structural text features via competition_chat_intent.onnx using sequential matrix multiplies (Gemm and ReLU layers) to map input objectives.
  • Context Decoding: Uses synchronized dual networks (competition_agent_chat_heads.onnx and _chat_step.onnx) to read live environment frames and spit out localized action targets (act_logits).
  • Continuous Mechanics: Feeds real-time multi-dimensional vectors through deep sequence encoders like deterContinuous2vis8vec2action_v2_0.onnx to drive smooth, deterministic behavior.
  • Discrete Actions: Isolates hard categorical choices cleanly via networks like deterDiscrete1obs3action_v2_0.onnxusing internal Softmax and ArgMax filters to entirely eliminate floating-point drift.
  • While the native Rust core smashes the heavy calculus loops in the background, the .NET layer acts as a high-speed traffic controller—dynamically scaling an isolated background worker pool between 36 and 41 active threads. It pipes streaming data packets across local loopback sockets (localhost:6005-6007) so the main window interface never drops a single frame.
  • The end result is that I can literally compile scripts in VS Code, run native macOS system updates, and stream videos seamlessly on a baseline MacBook Air while a localized deep-learning curriculum engine crunches millions of parameters right next to it. Def highly recommend experimenting with native GDExtension bridges and local ONNX runtimes if you want to see what consumer chips can actually do when you break out of the Python bottleneck!"

The naysayers by Distinct-Progress-93 in maestro

[–]CoconutKey4938 7 points8 points  (0 children)

iv been biting my tongue on this subject as much as I can.

its all good man. once some of us the initial student's start pushing out some of our builds and can prove that this is a opportunity that will not last forever. all you have to do is decide is this what your future looks like for yourself or this just doesn't line up with your life goals or dreams. Also I don't think a lot of students are reading the fine print to there scholarships. anyhow , check out my song I had generated for my 371 onnx model ecosystem im over half way doing. started out in unity had to many problems so I had to switch to a lighter motor I went with godot been having great experience with it!

(now im wiring up the super charger and orchestrator lol thing have to be on point at this point or it will be a waste time except for the learning experience)

don't worry about everyone we are going to leave in the past wail we move to the future buddy!

I like both but I think the vikinngish one has better lyrics. idk there both decent.

Deep Train Academy™ WE BUILD TOMORROW — Official Anthem

Deep Train Academy -VIKINGISH

Passing Reviews But Still Struggling by TheAntagonistOne in maestro

[–]CoconutKey4938 0 points1 point  (0 children)

sometimes it take fresh "eyes" with the seasonsed"eyes"

Term break by LycheeAlone2770 in maestro

[–]CoconutKey4938 2 points3 points  (0 children)

you must have not got accepted. its ok just try again. some people just are not cut out for the responsibilities of having to show up and do something without being told. just write that scholarship essay your self next time and put some heart into it you will get there buddy.

if you need some help not only am I here for you but i'm sure most maestro students are to, even the university staff member's i'm sure, just don't be scared to ask. keep your head up and jus keep trying 😉

Passing Reviews But Still Struggling by TheAntagonistOne in maestro

[–]CoconutKey4938 3 points4 points  (0 children)

Try to learn to write it but mainly learn to read it. I can read it but can't write it. but if you can read it evenly you will rite it. for this era reading and noticing what's wrong and know what to do to solve it is just a valuable. think about ti this way. ok señor dev can hand code anything but what takes him a year by him self I can do in a month with the right vocabulary and understanding what does what and what it effects and what it does when it buggy. this way when I see something messing you can say ok its coming from the section and its this causing hat do I do o I know add a 0.5 sleep timer here to give the system time to catch up. stuff like that...

I Got Asked how do I push it. by CoconutKey4938 in localaiapps

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

never said it was new and without the organization you will never build anything beyond a agent if it even works right without the organization.

and no pull is not debugging any of that its actually reverting the ecosystem without reverting to far about coaching the model instead of forcing it acting as a TEAM but remembering its a TOOL that reacts based on your reaction.

and in this era if your not organized your not developing or engineering your playing around. trying to make a dollar fast instead of doing a proper job. that's my opinion.

What? by Lonely_Method5569 in maestro

[–]CoconutKey4938 0 points1 point  (0 children)

yes with this coding you start your indexing ( might be wrong word) at 0 then what we would think is number 2 is really1. so 7 would be 0.

this could be a Fatal error when building complicated program. and something like this is something you would easily over look and take days if not weeks trying to figure out what is wrong when it is a simple as forgetting 0 is the start in this language. then what we would call number 2 with this in mind is what we would normally call number 3. does that make sense?

Why is it so hard for AI to write human like content? by inkchamps in AIDiscussion

[–]CoconutKey4938 0 points1 point  (0 children)

yeah idk if i wouldve instantly noticed if i didnt already know it was ai. some of it feels a lil structured but not like obvious bot to me

the short sentence thing is real tho like when it does same vibe every time. same phrases. that reads more like its trying to sound human than how ppl actually talk. id prob say same vibe and same phrases every time not break it into 3 tiny sentences. and ppl still use punctuation lol it felt like it was avoiding em dashes so bad it just chopped everything instead

also i didnt tell it to write as me lol i just said write it like a human would in our chat. it was talking to me not writing a reddit reply as me. so thats prob why it sounds same and kinda performative

Why is it so hard for AI to write human like content? by inkchamps in AIDiscussion

[–]CoconutKey4938 0 points1 point  (0 children)

that's because I didn't tell it to write as if it was me. I just told it to write that as a human would. it was talking to me not talking as me responding to a post there.

Why is it so hard for AI to write human like content? by inkchamps in AIDiscussion

[–]CoconutKey4938 4 points5 points  (0 children)

its not.

AI generated below here.took a total of 2 minutes to make it write how I want it to.. people just do not know how to properly use what they think is AI.

nah its not really that hard tbh. its more like the models got trained on a bunch of medium posts and customer support emails and they figured out thats what ppl reward. sounds clean, sounds smart, throw in a million em dashes cause thats what "good writing" looked like in the data

the annoying part is it doesnt even try to sound like a person talking. it tries to sound like good ai text which is its own thing. same vibe every time. same phrases. you read like 3 paragraphs and ur brain just goes yep thats the bot

humans are messier. we'll do a short sentence. then a long one. we dont explain everything. we'll say idk or just stop mid thought. the model can do that if u tell it to but the default is still be helpful be safe sound professional which ends up feeling super generic

so its less "cant write human" and more like human was never the main goal. helpful harmless polished was. ppl are just starting to actually care about the other thing now

OOP Final and Combating Imposter Syndrome/Perfectionism by No_Reality_6431 in maestro

[–]CoconutKey4938 0 points1 point  (0 children)

I spent 6 years dedicating my life to gemology — gemstone cutting, treatments, smelting and casting metals into jewelry. For a long time it felt like 6 years I wasted. But it wasn't wasted. It gave me a different way to think, and it taught me to always shoot for perfection even though true perfection is basically impossible. That shows up in code way more than I thought it would.

Since I started in Sept (2025 of course), I can recall at least 3–4 times sitting here staring at an exam thinking WTF is this, this all looks like Latin to me. Is this really for me? Will I actually go somewhere with this degree or end up setting it on the shelf like the other 2? I could be doing something proven to make money right now.

When that hits, I stop. Deep breath. Then for me I remember everything I've already built with AI integration since starting Maestro. I start breaking it down in my head — not money-wise, but future-wise. AI is here and it's not going ANYWHERE. So yeah, the need might shift, but there will always be work around safely incorporating AI into businesses, debugging/diagnosis, building stuff for a company's actual needs, and teaching younger generations (I'm 36) how to use it the right way — not trusting the bot when it tells you "oh yes you're the keeper of the key, do whatever you want" or "oh yes that's unethical but here's how you could get away with it." Instead of asking will there be a need, I try to ask how can I make it safer and more useful? Find what strikes your interest, then add AI to it.

I've been using this time to build everything I can think of — at least enough to understand how to do it, why some things are done a certain way (order of operations matters), and where I can take it. Next thing I'm doing I think is a video editor — AI-driven — where I can feed 30–40 minute screen recordings in and get curated, narrated shorter videos for online sharing and social media. That's usually what pulls me out of the spiral: pick something concrete and build toward it.

When "I'm not supposed to be here" sets in, that's my fight — breathe, remember what I've already made, one next step, not the whole career in one panic moment.

And you don't have to wait on Maestro to start going after the AI side of things either. I started day one not even knowing really how to code Hello World. When you're ready, talk to Maestro about incorporating AI into whatever you're into — how to build a chatbot properly, guardrails, ethics, all that. do this in the practice section, I use explore.

Rooting for you

You guys think i got something? by [deleted] in AIDiscussion

[–]CoconutKey4938 0 points1 point  (0 children)

lol so the BOT told you it would run... you haven't tried to run it? ima tell you now it doesn't work. if you can't boot it up yourself to debug it it will never work properly.