AI-Powered Facilitation Tools

[vc_row][vc_column][vc_column_text css=””]As part of a coaching business and for my own personal interest, I wanted to make a couple of my facilitation tools through my website rather than having to go through Claude. The two tools I choose for this test are:

  • An AI conversation that facilitates people in “active imagination”, a technique developed by Carl Jung to encourage people to investigate the symbolic nature of their inner worlds.
  • The second one, is a self-inquiry process based on the Sedona Method goals process, that aims to relieve stuckness when dealing with a problem that you’ve tried to fix for a long time.

Both run in the browser, powered by the Anthropic Claude API through a Node.js/Express proxy. Users bring their own API key; it stays in their browser session.

Stack: Node.js, Express, Git, GitHub, Vercel.

Live at:

  • analogue-tools.vercel.app/active-imagination-v2.html
  • analogue-tools.vercel.app/the-problem-v2.html

Updating the tools: changes are made locally, pushed to GitHub with three commands, and Vercel redeploys automatically. Next: rebuilding the second tool around the Sedona Method Goals process and moving both onto the main Analogue Project site.

To use these tools you need an Anthropic API key. Create a free account at console.anthropic.com, add billing, and generate a key under API Keys. The key starts with sk-ant-. Paste it into the tool when prompted — it is not stored anywhere.

[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column css=”.vc_custom_1779346992554{background-color: #FFFFFF !important;}”][vc_column_text css=””]

The Active Imagination Prompter

[/vc_column_text][vc_raw_html css=”.vc_custom_1779444914516{background-color: #FFFFFF !important;}”]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZhbmFsb2d1ZS10b29scy52ZXJjZWwuYXBwJTJGYWN0aXZlLWltYWdpbmF0aW9uLXYyLmh0bWwlMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjkwMHB4JTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCJTIyJTNFJTNDJTJGaWZyYW1lJTNFJTBB[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column css=”.vc_custom_1779346992554{background-color: #FFFFFF !important;}”][vc_column_text css=””]

The Releasing Stuckness Prompter

[/vc_column_text][vc_raw_html css=”.vc_custom_1779347267333{background-color: #EEEE22 !important;}”]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZhbmFsb2d1ZS10b29scy52ZXJjZWwuYXBwJTJGdGhlLXByb2JsZW0tdjIuaHRtbCUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyOTAwcHglMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQW5vbmUlM0IlMjIlM0UlM0MlMkZpZnJhbWUlM0UlMEElMEE=[/vc_raw_html][/vc_column][/vc_row]

Related posts