<?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>scripts on S Anand</title>
    <link>https://www.s-anand.net/blog/tag/scripts/</link>
    <description>Recent content in scripts on S Anand</description>
    <generator>Hugo -- 0.164.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/scripts/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>Getting things done at a call center</title>
      <link>https://www.s-anand.net/blog/getting-things-done-at-a-call-center/</link>
      <pubDate>Wed, 28 Jul 2004 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/getting-things-done-at-a-call-center/</guid>
      <description>&lt;p&gt;A good way to &lt;a href=&#34;http://www.kuro5hin.org/comments/2004/7/14/181553/752/92#92&#34;&gt;get things done at a call center&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>One minute summary of movies</title>
      <link>https://www.s-anand.net/blog/one-minute-summary-of-movies/</link>
      <pubDate>Mon, 01 Jan 2001 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/one-minute-summary-of-movies/</guid>
      <description>&lt;p&gt;A &lt;a href=&#34;http://www.rinkworks.com/movieaminute/&#34;&gt;one-minute summary of movies&lt;/a&gt;. For some movies, if you&amp;rsquo;ve read it, you&amp;rsquo;ve seen it.&lt;/p&gt;
</description>
    </item>
  </channel>
</rss>
