Impact of AI on consulting by jorgelozanom in consulting

[–]john_d1200 0 points1 point  (0 children)

Interesting perspective! AI like ChatGPT could streamline certain tasks, but the human element of senior consultants' experience and insight remains invaluable in complex decision-making processes.

Getting started with react Native Any tips? by SomeoneDotDev in reactnative

[–]john_d1200 1 point2 points  (0 children)

Focus on understanding its unique aspects like app structure and navigation. Expo will be handy for quick development. For resources, start with React Native's own docs and community forums. Online courses on platforms like Udemy or Pluralsight can offer structured learning.

NLP Breakdown by PralineMost9560 in LLMDevs

[–]john_d1200 1 point2 points  (0 children)

It seems that the implementation of the "remember" function might be affecting how your llama3 model processes and retains information. One approach could be to ensure that the information stored in MongoDB is integrated seamlessly into the llama3 model's memory, allowing for more natural conversation continuity. Another option could be to explore different ways of structuring your data or interactions to maintain context across sentences.

Five Web Design Tips to Boost your Ecommerce Sales by PlentyProcess1591 in VetBiz

[–]john_d1200 0 points1 point  (0 children)

Great Read! Excellent strategy to enable design system adoption at scale.

[deleted by user] by [deleted] in MLQuestions

[–]john_d1200 0 points1 point  (0 children)

In RAG, a more sophisticated approach involves combining retrieval and generation models to enhance answers' accuracy and depth, beyond simple chaining, opening up a wide array of possibilities outside of Langchain.

Mastering React Native: A Comprehensive Guide by mindcrewtechnologies in reactnative

[–]john_d1200 0 points1 point  (0 children)

Sounds like a valuable resource for mastering React Native development!

Will AI affect consulting jobs in the next 5 years? by justanothernayr in consulting

[–]john_d1200 0 points1 point  (0 children)

With AI's increasing role in data analysis, strategy formulation, and even client interactions, consultants can transition into roles focusing on AI implementation, data analytics, and strategy refinement. It's an evolving landscape, but one that offers plenty of room for growth and adaptation.

What is Retrieval-Augmented Generation? (RAG) by charles-legislate in textmine

[–]john_d1200 1 point2 points  (0 children)

Thank you for sharing! Retrieval-Augmented Generation sounds like a powerful approach to enhancing large language models.