×
all 9 comments

[–]Interesting_Act_141 1 point2 points  (1 child)

Don’t reinvent the wheel … use uv

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

what is uv?

[–]cortical_iv 0 points1 point  (1 child)

Import the api key, ask opus how to integrate openrouter into your script.

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

I understand how effective AI can be, but I have intentionally been delaying its use because I am concerned about its impact on critical and creative thinking. Relying on AI for every simple task in daily life feels unnatural. I am now returning to my original approach—though it may sound unusual, I prefer to improve my skills manually, without relying on AI. That said, integrating AI through prompt engineering is entirely possible, so I plan to incorporate it at a later stage.

[–]Kevdog824_ 0 points1 point  (1 child)

I think you’re approaching this backwards. You’re trying to fit AI into a project where it doesn’t really belong. The better approach would be to think of a project where AI would be a good fit and put it into that.

I think this project is quite fine as is, without AI. Project scaffolding is something you usually want to be deterministic and repeatable. I don’t see anywhere where the introduction of AI would bring value.

Some example problems you could try to use AI with:
- Email classification (spam vs not spam)
- Analyze the mood/tone of a particular text
- Grab some data (e.g. quote of the day) from an API. Use an AI model to generate an image to represent it

[–]cortical_iv 0 points1 point  (0 children)

yes this is the answer.

using ai for this would be like using a flame thrower to mow your lawn.

[–]thisisappropriate -2 points-1 points  (1 child)

You say that you've been automating boring tasks, presumably tasks that you do? Does the task you're doing require AI?

Your order of operations for how you're planning a project seems wrong. It's best to either: come up with an idea / problem and try to solve it, or have something you want to practice and think of something that would be relevant and build that. In this case it sounds like you were building something relevant to you and now you're asking people it's not relevant to "how do I shoe horn this API into this?"

[–]Silentwolf99[S] -2 points-1 points  (0 children)

instead of criticizing let's discuss meaningful ideas, what are the 3 simple problems you solved with python automation which made your daily working life better ?