@prefix :       <https://dejiolowe.com/2026/03/30/ai-will-only-help-those-with-agency/#> .
@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:   <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl:    <http://www.w3.org/2002/07/owl#> .
@prefix xsd:    <http://www.w3.org/2001/XMLSchema#> .
@prefix skos:   <http://www.w3.org/2004/02/skos/core#> .
@prefix schema: <http://schema.org/> .
@prefix dct:    <http://purl.org/dc/terms/> .
@prefix foaf:   <http://xmlns.com/foaf/0.1/> .
@prefix prov:   <http://www.w3.org/ns/prov#> .

: a owl:Ontology ;
    schema:name "AI Will Only Help Those with Agency — KG Ontology"@en ;
    schema:description "Semantic model of Adedeji Olowe's article arguing that equal access to AI tools produces unequal outcomes — four human attributes (agency, taste, grit, curiosity) determine who thrives when everyone has the same tools."@en ;
    rdfs:label "AI Will Only Help Those with Agency — Knowledge Graph" ;
    schema:identifier "https://dejiolowe.com/2026/03/30/ai-will-only-help-those-with-agency/" ;
    dct:source <https://dejiolowe.com/2026/03/30/ai-will-only-help-those-with-agency/> ;
    dct:creator <https://www.linkedin.com/in/adedejiolowe/#this> ; dct:date "2026-03-30"^^xsd:date .

:SuccessAttribute a owl:Class ; rdfs:label "Success Attribute" ; rdfs:comment "A human quality that AI cannot replace — agency, taste, grit, or curiosity." ; rdfs:isDefinedBy : .

:article a schema:Article, schema:TechArticle ;
    rdfs:label "AI will only help those with agency" ;
    schema:name "AI will only help those with agency"@en ;
    schema:headline "AI will only help those with agency"@en ;
    schema:description "When Freshworks discontinued Freshteam, Adedeji Olowe's team built a better replacement using Codex — proving enterprise software is now replaceable. The article argues that equal AI tools produce unequal outcomes: agency (taking initiative), taste (knowing quality), grit (iterative persistence), and curiosity (deep exploration) determine who thrives. AI amplifies the gap between the intentional and the passive."@en ;
    schema:articleBody """Everyone now has the same AI tools. Codex, Claude Code are not exclusive. Customers and competitors have equal access, yet equal tools do not produce equal outcomes. The internet era already proved this. Four attributes matter: Agency: taking action, because AI responds to direction but cannot originate effort. Taste: knowing when something is good, because without a quality standard AI outputs settle at acceptable. Grit: staying with iterative refinement through the prompt-evaluate-adjust loop where real work happens. Curiosity: probing beyond surface level, because people who test variations get more from AI. AI will dramatically improve the top 1 percent while the distance to everyone else grows. A security expert vibe-coded a compliance tool and sold it for USD 20k. Ngozi Dozie built with a USD 20 Claude subscription. If tools are this good and access this open yet you cannot produce something world-class, the problem is not the tools."""@en ;
    schema:url <https://dejiolowe.com/2026/03/30/ai-will-only-help-those-with-agency/> ;
    schema:datePublished "2026-03-30"^^xsd:date ;
    schema:author <https://www.linkedin.com/in/adedejiolowe/#this> ;
    schema:about :aiAmplification, :humanAgency, :equalToolsUnequalOutcomes ;
    schema:hasPart :overviewSection, :attributesSection, :insightsSection, :conclusionSection, :faqPage, :glossarySet, :howtoSection, :attributesGroup, :insightsGroup, : ; prov:wasGeneratedBy :kgGeneratorSkill .

<https://www.linkedin.com/in/adedejiolowe/#this> a foaf:Person, schema:Person ;
    schema:name "Adedeji Olowe"@en ;
    schema:url <https://dejiolowe.com> ;
    schema:identifier "https://www.linkedin.com/in/adedejiolowe/" ;
    owl:sameAs <https://twitter.com/dejiolowe/#this> .

:aiAmplification a skos:Concept, schema:DefinedTerm ;
    schema:name "AI Amplification Effect"@en ; schema:description "AI widens the gap between the intentional and the passive — dramatically improving the top 1% while the distance to everyone else grows. Equal tools produce unequal outcomes because human factors are not equally distributed."@en ; rdfs:isDefinedBy : .
:humanAgency a skos:Concept, schema:DefinedTerm ;
    schema:name "Human Agency in the AI Era"@en ; schema:description "Taking initiative and following through — the part no one can automate. AI responds to direction but cannot originate effort."@en ; rdfs:isDefinedBy : .
:equalToolsUnequalOutcomes a skos:Concept, schema:DefinedTerm ;
    schema:name "Equal Tools, Unequal Outcomes"@en ; schema:description "AI capabilities are not exclusive. As the internet era proved, equal access does not produce equal results."@en ; rdfs:isDefinedBy : .

:attributesGroup a schema:ArticleSection ; schema:name "Four Attributes"@en ; schema:position 2 ; schema:description "Four human attributes AI cannot replace: Agency (taking initiative), Taste (knowing quality), Grit (iterative persistence), and Curiosity (deep exploration)."@en ; schema:hasPart :attrAgency, :attrTaste, :attrGrit, :attrCuriosity .
:attrAgency a :SuccessAttribute ; rdfs:label "Agency" ; rdfs:comment "Taking initiative and following through. AI responds to direction but cannot originate effort on its own."@en .
:attrTaste a :SuccessAttribute ; rdfs:label "Taste" ; rdfs:comment "Knowing when something is actually good — an internal quality standard beyond AI's default outputs."@en .
:attrGrit a :SuccessAttribute ; rdfs:label "Grit" ; rdfs:comment "Staying engaged through iterative refinement — the prompt-evaluate-adjust loop where most real work happens."@en .
:attrCuriosity a :SuccessAttribute ; rdfs:label "Curiosity" ; rdfs:comment "Probing beyond surface-level use — testing variations and treating AI as a discovery engine."@en .

:insightsGroup a schema:ArticleSection ; schema:name "Key Insights"@en ; schema:position 3 ; schema:hasPart :iFreshteam, :iGap, :iVibeCoding, :iBuildBuy .
:iFreshteam a schema:ArticleSection ; schema:name "Barriers Are Thinning"@en ; schema:description "The team replaced Freshteam with a custom HRMS via Codex. Enterprise software is now replaceable."@en .
:iGap a schema:ArticleSection ; schema:name "AI Widens the Gap"@en ; schema:description "AI dramatically improves the top 1% while the distance to everyone else grows. Equal tools, unequal outcomes."@en .
:iVibeCoding a schema:ArticleSection ; schema:name "Vibe Coding Creates Value"@en ; schema:description "A security expert built a compliance tool, pitched a CISO, and sold it for $20k. Ngozi Dozie built with a $20 Claude subscription."@en .
:iBuildBuy a schema:ArticleSection ; schema:name "Build vs. Buy Recalibrated"@en ; schema:description "When Codex makes building cheap, purchasing off-the-shelf can feel lazy. The default decision flips."@en .

:overviewSection a schema:ArticleSection ; schema:name "Overview"@en ; schema:position 1 ; schema:description "After Freshworks discontinued Freshteam, the team built a better replacement using Codex. Everyone has access to the same AI tools — but equal tools produce unequal outcomes. Four human attributes determine who thrives."@en .
:attributesSection a schema:ArticleSection ; schema:name "Four Attributes"@en ; schema:position 2 .
:insightsSection a schema:ArticleSection ; schema:name "Key Insights"@en ; schema:position 3 .
:conclusionSection a schema:ArticleSection ; schema:name "Conclusion"@en ; schema:position 4 ; schema:description "AI will dramatically improve the top 1%. The composition changes — some rise via tool use, others fall relying on old advantages. The question is whether you have agency, taste, grit, and curiosity — and act on them."@en .

:faqPage a schema:FAQPage ; schema:name "FAQ"@en ; schema:mainEntity :faq1, :faq2, :faq3, :faq4, :faq5, :faq6, :faq7, :faq8, :faq9, :faq10, :faq11, :faq12 .
:faq1 a schema:Question ; schema:name "Main argument?"@en ; schema:acceptedAnswer :a1 . :a1 a schema:Answer ; schema:text "Equal AI tools produce unequal outcomes. Four human attributes — agency, taste, grit, curiosity — determine who thrives."@en .
:faq2 a schema:Question ; schema:name "What is agency in the AI context?"@en ; schema:acceptedAnswer :a2 . :a2 a schema:Answer ; schema:text "Taking initiative and following through. AI responds to direction but cannot originate effort on its own."@en .
:faq3 a schema:Question ; schema:name "What is taste and why does it matter?"@en ; schema:acceptedAnswer :a3 . :a3 a schema:Answer ; schema:text "Knowing when something is actually good — an internal quality standard beyond AI's default outputs."@en .
:faq4 a schema:Question ; schema:name "How does grit apply to AI-assisted work?"@en ; schema:acceptedAnswer :a4 . :a4 a schema:Answer ; schema:text "Staying with iterative refinement. The prompt-evaluate-adjust loop is where most real work happens."@en .
:faq5 a schema:Question ; schema:name "Why is curiosity an advantage with AI?"@en ; schema:acceptedAnswer :a5 . :a5 a schema:Answer ; schema:text "People who probe and test variations get more from AI than those who accept first outputs."@en .
:faq6 a schema:Question ; schema:name "What is the AI amplification effect?"@en ; schema:acceptedAnswer :a6 . :a6 a schema:Answer ; schema:text "AI dramatically improves the top 1% while widening the gap to everyone else. Equal tools, unequal outcomes."@en .
:faq7 a schema:Question ; schema:name "What is the Freshteam anecdote?"@en ; schema:acceptedAnswer :a7 . :a7 a schema:Answer ; schema:text "The team built a better HRMS replacement via Codex after Freshworks discontinued Freshteam. Enterprise software is now replaceable."@en .
:faq8 a schema:Question ; schema:name "What is the vibe coding example?"@en ; schema:acceptedAnswer :a8 . :a8 a schema:Answer ; schema:text "A security expert vibe-coded a compliance tool, pitched a CISO, and sold it for $20k. Ngozi Dozie built with a $20/month Claude Code subscription."@en .
:faq9 a schema:Question ; schema:name "How does build vs. buy change with AI?"@en ; schema:acceptedAnswer :a9 . :a9 a schema:Answer ; schema:text "When Codex makes building cheap, purchasing off-the-shelf can feel lazy. The default decision flips."@en .
:faq10 a schema:Question ; schema:name "Will AI narrow or widen inequality?"@en ; schema:acceptedAnswer :a10 . :a10 a schema:Answer ; schema:text "Widen it. AI improves the top 1% while the gap grows. Composition changes but the gap persists."@en .
:faq11 a schema:Question ; schema:name "What is the concluding challenge?"@en ; schema:acceptedAnswer :a11 . :a11 a schema:Answer ; schema:text "If tools are this good and access this open yet you cannot produce world-class work — the problem is not the tools. It is a mirror."@en .
:faq12 a schema:Question ; schema:name "What separates those who thrive?"@en ; schema:acceptedAnswer :a12 . :a12 a schema:Answer ; schema:text "Deliberate choice held onto stubbornly and acted on consistently. Everyone has access to the same tools."@en .

:glossarySet a schema:DefinedTermSet ; schema:name "Glossary"@en ; schema:hasDefinedTerm :aiAmplification, :humanAgency, :equalToolsUnequalOutcomes, :vibeCodingTerm, :codexTerm .
:vibeCodingTerm a schema:DefinedTerm ; schema:name "Vibe Coding"@en ; schema:description "Building software via AI without traditional engineering rigor — creating real economic value from AI-generated code."@en .
:codexTerm a schema:DefinedTerm ; schema:name "OpenAI Codex"@en ; schema:description "AI coding tool enabling non-traditional developers to build custom software — cited as making the team feel they could build anything."@en .

:howtoSection a schema:HowTo ; schema:name "How to Cultivate the Attributes AI Cannot Replace"@en ; schema:description "A seven-step guide for developing agency, taste, grit, and curiosity."@en ; schema:step :step1, :step2, :step3, :step4, :step5, :step6, :step7 .
:step1 a schema:HowToStep ; schema:name "Start Before You Feel Ready"@en ; schema:position 1 ; schema:text "Agency begins with action. The team launched a better HRMS by April 1. AI makes starting cheap — the cost of inaction exceeds the cost of failure."@en .
:step2 a schema:HowToStep ; schema:name "Develop a Quality Standard Beyond AI's Default"@en ; schema:position 2 ; schema:text "Taste means knowing when something is not good enough yet. Ask: would I pay for this? Would I show this to someone I respect?"@en .
:step3 a schema:HowToStep ; schema:name "Iterate Beyond the First Output"@en ; schema:position 3 ; schema:text "Grit lives in the loop of prompt, evaluate, adjust. The first AI response is rarely the best one — stay with the work."@en .
:step4 a schema:HowToStep ; schema:name "Probe Deeper Than Surface Level"@en ; schema:position 4 ; schema:text "Curiosity means testing variations, asking follow-ups, and exploring edge cases. Treat AI as a discovery engine, not an answer machine."@en .
:step5 a schema:HowToStep ; schema:name "Recalibrate Build vs. Buy"@en ; schema:position 5 ; schema:text "When Codex makes building cheap, evaluate whether off-the-shelf is genuinely better than what you could build in a week."@en .
:step6 a schema:HowToStep ; schema:name "Ship and Sell — Building Is Only Half"@en ; schema:position 6 ; schema:text "The $20k sale and $20 Claude subscription prove AI handles building, but selling, pitching, and closing still require human capability."@en .
:step7 a schema:HowToStep ; schema:name "Hold the Mirror Up"@en ; schema:position 7 ; schema:text "If tools are this good and you cannot produce world-class work — the problem is not the tools. Cultivate agency, taste, grit, and curiosity deliberately."@en .

:kgGeneratorSkill a schema:SoftwareApplication ; schema:name "kg-generator skill"@en ; schema:url <https://github.com/anomalyco/opencode/tree/main/kg-generator> ; schema:description "LLM-prompt-based Knowledge Graph generation skill."@en .
