<?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: Jeffrey Martin</title>
    <description>The latest articles on DEV Community by Jeffrey Martin (@jeffrey_martin_44f7bcf2a3).</description>
    <link>https://dev.to/jeffrey_martin_44f7bcf2a3</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2630668%2F1ec3e55f-4c51-4dee-bcbe-15eaea634a0d.png</url>
      <title>DEV Community: Jeffrey Martin</title>
      <link>https://dev.to/jeffrey_martin_44f7bcf2a3</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jeffrey_martin_44f7bcf2a3"/>
    <language>en</language>
    <item>
      <title>Designing for AI vs. Humans: Are We Ready for the Next Digital User?</title>
      <dc:creator>Jeffrey Martin</dc:creator>
      <pubDate>Mon, 10 Feb 2025 21:01:39 +0000</pubDate>
      <link>https://dev.to/jeffrey_martin_44f7bcf2a3/designing-for-ai-vs-humans-are-we-ready-for-the-next-digital-user-2bml</link>
      <guid>https://dev.to/jeffrey_martin_44f7bcf2a3/designing-for-ai-vs-humans-are-we-ready-for-the-next-digital-user-2bml</guid>
      <description>&lt;p&gt;For decades, web design and SaaS development have been laser-focused on &lt;strong&gt;human&lt;/strong&gt; interaction. We optimize for usability, accessibility, and performance, ensuring that users can navigate, engage, and convert efficiently. But as artificial intelligence (AI) agents—large language models, virtual assistants, autonomous bots—take on more roles in decision-making and automation, a crucial question emerges:  &lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Are we doing enough to create the best experience for AI users just by following current best practices?&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Or do we need to &lt;strong&gt;fundamentally rethink&lt;/strong&gt; how we build digital products to accommodate an increasingly AI-driven world? &lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.imjsm.com/blog/designing-for-ai-vs-humans" rel="noopener noreferrer"&gt;Read the full article here.&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;AI as a First-Class User: The Next Digital Shift&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;AI is no longer just a tool; it’s becoming an &lt;strong&gt;active participant&lt;/strong&gt; in the digital ecosystem. From AI-driven search and personalized assistants to autonomous procurement and data-driven decision-making, AI is beginning to engage with digital platforms much like humans do—but in a fundamentally different way.  &lt;/p&gt;

&lt;p&gt;Here’s what’s happening now:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;AI-powered search and discovery&lt;/strong&gt; (e.g., ChatGPT browsing, Perplexity AI, Google’s Search Generative Experience)
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Automated purchasing and decision-making agents&lt;/strong&gt; (e.g., AI-driven financial trading, procurement bots)
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI-assisted customer service and engagement&lt;/strong&gt; (e.g., AI-driven chatbots interfacing with websites)
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Content aggregation and synthesis&lt;/strong&gt; (e.g., AI scrapers summarizing and reformatting web content)
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Yet, most websites and SaaS platforms weren’t &lt;strong&gt;built&lt;/strong&gt; with AI as a primary user in mind. Instead, AI navigates a landscape designed for humans, often relying on &lt;strong&gt;crawling, scraping, and interpreting&lt;/strong&gt; data in imperfect ways.  &lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;Are Current Best Practices Enough?&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Most developers and designers follow best practices that happen to &lt;strong&gt;align&lt;/strong&gt; with what AI agents need, but is that enough? Let’s break it down:  &lt;/p&gt;

&lt;h3&gt;
  
  
  ✅ &lt;strong&gt;What We’re Already Doing Right&lt;/strong&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Accessibility (WCAG Standards):&lt;/strong&gt; Structured content, semantic HTML, and ARIA roles already improve machine readability.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Performance Optimization:&lt;/strong&gt; Fast-loading, well-structured sites benefit both human users and AI crawlers.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SEO &amp;amp; Schema Markup:&lt;/strong&gt; Structured data like JSON-LD and proper metadata help AI parse content effectively.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;API-Driven Architectures:&lt;/strong&gt; Many SaaS platforms expose structured APIs, making AI consumption easier.
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  ❌ &lt;strong&gt;What We’re Still Missing&lt;/strong&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;AI-Specific Content Structuring:&lt;/strong&gt; AI agents don’t need &lt;strong&gt;visual&lt;/strong&gt; affordances like buttons, but instead require &lt;strong&gt;explicit data structures&lt;/strong&gt; for deeper interaction.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Better Context Awareness:&lt;/strong&gt; AI often misinterprets &lt;strong&gt;intent&lt;/strong&gt; in digital experiences designed for human intuition.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multi-Modal Optimization:&lt;/strong&gt; AI agents consume &lt;strong&gt;text, images, and video&lt;/strong&gt; differently—should we start thinking beyond just traditional HTML structure?
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Agent-Specific UX:&lt;/strong&gt; Should we create parallel UX models—one for humans, one for AI agents?
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;What Would an AI-Optimized Experience Look Like?&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;If we shift our mindset toward &lt;strong&gt;AI-first design&lt;/strong&gt;, we might see new principles emerge:  &lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;1. Structured, API-First Websites&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Instead of AI scraping unstructured content, websites could &lt;strong&gt;natively expose AI-readable endpoints&lt;/strong&gt;, making data retrieval seamless. Think of it as &lt;strong&gt;progressive enhancement, but for AI&lt;/strong&gt;—a layer of structured data meant &lt;strong&gt;just for artificial users.&lt;/strong&gt;  &lt;/p&gt;

&lt;p&gt;Example:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Instead of an AI &lt;strong&gt;scraping&lt;/strong&gt; a blog post, websites could provide an &lt;strong&gt;AI-optimized content feed&lt;/strong&gt; (e.g., a JSON endpoint designed for summarization).
&lt;/li&gt;
&lt;li&gt;E-commerce sites could offer &lt;strong&gt;AI pricing feeds&lt;/strong&gt; to allow procurement bots to make informed decisions without scraping raw HTML.
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;2. Agent-First Navigation &amp;amp; Interaction&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Rather than expecting AI agents to &lt;strong&gt;simulate&lt;/strong&gt; human interaction (clicking buttons, navigating menus), we could &lt;strong&gt;rethink how AI “browses.”&lt;/strong&gt;  &lt;/p&gt;

&lt;p&gt;Example:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Imagine a version of your SaaS platform where AI agents &lt;strong&gt;query data&lt;/strong&gt; in natural language instead of interacting with a visual UI.
&lt;/li&gt;
&lt;li&gt;Websites could provide &lt;strong&gt;hidden machine-readable prompts&lt;/strong&gt; that guide AI toward &lt;strong&gt;correct interpretations&lt;/strong&gt; of intent.
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;3. Conversational &amp;amp; Context-Aware Interfaces&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Since AI often acts as an &lt;strong&gt;intermediary&lt;/strong&gt; between humans and digital experiences, should we be &lt;strong&gt;designing for AI-to-human translation&lt;/strong&gt;?  &lt;/p&gt;

&lt;p&gt;Example:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;If a virtual assistant books travel for a user, should travel websites provide a &lt;strong&gt;structured itinerary format&lt;/strong&gt; specifically for AI to summarize clearly?
&lt;/li&gt;
&lt;li&gt;AI-powered &lt;strong&gt;voice search optimization&lt;/strong&gt; might move beyond keyword-based SEO to &lt;strong&gt;intent-based, structured responses.&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;Which Industries Will Get There First?&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Some industries are already making moves toward AI-first design, either out of necessity or opportunity:  &lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;1. E-Commerce &amp;amp; Procurement&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;AI-driven purchasing is already happening. B2B procurement bots, price comparison agents, and AI-generated shopping assistants need &lt;strong&gt;structured, real-time product feeds.&lt;/strong&gt;  &lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;2. Finance &amp;amp; Investment&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Algorithmic trading and AI-driven financial advisors don’t navigate bank websites like humans. &lt;strong&gt;Structured financial data APIs&lt;/strong&gt; will become more critical than ever.  &lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;3. Healthcare &amp;amp; Research&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;AI is consuming vast amounts of medical data for diagnostics and treatment recommendations. Should medical websites and patient portals have an &lt;strong&gt;AI-friendly layer&lt;/strong&gt;?  &lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;4. Search &amp;amp; Content Discovery&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Google’s AI-powered search evolution means &lt;strong&gt;searchable content needs to be AI-optimized, not just SEO-optimized.&lt;/strong&gt;  &lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;The Big Question: Is It Time?&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;While AI isn't a primary "user" of most websites yet, the shift is &lt;strong&gt;happening faster than we think.&lt;/strong&gt; The real question is:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Do we &lt;strong&gt;wait&lt;/strong&gt; until AI becomes a dominant digital consumer before adapting?
&lt;/li&gt;
&lt;li&gt;Or do we &lt;strong&gt;proactively&lt;/strong&gt; rethink web design for both &lt;strong&gt;human&lt;/strong&gt; and &lt;strong&gt;AI&lt;/strong&gt; users &lt;strong&gt;now&lt;/strong&gt;?
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Much like accessibility wasn’t always a priority in web design—but became an essential part of &lt;strong&gt;inclusive, ethical development&lt;/strong&gt;—AI-first design might soon follow.  &lt;/p&gt;

&lt;p&gt;The web is no longer just for people. &lt;strong&gt;AI is here, and it’s navigating our digital world in ways we’re only beginning to understand.&lt;/strong&gt;  &lt;/p&gt;

&lt;p&gt;Are we ready?  &lt;/p&gt;




&lt;h3&gt;
  
  
  &lt;strong&gt;What Do You Think?&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Should designers and developers start &lt;strong&gt;optimizing for AI consumption&lt;/strong&gt; alongside human users? Or is it still too early? Let’s discuss.  &lt;/p&gt;

&lt;p&gt;#AI #WebDesign #SaaS #FutureOfTech #UX&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Calling All Parents in Tech: Help Shape the Future of Accessible Learning</title>
      <dc:creator>Jeffrey Martin</dc:creator>
      <pubDate>Fri, 24 Jan 2025 21:39:07 +0000</pubDate>
      <link>https://dev.to/jeffrey_martin_44f7bcf2a3/calling-all-parents-in-tech-help-shape-the-future-of-accessible-learning-576a</link>
      <guid>https://dev.to/jeffrey_martin_44f7bcf2a3/calling-all-parents-in-tech-help-shape-the-future-of-accessible-learning-576a</guid>
      <description>&lt;p&gt;As developers and creators, we know that building a great product isn’t just about the code—it’s about understanding the people who will use it. That’s why I’m reaching out to you, fellow developers, creators, and especially parents, to lend your voice to something I’m deeply passionate about: &lt;strong&gt;The Unbound Initiative : Infinite Stories Unfolding&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;The Vision: Education for Everyone, Everywhere&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;The Unbound Initiative is more than just a project; it’s a mission to reimagine how we learn. We’re building a platform that combines interactive storytelling with real-world learning, making education not just engaging but accessible to youth and lifelong learners around the world.&lt;/p&gt;

&lt;p&gt;As a parent, you know the value of tools that enrich your child’s education. And as a developer, you understand how vital user feedback is to the success of any product. This is where you come in.&lt;/p&gt;

&lt;p&gt;TLDR; 👉 &lt;a href="https://forms.gle/Nixps9JFFyP5Y6cGA" rel="noopener noreferrer"&gt;Fill out the questionnaire here!&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Why Your Voice Matters&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Every feature we build, every design choice we make, and every line of code we write is meant to create a platform that helps young minds thrive—regardless of disabilities, economic barriers, or learning styles. But we can’t do this without your input.&lt;/p&gt;

&lt;p&gt;Your unique perspective as a parent gives us the insight we need to ensure The Unbound Initiative becomes a product that genuinely enhances educational journeys. What challenges does your child face in learning? How do you balance screen time with meaningful engagement? What features would make this platform a valuable part of your family’s routine?&lt;/p&gt;

&lt;p&gt;These are the kinds of questions we’re exploring, and we want to hear your answers.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;The Power of UX Feedback&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;As someone in tech, you already understand the importance of UX research. Feedback isn’t just a checkbox—it’s the cornerstone of creating a product that truly resonates. With your help, we can uncover what matters most to parents and students and make informed decisions that lead to an impactful, inclusive platform.&lt;/p&gt;

&lt;p&gt;Think of it this way: your feedback isn’t just helping shape a product—it’s contributing to a larger mission of making education a journey of curiosity, creativity, and accessibility for learners everywhere.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;How You Can Help&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;I’ve created a short UX questionnaire on Google Forms to gather insights from parents like you. It takes just 5 minutes, but your input could make a lifetime of difference for learners around the world.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://forms.gle/Nixps9JFFyP5Y6cGA" rel="noopener noreferrer"&gt;Fill out the questionnaire here!&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Let’s Build This Together&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;As a developer, I know how hard it can be to get a product off the ground. But with the support of a community like this—filled with people who understand both the technical and personal sides of creating—we can build something extraordinary.&lt;/p&gt;

&lt;p&gt;So, if you’re a parent, please take a few minutes to share your thoughts. And if you know someone who might be interested, share this post with them, too. Together, we can help The Unbound Initiative thrive and ensure that learning is accessible, enjoyable, and empowering for everyone.&lt;/p&gt;

&lt;p&gt;I value each and every one of you, and I thank you in advance for participating to help this project move forward. Feel free to share the link with teachers, students themselves, or other parents.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Let’s create something that makes a difference.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;#UXResearch #EdTech #DevCommunity #Accessibility #Learning #Parenting&lt;/p&gt;

</description>
    </item>
    <item>
      <title>My First Attempt at Building a Retrieval-Augmented Generation (RAG) Model</title>
      <dc:creator>Jeffrey Martin</dc:creator>
      <pubDate>Sun, 19 Jan 2025 01:48:25 +0000</pubDate>
      <link>https://dev.to/jeffrey_martin_44f7bcf2a3/my-first-attempt-at-building-a-retrieval-augmented-generation-rag-model-24de</link>
      <guid>https://dev.to/jeffrey_martin_44f7bcf2a3/my-first-attempt-at-building-a-retrieval-augmented-generation-rag-model-24de</guid>
      <description>&lt;p&gt;Hi, I’m just starting out with AI development, and today I took on the exciting challenge of building my first Retrieval-Augmented Generation (RAG) system. The idea of combining retrieval-based techniques with generative AI fascinated me, and I wanted to give it a try. Spoiler: it’s been a mix of confusion, small wins, and a lot of learning!&lt;/p&gt;

&lt;p&gt;This journey has been an incredible learning experience, and I’m thrilled by how much I’ve learned about building intelligent AI-driven systems. If you’ve worked on RAG models or have tips on using tools like LlamaIndex or SingleStore, I’d love to hear your advice!&lt;/p&gt;

&lt;p&gt;I plan on developing this and "messing around" more tomorrow and this week as I plan to use this in a project that I am working on.&lt;/p&gt;

&lt;p&gt;If anyone has any advice at all I would welcome any suggestions, tools, etc.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>rag</category>
      <category>openai</category>
    </item>
    <item>
      <title>Welcome to Your Constellations of Purpose.</title>
      <dc:creator>Jeffrey Martin</dc:creator>
      <pubDate>Fri, 17 Jan 2025 23:22:52 +0000</pubDate>
      <link>https://dev.to/jeffrey_martin_44f7bcf2a3/welcome-to-your-constellations-of-purpose-2pi9</link>
      <guid>https://dev.to/jeffrey_martin_44f7bcf2a3/welcome-to-your-constellations-of-purpose-2pi9</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/github"&gt;GitHub Copilot Challenge &lt;/a&gt;: New Beginnings&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Constellations of Purpose&lt;/strong&gt;: Tasks and goals are represented as stars. Users connect these stars to form constellations of meaning, revealing the bigger picture of their life’s direction. I wish I had more time, but it's a on day build - so I stopped. Ideally I would love to add Authentication and an archive of goals completed, that are visualized in an interactive method.&lt;br&gt;
The MVP I am submitting uses LocalStorage for data - so if user deletes cache the data is lost.&lt;/p&gt;
&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://constellations-of-purpose.vercel.app" rel="noopener noreferrer"&gt;DEMO LINK&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  Repo
&lt;/h2&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/JeffreyScottMartin" rel="noopener noreferrer"&gt;
        JeffreyScottMartin
      &lt;/a&gt; / &lt;a href="https://github.com/JeffreyScottMartin/constellations-of-purpose" rel="noopener noreferrer"&gt;
        constellations-of-purpose
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Constellations of Purpose&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;Constellations of Purpose is a personal goal management tool that helps you visualize and achieve your dreams. Create goals, break them down into manageable tasks, and watch as your progress lights up the sky.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Entry for the GitHub Copilot 1 Day coding challenge Demo Link&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="https://constellations-of-purpose.vercel.app/" rel="nofollow noopener noreferrer"&gt;https://constellations-of-purpose.vercel.app/&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Prompt: New Beginnings&lt;/h2&gt;
&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Features&lt;/h2&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Add and manage goals&lt;/li&gt;
&lt;li&gt;Break down goals into tasks&lt;/li&gt;
&lt;li&gt;Track task completion&lt;/li&gt;
&lt;li&gt;Visualize progress with completion percentages&lt;/li&gt;
&lt;li&gt;Onboarding flow for new users&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Getting Started&lt;/h2&gt;

&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;Prerequisites&lt;/h3&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Node.js (&amp;gt;= 12.5.0)&lt;/li&gt;
&lt;li&gt;npm or pnpm&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;Installation&lt;/h3&gt;

&lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;Clone the repository:&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;git clone &lt;a href="https://github.com/JeffreyScottMartin/constellations-of-purpose.git" rel="noopener noreferrer"&gt;https://github.com/JeffreyScottMartin/constellations-of-purpose.git&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;cd constellations-of-purpose
pnpm install
pnpm dev
pnpm build
pnpm start&lt;/p&gt;
&lt;div class="highlight highlight-source-shell notranslate position-relative overflow-auto js-code-highlight"&gt;
&lt;pre&gt;├── .gitignore
├── .next/
├── eslint.config.mjs
├── next-env.d.ts
├── next.config.ts
├── package.json
├── pnpm-lock.yaml
├── postcss.config.mjs
├── public/
├── README.md
├── src/
│   ├── app/
│   │   ├── goal/
│   │   │   └── [goal]/
│   │   │       └── page.tsx
│   │   ├── goals/
│   │   │   └── page.tsx
│&lt;/pre&gt;…
&lt;/div&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/JeffreyScottMartin/constellations-of-purpose" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;h2&gt;
  
  
  Copilot Experience
&lt;/h2&gt;

&lt;p&gt;This was my first attempt at really using Copilot. I used it for a lot of auto completion, but also realized the power of Copilot for help in generating a full component, after playing around with the prompts and realizing that ChatGPT-4o produces better output for the project if you prompt in detail of what you are looking for. Also, when I used @workspace - it took longer but the responses were better as Copilot examined the entire workspace. I found Claude 3.5 Sonnet was my goto for smaller assistive functions within a file. eg prompt for claude "animate the task stars orbiting around the goal star" and bang!, there it was a perfect little animation for my canvas context. I used Copilot Inline mostly to quick fix type errors. I also had Chat Gpt4o write my README at the end. I also used Claude to see if there were any possible Linting errors prior to running a build.&lt;/p&gt;

&lt;h2&gt;
  
  
  GitHub Models
&lt;/h2&gt;

&lt;p&gt;I initially developed a GitHub model to respond as if from another planet in the cosmos, however didn't really see anything that was clearly like that&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;I definitely has changed my work process moving forward. By the end of the day it was like having another developer right there with me. The best part I feel is that it allows a CREATIVE person like me to be creative and worry less about implementation as I have an assistant that can provide answers and guidance quickly. The the creative create!&lt;/p&gt;

&lt;h2&gt;
  
  
  All in all such a fun project. And to see how far one can get in a day with a new way of developing was a challenge. Congrats to everyone who made a submission.
&lt;/h2&gt;

</description>
      <category>devchallenge</category>
      <category>githubchallenge</category>
      <category>webdev</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
