<?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>non-programmers on S Anand</title>
    <link>https://www.s-anand.net/blog/tag/non-programmers/</link>
    <description>Recent content in non-programmers on S Anand</description>
    <generator>Hugo -- 0.164.0</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 02 Aug 2025 06:32:33 +0000</lastBuildDate>
    <atom:link href="https://www.s-anand.net/blog/tag/non-programmers/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Vibe-coding is for unproduced, not production, code</title>
      <link>https://www.s-anand.net/blog/vibe-coding-is-for-unproduced-not-production-code/</link>
      <pubDate>Sat, 02 Aug 2025 06:26:18 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/vibe-coding-is-for-unproduced-not-production-code/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Vibe-coding is for unproduced, not production, code&#34; loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/Gemini_Generated_Image_klq1ckklq1ckklq1-1.webp&#34;&gt;&lt;/p&gt;
&lt;p&gt;Yesterday, I helped two people vibe-code solutions. Both were non-expert IT pros who can code but aren&amp;rsquo;t fluent.&lt;/p&gt;
&lt;p&gt;Person Alpha and I were on a call in the morning. Alpha needed to OCR PDF pages. I bragged, &amp;ldquo;Ten minutes. Let’s do it now!&amp;rdquo; But I was on a train with only my phone, so Alpha had to code. Vibe-coding was the only option.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Me&lt;/strong&gt;: Go to any chat engine and pick Claude Sonnet 4 as your model.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Alpha&lt;/strong&gt;: We have an internal chatbot that has Claude Sonnet 4.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Me&lt;/strong&gt;: Type, &amp;ldquo;Write a Python program to accept a PDF filename and page number and extract it into output.pdf&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Alpha&lt;/strong&gt;: Done. I&amp;rsquo;m not used to the CLI but can run it in PyCharm.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Me&lt;/strong&gt;: OK. Run it, but first, modify by saying, &amp;ldquo;Shorten code. Drop error handling.&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Alpha&lt;/strong&gt;: Done. (Runs the code, and it works!)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Me&lt;/strong&gt;: Great. Let&amp;rsquo;s do the next part. Paste the sample code for OCR from our team into the chatbot.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Alpha&lt;/strong&gt;: But our chatbot is limited to ~15K characters.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Me&lt;/strong&gt;: OK. Go to Claude.ai and paste the code.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Alpha&lt;/strong&gt;: Um… is that allowed? (Alpha&amp;rsquo;s colleague pitched in, saying &amp;ldquo;If it weren&amp;rsquo;t, it&amp;rsquo;ll be blocked. Also, the code isn&amp;rsquo;t sensitive, only data, so go ahead.&amp;rdquo;)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Me&lt;/strong&gt;: Use this prompt: &amp;ldquo;Write a Python program to send output.pdf to an LLM for OCR. Use this code as reference.&amp;rdquo; Then &amp;ldquo;Shorten code. Drop error handling.&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Alpha&lt;/strong&gt;: (Runs the code, and it works!)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;All this happened during my commute plus a haloumi-cheese-wrap purchase. A very satisfying experience!&lt;/p&gt;
&lt;p&gt;That evening, Person Gamma and I were on a call. Gamma had a client meeting and needed an LLM image editing tool tailored. I tried the same approach.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Me&lt;/strong&gt;: Create a GitHub account, first.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Gamma&lt;/strong&gt;: I think I already have one. Let me log in.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Me&lt;/strong&gt;: I&amp;rsquo;ve given you maintainer access to the repo. You&amp;rsquo;ll get an email. Accept it. Then upload the images you want edited.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Gamma&lt;/strong&gt;: Done (with me guiding on what to click)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Me&lt;/strong&gt;: Now log into &lt;a href=&#34;https://jules.google.com/&#34;&gt;https://jules.google.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Gamma&lt;/strong&gt;: Done&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Me&lt;/strong&gt;: In Jules, select the repo and tell it what change you want.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Gamma&lt;/strong&gt;: OK. &amp;ldquo;Use the JPG images uploaded as the samples&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;(Jules churns out it&amp;rsquo;s thinking)&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Oh, wow! This is amazing! It&amp;rsquo;s actually thinking about the approach.&amp;rdquo;&lt;/li&gt;
&lt;li&gt;(Jules is done in about 2 min)&lt;/li&gt;
&lt;li&gt;&amp;ldquo;My god! This is going to make things so much easier!&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Me&lt;/strong&gt;: Now publish the branch, create a pull request on GitHub, and merge.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Gamma&lt;/strong&gt;: Done (with guidance).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Me&lt;/strong&gt;: Now try something yourself.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Gamma&lt;/strong&gt;: OK. &amp;ldquo;Change the prompts to something more relevant that improves the brand image.&amp;rdquo; (merges the code, and it works!)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Yet another very satisfying experience. Gamma went on to make another change in my absence. Exactly the point: enable them to work without me.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;But isn&amp;rsquo;t &lt;a href=&#34;https://blog.val.town/vibe-code&#34;&gt;vibe code legacy code&lt;/a&gt;&lt;/strong&gt;? Reducing quality, increasing technical debt?&lt;/p&gt;
&lt;p&gt;Yes. Vibe-coding ships debt. But not all code is production code. Vibe coding can accelerate throw-away prototypes.&lt;/p&gt;
&lt;p&gt;More importantly, &lt;strong&gt;so many&lt;/strong&gt; ideas sit idle because devs lack time and non-devs lack skills. Vibe coding shrinks that effort. &lt;strong&gt;That&lt;/strong&gt; is what vibe-coding is &lt;strong&gt;really&lt;/strong&gt; for.&lt;/p&gt;
&lt;p&gt;Think Excel. Most Excel sheets are messy apps, yet Excel&amp;rsquo;s made more people productive than any language. In &lt;a href=&#34;https://www.cgl.ucsf.edu/Outreach/pc204/NoSilverBullet.html&#34;&gt;No Silver Bullet&lt;/a&gt;, Fred Brooks said:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I believe the single most powerful software-productivity strategy for many organizations today is to equip the computer-naive intellectual workers who are on the firing line with personal computers and good generalized writing, drawing, file, and spreadsheet programs and then to turn them loose. The same strategy, carried out with generalized mathematical and statistical packages and some simple programming capabilities, will also work for hundreds of laboratory scientists.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This is what vibe-coding enables. And more.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>How To Control Smarter Intelligences</title>
      <link>https://www.s-anand.net/blog/how-to-control-smarter-intelligences/</link>
      <pubDate>Tue, 01 Jul 2025 06:37:40 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/how-to-control-smarter-intelligences/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;How To Control Smarter Intelligences&#34; loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/ChatGPT-Image-Jul-1-2025-11_27_23-AM.webp&#34;&gt;&lt;/p&gt;
&lt;p&gt;LLMs are smarter than us in many areas. How do we manage them?&lt;/p&gt;
&lt;p&gt;This is not a new problem.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;VC partners&lt;/strong&gt; evaluate deep-tech startups.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Science editors&lt;/strong&gt; review Nobel laureates.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Managers&lt;/strong&gt; manage specialist teams.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Judges&lt;/strong&gt; evaluate expert testimony.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Coaches&lt;/strong&gt; train Olympic athletes.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;… and they manage and evaluate &amp;ldquo;smarter&amp;rdquo; outputs in &lt;strong&gt;many&lt;/strong&gt; ways:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Verify&lt;/strong&gt;. Check against an &amp;ldquo;answer sheet&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Checklist&lt;/strong&gt;. Evaluate against pre-defined criteria.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sampling&lt;/strong&gt;. Randomly review a subset.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Gating&lt;/strong&gt;. Accept low-risk work. Evaluate critical ones.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Benchmark&lt;/strong&gt;. Compare against others.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Red-team&lt;/strong&gt;. Probe to expose hidden flaws.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Double-blind review&lt;/strong&gt;. Mask identity to curb bias.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Reproduce&lt;/strong&gt;. Re-running gives the same output?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Consensus&lt;/strong&gt;. Aggregate multiple responses. Wisdom of crowds.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Outcome&lt;/strong&gt;. Did it work in the real world?&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Vibe coding&lt;/strong&gt;: Non-programmers might glance at lint checks (&lt;strong&gt;Checklist&lt;/strong&gt;) and see if it works (&lt;strong&gt;Outcome&lt;/strong&gt;).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;LLM image designs&lt;/strong&gt;: Developers might check if a few images look good (&lt;strong&gt;Sampling&lt;/strong&gt;) and check a few marketers (&lt;strong&gt;Consensus&lt;/strong&gt;).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;LLM news articles&lt;/strong&gt;: An journalist might run a &lt;strong&gt;Checklist&lt;/strong&gt;, a &lt;strong&gt;Double-blind review&lt;/strong&gt; with experts, and &lt;strong&gt;Verify&lt;/strong&gt; critical facts (&lt;strong&gt;Gating&lt;/strong&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You &lt;strong&gt;already&lt;/strong&gt; know many of these. You learnt them in Auditing. Statistics. Law. System controls. Policy analysis. Quality engineering. Clinical epidemiology. Investigative journalism. Design critique.&lt;/p&gt;
&lt;p&gt;Worth brushing up skills. They&amp;rsquo;re &lt;strong&gt;more&lt;/strong&gt; important in the AI era.&lt;/p&gt;
</description>
    </item>
    <item>
      <title></title>
      <link>https://www.s-anand.net/blog/how-can-non-programmers-build-apps/</link>
      <pubDate>Sun, 20 Oct 2024 10:37:57 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/how-can-non-programmers-build-apps/</guid>
      <description>&lt;p&gt;How can non-programmers build apps?&lt;/p&gt;
&lt;p&gt;Claude.ai, Replit.com, Bolt.new, V0.dev, Pythagora.ai and a few other tools write and deploy code just based on a prompt. You should try them out.&lt;/p&gt;
&lt;p&gt;But how do you build the skill? Is there a tutorial?&amp;quot; I&amp;rsquo;m often asked. No, I can&amp;rsquo;t find a tutorial, but here is my suggestion.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;You probably can&amp;rsquo;t guess what&amp;rsquo;s easy or hard. e.g. &amp;ldquo;Take my picture in black &amp;amp; white&amp;rdquo; is FAR easier than &amp;ldquo;When&amp;rsquo;s the next lunar eclipse?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;So if the app doesn&amp;rsquo;t work, try 2-3 times, then GIVE UP! Note it down and try something else. (You&amp;rsquo;ll soon get a feel for what&amp;rsquo;s possible.)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Revisit what failed 3-6 months later. It might suddenly become possible.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://files.s-anand.net/images/2024-10-20-calvin-vibe-coding.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.linkedin.com/feed/update/urn%3Ali%3Ashare%3A7253716064579043329&#34;&gt;LinkedIn&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    <item>
      <title></title>
      <link>https://www.s-anand.net/blog/what-online-course-to-publish/</link>
      <pubDate>Mon, 28 Feb 2022 05:10:55 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/what-online-course-to-publish/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m planning to publish a 3-hour self-paced #onlinecourse.&lt;/p&gt;
&lt;p&gt;But I don&amp;rsquo;t know which topic would be more useful.&lt;/p&gt;
&lt;p&gt;One topic is #datascience tools for non-programmers.&lt;/p&gt;
&lt;p&gt;Another is a step-by-step guide to #datastorytelling for analysts.&lt;/p&gt;
&lt;p&gt;What&amp;rsquo;s more useful for you?&lt;/p&gt;
&lt;p&gt;Could you share with people, so I work on the more useful course? (Thanks 🙏)&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.linkedin.com/feed/update/urn%3Ali%3AugcPost%3A6903929474736361472&#34;&gt;LinkedIn&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
  </channel>
</rss>
