🦄 Claude for Non-Code Tasks
On #17 we talked about advanced context engineering workflows for using Claude code to work in complex codebases. This week, we're gonna get a little weird with it, and show off a bunch of ways you can use Claude Code as a generic agent to handle non-coding tasks. We'll learn things like: Skipping the MCP and having claude write its own scripts to interact with external systems, Creating internal knowledge graphs with markdown files, How to blend agentic retrieval and search with deterministic context packing
Project Details
Open in GitHub🦄 ai that works: Claude for non-code tasks
Exploring how to use LLMs for practical, everyday tasks without writing complex software. Using markdown as a database and context engineering over code.
Links:
- Hamel - show me the prompt https://hamel.dev/blog/posts/prompt/
- Cancelation PR - https://github.com/BoundaryML/baml/pull/2357
- Previous Episode on Context Eng for coding agents - ../2025-08-05-advanced-context-engineering-for-coding-agents
Key Takeaways
-
You can build powerful "no-code" tools by combining LLMs with simple formats like Markdown. The key is to think in terms of effective workflows and context engineering.
-
Skip the MCP servers - Claude can one-shot most API integrations
-
Build tools that create deterministic context compacting with
head
or by slicing file collections using frontmatter. -
BurritoNow CRM example shows how a simple
.md
file plus Claude can replace complex database-backed applications for many use cases.
Resources
- Session Recording
- Discord Community
- Sign up for the next session on Luma