Tutorials & Resources

Learn & reference
Tutorials & resources

Walkthroughs for agent architecture, MCP, orchestration, and the open-source stacks behind this portfolio.

Dark liquid-glass tutorial workflow with guided setup cards, implementation steps, and verification checkpoints.
Tutorials
51

J-Lens and J-Space: Complete Visual Guide

A J-Lens and J-Space guide to Anthropic's 2026 global workspace research with 3 interactive visuals, sourced examples, citations, and safety takeaways.

Mechanistic interpretabilityJ-LensJ-SpaceGlobal workspace

Affordable AI setup in Tampa, FL

Affordable AI setup is less about buying the cheapest tool and more about limiting scope, integration risk, and maintenance burden.

Tampa FLAI SetupBudgetingAutomation

Agent reliability, logging, approvals, and safety

Reliable AI agents need logs, evals, retries, fallbacks, approval gates, and incident reviews before they can earn more autonomy.

ReliabilityLoggingApprovalsSafety

AI agent swarms explained

Agent swarms can speed up research and development, but only when coordination, context boundaries, and review gates are explicit.

Agent SwarmsMulti-AgentCoordinationAI Agents

AI agents for enterprise operations

Enterprise agents work best when they are treated as controlled workflow services, not open-ended chat windows.

Enterprise AIAI AgentsOperationsGovernance

AI agents for healthcare administration

Healthcare administration agents can coordinate paperwork and queues, but permissions and human review must be explicit.

Healthcare AgentsAdministrationApprovalsWorkflow

AI agents for sales, support, and operations

The strongest AI agent use cases sit between departments, where context gathering and task preparation slow teams down.

SalesSupportOperationsAI Agents

AI automation for local service businesses

Local service businesses can use AI to reduce missed calls, speed up estimates, and keep crews focused without removing human judgment.

Service BusinessDispatchSchedulingAutomation

AI chatbots and agents for Tampa companies

A chatbot answers; an AI agent can gather context, call tools, prepare work, and route exceptions when designed with guardrails.

ChatbotsAI AgentsTampaSupport

AI coding agents explained

AI coding agents are useful when they can inspect a repo, make scoped changes, run checks, and report evidence.

AI Coding AgentsDeveloper AutomationTestingCode Review

AI for enterprise strategy

Enterprise AI strategy should start with value pools, operating constraints, and governance, not a list of models.

Enterprise AIStrategyRoadmapGovernance

AI for healthcare operations

AI for healthcare operations should focus on administrative friction, source-grounded summaries, and strong review controls.

Healthcare AIOperationsAdministrationGovernance

AI for small business in Tampa

Small businesses in Tampa can get value from AI by starting with narrow workflows, clean data, and clear approval rules.

Tampa AISmall BusinessAutomationAI Agents

AI governance without slowing innovation

Good AI governance speeds up useful AI by giving teams clear lanes, reusable controls, and risk-based review.

GovernanceRiskEnterprise AIResponsible AI

Claude code loops as a delivery pattern

Claude code loops work best as a stateful delivery pattern with small cycles, proof gates, and explicit stop conditions.

Claude CodeAgent LoopsDeliveryVerification

Codex loops for agentic development

Codex loops make agentic development practical by tying every edit to repository context, terminal proof, and a clean final state.

CodexAgent LoopsDevelopmentVerification

Enterprise AI implementation roadmap

Enterprise AI implementation succeeds when pilots are tied to integration, governance, monitoring, and repeatable launch criteria.

RoadmapImplementationEnterprise AIPilots

Fable loops for structured creative and coding work

Fable loops turn creative AI work into a repeatable process: brief, generate, critique, implement, verify, and refine.

Fable LoopsCreative WorkflowCoding AgentsIteration

GPT 5.6 Sol system prompt strategy

GPT 5.6 Sol should be treated as an internal or speculative label unless verified; the useful work is prompt architecture and evaluation.

Prompt StrategySystem PromptsAI AgentsModel Labels

How AI developers use agent loops to ship faster

Strong AI developers use agent loops to reduce cycle time while keeping code review, tests, and product judgment intact.

AI DevelopersAgent LoopsShippingDeveloper Automation

How enterprises should evaluate AI vendors

AI vendor evaluation needs to test the workflow, security model, data controls, integration depth, and operational proof.

Vendor SelectionEnterprise AISecurityProcurement

How to choose the best AI developers in Tampa

The best AI developers in Tampa should be able to explain the workflow, the model boundary, the risk controls, and the proof plan.

AI DevelopersVendor SelectionTampaGovernance

How top AI labs influence enterprise AI adoption

Top AI labs influence enterprise AI through capabilities, developer tooling, safety norms, and expectations for evidence-based deployment.

Top AI LabsEnterprise AIOpenAIAnthropic

Human-in-the-loop approval workflows for AI agents

Human-in-the-loop design makes AI agents usable in real businesses by separating draft, recommend, approve, and execute states.

Human in the LoopApprovalsAI SafetyGovernance

Mythos 5 loops as an agent workflow concept

Mythos 5 loops can be useful as a five-part workflow concept when teams avoid presenting it as a verified public model standard.

Mythos 5Agent LoopsWorkflowReliability

Private AI assistants for internal teams

Private AI assistants can make internal knowledge usable, but only when retrieval, permissions, citations, and feedback are designed together.

Internal AssistantRAGEnterprise AIKnowledge

Risks and safeguards for healthcare AI workflows

Healthcare AI safeguards should make data boundaries, clinical limits, review requirements, and audit trails visible from day one.

Healthcare AIRiskSafeguardsGovernance

System prompts for coding agents

Coding-agent system prompts should define how the agent reads, edits, verifies, escalates, and reports work.

System PromptsCoding AgentsSafetyVerification

Tampa business guide to adopting AI safely

Safe AI adoption starts with policy, data boundaries, and review gates before any tool is allowed to act inside business systems.

AI SafetyTampaGovernanceRisk

What AI agents are and how businesses use them

AI agents combine model reasoning with tools, state, and policies so they can help complete bounded business workflows.

AI AgentsTool UseAutomationWorkflow

What businesses can learn from OpenAI, Anthropic, and DeepMind

Businesses can learn from major AI labs without implying affiliation: evaluate carefully, design for safety, and ship around real workflows.

OpenAIAnthropicDeepMindAI Labs

Add BM25 retrieval to DB-GPT with Elasticsearch

Use Elasticsearch as DB-GPT full-text RAG storage so exact terms, identifiers, and keyword-heavy questions are retrieved alongside semantic workflows.

DB-GPTBM25ElasticsearchHybrid search

Agent coordination without context amnesia

Build an agent memory protocol that lets coding agents coordinate through registries, reports, skills, and verification gates without duplicating work.

Claude CodeMulti-agent systemsAgent memoryContext engineering

Build Graph RAG with DB-GPT and TuGraph

Create a DB-GPT Graph RAG pipeline that extracts triplets, stores document structure in TuGraph, retrieves graph context, and answers with traceable evidence.

DB-GPTGraph RAGTuGraphRetrieval

Claude Code agent loops with handoffs and proof

Rework prompt-heavy Claude Code workflows into handoff-driven agent loops that plan, act, review, and preserve proof across each development cycle.

Claude CodeAgent loopsHandoffsProof-driven development

Claude Code loop engineering: build agents that keep moving

Design Claude Code loop engineering workflows with goals, checkpoints, reviewer gates, and proof artifacts instead of relying on one-off prompts.

Claude CodeLoop engineeringAI agentsWorkflow automation

JavaScript orchestration for 100+ parallel sub-agents

Build an on-the-fly JavaScript orchestrator that shards work across 100+ isolated sub-agent tasks with budgets, manifests, retries, and merge-safe summaries.

JavaScriptMulti-agent systemsSub-agentsOrchestration

Strict TSConfig for production TypeScript

Turn TypeScript strict mode into a practical production safety net with exact optional properties, checked index access, isolated modules, and predictable module syntax.

TypeScriptTSConfigType safetyDeveloper experience

TypeScript ambient declarations explained for humans

Understand .d.ts files, declare, module declarations, global declarations, declaration merging, and the compiler contract behind runtime APIs.

TypeScriptDeclaration filesModule resolutionRuntime types

Use OceanBase Vector as DB-GPT RAG storage

Configure DB-GPT with OceanBase Vector storage so a RAG application can persist embeddings, retrieve document chunks, and run through a local webserver.

DB-GPTOceanBaseVector searchRAG storage

Build a Reddit product validation agent

Turn a product idea into a repeatable community-research workflow that finds relevant subreddits, extracts market signals, and produces a go/no-go scorecard.

Product researchRedditAI SDKValidation

Build certificate-bound authority gates for AI agents

Implement a policy layer that binds every agent tool call to a signed task certificate, explicit scope, sandbox class, and verifier result.

AI securityTool useAgentic workflowsPolicy

Build a governed bounded data agent

Use Bounded Data Agent patterns to let an LLM plan and explain while deterministic tools handle retrieval, SQL, verification, and audit traces.

Data agentsGovernanceRAGSQL

Run an autonomous scientific research loop with Plato

Learn how Plato structures multi-source retrieval, citation validation, evidence matrices, reviewer loops, reproducibility manifests, and budgeted autonomous iteration.

AI for scienceLangGraphRetrievalReproducibility

Design deterministic agent operations with AgentOPS

Use AgentOPS package boundaries to separate runtime execution, scheduling, policy, verification, context, adapters, and observability for production agent systems.

Agent operationsSchedulingPolicyObservability

Agentic workflow patterns field guide

A practical guide to when to use simple LLM calls, RAG, MCP tools, reviewer loops, memory, and deterministic operations in agent systems.

Agentic workflowsMCPRAGMemory

Build an AI research tutorial publisher

Create a scheduled publishing workflow that turns current AI papers, AI lab updates, and agent tooling news into sourced developer tutorials.

AutomationAI researchScholarly sourcesPublishing

Navigate an agent architecture map

Use lenses, search, guided tours, and stack rationale panels to debug multi-service agent systems before you read code.

Build an MCP server as your integration boundary

Typed tools, session-safe connectors, and repository-level caching — patterns from GenomeMCP and Nex Copilot tool-gateway.

Compose a LangGraph research pipeline

Idea → method → results → paper nodes with domain-routed retrieval, citation validation, and reproducibility manifests.

Run a proof-driven paired agent loop

Worker/reviewer pairing, adversarial gates, resumable manifests, and explicit proof requirements before merge.

Setup guides
4
Resources
10

AI engineering implementation

03

Technical references for production AI agents, retrieval systems, prompt security, evaluation, and implementation workflows.

Tampa AI agent engineering

03

Local service page for Tampa teams planning, building, and reviewing production AI agent systems.

System prompt leak defense

03

Redacted prompt-leak analysis, prompt injection mitigation, Claude Fable 5 and GPT-5.6 search coverage, and AI agent security controls.

AI research tutorial publisher

03

Source allowlists, Markdown publishing, GitHub Actions automation, and optional AI drafting for implementation tutorials.

Eldergenix AgentOPS

03

Deterministic agent operations scaffold for runtime, scheduler, policy, verification, context, adapters, and observability.

Model Context Protocol

03

Official MCP specification and SDK docs for tool servers and client integrations.

LangGraph documentation

03

Graph-based orchestration, checkpoints, human-in-the-loop, and multi-agent patterns.

OpenAI Agents SDK

03

Multi-agent handoffs, sessions, MCP tool loops, and HITL interruptions in production runtimes.

Vercel AI SDK

03

Streaming chat UI, tool-call cards, and React hooks kept separate from multi-agent runtime boundaries.

Portfolio architecture maps

03

Interactive diagrams for every project — layers, flows, tours, metrics, and stack rationale.

Stefan Creadore · @Eldergenixguides and references for building governed agent systems