<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Aayush Pokharel</title>
    <description>The latest articles on DEV Community by Aayush Pokharel (@aayushp).</description>
    <link>https://dev.to/aayushp</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3874227%2F6973aeb6-f99c-4ced-98c2-0549c04bf178.jpeg</url>
      <title>DEV Community: Aayush Pokharel</title>
      <link>https://dev.to/aayushp</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aayushp"/>
    <language>en</language>
    <item>
      <title>Turn any AI prompt into a Mac keyboard shortcut</title>
      <dc:creator>Aayush Pokharel</dc:creator>
      <pubDate>Fri, 24 Jul 2026 02:15:35 +0000</pubDate>
      <link>https://dev.to/aayushp/turn-any-ai-prompt-into-a-mac-keyboard-shortcut-6ep</link>
      <guid>https://dev.to/aayushp/turn-any-ai-prompt-into-a-mac-keyboard-shortcut-6ep</guid>
      <description>&lt;p&gt;Most AI writing workflows begin with copy and paste. You copy text from Slack or Mail, open a chat, explain the job, copy the answer, and return to the original app.&lt;/p&gt;

&lt;p&gt;That is fine for occasional work. It gets annoying when the prompt is something you use every day.&lt;/p&gt;

&lt;h2&gt;
  
  
  Save the job, not the conversation
&lt;/h2&gt;

&lt;p&gt;A reusable writing action has three parts:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Select text in the app where you are already working.&lt;/li&gt;
&lt;li&gt;Run a saved instruction with a keyboard shortcut.&lt;/li&gt;
&lt;li&gt;Replace the selection after checking the result.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That is the pattern behind Type Mac, a native macOS app I work on. The instruction can be simple, such as "fix grammar without changing my meaning," or specific to a role.&lt;/p&gt;

&lt;p&gt;A few useful examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Turn rough notes into a clean changelog entry.&lt;/li&gt;
&lt;li&gt;Rewrite this as concise, natural workplace English.&lt;/li&gt;
&lt;li&gt;Make this support reply warm, direct, and under 80 words.&lt;/li&gt;
&lt;li&gt;Translate this message and keep product names unchanged.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The important part is not the model. It is removing a repeated decision from the workflow.&lt;/p&gt;

&lt;h2&gt;
  
  
  Keep the shortcut narrow
&lt;/h2&gt;

&lt;p&gt;Broad prompts tend to produce broad rewrites. A good shortcut should solve one familiar job and make its boundaries clear.&lt;/p&gt;

&lt;p&gt;For grammar fixes, tell it to preserve meaning and length. For Slack, ask for short sentences and no formal greeting. For customer replies, define the tone and any facts that must remain unchanged.&lt;/p&gt;

&lt;p&gt;Type Mac can use its ready-to-go model, or you can connect OpenAI, Anthropic, Gemini, Groq, or OpenRouter. Bring-your-own provider keys are stored in macOS Keychain.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where it fits
&lt;/h2&gt;

&lt;p&gt;Apple Writing Tools is a solid built-in choice on compatible Macs. Grammarly is useful if you want suggestions and explanations while you type. This shortcut-first approach is for people who prefer to finish a thought, run one deliberate action, and continue working.&lt;/p&gt;

&lt;p&gt;I work on Type Mac, so this is a transparent product perspective. If you want to try the workflow, &lt;a href="https://typemac.com/?utm_source=devto&amp;amp;utm_medium=organic&amp;amp;utm_campaign=prompt-shortcuts" rel="noopener noreferrer"&gt;Type Mac has a seven-day free trial&lt;/a&gt; and does not require a card.&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>ai</category>
      <category>automation</category>
      <category>writing</category>
    </item>
    <item>
      <title>I built an app that tells you what's actually in your food (and it's not pretty)</title>
      <dc:creator>Aayush Pokharel</dc:creator>
      <pubDate>Sun, 12 Apr 2026 00:43:47 +0000</pubDate>
      <link>https://dev.to/aayushp/i-built-an-app-that-tells-you-whats-actually-in-your-food-and-its-not-pretty-3f4g</link>
      <guid>https://dev.to/aayushp/i-built-an-app-that-tells-you-whats-actually-in-your-food-and-its-not-pretty-3f4g</guid>
      <description>&lt;p&gt;I started this project because I got curious about what "natural flavors" actually meant on a cereal box. That rabbit hole led me to spending months digging through FDA databases, Health Canada's food additive lists, and EU safety assessments. What I found was genuinely unsettling.&lt;/p&gt;

&lt;h2&gt;
  
  
  The stuff hiding in your groceries
&lt;/h2&gt;

&lt;p&gt;When you start cross-referencing ingredient lists with regulatory databases, patterns jump out fast.&lt;/p&gt;

&lt;p&gt;Red 40 (Allura Red) is in everything. Kids' cereal, candy, sports drinks, even some breads. The EU requires a warning label on products containing it. The US and Canada? No warning required. Same chemical, different rules depending on which side of the border you're on.&lt;/p&gt;

&lt;p&gt;Potassium bromate is banned in the EU, Canada, Brazil, and most of the world. It's still legal in US bread products. The FDA asked bakers to voluntarily stop using it back in 1991. Some did. Some didn't. The only way to know is to read the label, and most people don't.&lt;/p&gt;

&lt;p&gt;BHA and BHT are preservatives found in cereal, chips, and chewing gum. They're classified as "reasonably anticipated to be a human carcinogen" by the National Toxicology Program, but the FDA still considers them GRAS (Generally Recognized As Safe) in small amounts.&lt;/p&gt;

&lt;p&gt;Titanium dioxide was used in candy, coffee creamers, and frosting for decades. The EU banned it as a food additive in 2022. Still legal in North America.&lt;/p&gt;

&lt;p&gt;This isn't fringe conspiracy stuff. These are documented regulatory differences sitting in publicly available databases. The information is there, it's just scattered across dozens of government websites in formats nobody can realistically parse while standing in a grocery aisle.&lt;/p&gt;

&lt;h2&gt;
  
  
  The data is public but unusable
&lt;/h2&gt;

&lt;p&gt;The data exists. The FDA publishes its food additive database. Health Canada maintains a list of permitted food additives with usage limits. The EU has the OpenFoodFacts project and EFSA safety evaluations. IARC publishes carcinogen classifications.&lt;/p&gt;

&lt;p&gt;But try using any of this while you're grocery shopping. You'd need to:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Read the ingredient list (often in 6pt font)&lt;/li&gt;
&lt;li&gt;Know all 56+ names for sugar&lt;/li&gt;
&lt;li&gt;Cross-reference each additive against FDA, EFSA, and IARC databases&lt;/li&gt;
&lt;li&gt;Understand what "GRAS" actually means&lt;/li&gt;
&lt;li&gt;Check if any of these additives are banned in other countries&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Nobody does this. The information asymmetry between manufacturers and consumers is massive.&lt;/p&gt;

&lt;h2&gt;
  
  
  So I built Blume
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://getblume.app" rel="noopener noreferrer"&gt;Blume&lt;/a&gt; is an iOS app that does all of this in about 2 seconds. Scan a barcode or take a photo of an ingredient label, and it pulls up everything you'd want to know.&lt;/p&gt;

&lt;p&gt;I aggregated data from public sources like OpenFoodFacts (a crowd-sourced database of 3M+ products), cross-referenced ingredients against regulatory databases from different countries, and used AI to generate plain-language explanations of what each ingredient actually does and why it might be concerning.&lt;/p&gt;

&lt;p&gt;Each ingredient gets scored individually. Not just a vague "good" or "bad" rating, but specific flags: is this a known allergen, is it banned anywhere, does it contain hidden sugar, is it a petroleum-derived dye, does it have endocrine-disrupting properties.&lt;/p&gt;

&lt;h2&gt;
  
  
  Cosmetics are even worse
&lt;/h2&gt;

&lt;p&gt;After building the food scanner, I expanded into cosmetics and skincare. The FDA doesn't require cosmetic products to be approved before they go on sale. The EU bans over 1,600 chemicals from cosmetics. The US bans about 11.&lt;/p&gt;

&lt;p&gt;Blume handles beauty products the same way. Scan it, get a breakdown. Each ingredient scored for safety, with specific hazard flags (endocrine disruptor, carcinogen, allergen, irritant, environmental toxin). Plus a sustainability score for things like palm oil derivatives and microplastics.&lt;/p&gt;

&lt;h2&gt;
  
  
  What surprised me most
&lt;/h2&gt;

&lt;p&gt;The products that look "healthy" are often the worst offenders. Protein bars loaded with sugar alcohols. "Natural" shampoos with sodium laureth sulfate. "Organic" snacks with 8 different sweeteners listed under different names so none of them appear as the first ingredient.&lt;/p&gt;

&lt;p&gt;The problem was never that the information didn't exist. It was locked up in PDFs, CSV exports, and academic papers that no regular person would ever find.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;Blume is free on the &lt;a href="https://apps.apple.com/app/id6757826309" rel="noopener noreferrer"&gt;App Store&lt;/a&gt;. Go scan something in your kitchen. The results might surprise you.&lt;/p&gt;

&lt;p&gt;If nothing else, check your kids' cereal. That's usually the eye-opener.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
