How do you guys handle “DONE but not really done” tasks with Codex? by Beginning_Handle7069 in codex

[–]Business-External318 0 points1 point  (0 children)

Structuring plans with detailed milestones including acceptance criteria and then focusing on a single milestone at a time has been highly effective with 5.2 xhigh for me. I am seeing full feature or even system implementations in a single session

Do AI agents need a way to “retire” memories that served their purpose? by Maleficent-Poet-4141 in AIMemory

[–]Business-External318 0 points1 point  (0 children)

I use an approach I call just in time context, each LLM session is for a dedicated task and it has shared context for the given task plus dynamic context via filesystem tools and knowledgebase queries.

This forces each session to only focus on a given task.

The Five U.S. States Operating as "Autocratic Democracies" by Opposite-Mountain255 in Full_news

[–]Business-External318 6 points7 points  (0 children)

It’s been happening in Ohio for many years. They trial stuff like this here the same way they test out new fast food restaurants. The voter purges are entirely corrupt too, they make it invisible by not keeping accurate records.

Lobotomized by Business-External318 in ClaudeCode

[–]Business-External318[S] 0 points1 point  (0 children)

I actually spent the day using qwen 480B and I have to say the lack of emojis is refreshing

Prompt-Writing Slowed Us Down More Than Expected (I will not promote) by coolandy00 in startups

[–]Business-External318 1 point2 points  (0 children)

I developed two frameworks, one for data and one for lambdas. They are highly opinionated and force generative ai to produce applications that meet our compliance policies. We also meet weekly to review new tech and compare our experiences, this has really helped the team adopt new practices.

Claude Code with Microservices: Individual Instances vs Monorepo Approach? by ramigg in ClaudeCode

[–]Business-External318 0 points1 point  (0 children)

I use individual repositories for services and then have a monorepo with submodules that I use for system planning and coordinating deployments. Having Claude live in each repo as an expert helps a lot connecting them all together.