Category
tech
10 posts
-
“Chain of Thoughts” approach to generating personalized answer from LLM
Lets take an example where our agent has to answer my question How to hire a CTO? Below are the steps that you should code in the agent to achieve the desired results: Step 1: Generate Step-by-Step
-
Presence: Future of collaboration
What does the future of collaboration look like? Surely not just restricted to just audio and video. Below is an image of what I collected defines presence for people I talked to this weekend: So
-
Fetching conversational sentiments in human-human chat
Sentiment analysis has recently become core part of analytics in chats between customers and brands specially in ones with measure as customers experience like in hospitality. Lot of research has
-
Productive Idea Flow
Productive Idea flow is when ideas keep on building over each other. You arrive at a good idea which is improvement over your current product and spend some time visualising how everything will look
-
On code commit history
Ever want to check quality of code, always start with quality of code commits. Code commits are generally last priority given by developers in the overall quality maintenance of code. A good code
-
Bots is all about data, and being hungry enough to collect that
Akhil wants to buy a phone which does not heat up fast, as his phone is to be used in his Uber always engaged and in sunlight. His favourite ecommerce website can’t understand what he is looking
-
Maintaining forked private repo of a public repo
Lets assume you working on a public github repo e.g., https://github.com/parag/simplenlg-python3 . You have done git clone this repo but now you want to extend this library but privately. You could
-
Picking right messaging broker
I had implemented my last company (Plustxt) product over eJabbered. It worked well for couple of hundred thousand users but after I sold the company to Paytm and implemented for over 50+ million
-
Messaging aggregation platform and challenges
A messaging aggregation platform is a platform that is capable of receiving and sending messages to multiple (and popular) messaging platforms. Existing messaging apps installed on user devices act
-
Localizing ReactJS static apps
Since we are so much focused on messaging layer, internationalisation and localisation is mission critical for us. We explored lots of solutions for incorporating messages for multiple languages but