<?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: hunter</title>
    <description>The latest articles on DEV Community by hunter (@hunter0).</description>
    <link>https://dev.to/hunter0</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%2F9250%2F781175f8-3b7b-4f10-9193-90452e8e993e.jpg</url>
      <title>DEV Community: hunter</title>
      <link>https://dev.to/hunter0</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hunter0"/>
    <language>en</language>
    <item>
      <title>Trying to Build My Own Personal Context Layer for AI</title>
      <dc:creator>hunter</dc:creator>
      <pubDate>Sat, 11 Jul 2026 22:15:07 +0000</pubDate>
      <link>https://dev.to/hunter0/trying-to-build-my-own-personal-context-layer-for-ai-117f</link>
      <guid>https://dev.to/hunter0/trying-to-build-my-own-personal-context-layer-for-ai-117f</guid>
      <description>&lt;p&gt;A question I keep being asked in interviews and applications is how I use AI in my daily workflows.&lt;/p&gt;

&lt;p&gt;As a software engineer between jobs who never really took up side projects, I have been framing my answers around past employment. But that gap is growing, and AI is advancing.&lt;/p&gt;

&lt;p&gt;Sure, I have been running search queries, product comparisons, and financial scenarios through AI these last few months. I know to take the output with a grain of salt, check the sources it gives me, and do my own follow-up research. But that is still closer to natural-language search with a wider net than the problem-solving or technical work I would use AI for at work.&lt;/p&gt;

&lt;h2&gt;
  
  
  The first context-box surprise
&lt;/h2&gt;

&lt;p&gt;Since Fall 2025, I have used Perplexity for most personal AI use -- s/o to PayPal for the free year trial.&lt;/p&gt;

&lt;p&gt;I paused my separate ChatGPT subscription and used Perplexity as a single place for research and conversation, while still being able to choose among models. That arrangement worked well enough for personal use until I decided this past week to start a side project -- gasp! -- and bought a Claude subscription.&lt;/p&gt;

&lt;p&gt;When I first opened Claude, it had an example Project already set up: "How to use Claude."&lt;/p&gt;

&lt;p&gt;I started a conversation in that Project to get help with prompt design. I began small, with something like figuring out dinner that night.&lt;/p&gt;

&lt;p&gt;Very quickly, though, I stopped thinking about prompt design and started thinking about cooking. I listed what I had at home, stepped away from my laptop, grabbed my phone, and went to scan the fridge.&lt;/p&gt;

&lt;p&gt;Then I accidentally opened a new Claude chat outside the Project.&lt;/p&gt;

&lt;p&gt;I added a few things to the list. Claude told me there was no list.&lt;/p&gt;

&lt;p&gt;That was not what I expected based on my experience with Perplexity.&lt;/p&gt;

&lt;p&gt;So I did what any reasonable person would do: I asked Claude.&lt;/p&gt;

&lt;p&gt;Claude's support documentation explains the behavior: chats outside Projects can be searched together, but each Project has its own separate memory space and summary. Context inside a Project remains focused within that Project, separate from non-Project chats. &lt;a href="https://support.claude.com/en/articles/11817273-use-claude-s-chat-search-and-memory-to-build-on-previous-context" rel="noopener noreferrer"&gt;Claude explains the boundaries here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;That makes perfect sense for business use. A Project per client or workstream is a useful guardrail against sensitive context spilling into unrelated work.&lt;/p&gt;

&lt;p&gt;For personal use, I found the distinction jarring. I was not trying to keep one client's information away from another. I was trying to make dinner with the grocery list I had started five minutes earlier.&lt;/p&gt;

&lt;h2&gt;
  
  
  The kind of memory I wanted
&lt;/h2&gt;

&lt;p&gt;That fridge moment sent me into a larger question: what kind of context should an AI assistant carry between conversations, and when should it be contained?&lt;/p&gt;

&lt;p&gt;I resubscribed to ChatGPT. My Projects and memory from last year were still there, but they needed an update. A lot has happened -- and been explained to AI -- since I moved most of my personal use to Perplexity.&lt;/p&gt;

&lt;p&gt;ChatGPT's approach aligned more closely with what I wanted. Its documentation describes project-only memory as an option selected when creating a Project, rather than the default behavior. With default memory, non-Enterprise ChatGPT accounts can use saved memories and reference conversations outside the Project, unless another Project is configured as project-only. &lt;a href="https://help.openai.com/en/articles/10169521-projects-in-chatgpt" rel="noopener noreferrer"&gt;OpenAI documents the distinction here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I do not think either approach is universally better.&lt;/p&gt;

&lt;p&gt;Claude's model makes clear boundaries the default. ChatGPT's model lets personal context travel unless I explicitly choose to contain it.&lt;/p&gt;

&lt;p&gt;For client work, medical information, or a sensitive one-off task, I can see why I would want the first model. For a personal AI assistant, I currently prefer the second.&lt;/p&gt;

&lt;h2&gt;
  
  
  The side project became a prompt project
&lt;/h2&gt;

&lt;p&gt;That briefly put my side project on pause and sent me down a prompt-engineering rabbit hole.&lt;/p&gt;

&lt;p&gt;Inside Perplexity, using GPT-5.6 Terra, I opened a Space for Job Hunting, a high-priority theme for me. Conversations in that Space include resume tweaking, coding and behavioral interview prep, application responses, and figuring out immediate and long-term career goals.&lt;/p&gt;

&lt;p&gt;There are plenty of useful details in those chats that ChatGPT did not yet "know."&lt;/p&gt;

&lt;p&gt;So I created a new conversation inside the Job Hunting Space and began constructing a prompt that would review the available context. I wanted it to produce a detailed profile and analysis: my job search, work history, current priorities, corrections to earlier assumptions, boundaries around sensitive information, and how I prefer to collaborate with AI.&lt;/p&gt;

&lt;p&gt;Then I exported that profile as a PDF.&lt;/p&gt;

&lt;p&gt;From there, I wrote a second prompt for ChatGPT. I attached the PDF inside the appropriate Project, told it the document was the current source of truth, and asked it to create or update durable context from it. If an older memory conflicted with the PDF, the newer document won.&lt;/p&gt;

&lt;h2&gt;
  
  
  Is this just another context box?
&lt;/h2&gt;

&lt;p&gt;Writing that out, I started second-guessing the entire thing.&lt;/p&gt;

&lt;p&gt;If I am exporting by Space and importing by Project, am I just recreating the same isolated context that Claude gave me?&lt;/p&gt;

&lt;p&gt;Maybe. But I do think some context should travel.&lt;/p&gt;

&lt;p&gt;Knowing my current job situation and desired base salary could help a Finances Project figure out future taxes. It could matter in a Mental Health Project where I am reflecting on this period of unemployment and its impact. At the same time, not every detail belongs everywhere, and not every stored memory should become permanent fact.&lt;/p&gt;

&lt;p&gt;That is the part I find interesting: the work is not only "give the model more context." It is deciding which context is durable, which is project-specific, what is sensitive, what has changed, what needs verification, and which source should win when two things conflict.&lt;/p&gt;

&lt;p&gt;For now, it is also giving me something to do during some humid, cloudy days in July.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I have built so far
&lt;/h2&gt;

&lt;p&gt;So far, I have:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Written a detailed, structured Markdown prompt for Perplexity to generate a profile PDF from a Space, using a small set of variables&lt;/li&gt;
&lt;li&gt;Generated the PDF of my Job Hunting profile analysis&lt;/li&gt;
&lt;li&gt;Written another structured prompt for ChatGPT proper to pair with that PDF, import the relevant details, and create or update a profile about me&lt;/li&gt;
&lt;li&gt;Started thinking more deliberately about what should count as durable context versus project-specific context&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The prompts currently live in code snippets and still need tweaking. I also need to decide the best way to share them, or whether to share them at all.&lt;/p&gt;

&lt;p&gt;I expect this may be a one-time exercise. But who knows? Maybe a new kid on the block will eventually overtake ChatGPT, and I will want a way to move my context again.&lt;/p&gt;

&lt;p&gt;For now, this post is a way to document the experiment publicly and show some enthusiasm for this next frontier of tech.&lt;/p&gt;

&lt;h2&gt;
  
  
  Documentation still matters
&lt;/h2&gt;

&lt;p&gt;Engineering is no longer only coding and problem-solving.&lt;/p&gt;

&lt;p&gt;I have always been a strong advocate for documentation and clear communication. That now feels more relevant, not less.&lt;/p&gt;

&lt;p&gt;People often say the hardest part of a project is the last 20 percent. I think that remains true, even if the first 80 percent is changing shape. Boilerplate code, familiar patterns, and first-pass implementation may increasingly start as prompts.&lt;/p&gt;

&lt;p&gt;The difficult part is still the difficult part: defining the actual problem, identifying missing context, catching a confident mistake, evaluating trade-offs, documenting decisions, and knowing when not to trust the tool.&lt;/p&gt;

&lt;p&gt;For now, I have a side project that became a prompt project, a small collection of portable-context prompts living in code snippets, and something to do during humid, cloudy days in July.&lt;/p&gt;

&lt;p&gt;I do not know whether I will share those prompts yet. I also do not know whether this will be a one-time exercise or the beginning of a habit every time a new AI product enters the picture.&lt;/p&gt;

&lt;p&gt;But I am enjoying the experiment. And, yes, I am a little enthusiastic about this next frontier of tech.&lt;/p&gt;

&lt;p&gt;That still sounds like engineering to me.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>promptengineering</category>
    </item>
    <item>
      <title>What is a flexible work schedule?</title>
      <dc:creator>hunter</dc:creator>
      <pubDate>Mon, 13 Mar 2017 01:07:58 +0000</pubDate>
      <link>https://dev.to/hunter0/what-is-a-flexible-work-schedule</link>
      <guid>https://dev.to/hunter0/what-is-a-flexible-work-schedule</guid>
      <description>&lt;p&gt;I've been working remotely from home for almost a year now. One benefit I have to working remotely is that I am allowed a flexible work schedule.&lt;/p&gt;

&lt;p&gt;But what does that mean? Can I just work whenever I want, as long as I clock X amount of hours in?&lt;/p&gt;

&lt;p&gt;No.&lt;/p&gt;

&lt;p&gt;A flexible work schedules means you can make adjustments to your schedule around other things. Have a doctor's appointment at 2PM? Getting a headache at 11am? Then block some time out for those things, and make the work up when you can.&lt;/p&gt;

&lt;p&gt;This was a lesson that took quite a while for me to learn.&lt;/p&gt;

&lt;p&gt;Every weekend, I'm assigned a few hours of studying for professional enrichment. At first I blocked out Friday mornings, but eventually, procrastination kicked in. I ended up putting work off until Sunday night.&lt;/p&gt;

&lt;p&gt;At first I thought this would be OK. I would just "go with the flow". But this is not deliberate planning -- this is procrastination in plain sight.&lt;/p&gt;

&lt;p&gt;Sundays weren't even convenient for me. That was the day I planned to finish any school work. But now, once I finished my homework, I couldn't stop. I had to study for work, and write a reflective journal entry on the past work week. Sunday turned into a full work day, and was no longer part of the weekend.&lt;/p&gt;

&lt;p&gt;I repeated this behavior for just over a month. Every Sunday I was left exhausted, but at the same time my mind was wired from being on the computer all day. It was hard to fall asleep, so Mondays became extra difficult.&lt;/p&gt;

&lt;p&gt;Last month I hit "rock bottom" with this behavior. I did my homework and studying Sunday night as I had been for weeks. But come Monday morning, I realized that I forgot to write my journal entry. At first I thought about blowing it off, but these entries weren't just busy work. I write them to reflect on challenges from the week. And as you encounter and move through challenges, you grow. &lt;/p&gt;

&lt;p&gt;I took that morning to write up my entry. But from that point forward, I decided to stop this behavior. I made sure to make my study schedule more deliberate. At the start of each week, I will block Friday mornings off for my weekend study. If something comes up, only then will I update my calendar.&lt;/p&gt;

&lt;p&gt;I've only been doing this for a couple of weeks, but my stress levels Sunday into Monday have drastically improved. I can dedicate Sundays entirely to homework for school. I can start to have a weekend again.&lt;/p&gt;

&lt;p&gt;It's all about &lt;em&gt;wiggle-room&lt;/em&gt;. Not about willy-nilly decisions.&lt;/p&gt;

&lt;p&gt;For this weekend, I blocked 9am-12pm ahead of time. But by Thursday night, I knew I would be feeling groggy the next morning, so I pushed my studying back only an hour. Unfortunately, by the time I started studying, I still didn't feel right. I couldn't focus. What I was trying to learn wasn't clicking.&lt;/p&gt;

&lt;p&gt;So what did I do? I made a deliberate decision to move my studying to Sunday morning. I don't have homework due this week, so it worked out. Now that it's Sunday afternoon and I'm done with work, I can say that I am glad I made this decision. I still have plenty of hours left in the day, and in my weekend.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I made a conscious decision, instead of abusing what it means to have a flexible schedule, and letting procrastination rule my life.&lt;/strong&gt;&lt;/p&gt;

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