<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>summarization on S Anand</title>
    <link>https://www.s-anand.net/blog/tag/summarization/</link>
    <description>Recent content in summarization on S Anand</description>
    <generator>Hugo -- 0.156.0</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 19 May 2026 11:08:59 +0800</lastBuildDate>
    <atom:link href="https://www.s-anand.net/blog/tag/summarization/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Agent-consumable content</title>
      <link>https://www.s-anand.net/blog/agent-consumable-content/</link>
      <pubDate>Tue, 19 May 2026 11:08:59 +0800</pubDate>
      <guid>https://www.s-anand.net/blog/agent-consumable-content/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://files.s-anand.net/images/2026-05-19-agent-consumable-content.avif&#34;&gt;&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m making more and more of my content agent-consumable, i.e. easier for ChatGPT, Claude Code, etc. to read, in three ways.&lt;/p&gt;
&lt;p&gt;One, I &lt;strong&gt;export&lt;/strong&gt; content in an agent-friendly way.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Google email, calendar, chat&lt;/strong&gt;. I use &lt;a href=&#34;https://github.com/googleworkspace/cli&#34;&gt;&lt;code&gt;gws&lt;/code&gt;&lt;/a&gt; to &lt;a href=&#34;https://github.com/sanand0/scripts/blob/4071a2a795817177789531aeb1dd2ed8bb732199/backupgoogle.py&#34;&gt;back up&lt;/a&gt; into scannable one-line entries.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Meet recordings&lt;/strong&gt;. I &lt;a href=&#34;https://github.com/sanand0/scripts/blob/4071a2a795817177789531aeb1dd2ed8bb732199/backupmeet.py&#34;&gt;back up&lt;/a&gt; transcripts and videos (with a compact audio copy).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;WhatsApp chats&lt;/strong&gt; that I &lt;a href=&#34;https://github.com/sanand0/scripts/blob/4071a2a795817177789531aeb1dd2ed8bb732199/backupwhatsapp.py&#34;&gt;back up&lt;/a&gt; into similar one-liners.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Browsing history&lt;/strong&gt; by &lt;a href=&#34;https://github.com/sanand0/scripts/blob/4071a2a795817177789531aeb1dd2ed8bb732199/browsing_history.py&#34;&gt;exporting&lt;/a&gt; my Edge history SQLite database.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Daily activities&lt;/strong&gt; by &lt;a href=&#34;https://github.com/sanand0/scripts/blob/4071a2a795817177789531aeb1dd2ed8bb732199/activities.py&#34;&gt;integrating&lt;/a&gt; the above with my command line and commit history.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;AI conversations&lt;/strong&gt; by exporting them manually or via &lt;a href=&#34;https://tools.s-anand.net/aiscrapers/&#34;&gt;bookmarklets&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Social media records&lt;/strong&gt; like LinkedIn invites/conversations, Twitter, Hacker News, Discourse, etc via &lt;a href=&#34;https://tools.s-anand.net/&#34;&gt;bookmarklets&lt;/a&gt; or &lt;a href=&#34;https://github.com/sanand0/scripts/&#34;&gt;scripts&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Financial records&lt;/strong&gt; like bank statements, receipts, payslips, tax filings, utility payments, rentals, property records, investments, insurance, pensions, invoices, credit scores, etc. by exporting them manually.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Medical records&lt;/strong&gt; like tests, prescriptions, doctor visits, etc. by exporting them manually.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Personal records&lt;/strong&gt; like certificates, educational records, CV, passport / visa applications, etc. by exporting them manually.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Two, I &lt;strong&gt;log&lt;/strong&gt; / &lt;strong&gt;generate&lt;/strong&gt; more content. For example:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://til.s-anand.net/&#34;&gt;Things I learnt&lt;/a&gt;&lt;/strong&gt; and &lt;strong&gt;&lt;a href=&#34;https://www.s-anand.net/blog/&#34;&gt;blog posts&lt;/a&gt;&lt;/strong&gt; I write.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://github.com/sanand0/blog/blob/live/pages/prompts/&#34;&gt;Prompts&lt;/a&gt;&lt;/strong&gt; I use frequently.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://tools.s-anand.net/trending-repos/&#34;&gt;Trending GitHub repos&lt;/a&gt;&lt;/strong&gt; I want to evaluate.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://sanand0.github.io/talks/&#34;&gt;Talks&lt;/a&gt;&lt;/strong&gt; I deliver and &lt;strong&gt;&lt;a href=&#34;https://sanand0.github.io/datastories/&#34;&gt;data stories&lt;/a&gt;&lt;/strong&gt; I write.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://sanand0.github.io/llmdemos/&#34;&gt;Demos&lt;/a&gt;&lt;/strong&gt; I build and &lt;strong&gt;&lt;a href=&#34;https://sanand0.github.io/&#34;&gt;code&lt;/a&gt;&lt;/strong&gt; I write.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.s-anand.net/blog/i-lost-22-kg-in-22-weeks/&#34;&gt;Weight&lt;/a&gt;&lt;/strong&gt; and other fitness data.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://tds.s-anand.net/&#34;&gt;Teaching material&lt;/a&gt;&lt;/strong&gt;, &lt;strong&gt;&lt;a href=&#34;https://exam.sanand.workers.dev/tds-2026-05-ga0&#34;&gt;assessments&lt;/a&gt;&lt;/strong&gt; and &lt;strong&gt;&lt;a href=&#34;https://sanand0.github.io/datastories/tds-2026-01-p1/&#34;&gt;evaluations&lt;/a&gt;&lt;/strong&gt; and &lt;strong&gt;&lt;a href=&#34;https://sanand0.github.io/tds-2024-sep-project-2-results/similar.html&#34;&gt;analysis&lt;/a&gt;&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Coding agent logs&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sensors&lt;/strong&gt;: Location, mostly.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Daily journals&lt;/strong&gt;: Food, sleep, deeds, pains, &amp;hellip;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Media journals&lt;/strong&gt;: Books, movies, TV series, &amp;hellip;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Notes&lt;/strong&gt; (of various kinds): TODOs, app / tool ideas, people I know / meet, questions I&amp;rsquo;m asked, my beliefs, &amp;hellip;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;(Notably missing are photos / videos, which I&amp;rsquo;ve fallen out of the habit of.)&lt;/p&gt;
&lt;p&gt;Three, I &lt;strong&gt;summarize&lt;/strong&gt; the content for agents. For example:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Adding blog frontmatter&lt;/strong&gt; by &lt;a href=&#34;https://github.com/sanand0/scripts/blob/4071a2a795817177789531aeb1dd2ed8bb732199/summarize.py&#34;&gt;summarizing&lt;/a&gt; my &lt;a href=&#34;https://github.com/sanand0/blog/&#34;&gt;blog posts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Adding transcript frontmatter&lt;/strong&gt; by &lt;a href=&#34;https://github.com/sanand0/scripts/blob/4071a2a795817177789531aeb1dd2ed8bb732199/summarize.py&#34;&gt;summarizing&lt;/a&gt; my meeting transcripts.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Identifying actions&lt;/strong&gt; &lt;a href=&#34;https://github.com/sanand0/scripts/blob/4071a2a795817177789531aeb1dd2ed8bb732199/setup.fish#L309&#34;&gt;extracted&lt;/a&gt; from transcripts.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Summarizing my code&lt;/strong&gt; as &lt;a href=&#34;https://github.com/sanand0/sanand0/&#34;&gt;podcasts&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Summarizing prompts&lt;/strong&gt; as &lt;a href=&#34;https://github.com/sanand0/scripts/tree/main/agents&#34;&gt;SKILL.md&lt;/a&gt; files.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Summarizing conversations&lt;/strong&gt; into advice for &lt;a href=&#34;https://www.s-anand.net/blog/ai-advice-for-teams/&#34;&gt;AI&lt;/a&gt;, &lt;a href=&#34;https://www.s-anand.net/blog/time-management/&#34;&gt;time management&lt;/a&gt;, etc.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Summarizing technical choices&lt;/strong&gt; into a &lt;strong&gt;&lt;a href=&#34;https://tools.s-anand.net/radar/&#34;&gt;technology radar&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Extracting transcripts elements&lt;/strong&gt;, like insights, experiments to run, actions, what I missed, what they missed, etc.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;On my list is &lt;a href=&#34;https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f&#34;&gt;Karpathy&amp;rsquo;s LLM wiki&lt;/a&gt;, summarizing my photos, and more.&lt;/p&gt;
&lt;p&gt;Just &lt;em&gt;writing&lt;/em&gt; this post took me an hour! It also convinced me that I have &lt;em&gt;lots&lt;/em&gt; of content and there&amp;rsquo;s a lot of under-leverage in unleashing agents on what I already have.&lt;/p&gt;
&lt;!-- https://chatgpt.com/c/6a0a60df-df40-83ec-88d3-f213441c52be --&gt;
</description>
    </item>
    <item>
      <title>New ways of reading books</title>
      <link>https://www.s-anand.net/blog/new-ways-of-reading-books/</link>
      <pubDate>Tue, 06 Jan 2026 11:03:07 +0800</pubDate>
      <guid>https://www.s-anand.net/blog/new-ways-of-reading-books/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m using AI to read books by:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Summarizing&lt;/strong&gt;. This tells me what the books is about, the key points it makes and the main takeaways. It also helps me decide if I want to dig deeper.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Fact-checking&lt;/strong&gt;. I can find mistakes, alternate perspectives, and biases. That&amp;rsquo;s a &lt;em&gt;huge&lt;/em&gt; win!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Re-authoring&lt;/strong&gt;. I can write it in the style of Malcolm Gladwell, Randall Munroe, Richard Feynman, or anyone else I like. Makes dense prose much more enjoyable.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So far, I&amp;rsquo;ve applied this at different levels - and I&amp;rsquo;m sure there are more possibilities:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;A book&lt;/strong&gt;. I can &lt;a href=&#34;https://claude.ai/chat/26cd4580-ede9-45e0-909e-2c58946458d1&#34;&gt;summarize &amp;amp; fact-check&lt;/a&gt; books like &lt;a href=&#34;https://www.goodreads.com/book/show/25663961-how-not-to-die&#34;&gt;How Not To Die&lt;/a&gt; and learn what&amp;rsquo;s really established.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;A chapter&lt;/strong&gt;. I can turn each chapter of Primo Levi&amp;rsquo;s &lt;a href=&#34;https://www.goodreads.com/book/show/427282.The_Periodic_Table&#34;&gt;The Periodic Table&lt;/a&gt; into a &lt;a href=&#34;https://claude.ai/share/298dae77-08ba-4131-9790-7c7490154afe&#34;&gt;Randall Munroe article&lt;/a&gt; that makes me laugh.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;A sentence&lt;/strong&gt;. I can take a single proverb like &lt;a href=&#34;https://www.s-anand.net/blog/the-busier-you-are-the-happier-you-are/&#34;&gt;忙しいほど幸せ&lt;/a&gt; or a &lt;a href=&#34;https://en.wikipedia.org/wiki/Kural&#34;&gt;Kural&lt;/a&gt; like &lt;a href=&#34;https://www.s-anand.net/blog/humility-elevates-divinity/&#34;&gt;அடக்கம் அமரருள் உய்க்கும்&lt;/a&gt; and turn it into an essay that makes me cry.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Multiple books&lt;/strong&gt;. I can &lt;a href=&#34;https://claude.ai/public/artifacts/8e5076f4-84c9-497a-ad38-d5654ae3f3b4&#34;&gt;compare and fact-check&lt;/a&gt; multiple books on the same topic, e.g. &lt;a href=&#34;https://www.goodreads.com/book/show/18770267-make-it-stick&#34;&gt;Make It Stick&lt;/a&gt;, &lt;a href=&#34;https://www.goodreads.com/book/show/18693655-a-mind-for-numbers&#34;&gt;A Mind for Numbers&lt;/a&gt;, &lt;a href=&#34;https://www.goodreads.com/book/show/44770129-ultralearning&#34;&gt;Ultralearning&lt;/a&gt;, and &lt;a href=&#34;https://www.goodreads.com/book/show/34507927-how-to-take-smart-notes&#34;&gt;How to Take Smart Notes&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;But I suspect this is just the beginning. AI opens up &lt;a href=&#34;https://www.s-anand.net/blog/prompts/reading-styles/&#34;&gt;many more reading styles&lt;/a&gt;. For example:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Reviews over time&lt;/strong&gt;. Could we read &lt;a href=&#34;https://www.goodreads.com/book/show/9216051-lolita&#34;&gt;Lolita&lt;/a&gt; along with the 1950s interpretation, the 1970s feminist critique, the postcolonial turn, the contemporary reassessment? Understanding how meaning evolves over time?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Character story&lt;/strong&gt;. Reading just the sub-novel of a single character, e.g. &lt;a href=&#34;https://coppermind.net/wiki/Hoid&#34;&gt;Hoid&lt;/a&gt; across the &lt;a href=&#34;https://coppermind.net/wiki/Cosmere&#34;&gt;Cosmere&lt;/a&gt;?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;AMA with the author&lt;/strong&gt;. Interpret what the author might have meant or said, e.g. &lt;a href=&#34;https://chatgpt.com/share/68be4c74-afa8-800c-b004-7a1565cb2487&#34;&gt;What caused the quake in Arelon?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We should be mindful that artistry is &lt;strong&gt;not&lt;/strong&gt; understanding. Assessing, teaching, applying, debating, &amp;hellip; these are better tests. But accessibility, enjoyment, and novelty are meaningful too. Let&amp;rsquo;s go exploring!&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Calvin &amp;amp; Hobbes: Wow, it really snowed last night! Isn&amp;rsquo;t it wonderful? Everything familiar has disappeared! The world looks brand new! A new year&amp;hellip; a fresh, clean start! It&amp;rsquo;s like having a big white sheet of paper to draw on! A day full of possibilities! It&amp;rsquo;s a magical world, Hobbes, ol&amp;rsquo;d buddy&amp;hellip; let&amp;rsquo;s go exploring!&#34; loading=&#34;lazy&#34; src=&#34;https://picayune.uclick.com/comics/ch/1994/ch941030.gif&#34;&gt;&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Books in 2025</title>
      <link>https://www.s-anand.net/blog/books-in-2025/</link>
      <pubDate>Wed, 31 Dec 2025 07:21:27 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/books-in-2025/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Books in 2025&#34; loading=&#34;lazy&#34; src=&#34;https://files.s-anand.net/images/2025-books.webp&#34;&gt;&lt;/p&gt;
&lt;p&gt;I read 51 books in 2025 (about the same as in &lt;a href=&#34;https://www.s-anand.net/blog/books-in-2024/&#34;&gt;2024&lt;/a&gt;, &lt;a href=&#34;https://www.s-anand.net/blog/books-in-2023/&#34;&gt;2023&lt;/a&gt;, &lt;a href=&#34;https://www.s-anand.net/blog/books-in-2022/&#34;&gt;2022&lt;/a&gt;, and &lt;a href=&#34;https://www.s-anand.net/blog/books-in-2021/&#34;&gt;2021&lt;/a&gt;.)&lt;/p&gt;
&lt;p&gt;With a difference: &lt;a href=&#34;https://www.s-anand.net/blog/i-count-ai-summarized-books-as-read/&#34;&gt;I used AI to read&lt;/a&gt; 44 of them in the last week of the year.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Mind blowing&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/115013.The_Ants&#34;&gt;The Ants&lt;/a&gt; by Bert Hölldobler. Finally, after 20 years of wanting to read it. It lives up to the hype.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/203578847-wind-and-truth&#34;&gt;Wind and Truth (The Stormlight Archive, #5)&lt;/a&gt; by Brandon Sanderson. The only fiction I&amp;rsquo;ve taken notes for. (About 500 points.)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Life changing&lt;/strong&gt; (or at least, perspective changing)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/30753738-the-choice&#34;&gt;The Choice: Embrace the Possible&lt;/a&gt; by Edith Eger&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/57517317-immune&#34;&gt;Immune: A Journey Into the Mysterious System That Keeps You Alive&lt;/a&gt; by Philipp Dettmer&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/31170723-behave&#34;&gt;Behave: The Biology of Humans at Our Best and Worst&lt;/a&gt; by Robert M. Sapolsky&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/55339408-noise&#34;&gt;Noise: A Flaw in Human Judgment&lt;/a&gt; by Daniel Kahneman&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/57933312-how-minds-change&#34;&gt;How Minds Change: The Surprising Science of Belief, Opinion, and Persuasion&lt;/a&gt; by David McRaney&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/27276428-the-gene&#34;&gt;The Gene: An Intimate History&lt;/a&gt; by Siddhartha Mukherjee&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/31555.Phantoms_in_the_Brain&#34;&gt;Phantoms in the Brain: Probing the Mysteries of the Human Mind&lt;/a&gt; by V.S. Ramachandran&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/52668915-entangled-life&#34;&gt;Entangled Life: How Fungi Make Our Worlds, Change Our Minds &amp;amp; Shape Our Futures&lt;/a&gt; by Merlin Sheldrake&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Interesting&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/59696349-build&#34;&gt;Build: An Unorthodox Guide to Making Things Worth Making&lt;/a&gt; by Tony Fadell&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/55723020-dopamine-nation&#34;&gt;Dopamine Nation: Finding Balance in the Age of Indulgence&lt;/a&gt; by Anna Lembke&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/27036528-ego-is-the-enemy&#34;&gt;Ego Is the Enemy&lt;/a&gt; by Ryan Holiday&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/835623.How_the_Mind_Works&#34;&gt;How the Mind Works&lt;/a&gt; by Steven Pinker&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/55655032-how-to-change&#34;&gt;How to Change: The Science of Getting from Where You Are to Where You Want to Be&lt;/a&gt; by Katy Milkman&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/58419574-lux&#34;&gt;Lux (Texas Reckoners, #1)&lt;/a&gt; by Brandon Sanderson&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/45186993-outcomes-over-output&#34;&gt;Outcomes Over Output: Why customer behavior is the key metric for business success&lt;/a&gt; by Josh Seiden&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/61153739-outlive&#34;&gt;Outlive: The Science &amp;amp; Art of Longevity&lt;/a&gt; by Peter Attia&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/29767627-reality-is-not-what-it-seems&#34;&gt;Reality is Not What it Seems: The Journey to Quantum Gravity&lt;/a&gt; by Carlo Rovelli&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/125116554-same-as-ever&#34;&gt;Same as Ever: A Guide to What Never Changes&lt;/a&gt; by Morgan Housel&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/144026501-small-wins-every-day&#34;&gt;Small Wins Every Day: 100 Powerful Ways to Transform Your Life and Health&lt;/a&gt; by Luke Coutinho&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/5752.The_Blank_Slate&#34;&gt;The Blank Slate: The Modern Denial of Human Nature&lt;/a&gt; by Steven Pinker&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/18693771-the-body-keeps-the-score&#34;&gt;The Body Keeps the Score: Brain, Mind, and Body in the Healing of Trauma&lt;/a&gt; by Bessel van der Kolk&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/52163526-the-cancer-code&#34;&gt;The Cancer Code: A Revolutionary New Understanding of a Medical Mystery&lt;/a&gt; by Jason Fung&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/22085568-the-culture-map&#34;&gt;The Culture Map: Breaking Through the Invisible Boundaries of Global Business&lt;/a&gt; by Erin Meyer&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/17349.The_Demon_Haunted_World&#34;&gt;The Demon-Haunted World: Science as a Candle in the Dark&lt;/a&gt; by Carl Sagan&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/38227753-the-diabetes-code&#34;&gt;The Diabetes Code: Prevent and Reverse Type 2 Diabetes Naturally&lt;/a&gt; by Jason Fung&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/7170627-the-emperor-of-all-maladies&#34;&gt;The Emperor of All Maladies: A Biography of Cancer&lt;/a&gt; by Siddhartha Mukherjee&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/61538.The_Extended_Phenotype&#34;&gt;The Extended Phenotype: The Long Reach of the Gene (Popular Science)&lt;/a&gt; by Richard Dawkins&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/60531410-the-frugal-wizard-s-handbook-for-surviving-medieval-england&#34;&gt;The Frugal Wizard’s Handbook for Surviving Medieval England (Secret Projects, #2)&lt;/a&gt; by Brandon Sanderson&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/96884.The_Happiness_Hypothesis&#34;&gt;The Happiness Hypothesis: Finding Modern Truth in Ancient Wisdom&lt;/a&gt; by Jonathan Haidt&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/5755.The_Language_Instinct&#34;&gt;The Language Instinct: How the Mind Creates Language&lt;/a&gt; by Steven Pinker&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/22478.The_Origin_of_Consciousness_in_the_Breakdown_of_the_Bicameral_Mind&#34;&gt;The Origin of Consciousness in the Breakdown of the Bicameral Mind&lt;/a&gt; by Julian Jaynes&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/590652.The_Slight_Edge&#34;&gt;The Slight Edge&lt;/a&gt; by Jeff Olson&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/60321392-the-song-of-the-cell&#34;&gt;The Song of the Cell: An Exploration of Medicine and the New Human&lt;/a&gt; by Siddhartha Mukherjee&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/33930.The_Structure_of_Evolutionary_Theory&#34;&gt;The Structure of Evolutionary Theory&lt;/a&gt; by Stephen Jay Gould&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/373969.The_Stuff_of_Thought&#34;&gt;The Stuff of Thought: Language as a Window into Human Nature&lt;/a&gt; by Steven Pinker&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/8574712-the-tell-tale-brain&#34;&gt;The Tell-Tale Brain: A Neuroscientist&amp;rsquo;s Quest for What Makes Us Human&lt;/a&gt; by V.S. Ramachandran&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/179311316-why-we-die&#34;&gt;Why We Die: The New Science of Aging and the Quest for Immortality&lt;/a&gt; by Venki Ramakrishnan&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/34466963-why-we-sleep&#34;&gt;Why We Sleep: Unlocking the Power of Sleep and Dreams&lt;/a&gt; by Matthew Walker&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Worth skipping&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/25663961-how-not-to-die&#34;&gt;How Not to Die: Discover the Foods Scientifically Proven to Prevent and Reverse Disease&lt;/a&gt; by Michael Greger&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/43723901-lifespan&#34;&gt;Lifespan: Why We Age―and Why We Don&amp;rsquo;t Have To&lt;/a&gt; by David Sinclair&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/53240367-metabolical&#34;&gt;Metabolical: The Lure and the Lies of Processed Food, Nutrition, and Modern Medicine&lt;/a&gt; by Robert H. Lustig&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/59554236-price-of-the-modi-years&#34;&gt;Price of the Modi Years&lt;/a&gt; by Aakar Patel&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/7640261-sex-at-dawn&#34;&gt;Sex at Dawn: The Prehistoric Origins of Modern Sexuality&lt;/a&gt; by Christopher Ryan&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/38728977-the-molecule-of-more&#34;&gt;The Molecule of More: How a Single Chemical in Your Brain Drives Love, Sex, and Creativity—and Will Determine the Fate of the Human Race&lt;/a&gt; by Daniel Z. Lieberman&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/24945404-the-obesity-code&#34;&gt;The Obesity Code: Unlocking the Secrets of Weight Loss&lt;/a&gt; by Jason Fung&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/34458942-the-telomere-effect&#34;&gt;The Telomere Effect: A Revolutionary Approach to Living Younger, Healthier, Longer&lt;/a&gt; by Elizabeth Blackburn&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Re-reading&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/17332218-words-of-radiance&#34;&gt;Words of Radiance (The Stormlight Archive, #2)&lt;/a&gt; by Brandon Sanderson&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/7235533-the-way-of-kings&#34;&gt;The Way of Kings (The Stormlight Archive, #1)&lt;/a&gt; by Brandon Sanderson&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/68427.Elantris&#34;&gt;Elantris (Elantris, #1)&lt;/a&gt; by Brandon Sanderson&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Here&amp;rsquo;s the &lt;a href=&#34;https://www.goodreads.com/review/list/39713492-s-anand?order=d&amp;amp;ref=nav_mybooks&amp;amp;shelf=read&amp;amp;sort=date_read&#34;&gt;list on GoodReads, sorted by read date&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.linkedin.com/posts/sanand0_%F0%9D%97%9C-%F0%9D%97%B0%F0%9D%97%BC%F0%9D%98%82%F0%9D%97%BB%F0%9D%98%81-%F0%9D%97%94%F0%9D%97%9C-%F0%9D%98%80%F0%9D%98%82%F0%9D%97%BA%F0%9D%97%BA%F0%9D%97%AE%F0%9D%97%BF%F0%9D%97%B6%F0%9D%98%87%F0%9D%97%B2%F0%9D%97%B1-%F0%9D%97%AF%F0%9D%97%BC%F0%9D%97%BC%F0%9D%97%B8%F0%9D%98%80-activity-7410515008419332096-iBZ9&#34;&gt;LinkedIn&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    <item>
      <title></title>
      <link>https://www.s-anand.net/blog/hindu-webinar-on-ai-education/</link>
      <pubDate>Sun, 20 Oct 2024 07:32:39 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/hindu-webinar-on-ai-education/</guid>
      <description>&lt;p&gt;Arun Tangirala and I webinared on &amp;ldquo;AI in Education&amp;rdquo; yesterday.&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;(&amp;ldquo;Webinared&amp;rdquo; is not a word. But &amp;ldquo;verbing weirds language&amp;rdquo;.)&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Mid-way, Jose Swan from the audience asked, &amp;ldquo;Can you summarise this session using an AI?&lt;/p&gt;
&lt;p&gt;There are SEVERAL tools you can use to summarize talks. Whisper for transcription, FFMpeg for keyframe extraction, #NotebookLM for podcast generation, text-embedding-3-small for topic modelling, and of course, any regular LLM include #ChatGPT for summarization or translation.&lt;/p&gt;
&lt;p&gt;I spent this morning applying those to the webinar video, and writing it up the process.&lt;/p&gt;
&lt;p&gt;Read on for the details&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.s-anand.net/blog/tools-to-publish-annotated-talks-from-videos/&#34;&gt;https://www.s-anand.net/blog/tools-to-publish-annotated-talks-from-videos/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;PS: I referenced Raj Vadigepalli midway and thought of Vivekananda Vedula, bringing back hostel memories from Indian Institute of Technology, Madras.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.linkedin.com/feed/update/urn%3Ali%3Ashare%3A7253669433938714624&#34;&gt;LinkedIn&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
  </channel>
</rss>
