<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Ai/Ml on Evan King</title>
    <link>https://evanking.io/tags/ai/ml/</link>
    <description>Recent content in Ai/Ml on Evan King</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 10 Feb 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://evanking.io/tags/ai/ml/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Engram: Generative audio sampler</title>
      <link>https://evanking.io/posts/engram/</link>
      <pubDate>Tue, 10 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://evanking.io/posts/engram/</guid>
      <description>&lt;p&gt;&lt;strong&gt;TL;DR:&lt;/strong&gt; I&amp;rsquo;m launching the Engram, a hardware sampler that generates new sounds in real-time using embedded generative audio models. It combines traditional sampling with voice control and audio &amp;ldquo;model bending&amp;rdquo;, giving musicians new ways to explore and create unique sounds.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;mailto:evan@thoughtfulthings.ai&#34;&gt;Contact me&lt;/a&gt; or &lt;a href=&#34;https://forms.gle/XLEyPUZX7nvT8qxi6&#34;&gt;sign up as a tester&lt;/a&gt; to help shape Engram&amp;rsquo;s future. EDIT: The call for testers is now closed.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h3 id=&#34;how-do-we-make-ai-art-less-boring&#34;&gt;How do we make AI art less boring?&lt;/h3&gt;&#xA;&lt;p&gt;People have mixed feelings about AI. Everyone I talk to – from engineers to physicians to artists – agrees on one thing: AI changes their relationship with their labor. The response to this, however, varies quite a bit. This ambivalence is most apparent in creative fields, where AI boosters are selling the ability to generate whole books, movies, albums, and works of visual art from a few prompts. From an efficiency perspective, this is optimal. But art has never been about efficiency: it&amp;rsquo;s about history, the artist&amp;rsquo;s abilities and limits, and the artistic process. Many artists are responding to these efficiency promises with rightful animus and distrust. The artists, in fact, are not the customer. Their bosses are.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mishearings: Turning ASR models into poets</title>
      <link>https://evanking.io/posts/mishearings/</link>
      <pubDate>Tue, 11 Feb 2025 00:00:00 +0000</pubDate>
      <guid>https://evanking.io/posts/mishearings/</guid>
      <description>&lt;p&gt;&lt;strong&gt;TL;DR:&lt;/strong&gt; I built a tool for assembling &lt;a href=&#34;https://en.wikipedia.org/wiki/Dada&#34;&gt;Dadaist&lt;/a&gt; poems from ASR transcriptions of misheard speech, and you can &lt;a href=&#34;https://mishearings.evanking.io&#34;&gt;play with it in your web browser&lt;/a&gt;. I built it with my &lt;a href=&#34;https://github.com/moonshine-ai/moonshine-js&#34;&gt;&lt;code&gt;MoonshineJS&lt;/code&gt;&lt;/a&gt; library, &lt;code&gt;Tone.js&lt;/code&gt;, and &lt;code&gt;p5js&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h3 id=&#34;introduction&#34;&gt;Introduction&lt;/h3&gt;&#xA;&lt;p&gt;My goal lately has been to build &lt;a href=&#34;https://github.com/moonshine-ai/moonshine-js&#34;&gt;a JS library for simple on-device speech recognition&lt;/a&gt; in web applications. While there are many practical uses for this, I felt the urge recently to explore its creative potential. Speech recognition models are a bit more utilitarian than purely generative models – you put speech in and get text out – so I had my work cut out for me.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A private ambient summarizer device</title>
      <link>https://evanking.io/posts/summarizer/</link>
      <pubDate>Fri, 03 Jan 2025 00:00:00 +0000</pubDate>
      <guid>https://evanking.io/posts/summarizer/</guid>
      <description>&lt;p&gt;&lt;em&gt;An ePaper display shows the most common words overheard from nearby conversations.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;I wrapped up my PhD recently. It&amp;rsquo;s in &amp;ldquo;Electrical and Computer Engineering&amp;rdquo;, though it&amp;rsquo;s more descriptive to say that I spent my four years of graduate school working in &amp;ldquo;Ubiquitous Computing&amp;rdquo; or &lt;em&gt;ubicomp&lt;/em&gt;. Ubicomp researchers aim to make technology that &amp;ldquo;fit[s] the human environment&amp;rdquo; rather than forcing humans to adapt themselves to environments dominated by obtrusive technology. Established by the late &lt;a href=&#34;https://en.wikipedia.org/wiki/Mark_Weiser&#34;&gt;Mark Weiser&lt;/a&gt; at Xerox PARC in the early nineties, ubicomp has philosophical roots: Weiser was strongly influenced by the idea of &amp;ldquo;entanglement&amp;rdquo;, which suggests that humans are inextricably linked to (and influenced by) their surroundings.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Moonshine: Industry-leading edge ASR</title>
      <link>https://evanking.io/posts/moonshine/</link>
      <pubDate>Mon, 21 Oct 2024 00:00:00 +0000</pubDate>
      <guid>https://evanking.io/posts/moonshine/</guid>
      <description>&lt;p&gt;Moonshine outperforms speech-to-text models from OpenAI, Google, NVIDIA, and Meta on the &lt;a href=&#34;https://huggingface.co/spaces/hf-audio/open_asr_leaderboard&#34;&gt;OpenASR Leaderboard&lt;/a&gt; while running 5x faster&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; on edge devices.&lt;/p&gt;&#xA;&lt;p&gt;I built the data collection and preprocessing pipelines that we used to train Moonshine, delivering over 200K hours of labeled data. We needed a LOT of good data, and we had to move fast. The pipeline I constructed was massively distributed, allowing us to intake hundreds of terabytes of raw audio data, label it, and clean it within the span of several weeks.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Teaching things to think</title>
      <link>https://evanking.io/posts/thoughtful-things/</link>
      <pubDate>Mon, 06 May 2024 00:00:00 +0000</pubDate>
      <guid>https://evanking.io/posts/thoughtful-things/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://evanking.io/images/teaching.jpg&#34; alt=&#34;screenshot of paper&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;What if smart devices could reason about their state, like a thermostat that explains its schedule, or a light bulb that chooses a color to suit a mood?&lt;/p&gt;&#xA;&lt;p&gt;That&amp;rsquo;s the subject of my IEEE PerCom &amp;lsquo;25 paper, &amp;ldquo;Teaching Things To Think: Bootstrapping Local Reasoning for Smart(er) Devices&amp;rdquo;. We proposed a method for synthesizing training data to distill small language models for the task, leveraging a combination of formal methods and generative models. We ultimately trained and evaluated models for two &amp;ldquo;thoughtful things&amp;rdquo; – a lamp and a thermostat – then evaluated their performance at explaining and mutating their state in response to unconstrained user commands.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sasha: Introducing LLMs for smart spaces</title>
      <link>https://evanking.io/posts/sasha/</link>
      <pubDate>Wed, 06 Mar 2024 00:00:00 +0000</pubDate>
      <guid>https://evanking.io/posts/sasha/</guid>
      <description>&lt;p&gt;Building on my &lt;a href=&#34;http://localhost:1313/posts/homegpt/&#34;&gt;weekend project&lt;/a&gt; to control some smart lights with ChatGPT, this wide-ranging paper fully introduces LLM-based reasoning to multi-device smart home environments. We introduce methods and benchmarks for measuring model performance at reasoning in smart homes, propose methods for engineering immediate and scheduled responses to user goals, propose a multi-step reasoning system for improving system performance, and conduct the first user study of a real LLM-controlled smart home.&lt;/p&gt;&#xA;&lt;p&gt;Something that often gets lost in a research paper is the truly fun and challenging experiences you can have with the work. Between touring a trailer on the UT Austin JJ Pickle Campus to see if I could turn it into a smart home (I could not – it was outfitted with extremely sensitive equipment for conducting ventilation studies) to eventually hauling pegboard and furniture from my illegally-parked RAV4 up to an unused lab on the 7th floor of the EER building, this project was truly the highlight of my PhD.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Using LLMs to control a smart home</title>
      <link>https://evanking.io/posts/homegpt/</link>
      <pubDate>Sat, 18 Mar 2023 00:00:00 +0000</pubDate>
      <guid>https://evanking.io/posts/homegpt/</guid>
      <description>&lt;h3 id=&#34;2024-update&#34;&gt;2024 UPDATE&lt;/h3&gt;&#xA;&lt;p&gt;I originally authored this post in early 2023 &amp;mdash; little did I know it would be the spark of a broader research project, ultimately becoming a significant part of my PhD dissertation. If you are the researchy type, you can read the short &lt;a href=&#34;https://arxiv.org/abs/2303.14143&#34;&gt;2023 preprint paper&lt;/a&gt; and/or the in-depth &lt;a href=&#34;https://dl.acm.org/doi/10.1145/3643505&#34;&gt;2024 ACM IMWUT paper&lt;/a&gt; I published and presented at UbiComp 2024 about this topic. We also made a &lt;a href=&#34;https://www.youtube.com/watch?v=ZX_sc_EloKU&#34;&gt;demo video&lt;/a&gt; that shows an LLM-based smart home in action. Otherwise, enjoy the original post!&lt;/p&gt;</description>
    </item>
    <item>
      <title>My Plants Are Hanging on by a Thread</title>
      <link>https://evanking.io/posts/mpahobat/</link>
      <pubDate>Fri, 03 Jun 2022 00:00:00 +0000</pubDate>
      <guid>https://evanking.io/posts/mpahobat/</guid>
      <description>&lt;p&gt;“My Plants Are Hanging on by a Thread” is a cozy, hazy art-pop exploration of the interplay between everyday human life and the natural world. I released this EP as Olivia Nowadays in 2022 along with my friend and collaborator, Kent Carson.&lt;/p&gt;&#xA;&lt;p&gt;Blending field recordings with lush instrumentation, warm rhythms, and lyrics imbued with the whimsy of magical realism, the five songs on MPAHOBAT dip in and out of the experiences of different people, animals, and automatons to explore this fraught relationship between human lifestyles and nature.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
