Currently working on: gallery.fastht.ml | https://fh-frankenui.answer.ai | solveit.fast.ai | https://tryvirgil.com/
Writing code inside a string is a terrible dev experience and hard to maintain. But I also kinda hate jinja TBH
Writing code inside a string is a terrible dev experience and hard to maintain. But I also kinda hate jinja TBH
Read the details from my new newsletter 👇
isaacflath.com/newsletter/2
Read the details from my new newsletter 👇
isaacflath.com/newsletter/2
I used AI to brainstorm to get 4 patterns (I chose self-polling pill)
AI is good at giving common patterns fast so I can spend more time on decisions and considering less obvious options
elite-ai-assisted-coding.dev/p/using-an-...
I used AI to brainstorm to get 4 patterns (I chose self-polling pill)
AI is good at giving common patterns fast so I can spend more time on decisions and considering less obvious options
elite-ai-assisted-coding.dev/p/using-an-...
Hugo shares a framework for building AI products, by progressing through the "agentic spectrum" iteratively , starting with augmented LLMs and workflows
elite-ai-assisted-coding.dev/p/stop-buil...
Hugo shares a framework for building AI products, by progressing through the "agentic spectrum" iteratively , starting with augmented LLMs and workflows
elite-ai-assisted-coding.dev/p/stop-buil...
Feedback also means huge improvements coming for cohort 2 😁
I still have quite a lot to add, but I'm adding reviews here!
isaacflath.com/course/elit...
Feedback also means huge improvements coming for cohort 2 😁
I still have quite a lot to add, but I'm adding reviews here!
isaacflath.com/course/elit...
maven.com/p/0fe39a/op...
maven.com/p/0fe39a/op...
My new RAG course just launched, I hope to see you there!
My new RAG course just launched, I hope to see you there!
To learn more about the course go here: elite-ai-assisted-coding.dev/p/learn-rag...
To learn more about the course go here: elite-ai-assisted-coding.dev/p/learn-rag...
I just launched a RAG course, here’s a post on what you'll learn and why the concepts matter in modern AI systems
elite-ai-assisted-coding.dev/p/learn-rag...
I just launched a RAG course, here’s a post on what you'll learn and why the concepts matter in modern AI systems
elite-ai-assisted-coding.dev/p/learn-rag...
Neon’s new snapshots API solves this.
Save a complete snapshot of your db, schema, and data with each agent turn. It's efficiently done with copy-on-write vs full copies too.
elite-ai-assisted-coding.dev/p/build-che...
Neon’s new snapshots API solves this.
Save a complete snapshot of your db, schema, and data with each agent turn. It's efficiently done with copy-on-write vs full copies too.
elite-ai-assisted-coding.dev/p/build-che...
This workflow is for using AI to map out a plan, make architectural decisions, implement features step-by-step. And I code and refactor where it matters
elite-ai-assisted-coding.dev/p/using-ai-...
This workflow is for using AI to map out a plan, make architectural decisions, implement features step-by-step. And I code and refactor where it matters
elite-ai-assisted-coding.dev/p/using-ai-...
This free 100+ page book is packed with pro-tips, step-by-step guides, and solutions to accelerate your workflow.
Get your copy 👇
maven.com/p/aa2670/ti...
This free 100+ page book is packed with pro-tips, step-by-step guides, and solutions to accelerate your workflow.
Get your copy 👇
maven.com/p/aa2670/ti...
The debate and research taught me more about my async stack than a tutorial ever could
AI suggestions are opportunities to learn
Details + more examples 👇
elite-ai-assisted-coding.dev/p/i-argue-w...
The debate and research taught me more about my async stack than a tutorial ever could
AI suggestions are opportunities to learn
Details + more examples 👇
elite-ai-assisted-coding.dev/p/i-argue-w...
maven.com/p/b9a2df/bu...
maven.com/p/b9a2df/bu...
They build a common language & framework for prompts, context, tools, and automations. This mean effective collaboration, faster problem-solving, and code that is consistent across your team.
They build a common language & framework for prompts, context, tools, and automations. This mean effective collaboration, faster problem-solving, and code that is consistent across your team.
✅ Terminal agent interface like claude code, opencode, gemini CLI
✅ A more transparent and predictable "per-request" billing model
See how using it to create and use an MCP server went👇
elite-ai-assisted-coding.dev/p/github-co...
✅ Terminal agent interface like claude code, opencode, gemini CLI
✅ A more transparent and predictable "per-request" billing model
See how using it to create and use an MCP server went👇
elite-ai-assisted-coding.dev/p/github-co...
👇
elite-ai-assisted-coding.dev/p/ai-coding...
👇
elite-ai-assisted-coding.dev/p/ai-coding...
Join us for a FREE live workshop where we'll code a simple AI agent from scratch.
Sign up here:
maven.com/p/b9a2df/bu...
Join us for a FREE live workshop where we'll code a simple AI agent from scratch.
Sign up here:
maven.com/p/b9a2df/bu...
My new workflow lets me focus on the story, not the mechanics. I can be more creative, try ideas and iterate on faster
The result is a better story, built faster, more enjoyably
Here's the process and details
elite-ai-assisted-coding.dev/p/a-better-...
My new workflow lets me focus on the story, not the mechanics. I can be more creative, try ideas and iterate on faster
The result is a better story, built faster, more enjoyably
Here's the process and details
elite-ai-assisted-coding.dev/p/a-better-...
Raw chat logs are great context for making posts b/c they include key parts of the development process. False starts, mistakes, questions, decisions, etc.
How I turn that data dump into a post 👇
elite-ai-assisted-coding.dev/p/turning-a...
Raw chat logs are great context for making posts b/c they include key parts of the development process. False starts, mistakes, questions, decisions, etc.
How I turn that data dump into a post 👇
elite-ai-assisted-coding.dev/p/turning-a...
🔹 Do LLM APIs know how a tool was defined?
🔹 What are the real-world differences in token usage?
🔹 MCP or a CLI for your workflow?
elite-ai-assisted-coding.dev/p/llm-tool-...
🔹 Do LLM APIs know how a tool was defined?
🔹 What are the real-world differences in token usage?
🔹 MCP or a CLI for your workflow?
elite-ai-assisted-coding.dev/p/llm-tool-...
How to stay in control of AI:
✅ Injecting human taste
✅ Correcting AI errors
✅ Improving code examples
✅ Syncing animations to music, and more.
elite-ai-assisted-coding.dev/p/from-zero...
How to stay in control of AI:
✅ Injecting human taste
✅ Correcting AI errors
✅ Improving code examples
✅ Syncing animations to music, and more.
elite-ai-assisted-coding.dev/p/from-zero...
I break down 3 main paths:
🔹 Direct SDKs
🔹 Higher-Level Libraries
🔹 MCP Servers
A guide on the trade-offs in control, speed, and portability
elite-ai-assisted-coding.dev/p/the-3-arc...
I break down 3 main paths:
🔹 Direct SDKs
🔹 Higher-Level Libraries
🔹 MCP Servers
A guide on the trade-offs in control, speed, and portability
elite-ai-assisted-coding.dev/p/the-3-arc...
@intellectronica wrote deep-dive on Warp and its agent
elite-ai-assisted-coding.dev/p/warp-term...
@intellectronica wrote deep-dive on Warp and its agent
elite-ai-assisted-coding.dev/p/warp-term...
It moves files to the recycle bin instead of permanently deleting them. It's a simple way to prevent catastrophic mistakes by an autonomous agent.
Here's how to configure it
elite-ai-assisted-coding.dev/p/use-trash...
It moves files to the recycle bin instead of permanently deleting them. It's a simple way to prevent catastrophic mistakes by an autonomous agent.
Here's how to configure it
elite-ai-assisted-coding.dev/p/use-trash...