D

22.1K posts

D banner
D

D

@dshan

Tinkering with AI, every day. Interested in abundance. → https://t.co/J2VTBrm6Tg

Golden, CO Katılım Haziran 2007
1.6K Takip Edilen8.9K Takipçiler
Josh Pigford
Josh Pigford@Shpigford·
what's the best SEO MCP/CLI tool? i don't want to dig through some complex UI. i want to hop in claude/hermes and just say "based on my product at replysocial.⁠co, what are 20 starting keywords i should focus on ranking for?"
English
18
1
28
7.1K
D
D@dshan·
@JeremyNguyenPhD No I straight swapped it. But likely winning (ie kept team productive) bc GLM handled spreadsheets and specific needs at like 85% good. Team is non technical so hiccups were measured against “really shitty manual data cleanliness work”
English
0
0
0
49
Jeremy Nguyen ✍🏼 🚢
Jeremy Nguyen ✍🏼 🚢@JeremyNguyenPhD·
@dshan I do have Zai coding subscription but I just have not been able to get GLM to even get me Sonnet level let alone close to Opus. Probably skill issue on my part or maybe I need to try more: are you prompting or treating GLM quite differently from say Claude models?
English
1
0
1
573
D
D@dshan·
I think this is accurate And kudos to Sam, masterclass in vague PR
Danny@DannyIO

@Zeneca You could only use Codex with the crustacean previously, I’m assuming he means you can use your whole range of models in Claw now. 5.5 Thinking, Pro, etc. which if true is a huge value increase than just being able to use Codex model alone

English
0
0
1
49
D
D@dshan·
Man. Opus 4.7 is not good.
English
0
0
1
40
D
D@dshan·
@sergiowpf @nbaschez Good question. Not a huge team, but not much of that, focused on the growing client knowledge being used by everyone. I do silo separate agents for our finances and other stuff, but don't put that stuff into markdown knowledge hub.
English
0
0
0
37
Sergio Fernandes
Sergio Fernandes@sergiowpf·
@dshan @nbaschez That’s really interesting, I’m working on something similar at work. But I was wondering, are you doing anything to make it truly multi-tenant? Make sure that someone’s agent only has access and permissions that are relevant for their role?
English
1
0
0
38
Nathan Baschez
Nathan Baschez@nbaschez·
I've worked with a few companies on this and spent a ton of time thinking about it The hard part is if you want your employees using Claude, you don't have enough centralized control over their system prompt or skills, so no matter how well-organized your Notion or whatever is, the agent likely won't use it effectively But everyone wants to use Claude and is very happy to be locked in by them, assuming they'll build whatever you need in a few months if it's not already there (probably correctly?) Hard to find the right lane for this as a startup
Y Combinator@ycombinator

Company Brain @t_blom Every company has critical know-how scattered across people's heads, old Slack threads, support tickets, and databases, and AI agents can't operate like that. We think every company in the world is going to need a new primitive: a living map of how the company works that turns its own artifacts into an executable skills file for AI.

English
55
4
320
112K
D
D@dshan·
Right now, it lives in GitHub. My team is non-technical so I’m the primary editor and the agents obviously update edit and keep it fresh. I’ve been pretty adamant about not getting locked into Claude so I use open claw. They love it and we initially focused on markdown files for every client that we have. That’s made open claw really powerful for the team to do productive work against each client relationship and interaction.
English
1
0
4
289
D
D@dshan·
@_CallMeMacy What’re you using to ingest emails from the team? Agree 100%, close to ditching HubSpot
English
2
0
0
1.5K
Macy Mills
Macy Mills@_CallMeMacy·
Lately, I've been advising founders to vibecode their own CRM that reads their emails, calendars, and keeps things up to date in real time. It took me 2 hours to create my own using Claude Code (and I've never coded in my life). Am I crazy for suggesting this or do others agree?
English
197
3
267
58.4K
D
D@dshan·
@nickgraynews @MediaKing fwiw i'm moving a bunch of sites to markdown, it's absolutely wild how much more agency you get when your ai agent can just hit the codebase top to bottom. content is just a convo in slack now, UI/UX same thing, all at scale.
English
0
0
1
38
Nick Gray
Nick Gray@nickgraynews·
I’m open to challenging that assumption! I guess I have always thought that I would want one if someone was making a site for me so that I could easily get in on the desktop to edit some of the content if I needed to But perhaps that is an idea that should be left to the year 2015 And I should full send it to just do it all via an API or with an agent
English
3
0
2
383
Nick Gray
Nick Gray@nickgraynews·
I’ve spent the past 3 weeks trying to port a handful of WordPress sites to EmDash CMS, a new open source CMS from Cloudflare But it might all be for naught… I believe my love of Cloudflare + excitement for "the shiny new thing" blinded me towards what I really need for my business case After banging my head with build times, load times, etc I had to step back Now I’ve spent the a few hours today really challenging my assumptions and looking at other options like Payload CMS, SonicJS, and some git-based CMS solutions like Alinea and Sveltia I'm still not sure what I'll end up on, but I am excited about what we're building tl;dr I may have wasted TONS of time and thousands of dollars of engineering contractor time on my team for the wrong solution!! FML I've been hammering Opus 4.7 and Gstack’s skills to help me think it through, plus getting second opinions from Gemini and Codex. I'll try getting a second opinion on my PRD from GPT 5.5 too Happy Friday! Any suggestions appreciated
English
38
0
36
9.4K
Josh Pigford
Josh Pigford@Shpigford·
unfortunately i'll never get to install the @conductor_build super extra mega hyperspeed update because YA BOI NEVER STOPS SHIPPING AND THUS NEVER HAS ANY IDLE TIME FOR IT TO INSTALL
Josh Pigford tweet media
English
4
0
14
2.1K
Henry Mascot
Henry Mascot@iAmHenryMascot·
If you run into this depend issues Here's the fix: Workaround for OpenClaw 2026.4.20 bundled channel dependency failure: Telegram: pkg="$(npm root -g)/openclaw" npm --prefix "$pkg/dist/extensions/telegram" install --ignore-scripts --package-lock=false --no-save --no-fund --no-audit openclaw doctor --non-interactive openclaw gateway restart WhatsApp: pkg="$(npm root -g)/openclaw" npm --prefix "$pkg/dist/extensions/whatsapp" install --ignore-scripts --package-lock=false --no-save --no-fund --no-audit openclaw doctor --non-interactive openclaw gateway restart Windows PowerShell Telegram: $pkg = Join-Path (npm root -g) openclaw npm --prefix (Join-Path $pkg "dist/extensions/telegram") install --ignore-scripts --package-lock=false --no-save --no-fund --no-audit openclaw doctor --non-interactive openclaw gateway restart
Henry Mascot tweet media
English
1
0
2
993
OpenClaw🦞
OpenClaw🦞@openclaw·
OpenClaw 2026.4.20 🦞 🧠 Kimi K2.6 support + provider-aware /think 💬 BlueBubbles iMessage sends + tapbacks fixed ⏰ Cron state/delivery cleanup 🔐 Gateway pairing + plugin startup hardening Less haunted. More useful. github.com/openclaw/openc…
English
101
165
1.5K
276.6K
D
D@dshan·
@ShaanVP Breaking out
English
0
0
0
800
Shaan Puri
Shaan Puri@ShaanVP·
dwarkesh 📈
English
19
5
282
35.8K
D
D@dshan·
Is my @openclaw lying to me or can we not use agents for @figma new mcp? "mcporter cannot auth with Figma's MCP server. Figma blocks dynamic client reg (returns 403) from unlisted clients. Only whitelisted clients (Claude Code, Cursor, VS Code, Codex, Warp, etc.) can register"
English
0
0
0
277
D
D@dshan·
codex is so timid
English
0
0
0
44
D
D@dshan·
i've generally cared very little about "privacy" when choosing tools for work stuff - using google, slack, hubspot etc but putting my entire AI agent stack on claude or gpt feels very different to me, and i'm actively shooting for open source, self-hosted
English
0
0
0
82
D
D@dshan·
underrated if using @openclaw with a noob team: watch everything (we use slack) and jump in aggressively to re-prompt, diagnose and debrief we've seen fast ramp up on skill in asking for things just by watching me interact w agents
English
0
0
0
37
D
D@dshan·
so much of the openclaw vs hermes vs headless and opus vs gpt vs minimax vs glm vs kimi feels like back in the day when everyone was screaming about new tech stacks and @levelsio make like $1m/yr with a single php file just ship, and talk about what you ship
English
1
0
1
90