Rendered at 06:10:43 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
janalsncm 21 hours ago [-]
A helpful middle ground I’ve found is to build out the architecture you want, but stub out the tedious function implementations you don’t want to do yourself.
And by stub out I mean write the function signature yourself, including parameters it’ll accept and return types. Add a comment if necessary about what it will do.
stevenxing 4 hours ago [-]
AI works for me magically..better than magic...
ramstar3000 19 hours ago [-]
I think using skills like grill_me is supposed to make the experience a lot more user-involved and fun, rather than just being an accept_permissions driven process and the feeling like an observer.
You should probably adjust how you work and find a workflow that feels ok to you instead of abandoning it completely.
moritzschultz 22 hours ago [-]
Share your POV about the flow state. I lost that too, but found myself a few days ago sitting in front of Claude prompting until 5am in the morning. The flow is different, less satisfactory for sure than writing code yourself.
Main reason I am sticking to using AI is convenience, speed and the perception that the job market expects you to.
philip-zero 15 hours ago [-]
I experience LLM a lot recently, but I am feeling, if you do not have design in mind, it will messy everything.
oastp 14 hours ago [-]
I don’t think the problem is AI, the problem is the way we use AI and what we ask it to do. Flow comes from having a clear mental model, making decisions. If the LLMs model is making most of the decisions, I’m left trying to reconstruct someone else’s thinking after the fact.
farwaabbas 21 hours ago [-]
The frustration makes sense. Its easy to lose your rhythm when the tool starts doing more thinking than you.
emrbli 22 hours ago [-]
think simple. you are human, ai is a car. you can walk but if you ride a car you can arrive fast. you don't need to forget how to walk while you riding a car.
another side i think for myself; if you are developer you are somewhat right. if you are maker, no problem you can use ai as much as possible. bcz i know i can write completely if the ai is turned off.
codingdave 20 hours ago [-]
If you ride a car, you can arrive fast. Maybe. If you don't wreck the car. Or get hit by a bus. Or have your tire go flat. And your engine doesn't blow. And you don't get pulled over by the cops. And there is no construction on the roads. No accidents. No bridges washed out.
So yeah, your analogy works. Better than you intended.
And by stub out I mean write the function signature yourself, including parameters it’ll accept and return types. Add a comment if necessary about what it will do.
https://github.com/mattpocock/skills/blob/main/skills/produc...
Main reason I am sticking to using AI is convenience, speed and the perception that the job market expects you to.
another side i think for myself; if you are developer you are somewhat right. if you are maker, no problem you can use ai as much as possible. bcz i know i can write completely if the ai is turned off.
So yeah, your analogy works. Better than you intended.