Sublime
An inspiration engine for ideas
Claude Code / vibe coding hacks that are working extremely well for me right now
1) split terminal Opus 4.1 with gemini 2.5 pro - I find it valuable to play ai ping pong to diagnose issues, research, etc. Opus codes, gemini does other tasks
2) clerk auth is really easy to setup, best solutio... See more
The Boring Marketerx.comClaude Code: An Agentic cleanroom analysis
southbridge-research.notion.site

techcrunch reports that AI coding tools have "very negative" gross margins. i.e. they're losing money on every user.
this isn't just a temporary reality while competing in the land grab, it's the market telling us that this structure doesn't work.
there's a natural market structure forming:_... See more

After a few hours of research,
Here are some best open source reference of how to build a 'Claude Code':
- Open Code: https://t.co/xNfJBXEaAe
- Gemini CLI: https://t.co/fDsQ1Joktr
- Claude Code system prompt: https://t.co/wlil1SfVYz
———
A basic coding agent compose of below:
Agent: Can be basic tool call agent with system prompt
+
Tools:
- Bash: Run command
- Grep: Search for text within a file
- Glob: Find finds
- Read: Read code/pdf/img, etc.
- Write: Create new files
- Edit: Edit existing file, file_path, old_string, new_string -> Basically agent output exact old string to replace (surprised this was the approach, but make sense!)
- MultiEdit: file_path + []array of old_string & new_string, when there are multiple places need to edit within a file
————
With the above you already get a semi-working Claude code agent,
Some unique features to make it better:
- Sub agent: Claude code has this dispatch_agent feature, to do deeper code base searching task (so it doesn’t mess up with the main conversation thread too much)
- Thinking tool: A thinking tool to get agent do deeper analysis
- Todo: Claude Code has create/update ToDo tool as their planning stage
- Context management: Compress past conversation history for long running tasks, both gemini, claude code, open code has it, but an opt-in process
- Codebase indexing: Claude code doesn’t index codebase, and it works perfectly fine; @cline also shared similar view: https://t.co/VWsX6rWoI7
-... See more
2025 ai stack:
claude: primary hub for all personal projects—health, wellness, finances, trackers, todo lists. main coding assistant (claude code). now experimenting with search.
gemini: fast google lookups, youtube/video summarization, generating google docs. generating images, & videos. ed... See more
signüllx.comWe asked @yacinemtb about his bespoke IDE setup:
“I’ve built a custom framework in Neovim. It’s a server that creates a facade over all the LLMs: Claude, Gemini, OpenAI. They go down all the time, so I always have a model available. If everything breaks, I can still hit DeepSeek.”
“Space+I i... See more
TBPNx.com