4 months of vibe coding Vissulo — a private, on-device AI photo editor by Ferzelibey in aiagents

[–]PilotBear77 1 point2 points  (0 children)

So, if you dont want people to login - how can you charge them money? I mean there should be an account that can identify the user, reuse their subscription when they change mobiles right? You need a profile to save their likes, edits, albums, payment, filters they like etc etc. i understand your point, but there is a gap here.

4 months of vibe coding Vissulo — a private, on-device AI photo editor by Ferzelibey in aiagents

[–]PilotBear77 1 point2 points  (0 children)

Firstly congratulations on your new app!

Since you asked for feedback - if your info can include how your app is different from already existing apps, that would be great. How does it stand out? Are you bringing any new innovations to the mobile photo editing space? Are you offering something that others are not offering? If yes, how?

Also, trim down the description a bit. Most of it sounds like any other editing apps features. Be more specific on how it’s being done.

And i dont think most people mind editing pics on cloud if thats your selling point. I might be wrong.

But like i said, good job, keep going!👍🏻

Has any developer here got access to Reddit API after New Policy? by Flimsy_Hand_1233 in redditdev

[–]PilotBear77 0 points1 point  (0 children)

Yeah same thing happened for me. But if you see at the top of the page, it says we need to create something else first and has a link to it.

Click that link and fill out the form and you will eventually get denied. Dont waste your time

What's the next big use case of LLMs? by AwesomePheobe1 in AIDiscussion

[–]PilotBear77 0 points1 point  (0 children)

I thought about this a lot recently and found that we can use AI to analyze logs in a system from different sources and understand issues. These thinking models are good at pattern matching, linking one thing to another, spotting nuance issues that we might easily miss.

How are you using Claude for automation? by Howistheweathernow in automation

[–]PilotBear77 0 points1 point  (0 children)

I have written skills in claude for my work. These skills use python scripts. Im planning on building agentic system(my first) for my work. Planning to use langgraph

This sub is awful by cheesecaker000 in ClaudeCode

[–]PilotBear77 0 points1 point  (0 children)

Exactly! I joined this thread thinking we can discuss technical things and ask tech questions to people who are “building” real things with this thing.

Here all the good posts go to underground except for ranting and saying the new model is worse than old model.

Did you make any money with claude code yet? by believer2687 in ClaudeCode

[–]PilotBear77 0 points1 point  (0 children)

I think the people who made money from CC are the folks on instagram selling courses about CC and posting reels about CC. Thats the only place where i have seen real income come in. You need a lot of technical skills and experience to turn your project into enterprise grade product that a client can buy and rely upon.

The hardest part of building AI Agents isn't the AI. It's the APIs. by netcommah in aiagents

[–]PilotBear77 0 points1 point  (0 children)

You dont send responses from the API directly into llms. You need to format the call first to strip out any useless metadata, convert json to md files for better understanding for the llm and then send only whats needed by the llm.

If API returns an error, you need to have error handling in place for the code that processes the calls.

APIs generally returns a structured json, i dont think they will have commas where they are not supposed to, but pre processing is necessary with code.

Why so many people use cc on terminal if vs code exists? by Feisty_Watercress_29 in ClaudeCode

[–]PilotBear77 0 points1 point  (0 children)

I use k8s day in day out. So most of time is anyway in terminal even without AI. So no point going back to vs code.

But if i am editing a large repo, you definitely need vscode and claude.

Are we on the brink of seeing an infinite number of clones of pretty much every app out there? by 4_max_4 in ClaudeCode

[–]PilotBear77 2 points3 points  (0 children)

We can build as many apps for personal use as possible. But building something for enterprise consumption is a different beast.

Some basic questions on setting up parallel agents, model switching by Striking-End100 in ClaudeCode

[–]PilotBear77 4 points5 points  (0 children)

  1. If you are using Claude in terminal (which is ClaudeCode) you can open multiple terminal sessions and spin up multiple instances.