• Hey there! Welcome to TFC! View fewer ads on the website just by signing up on TF Community.

How do you actually use AI tools in daily life and projects?

m4b

TF Legend
VIP Lounge
RML Group
I’m curious about real-world AI tool usage. What are your typical use cases (work, study, personal productivity, creative stuff, etc.)? Do you understand the differences between models (like GPT-3.5 vs GPT-4, Claude vs Gemini, etc.) across tools? Do you switch models based on your use case, or just stick with whatever’s default? Would love to hear how people experiment and what patterns you’ve noticed.
 
Personally find GPT the most useful of all of them. Helps with health related stuff (have to crosscheck though), finance related stuff (CC optimization strategy, to get a card or not); find it especially useful when it comes to troubleshooting PC/phone issues, especially if you go really technical (gemini can be somwhat better than gpt in this though).


2 novel uses I have seen of it are uploading entire whatsapp chat exports and asking about relationship dynamics between you and the other person; or the group. Also, blind spots analysis
 
  • Like
Reactions: m4b
Yep, most of my friends in CS prefer gemini.
For coding I found Gemini :sparkles:better than chatgpt.
Have you tried Claude 4 yet? Much more powerful than Gemini for coding. Gemini, in case you want to plan a big project or a very complex and critical feature that needs more reasoning and context.
Anyway, do you use Gemini web UI for coding or any agentic tools?
 
Being a Project Manager I am filled with daily operations requirement which use to be manual or limited with PBI reports in the past.
In 3 accounts I am actively using Copilot for daily reporting, transcription, project SLA assessments, finding waste and creating six sigma active agents for project management. there are many more use cases, but these are bare minimum which most of the active PM(s) do on a day-to-day operations level.
 
Gemini web UI. No agentic tools.

Do you use agentic tools ? Which one ? Review ?
It's all about prompt engineering. I see a LOTTT of folks prefer the cursor over windsurf, and cursor PR reviews are on point, efficient over windsurf and copilot. Most of the time it's Claude 4. Windsurfing is also gearing up. Personally, I use Cline for coding, its open source. Need to buy LLM models though. Cline doesn't cap, unlike Cursor. I have created workflows, rules, and memory banks to automate my work.
 
It's all about prompt engineering. I see a LOTTT of folks prefer the cursor over windsurf, and cursor PR reviews are on point, efficient over windsurf and copilot. Most of the time it's Claude 4. Windsurfing is also gearing up. Personally, I use Cline for coding, its open source. Need to buy LLM models though. Cline doesn't cap, unlike Cursor. I have created workflows, rules, and memory banks to automate my work.
ofc switching between Gemini for longer context tasks and Claude for shorter context tasks.
 
Last edited:
They are not just code editors. They have their own proprietary system prompts and guardrails, which are injected for your query. They provide many features such as agent for planning, agen for task etc.
Some of the leaked prompts: https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools

On the top of it you need LLM models to actually use it.

These are like billion-dollar prompts for real. The next gen is promt engineering; how can you efficiently command an agent to automate work.
 
Back
Top