My automated doubt development process
alexself.dev
My automated doubt development process
1–10 of 35 posts
Re: My automated doubt development process
#2Re: My automated doubt development process
#3This has been my attempt at wrangling the new A.I. assisted development that seems to be overtaking the software engineering profession. I jumped head first into LLM development after observing the trends from the last year and it appears this process might be a viable path forward.
Re: My automated doubt development process
#4Re: My automated doubt development process
#5This has been my attempt at wrangling the new A.I. assisted development that seems to be overtaking the software engineering profession. I jumped head first into LLM development after observing the trends from the last year and it appears this process might be a viable path forward.
I wrote an /assess tool. I designed it to be token light but assesses on everything I could do to regain trust and help AI to improve my code base not by add features but by adding discipline.
Re: My automated doubt development process
#6Most writings about the spec-driven development I see start with a product requirements document that is assumed to be valid. But I doubt that's the case. If so, you would've written about it, and probably would've involved agents in the research that goes into it. My gut feeling tells me there's much more emphasis on implementing the feature than on questioning if it's relevant, feasible, and based on valid assumpti…
Re: My automated doubt development process
#7Most writings about the spec-driven development I see start with a product requirements document that is assumed to be valid. But I doubt that's the case. If so, you would've written about it, and probably would've involved agents in the research that goes into it. My gut feeling tells me there's much more emphasis on implementing the feature than on questioning if it's relevant, feasible, and based on valid assumpti…
Most of my energy is refining a prd these days.
Re: My automated doubt development process
#8Earlier quoted context omitted.
Most of my energy is refining a prd these days.
Then how come that process is not agentic and not well-described?
/understand - agents interrogate the problem /huddle - Thinking panel turns it into a PRD - attacks the premise, PRDs regularly die here /tm - claude-task-master breaks the survivor into a dependency graph
Nobody writes this half up because "agent talked me out of building it" demos worse than "agent built it".
Re: My automated doubt development process
#9Re: My automated doubt development process
#10Earlier quoted context omitted.
Then how come that process is not agentic and not well-described?
Personally it's well-defined and agentic - just not circulated. /understand - agents interrogate the problem /huddle - Thinking panel turns it into a PRD - attacks the premise, PRDs regularly die here /tm - claude-task-master breaks the survivor into a dependency graph Nobody writes this half up because "agent talked me out of building it" demos worse than "agent built it".