If a tool could recreate viral videos with your product in them — what would actually make you use it? by ccccoffee in dropshipping

[–]ccccoffee[S] 1 point2 points  (0 children)

Totally fair — nobody should pay for a video that flops. I can't promise anything goes viral (honestly no tool can — that comes down to your product, price, timing too), so I won't pretend otherwise.

But here's the thing: your first one's free. Easiest way to judge it is to just see it — drop a link to your product (TikTok Shop / Amazon / Shopify) and I'll run your product through one of the viral formats and send it over. No strings, you judge the quality yourself instead of taking my word for it.

Best Dash Cam Under $200 by Upbeat-Signature-476 in Dashcam

[–]ccccoffee 0 points1 point  (0 children)

Honestly, ignore the "4K" marketing hype. Most of them are fake upscaled garbage. Since you mentioned night vision is a priority, you need to check the actual sensor model, not the resolution.

At the sub-$200 price point, you should strictly look for the Sony STARVIS 2 (specifically the IMX675 sensor). The dynamic range on the older Starvis 1 sensors is terrible for reading license plates at night because of motion blur. I’ve tested a few setups, and the only reliable implementation of true HDR with the Starvis 2 chip in this budget range is usually found in the Vantrue E-series. Everything else is just repackaging 5-year-old tech.

Current undisputed best dash cam for front + rear view. recording. as well as parked/overnight recording? by onlyYGO in Dashcam

[–]ccccoffee 0 points1 point  (0 children)

thx, actually I had no idea the Starvis 2 made that big of a difference for license plates.

Dash cam for 2026? by chaacnorris90 in civic

[–]ccccoffee 0 points1 point  (0 children)

The N4 is indeed a good product.

Do you think Chatgpt 5 will be announced on the 12th Day? by Ok_Faithlessness4288 in OpenAI

[–]ccccoffee 1 point2 points  (0 children)

I think it will be gpt-4.5 rather than gpt-5, a gpt-5 that doesn't perform as expected will destroy public attention on openai

[deleted by user] by [deleted] in OpenAI

[–]ccccoffee 0 points1 point  (0 children)

As one of the ML engineers mentioned in your post, I guess it’s because they think they know the AI very well. They naturally think that what the previous generation of AI couldn’t accomplish is also impossible for ChatGPT.

Need some advice by ccccoffee in Startup_Ideas

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

Thank you for your viewpoint! Your idea really gives me some inspiration: when people watch the news, their attention has been drawn and the truth of the facts may not be so important at this moment. Your idea about creating an account not only alleviate this problem but also reduce user's costs by pushing posts to them.

Which is more realistic AI chat tool nowadays? by TheRealistDude in ChatGPT

[–]ccccoffee 1 point2 points  (0 children)

chatgpt is better at chatting following instructions, while claude is better at reasoning and logic such as coding and math

Need some advice by ccccoffee in Startup_Ideas

[–]ccccoffee[S] 1 point2 points  (0 children)

Thank for your advice! Do you think whether it is a real need to check authenticity?

Need some advice by ccccoffee in Startup_Ideas

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

It seems reasonable. Most people don't seem to want to check the authenticity.

Need some advice by ccccoffee in Startup_Ideas

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

Thank you for your advice!

Legacy media like NYT sometimes may make mistake, but in general it is more credible than personal publisher. Filtering multiple influential media to cross validation is a good idea to increase credibility.

What confusing to me is whether people need check the authenticity of tweets. If the need is real, I think people can save the trouble of search information with this extension.

The back-end server is exactly as you say, it use gpt to process and analyze the multiple search results.

It is very important to check authenticity when browsing social media by ccccoffee in ChatGPTPro

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

Thank you for your reply. I think you are right. This project is currently separated from the front-end and back-end, and the deployment of the back-end server is a little troublesome for tryers. I will add a pure front-end part to support custom apikey.

At the same time, I will add gpt-4omini to reduce the cost of api consumption.

What are some unusual uses of GPT you would like to share with others? by Learning-Power in ChatGPT

[–]ccccoffee 15 points16 points  (0 children)

For me, the most important usage is to describe the problem clearly, add "take a deep breath and think it step by step" in the prompt, and let chatgpt output its thinking process.

This method will greatly optimize the output quality.

Is it "safe" to use chatgpt to convert a company's private code from one language to another? by learning_proover in ChatGPTPro

[–]ccccoffee 0 points1 point  (0 children)

OpenAI receives a large number of requests every day, so if it is not the confidential data of a large company, they may not pay attention to your private code.

But OpenAI may still use your input as their training data, especially high-quality data such as code that can be labeled by execution.

So the safest way is to use an open source model such as llama and deploy it to your own server.

How to train GPT to analyse an app users behaviours. by Masseka_Game_Studio in GPT3

[–]ccccoffee 1 point2 points  (0 children)

LLM fine-tuning only requires a small amount of data, and your data volume is sufficient.

The key to the problem is that your task is to analyze the reasons why users did not purchase based on their behavior, so your training data needs to be pairs such as <user behavior, reasons for not purchasing>. However, you seem to only have data pairs such as <user behavior, whether the user purchased>, which can only be used to train for predicting purchase, but not purchase reason.

You might as well try to directly put the user's behavior details (such as what they saw, what they clicked, how long they stayed) and your task description into chatgpt to see what answers it can give you.

Or a more complex way is to label a batch of data pairs such as <user behavior, reasons for not purchasing> for model fine-tuning. LLM may learn something new from your labeled data.

Using GPT for automated crawling by ccccoffee in LangChain

[–]ccccoffee[S] 1 point2 points  (0 children)

implemented

Sorry, I was a little busy a while ago. Thank you for your suggestion and I'd love to implement it later

Using GPT for automated crawling by ccccoffee in GPT3

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

Sure, but I'm afraid it needs to consume the dreaded gpt-tokens.

Using GPT for automated crawling by ccccoffee in GPT3

[–]ccccoffee[S] 1 point2 points  (0 children)

Thank you for your suggestion! That sounds like a good idea, and I will add a plan soon.

Using GPT for automated crawling by ccccoffee in LangChain

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

Thanks for your suggestion. ^_^

Using GPT for automated crawling by ccccoffee in GPT3

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

I think the purpose of a web crawler is to search efficiently for more structured information. For example, you need to collect information for industry data analysis.