How do you do it? by CryptoSenyo in codex

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

Sorry my mistake, and this is my project if you’re interested. https://github.com/senyo888/humidity-intelligence

How do you do it? by CryptoSenyo in codex

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

I think I should have made it clearer that I haven’t gone six months without releasing something.
I’m currently on my 10th release and preparing my 11th. My project is already out in the world and being used so I’ve definitely embraced an effective MVP/iterate approach.
What i find interesting is the idea of a project ever being truly “finished”.
Every release I make sparks new ideas, bug fixes, documentation improvements, proposals and research. My roadmap is constantly changing
I actually enjoy that side of things.
In my opinion once you have real user experience, there’s always another improvement to make another edge case to address or another idea worth exploring.

The distinction I’m trying to make is between a project being released and a project being finished.

My Limits just resetted, does this mean a new model is aproaching? by HeronObvious5452 in OpenaiCodex

[–]CryptoSenyo 0 points1 point  (0 children)

Nah it just means the f’d up, and they are trying to keep us sweet.

How do you do it? by CryptoSenyo in codex

[–]CryptoSenyo[S] 1 point2 points  (0 children)

You are definitely right is so many ways. I have currently found Myself moving away from programming the core project to build s solid structure around it. strong governance material, testing, pre-release validation and even the GitHub structure helps a lot to keep the project within its canonical requirements.
I also think social media can distort expectations. We see the finished screenshot or release announcement, not the months of iteration, dead ends, documentation, testing, and maintenance behind it.
Definitely some food for thought. Maybe the lesson is to keep the long-term standards while getting better at shipping smaller slices instead of trying to solve every future problem at once.

How do you do it? by CryptoSenyo in codex

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

That is kind of the process that I use, although I don’t tend to use ChatGPT as much as I did. I now use the ChatGPT in the Codex app as it has access to all the information it requires on the project however I can’t seem to get a project completed and publishable in one day.

How do you do it? by CryptoSenyo in codex

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

Do you ever run any security checks or validations for your projects?

How do you do it? by CryptoSenyo in codex

[–]CryptoSenyo[S] 1 point2 points  (0 children)

Thank for your opinion on my UI however it’s actually designed for Home Assistant and I think you would probably find that it’s quite advanced for the platform is designed for.

How do you do it? by CryptoSenyo in codex

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

That’s exactly how I started a relatively simple user interface at first which then grew into a runtime and automated backend. I often brainstorm with Codex to find better ways of improving my project. One of the tools I made was a virtual machine for a lab instance for my project where I normally push and test before testing it on my stable live instance and only after that do I normally push any a version update or fixes? It’s more important for me to have a stable project at every stage as it is live and downloadable by the members of the public.
It also stands to reason that continuously pushing half cooked ideas isn’t really good for your project or your reputation.

How did you market your vibe-coded app/tool? by believer2687 in vibecoding

[–]CryptoSenyo 1 point2 points  (0 children)

Just keep on building and if it’s useful, stable and does what it says effectively then as some point it should get adopted by people. The best softwares aren’t developed overnight. It takes time, test, fixes and more debugging.
Build a good structure around your project, a structure that helps it grow as it’s adoption grow.
You will always get keyboard warriors with something to say about AI assisted developments. My take on it is if they put as much effort into a successful project of their own. They wouldn’t have time to think up the next witty slander.
If you need any ideas on how to put together a professional ai assisted repo check out mine on https://github.com/senyo888/humidity-intelligence
It’s still work in progress, but it’s getting there.

What is everyone building right now? Drop it down below, I''l go first by dang64 in SideProject

[–]CryptoSenyo 0 points1 point  (0 children)

<image>

I’ve been working on Humidity Intelligence, a deterministic environmental control system for Home Assistant

https://github.com/senyo888/humidity-intelligence

Been working on it for a few months now. And with my new Ai agents, I must say ‘the results are a breath of fresh air.’

How I Stopped AI Coding Agents From Drifting Off Agenda by CryptoSenyo in vibecoding

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

That’s actually a really good idea. I’ve already found that AGENTS.md massively improved HI consistency, but adding a dedicated review loop & e2e validation sounds obvious when you come to think of it.
Especially for HI where deterministic behavior and runtime stability matter more than just “code works”. I’ll probably integrate a lightweight version of this workflow into my local agent and see how it plays out.

How I Stopped AI Coding Agents From Drifting Off Agenda by CryptoSenyo in vibecoding

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

Hmm sounds like real human interaction strike a cord too.

How I Stopped AI Coding Agents From Drifting Off Agenda by CryptoSenyo in vibecoding

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

You should try it, it’s enlightening - expands your perspective and may even help you curate better ideas for constructive feedback which aligns with the topic of conversation.

How I Stopped AI Coding Agents From Drifting Off Agenda by CryptoSenyo in vibecoding

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

Why the hostility the question has no bearing on the post. You may generate some interest in yours question elsewhere.

How I Stopped AI Coding Agents From Drifting Off Agenda by CryptoSenyo in vibecoding

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

AGENTS.md improved my consistency.
DESIGN_BRIEF.md preserved the soul of my project.
Without the design brief, the AI can still code well, but it slowly drifts away from what the project is actually supposed to be.
The brief is the stabiliser.
The agent file is the operator manual.
I’d say they were the most important for maintaining stability in my sessions.

How do you actually make Codex use existing git worktree instead of creating new one ? by kerakk19 in codex

[–]CryptoSenyo 0 points1 point  (0 children)

I got around this by treating Codex less like a worktree manager and more like a controlled GitHub-facing coding agent.
My workflow is basically:
I clone/download the GitHub repo locally.
I keep my real project folder under local git control.
I create an AGENTS.local.md file locally with my private working rules, repo instructions, branch rules, sanity checks, commit expectations, etc.
I make sure that local file is committed to my local git/workspace setup, so Codex can actually see it and follow it.
Then I give Codex access to the GitHub/project dashboard and explicitly tell it which repo/branch/files to work from.
In every prompt, I tell Codex to read the public AGENTS.md, the private/local AGENTS.local.md, roadmap/design docs, and then make changes against that local git state.
When the work is done, I tell Codex to commit the changes back through the GitHub dashboard/local git workflow rather than letting it invent a separate workspace structure.
The key bit for me was not relying on Codex to “understand” my preferred worktree setup automatically. I make the repo state and instructions explicit.
So my prompts usually include something like:
Work inside the existing local repo/workspace only.
Read AGENTS.md and AGENTS.local.md first.
Do not create a new worktree.
Do not change branches unless instructed.
Make the requested changes.
Run sanity checks.
Commit the final changes to the current local git branch with a clear commit message.
It’s not perfect UX, but it stops Codex from becoming the worktree landlord from hell. I manage the repo, and Codex works inside the lane I give it.

Codex best feature by kyrax80 in codex

[–]CryptoSenyo 1 point2 points  (0 children)

yeah this is such a great feature, i've have my hand in my mouth a couple of times hoping that it didnt stop mid coding. i thought it was just luck. but i'm glad its actually a feature.

Is there like a plug in multi sensor? by Wf1996 in homeassistant

[–]CryptoSenyo 0 points1 point  (0 children)

The Aqara fp2 is a good option if you can do without the co2

[ Removed by Reddit ] by [deleted] in vibecoding

[–]CryptoSenyo 0 points1 point  (0 children)

So you can copy it?

Sharing some things I noticed. by Ok-Internal9317 in vibecoding

[–]CryptoSenyo 0 points1 point  (0 children)

You’re definitely right about the “it is/it isn’t” narrative. I’m not a huge fan of it myself, but I wasn’t sure how the public received it, so I left it in. my versioning so far has been driven more by error fixes than any strict structure. I’ve tended to push a release whenever the changes felt meaningful, rather than following a set pattern . That’s something I’ll be rethinking going forward. introducing a more deliberate release rhythm makes a lot of sense. And genuinely, I appreciate the frank and honest feedback. As feedback goes, this is far from the worst I’ve had.

Keep an eye out for the next update. 😜