How are you using SloplessCode? #2
Replies: 2 comments
-
My experience: why I no longer need a giant project promptOne of the most surprising effects of using SloplessCode is that I no longer start projects by writing a massive project prompt. Previously, I tried to describe everything up front:
The prompt kept growing, and every new session required rebuilding context again. Today my workflow looks very different. I usually start with a discussion. I throw ideas onto the table, often in no particular order. Sometimes they are features, sometimes architectural concerns, sometimes observations from previous work. The process feels similar to dumping all puzzle pieces from a box onto a table before assembly. At that stage there is no complete plan. The agent helps organize the pieces. Once enough ideas exist, I ask questions such as:
The agent proposes priorities, explains tradeoffs, and often turns vague ideas into concrete task definitions. I review the proposal, discuss details, and either approve or adjust it. Only then does implementation begin. After approval, the work follows a structured lifecycle: idea → task framing → discussion → approval → implementation → checkpoint → completion The result is that project knowledge emerges gradually instead of being forced into a single giant prompt at the beginning. In practice, this feels much closer to how human teams work. The most valuable change is not memory itself. It is the ability to continuously organize, prioritize, and evolve project knowledge without repeatedly reconstructing the entire project context from scratch. |
Beta Was this translation helpful? Give feedback.
-
|
Another important change is that ideas no longer have to be implemented immediately. In a traditional AI workflow, useful ideas are fragile. If they are not implemented during the current session, they are often forgotten, partially remembered, or lose their original context. With SloplessCode, ideas can be captured the moment they appear. I can record an observation, an improvement proposal, an architectural concern, or a future feature today, even if I have no intention of working on it right now. The implementation might happen a week later, a month later, or after several other priorities have been completed. The important part is that the idea does not disappear. When the time comes, the agent can recover not only the idea itself, but also:
As a result, planning and implementation become decoupled. Ideas can emerge whenever they appear, while execution can happen when it makes sense. This makes long-running projects feel much more natural. Project knowledge accumulates over time instead of being repeatedly reconstructed from memory. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How are you using SloplessCode?
I'm seeing a growing number of GitHub clones and Docker pulls, but very little public feedback.
If you're using SloplessCode, I'd love to learn more about your workflow and use cases.
A few questions:
You don't need to answer everything. Even a short comment is valuable.
I'm especially interested in real-world experiences with:
Whether you're experimenting, actively using it, or abandoned it after a test run, I'd love to hear your experience.
Thanks for trying SloplessCode.
Beta Was this translation helpful? Give feedback.
All reactions