Activity
Mon
Wed
Fri
Sun
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
What is this?
Less
More

Memberships

Clief Notes

27.5k members • Free

38 contributions to Clief Notes
Where do you think AI will be in 6 months?
Everything is changing so fast. As a Millenial having lived through the introduction of PCs (loved my Apple LC II), dial-up internet, iPhones, now AI, can't believe how much has changed. Even AI, in december I remember people being skeptical of AI ads, then 4-5 months later it seems like if you don't do AI ads you're gonna be left behind. At the same time, while I love what I'm able to do with AI, worried about the environmental impacts and wonder if those will catch up to us before we figure things out. For my industry definitely seeing a need to upskill quickly to stay relevant, probably even by the end of the year. Wonder what others are thinking?
1 like • 20h
Great convo initiator - We need to get someone to build a newsletter bot that collects hot topics and pushes the conversations more front-and-center. I feel like we've got a nice big group of people pushing cool stuff, but great information gets lost in the ocean we're swimming in and buried below posts and comments... There's a better way - I just don't see it.
0 likes • 11h
@Roc Lee I'm an old nerd who enjoys engineering (hard or soft) and has had a fairly varied experience with consulting on curve-ball trajectory work with companies ranging from high-energy light systems, to early form ANNs and the machines that drive them. Sometimes SNARCy, especially when my Perceptron isn't percepting... I've been in this for a while. The architecture seems advanced, but it's really just building on the bones of giants prior (isn't that usually the case?).
What's a good mcp server for connecting to another local computer? (update)
I'm setting up a few old computers to use to run local LLMs for subagents, is there a good MCP server to talk to them that people recommend or like? update 5/5/2026 - I was able to install https://mcpservers.org/servers/rawveg/ollama-mcp to use as a MCP bridge - my setup: 1 NUC intel i3 mini computer, 1 Lenovo Laptop with an Nvidia card with 6GB Vram, and my main desktop with Claude Code. - Claude is able to send direct curl requests to the 2 computers - still working on what each is able to do with the models they have but for now they're talking to each other and Claude has friends
2 likes • 2d
I tried this out just this weekend. And ended up going to Reddit to see what I was messing up (needed to MCP studio as a remote bridge): Link to post: https://www.reddit.com/r/ClaudeAI/comments/1qvs2kd/connecting_claude_desktop_to_a_remote_mcp_server/ Use mcp-remote as a bridge. It acts as a stdio wrapper that proxies to your SSE endpoint. In your claude_desktop_config.json: { "mcpServers": { "your-budget-app": { "command": "npx", "args": [ "mcp-remote@latest", "--sse", "https://your-server-url/sse" ] } } } If your server uses HTTP instead of HTTPS you might need to add the --allow-http flag.
1 like • 1d
@Roc Lee check further down the link - they discuss stdio transport and how to connect - I had Claude help me create an MCP server which uses the SSE (server sent events) to connect another session of CoWork on a laptop. The thread showed me where I was overworking the solution and creating time delay faults.
How do you like to brainstorm? (For writing)
Context: I want to pitch a few talks to conferences in my field (game audio), and its not something I do regularly so I don't have established workflow for it. I do write linkedin posts and prep for my DND sessions, but that output is significantly different than a 30m to 1hr talk. I've been doing one approach, which I'll outline below, but I'm wondering if others have done this and have a more efficient way of getting to a final result, the below took me 2 sessions both a few hours each, and I'd love to compress that. Wondering about other approaches or resources to help create a better framework. Current process (captured in a skill after finishing last submission): 1. Claude asks : "What could you talk about from memory right now, without looking anything up?" and "What do you know how to do, or think about, that most people in your field don't?" (this takes a long time) 2. feed it which conference, deadline, and format the talk submission is 3. Claude researches past accepted talks for fit and content 4. We lock in thesis, pillars, and target audience (this takes the longest) 5. we do a draft in this order: Description, takeaway, outline 6. Pre-submission review (this part is easy with humanizer and the conference form submission) Wondering if there are places I could improve? And how would others approach this?
3 likes • 4d
I give seminars through the year with topics ranging from business management, sales strategies, and unique tech integrations. This strategy wouldn’t work to me as my topics are usually specifically outside the norm but always follow two key tone principles - what are the afters (what’s the outcome I want to deliver to attendees) and does it hit WIIFM (what’s in it for me) again being a topic which solves a pain point and delivers knowledge and applied strategies to help the attendees of the seminar. I create a working folder which includes summarized MD files containing a ton more f research compiled through NotebookLM, my afters for the seminar(s) I’m giving and a layout sample set of my presentation(s). I have Claude check th info against my presentation and make recommendations on what could be better presented and what’s extraneous all with the presentation skill I’ve developed from Patrick Winston’s ‘How To Speak’ and other presenters I’ve admired and enjoyed. Often CLAUDE will identify a thesis from the various presentations I’ve overlooked and/or has given me some deeper insight into a piece of a talk which is missing. - hope this helps.
Stop Prompting. Start Defining Outcomes.
Most people are using AI like a slot machine. Pull the lever, hope for a payout, blame the model when it's generic. The makers I respect run a workshop instead. They've stopped asking AI for things and started telling it what they're building. Three moves: 1. Outcomes, not prompts. A prompt is a wish. A brief is a contract. When AI gets it wrong, your brief was ambiguous. 2. Context is king. Models are interchangeable. Context is yours. A bad prompt with the right context beats a great prompt with none. 3. Train your taste. AI gives you 90% in 10% of the time. Spend the 90% you got back on the trim pass. Your taste is the bottleneck now. Full deep-dive: aris-space.com/stop-prompting-start-defining-outcomes // A<3
1 like • 4d
100% on this! The more you train (and using memory tools so Claude is able to retain) - the better the results. Claude is an awesome assistant now - but that took training it off years of emails, business modeling, and a ton of CoWork on builds, writing, and experiments. Give basic, get basic. Invest in more = better returns and performance.
Council of 5
I am known to take Claude outputs and put them into ChatGPT for blind-spot checks. Today I decided to create a "council of 5" skill that runs any question, problem, solution, document, etc., through 5 distinct personalities, with 3 rounds of discussion, then a consensus. 1. The professor: peer-reviewed/cited sources only 2. The teacher: logical, wonders, "is this the right question to be asking" 3. The founder: can this be done, and what is the fastest way 4. The outside: zero context, thinks outside of the box 5. The contrarian: hunts for the fatal flaw in everything. Sharing the skill here if it could help anyone.
2 likes • 5d
I did something similar with GEMS linked through Google Drive to access a primary argument and work through a problem from different perspectives. A panel debate set with the strongest argument standing at the end. Hits some long run problems but great for short analysis. I like the Claude skill build. Need to give it a run if I ever have downtime with CoWork. Thanks for the share!
1-10 of 38
Deacon Wardlow
4
6points to level up
@deacon-wardlow-5364
Deacon speaks many languages, pulls espresso, and bartends. Equally comfortable closing a deal or making the drink you need after one falls through.

Active 11h ago
Joined Mar 16, 2026
INTJ
Boulder, Colorado
Powered by