Vibe Coding Addict Repo

Hello,

Newbie here… Curious if anyone would be interesting in review 2 latest vibe code Prog Objects I made…

  1. Program Object to hit Nager API which serves holidays where then I am packing it into a Calendar Schedule and referencing it via Special Event tab on equip level schedule. Thanks @Charles_Johnson for a zillion tips…

  2. Program Object for a generic .ical (iCalender) schedule parser and loads data same fashion as described above. Testing on next space flight ical: https://nextspaceflight.com/calendar/

The idea would be tie into an IT server for an organization so hopefully without even leaving the firewall fetch a calendar for a building and / or conference rooms. I have a really large campus system where the people that schedule the buildings for events have nothing to do with the facilities management team and to make a long story short it was a thought to cut down on equipment run time scheduling.

Thanks! Feel free to drop the vibe code README into an AI chat and it can assist in the Prog Object dev work… would love to know any neat examples to add to this! And thoughts if you think its dumb would love the feedback it has been a wonderful journey for me I love this Stuff :slight_smile:

ben

1 Like

Interesting project I’ll definitely have a play around. Have you considered creating an AGENTS.md file rather than readme. That way the agent is going to pick it up without having to ask it?

1 Like

Oh neat I have never heard of an AGENT.md!

Got any thoughts if that should ported over to an agent mark down? Initially my intention was to make a tutorial for the human so someone can see how blocks are made and Java inside, etc … then it quickly grew into how well the AI can do it as well!

So I guess it is both at the moment!

Maybe I should make the README just generic directions which would be really short and then all of the tutorial would be an AGENT.md.

I am also trying think how useful it is to an agent because to my knowledge a ProgramObject cannot be compiled out side of Workbench but wow how cool it would be if an AI agent could just make one for you without the human having to fat finger in all the slots, copy paste all the code, compile it manually, etc…

Any thoughts?

Also interested in finding more examples to add to the tutorial! Please feel free to throw a ProgramObject at me to add into it the README!

I think the AGENT.md would still be useful if the intent is to vibe code… Here’s an idea. Create a vibe coding service that allows codex, for example, to interact with a station; this would allow it to have the full context of the station and the program object code. You’d have to give it some guardrails to it doesn’t run ramped but I don’t think this would be too difficult to do…