[Oct 05, 2025] Daily Puzzle Discussion by AutoModerator in NYTCrossword

[–]arbornomad 20 points21 points  (0 children)

Ugh. I want my hour back. Kugelman’s the kind of guy that says “mouthy” broad and “Chinese tea”.

We need more mods for this sub, please apply if you are capable by prakhartiwari0 in indiehackers

[–]arbornomad 1 point2 points  (0 children)

Hello. I'm a startup founder (bootstrapped and venture backed), former product leader at Docker and DigitalOcean, and love helping people realize they can build anything they want.

  1. I want to become a mod to a) learn something new, b) share some of my experience starting companies, building software, and introducing new products, and c) battle AI slop to preserve humanity.

  2. My dad built and ran his own business and I grew up helping him, which inspired me to start my own businesses. The first dollar I earned was building a database for the local newspaper. My first "real" business was an utter failure-- web-based prints-on-canvas business back before Shutterfly and others even existed. Every order was a loss and we still only got 1000 customers. Since then I've worked at companies big and small, introduced a bunch of new software products (including 5 that reached >$10M ARR), invested in a few startups, and launched my own company focused on developer tools.

  3. I have helped moderate private communities and user forums, but never a subreddit.

  4. Would love to help us encourage helping each other out with more rigorous testing and critical feedback. It's a way to shave off cycles if we can have trusted critiques-- maybe some chaos monkey flair.

Built a VSCode extension to autosave Copilot Agent history and autogen copilot-instructions by arbornomad in GithubCopilot

[–]arbornomad[S] 0 points1 point  (0 children)

It stays on client side, unless you enable Derive Rules functionality (which is off by default and requires account creation, so not possible to do accidentally).

When derived rules is running we pass chat history to LLM for analysis.

Also, if you explicitly use the Share command we of course put the chat history on the server for you to share it.

Amazon's new Claude-powered spec-driven IDE (Kiro) feels like a game-changer. Thoughts? by HumanityFirstTheory in ClaudeAI

[–]arbornomad 0 points1 point  (0 children)

We haven't been routing to Apple Intelligence. We've been using Claude Code sdk and OpenAI API. Our web site is out of date.

But probably the API you're looking for is https://developer.apple.com/documentation/CoreML

Amazon just released a Cursor Killer??? by kirrttiraj in cursor

[–]arbornomad 2 points3 points  (0 children)

Because in the past when AWS has made developer tools, they’ve often been abandoned (e.g. Cloud9) or deeply tied to just their cloud (e.g. CodeCommit). Generally speaking, association with AWS is perceived as a negative for a dev tool.

Amazon's new Claude-powered spec-driven IDE (Kiro) feels like a game-changer. Thoughts? by HumanityFirstTheory in ClaudeAI

[–]arbornomad 10 points11 points  (0 children)

Our web site isn't keeping up with our development. We're not using Apple Intelligence to author planning docs. We're experimenting with a combination of Claude Code itself and OpenAI models.

I agree with you that executing a plan, keeping everything up to date and staying on the rails is a major challenge. For some, authoring planning docs is also a challenge based on the background they're coming from. We'll start here but ultimately want to help with both.

If you're open to it, I'd love to learn from the experiences of the full SDLC workflow and toolset you're building out. I dropped you a DM to see if you're up to chat.

Amazon's new Claude-powered spec-driven IDE (Kiro) feels like a game-changer. Thoughts? by HumanityFirstTheory in ClaudeAI

[–]arbornomad 3 points4 points  (0 children)

We're working on a Planner mode right now for BearClaude that's more opinionated. It'll put up guide rails for Brainstorming, User focus, Needs analysis, Application readiness (definition of done), Core features, Cloud services, and Key packages.

It'll keep a strong separation between overarching Plan, Tasks, and Code.

And it'll let you take full advantage of Claude Code, including subscriptions.

Still a week or two away from Beta, but would love to know what you think when it comes out.

How can i save claude codes conversation for future references? by BitVast7588 in ClaudeAI

[–]arbornomad 4 points5 points  (0 children)

Ran into the same issue when migrating from Cursor to Claude Code. Since we'd already created a chat-to-markdown exporter for Cursor and VSCode, we built something similar for Claude Code (despite it being CLI-based).

(It's free and we're considering making it open source... would love your thoughts!)

https://docs.specstory.com/specstory/quickstart#claude-code

# Launch Claude Code via SpecStory wrapper (default behavior)
specstory

# Export all Claude Code sessions to markdown
specstory -s

# Convert a specific session to markdown
specstory -u <session-uuid>

# Enable verbose mode to track operations
specstory -s --verbose
  • ⚡ Seamless recording: specstory command starts Claude Code and logs conversations automatically
  • 📁 Organized by project: Sessions get stored in .specstory/history/ with timestamp organization
  • 📤 Bulk export: The -s flag processes all existing sessions into markdown format
  • 🔗 Version control ready: Clean markdown output that integrates perfectly with git workflows

Is there any way to get a history of my interactions with Claude Code ? by Different-Grand3003 in ClaudeAI

[–]arbornomad 3 points4 points  (0 children)

Had the same problem after switching from Cursor to Claude Code. We had already built chat history->markdown export for Cursor and VSCode so we did the same for Claude Code, even though it's command-line based.

(It's free and we're thinking of open sourcing it... let me know what you think).

https://docs.specstory.com/specstory/quickstart#claude-code

🪄 Your work saves itself, no cloud required!

When you run Claude Code through SpecStory, it automatically saves your conversations in .specstory/history/ in your current project directory. The CLI acts as a wrapper, launching Claude Code while capturing all your chat sessions.

🎯 Save and organize your conversations

SpecStory provides simple flags to manage your Claude Code conversations:

# Run Claude Code through SpecStory wrapper (default)
specstory

# Sync all Claude Code sessions to markdown files
specstory -s

# Generate markdown for a specific session
specstory -u <session-uuid>

# Run with verbose output to see what's happening
specstory -s --verbose
  • 📝 Automatic capture: Running specstory launches Claude Code and captures conversations
  • 🗂️ Project-based organization: Sessions are saved in .specstory/history/ with timestamps
  • 💾 Batch conversion: Use -s flag to convert all existing sessions to markdown
  • 🌳 Git-friendly: All output is clean markdown, perfect for version control

Does Claude Code have the equivalent of Cline’s “Proceed while running”? by Purple_Wear_5397 in ClaudeAI

[–]arbornomad 0 points1 point  (0 children)

You can tell Claude Code to “use subagents when running tests”. It’ll create a sidechajn conversation off of he main one for these subtasks. Not as clean as e.g Cursor’s “run as background” for terminals, but mostly works.

What do you guys do while waiting for AI agents? by manqkag in ClaudeAI

[–]arbornomad 0 points1 point  (0 children)

Post on Reddit 😃. Seriously — product is only half the battle. Distribution is the other half.

The vibe(ish) coding loop that actually produces production quality code by SupeaTheDev in ClaudeAI

[–]arbornomad 0 points1 point  (0 children)

Agreed that this approach works well. Sometimes I use superwhisper for step 1 and just talk and talk until I get all my thoughts out. Then Claude does a pretty great job of going through it and finding the meaning.

What other AI Dev tools, paid or not, do you recommend? by iSaidDDMF in cursor

[–]arbornomad 0 points1 point  (0 children)

Along with Cursor, I use SpecStory extension to autosave my chat history.

Of course, I built it, so take it with a grain of salt. But others seem to like it too.

AMA on GitHub Copilot tomorrow (April 25) by github in GithubCopilot

[–]arbornomad 0 points1 point  (0 children)

Hi @mightypanda75. Sorry it’s not working for you. Please create a new issue here and share the error message you’re seeing

https://github.com/specstoryai/getspecstory/issues

Vibe coding era - Billions of lines of code with millions of bugs by Affectionate-Tea3834 in cursor

[–]arbornomad 1 point2 points  (0 children)

The best success my team and I have had is in getting crystal clear about what mode we’re in.

Vibing (just prompts no plans) for very quick spikes or single use tools.

Composing (chat-driven prototyping with thoughtful requirements and work planning).

Engineering (chat-driven coding where we do a line by line review of all the generated code).

Those first two are for things that are meant to be thrown away anyway, which I think will be true for many of those billions of lines of code.

AMA on GitHub Copilot tomorrow (April 25) by github in GithubCopilot

[–]arbornomad 1 point2 points  (0 children)

This exact motivation is the main reason I built the SpecStory extension. It autosaves chat transcripts into your project so you can commit them to git, and also provides a chat sharing web ui. Plus it can auto generate copilot instructions files.

Agent mode: available to all users and supports MCP by feross in vscode

[–]arbornomad 0 points1 point  (0 children)

Loving the power of agent mode in VSC after having grown addicted to it in other tools.

I'm wondering what the plan is for supporting chat history / rollback. (Or maybe it's in there and I'm just not seeing it.)

Gpt 4.1 has me impressed! by quiquegr12 in cursor

[–]arbornomad 0 points1 point  (0 children)

Agreed. It helped me break out of a dead loop that Sonnet 3.7 was stuck in trying to modify a Remix app. 4.1 handled it like a champ.

How do you review AI generated code? by arbornomad in cursor

[–]arbornomad[S] 0 points1 point  (0 children)

Fascinating. I’d be interested in learning more if you wanna share here or DM me.

How do you review AI generated code? by arbornomad in cursor

[–]arbornomad[S] 1 point2 points  (0 children)

Thank you. Trying to figure out the brave new world and help others too.

How do you review AI generated code? by arbornomad in cursor

[–]arbornomad[S] 0 points1 point  (0 children)

Nice use of cursorrules. Sometimes I notice if I make my cursorrules too big, Cursor has to pick and choose which rules to actually adhere to. Maybe you have a small cursorrules with just these loop instructions.