Posts

CEOs of OpenAI and Anthropic that are PBCs may be focusing on working for benefit of humanity as they say

CEOs of top US AI companies like OpenAI and Anthropic that are PBCs may be focusing on working for benefit of humanity as they say. USA PBCs seem to allow such humanitarian mission orientation. When updating  my recent India AI Impact Summit post on 21 Feb 2026 with update covering Brazil and India co-operating on AI for Global South, I was unaware that some leading AI companies such as OpenAI and Anthropic operate under Public Benefit Corporation (PBC) structures — a relatively recent legal innovation (2010) in the US. As per https://en.wikipedia.org/wiki/Benefit_corporation , "A company chooses to become a benefit corporation in order to operate as a traditional for-profit business while simultaneously addressing social, economic, and/or environmental needs." The CEOs of these PBC AI companies could very well be focused on working for benefit of all humanity. I cannot say that they have to focus on shareholder profit. Whether PBC governance meaningfully enforces public-ben...

Notes about Google Antigravity used in Google AI Pro plan; Jules vs Antigravity

This post is related to my recent previous posts: Notes on my first very simple agentic coding experiment with Google Jules which was successful Additional notes about Google AI Pro plan: NotebookLM   Summary From  https://en.wikipedia.org/wiki/Google_Antigravity  : "Google Antigravity is an AI-powered integrated development environment (IDE) developed by Google, designed for prioritizing AI agents platform for software development. Announced on November 18, 2025 alongside the release of Gemini 3, Antigravity enables developers to delegate complex coding tasks to autonomous AI agents powered primarily by Google's Gemini 3.1 Pro and Gemini 3 Flash models. The platform is a heavily modified fork of Visual Studio Code." The official website provides free download for various OS including Windows:  https://antigravity.google/ https://antigravity.google/pricing   Has a free plan Recommended plan is "Developer plan via Google One" - "Leverage Antigravity as your ...

Additional notes about Google AI Pro plan: NotebookLM

My previous post:  Notes on my first very simple agentic coding experiment with Google Jules which was successful  covers how I got and accepted the free offer for 18 months of Google AI Pro from Jio when I recently did my Jio 4G mobile recharge. The previous post focuses on Google Jules in Google AI Pro plan while this post covers other features of it. Google Antigravity used in Google AI Pro plan is covered in a separate post of mine . ================================ 09:24, 24 February 2026 one.google.com seems to be main portal for Google AI Pro. I created some Google Family setup with dG user as manager and rG user as member. Then I shared Google One with family. After that the 2 TB space is available for rG user too! ----------- Google notebooklm is not able to use my blogger blog as source - I tried both swdev blog and spiritual blog. https://raviswdev.blogspot.com/2026/02/notes-on-my-first-very-simple-agentic.html - even single post is not picked up. Blog import...

Notes on my first very simple agentic coding experiment with Google Jules which was successful

Last updated on 25 Feb 2026 Related posts: Notes about Google Antigravity used in Google AI Pro plan; Jules vs Antigravity Additional notes about Google AI Pro plan: NotebookLM Summary With my recent Jio 4G mobile recharge, I got a free 18 month offer for Google AI Pro which I accepted. Google AI Pro includes Google Jules being used as a coding agent. As a trial, for a very simple Astro landing page site, I gave Google Jules this prompt: I have a dummy Indian rural school website data in this Astro app. I would like the data in Features and About sections to be changed to a hypothetical (sample) rural Indian school (primary & secondary level/K-12). It did the job well! While the programming task I asked Google Jules to do was very simple, it had to go through all the steps of:  Studying project code (multiple files) Modifying the correct components with suitable generated text for Features and About sections which earlier had dummy content Building the app Running it and verify...

Notes on creating a simple static landing page site using my Astro template

Last updated on 24 Feb 2026 20:33, 21 February 2026 [Initially I wanted to see if I could quickly find some other Astro template that I could use to create a simple static landing page site for a primary & secondary education (K-12) rural Indian school. So I did some searching for it ....] Now looking at Astro Base - https://github.com/jonnysmillie/astro-base Some issues: Mobile menu takes up whole window width. Does not support dark mode. The developer has an interesting showcase of websites: https://jonnysmillie.dev/websites/ ------- Top 23 free Astro themes for building out-of-this-world static sites in 2023, https://cloudcannon.com/blog/top-23-free-astro-themes-for-building-out-of-this-world-static-sites-in-2023/ https://github.com/arthelokyo/astrowind , 5.5K stars, MIT License, https://astrowind.vercel.app/ - Initial thoughts were that it was very impressive. But when I dug into the source code for a simple case of using a Hero image I found the code to be too intricate...