Thursday, May 25, 2023

Windows Copilot


Yday, Microsoft announced in annual Build conference - "Windows Copilot ", which is first PC platform with AI assistance for customers.

Preview at https://youtu.be/FCfwc-NNo30 

Tuesday, May 16, 2023

xMaps GPT




xMaps is building a location intelligence platform with focus on data, algorithms, and artificial intelligence products.

Singapore based firm is building B2B SaaS platform, with data marketplace, API platform, and GPT-powered location engine to connect both in a dashboard as attached.


Monday, May 1, 2023

AI Era

 


As, I'm excited to the technology aspect of AI era, one of the inspiring Indian leader Mr. Narayana Moorthy (founder of Infosys) gave a different dimension to this platform during the recent interview with CNBC.

https://www.cnbc.com/video/2023/04/20/chatgpt-is-not-going-to-replace-anybody-n-r-narayana-murthy.html 

Few impressive quotes, by him:

  • Can't beat the human mind
  • Assistance, rather than replacement
  • Human mind is the most powerful imagination.
  • Typewriter vs Word processor - efficiency

Google Flutter

 


There are multiple frameworks available in the industry to develop cross platform applications.  During the recent business need, got an opportunity to work in 2 popular frameworks namely Flutter and Capacitor.  

Flutter is built by Google with the first release in May 2017.  Capacitor got released during the initial days of covid pandemic i.e., April 2020.  

Flutter architecture is divided into 3 layers namely Embedder, Engine and Framework. 

  1. The base bottom layer “Embedder” generates the execution instructions for the specific device/operating system.  It instructs the underlying device to perform all types of processing.  On running Flutter app in any android device, Embedder generates the runtime instructions for android.
  2. The middle “Engine” handles the core operations like network requests, input, output and rendering. It is completely written in C++
  3. Top “Framework” layer is the foundation element of application development, which is achieved using DART language.  Framework has all the essential UI development elements like material parts, widgets, animations, gesture detectors, etc.