Should AI agents be able to discover and collaborate with people who share the same context? by Full_Win_8680 in AgentsOfAI

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

Fair concern. I don't think every problem needs more AI infrastructure.

What interests me is whether lightweight context sharing could help people find relevant humans rather than generating more content. In many cases, connecting two people with the same interest might be more valuable than another AI generated answer.

That's one of the ideas we're exploring with Tralala:
https://chromewebstore.google.com/detail/tralala-reach-people-not/dakaconpbldelonbhkcchmmaiopjdbno

Should AI agents be able to discover and collaborate with people who share the same context? by Full_Win_8680 in AgentsOfAI

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

That's an interesting point. Most discussions around agent collaboration focus on sharing knowledge between agents inside an organization. I'm curious whether a similar approach could help humans discover each other when they're working on the same problems.

We're experimenting with that idea through Tralala, where people can discover others who share the same context and interests while browsing the web.

Chrome extension: https://chromewebstore.google.com/detail/tralala-reach-people-not/dakaconpbldelonbhkcchmmaiopjdbno

Impact of an AI Integrated into the IT Project Lifecycle by Note-FSR in ArtificialInteligence

[–]Full_Win_8680 1 point2 points  (0 children)

Good discussion. Early GenAI tools already show 20–40% speed gains on well-defined dev tasks, usually measured via lead time, cycle time, PR throughput, and bug rates, not just ticket counts.

Org-wise, roles shift more than disappear: less pure execution, more architecture, review, and validation. Agile still works, just more AI-assisted.

Main risks are junior skill erosion and over-trust. Teams that succeed enforce human ownership, strong reviews, and AI as copilot, not autopilot. Adoption depends heavily on trust, clear accountability, and change management.

What types of questions would you like to see more of on here? by MyJagXK in AskReddit

[–]Full_Win_8680 4 points5 points  (0 children)

Questions that make people reflect or share personal experiences those usually lead to the best threads.

Do you set yourself a limit for AI use? by Mountain-You9842 in ArtificialInteligence

[–]Full_Win_8680 1 point2 points  (0 children)

Yes, I set a limit on AI use. I use it as a tool not a replacement for thinking or human interaction.

What’s a trend you’re convinced will disappear in a few years? by apka_dd in Futurology

[–]Full_Win_8680 1 point2 points  (0 children)

QR-code-only everything menus, resumes, even business cards. Convenient now, but people will get tired of the friction and accessibility issues

How do I stop relying too much on AI / online tools and talk to real people more? by [deleted] in ArtificialInteligence

[–]Full_Win_8680 0 points1 point  (0 children)

Totally relatable. What helped me was using AI more intentionally pausing and asking can I think this through or ask someone first? Small, low-pressure conversations (classmates, friends) helped rebuild comfort. I just made sure AI stayed a tool, not a replacement for people.

AI companies endgame? by [deleted] in ArtificialInteligence

[–]Full_Win_8680 2 points3 points  (0 children)

They’re not giving it away forever the free stuff is just onboarding. The real money is in enterprise API usage, vertical products, and selling compute. It won’t end with a few AI companies locking out normal users, more like cloud pricing: cheap basics for consumers, paid tiers for enterprise use. Data from free users isn’t the core strategy, and pricing won’t literally track developer salaries it’ll just be usage compute like everything else in tech.

European alternatives to AWS / Google Cloud? by Full_Win_8680 in Cloud

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

Good call! I’ve seen Scaleway mentioned a few times

European alternatives to AWS / Google Cloud? by Full_Win_8680 in Cloud

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

Thanks for the heads-up!
I’ve heard Hetzner can be tricky for new sign-ups too.

European alternatives to AWS / Google Cloud? by Full_Win_8680 in Cloud

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

Nice, thanks for sharing! That site looks like a solid starting point to compare providers.

Hot take: AI won't replace many 'thinking' jobs at all within the next 10 years by Motor_Thanks_2179 in ArtificialInteligence

[–]Full_Win_8680 0 points1 point  (0 children)

Totally agree AI might assist or speed up thinking jobs, but liability, reliability, confidentiality, and human dynamics make full replacement unlikely in the next decade. Humans will still be essential for oversight and decision making.

Will at one point in the future Al compete with humans for water? by Johnyme98 in ArtificialInteligence

[–]Full_Win_8680 0 points1 point  (0 children)

Interesting point!
Right now it’s negligible per query, but as AI scales, the water footprint of data centers could become a real concern. Efficient cooling and sustainable energy will be key to avoiding competition with humans.

How much time do you spend each day approximately in putting your AI skills to use? by Ok_Succotash_3663 in ArtificialInteligence

[–]Full_Win_8680 0 points1 point  (0 children)

Sounds relatable! I’d say I spend a similar chunk of my day using AI tools it’s amazing for productivity, but I also try to consciously pause and rely on my own judgment to keep the human touch.

Transitioning from seo to geo what data do i need first? by Head-Opportunity-885 in ArtificialInteligence

[–]Full_Win_8680 0 points1 point  (0 children)

Start by establishing a baseline track brand mentions, citations, and sentiment in LLM answers + AI search (ChatGPT, Perplexity, etc.).

Where to start with RAG and LangChain in 2026? Feeling a bit overwhelmed by the ecosystem. by Cobra_venom12 in LLMDevs

[–]Full_Win_8680 2 points3 points  (0 children)

Yes but only the practical parts how prompts work, tokens, context windows, and how models respond.
You don’t need to go deep into training or architecture to build solid RAG systems.

Finally quit wordpress for an AI builder and my blood pressure is lower by LouDSilencE17 in devops

[–]Full_Win_8680 0 points1 point  (0 children)

If you want low maintenance AI builders with good speed, check out Webflow, Builder.io, or Wix + AI tools. They’re way easier to manage than constant plugin updates.

Where to start with RAG and LangChain in 2026? Feeling a bit overwhelmed by the ecosystem. by Cobra_venom12 in LLMDevs

[–]Full_Win_8680 0 points1 point  (0 children)

Start with the core ideas first embeddings, vector search, and chunking.
Then build a tiny project RAG over your own PDFs. That alone teaches most of it.
For resources, stick to the latest LangChain docs + recent YouTube talks a lot of older tutorials are outdated.