← Reddit

What else can I learn? (system engineer trying to use AI)

Reddit · ResearchMassive7912 · April 16, 2026
A system engineer with Linux and OCP background experimented with Claude AI tools including VS Code extensions, Claude Code, scripting, and server troubleshooting, while creating basic memory files for configuration reference. The engineer seeks guidance on advancing beyond initial implementations and optimizing context management as session limits have become a constraint.

Detailed Analysis

A veteran Linux and OpenShift Container Platform (OCP) systems engineer posted to the r/ClaudeAI subreddit seeking guidance on advancing beyond their initial AI integration efforts. The engineer has already covered meaningful ground: installing Claude Code, using the VS Code Claude extension, allowing Claude to SSH into remote Linux servers for configuration and troubleshooting, vibe coding scripts, and building basic memory files that describe server identity and access. Despite this solid foundation, the engineer expresses uncertainty about whether their current practices constitute a "workflow," notes a recent dramatic increase in session limit consumption, and suspects that memory files represent an underdeveloped capability with untapped potential.

The question of what constitutes a "workflow" is central to understanding the next growth stage for practitioners like this engineer. What they are describing — ad hoc tasks connected by manual context-switching — is a precursor to a workflow rather than one itself. A true AI-assisted workflow involves structured, repeatable sequences where Claude is embedded into defined stages of an operational process: for example, a pipeline that ingests server logs, routes anomalies to Claude for diagnosis, receives structured remediation suggestions, and logs outcomes back to a knowledge base. The mention of memory files hints at an instinct toward persistent context management, which is precisely where Model Context Protocol (MCP) becomes relevant. MCP allows Claude to connect with external services and data stores programmatically, meaning those memory files could evolve from static markdown documents into dynamic, queryable context sources that Claude reads and writes as part of a live operational loop.

The sudden spike in session limit usage the engineer describes is likely explained by increasingly ambitious, multi-turn technical sessions — troubleshooting complex infrastructure problems consumes far more context window than simple scripting tasks. Anthropic's prompt caching feature, available via the API, directly addresses this by allowing repeated context blocks (such as server manifests, runbooks, or configuration state) to be cached and reused across calls without re-consuming tokens each time. For a systems engineer, this means that a comprehensive "system state" document describing all managed servers could be cached once and referenced repeatedly across a troubleshooting session, dramatically reducing context consumption. Extended thinking models, another Anthropic offering, are particularly suited to the deep, multi-variable reasoning that infrastructure diagnosis often demands.

Anthropic has built a structured learning ecosystem that maps directly onto the engineer's trajectory. Anthropic Academy on Skilljar offers free, instructor-led courses progressing from Claude 101 through API integration, Claude Code workflows, MCP server and client construction, and cloud deployment on AWS Bedrock and Google Vertex AI. The "Claude Code in Action" course on Coursera specifically targets the integration of Claude Code into daily development and operations processes — the exact gap this engineer is trying to close. For a systems professional, the MCP and cloud integration tracks are the highest-leverage next steps, as they enable Claude to move from a conversational assistant reacting to prompts into an agent that autonomously reads infrastructure state, executes remediation, and writes results back to persistent systems.

The broader significance of this post lies in what it reveals about the current adoption curve among experienced infrastructure professionals. This engineer represents a cohort — technically deep, skeptical of hype, but pragmatically motivated — that is now actively seeking to translate AI fluency into professional differentiation. The gap they describe, between basic tool use and genuine workflow integration, is the central challenge of the current AI adoption phase across the industry. Closing that gap requires moving from Claude as a smart terminal to Claude as an embedded operational agent with persistent memory, tool access, and defined roles within automated pipelines. The infrastructure and training resources to make that transition now exist; the primary bottleneck is conceptual reorientation from task-level prompting to system-level orchestration.

Read original article →