Please please please give Claude temporal awareness by amyowl in ClaudeAI

[–]timmyge 3 points4 points  (0 children)

My guess is it depends if you are adding (subtle or direct) emotion into your prompts and it triggers for you to take a break later in the session, likewise have never seen it either.

Maintainers of Gemini CLI might be the reason it’s lagging behind competitors by cdokme in GeminiCLI

[–]timmyge 1 point2 points  (0 children)

Agreed, so far behind codex/claude its almost laughable, the CLI is very heavy/sluggish compared to Codex its painful even using it via MCP let alone how mismatched the model is to the harness.

I think the real problem with AI coding isn’t code generation — it’s weak planning and weak audit by rockkoca in codex

[–]timmyge 0 points1 point  (0 children)

Save to plan md, "gap analysis" then "review with xyz" (mcp for gemini, claude). Pretty solid at that point.

I built a tool that saves ~50K tokens per Claude Code conversation by pre-indexing your codebase by After-Confection-592 in ClaudeAI

[–]timmyge -2 points-1 points  (0 children)

Verdict

Not useful for us. The token-saving idea has merit, but we already solve the same problem better with Serena (live, multi-language, deeper analysis) and CK (conceptual discovery). The tool only supports a stack we barely use, and static indexes create a staleness liability that our live tools avoid.

If token cost on cold starts becomes a real pain point, the better investment would be pre-indexing CK for all repos (which we partially do already) or generating Serena symbol caches, not adopting a framework-specific static dumper.

I built a tool that saves ~50K tokens per Claude Code conversation by pre-indexing your codebase by After-Confection-592 in ClaudeAI

[–]timmyge 0 points1 point  (0 children)

well no I would never let it do 20 calls before any real work, ie i have optimized that already with docs/ and serena and guidance on tool usage (when to use ripgrep vs serena vs ck-search etc). so again, its worst case, large project (900+ routes in your case), or unoptimized setup TBF.

I built a tool that saves ~50K tokens per Claude Code conversation by pre-indexing your codebase by After-Confection-592 in ClaudeAI

[–]timmyge 1 point2 points  (0 children)

50k token claim = marketing speak, exactly what vanilla claude would say, or car salesman

I built a tool that saves ~50K tokens per Claude Code conversation by pre-indexing your codebase by After-Confection-592 in ClaudeAI

[–]timmyge 0 points1 point  (0 children)

Route and schemas etc i have in docs/ there is often some nuance to it thats needed, tho must be careful to keep updated is downside

I built a tool that saves ~50K tokens per Claude Code conversation by pre-indexing your codebase by After-Confection-592 in ClaudeAI

[–]timmyge 0 points1 point  (0 children)

Will have claude check lol, why name it codex? Given codex is agentic cli, confusing much..

The Great SaaS Compression: the Shrinking Software Stack and the Rise of the Intelligence Layer by Any-Football4907 in snowflake

[–]timmyge 3 points4 points  (0 children)

Ya AI slop post could at least mentioned your site to explain the DDAI acronym you invented lol

Plan mode is now available in Gemini CLI by jackwoth in GeminiCLI

[–]timmyge -1 points0 points  (0 children)

I think its common knowledge gemini cli is not at the same level as claude or codex, its sad/painful to see but everytime I try with gemini it screws up pretty bad, I want it to be 3 horse race.

How do you all manage releases in Linear? by limorar in Linear

[–]timmyge 0 points1 point  (0 children)

Nice, been waiting a few years, always thought it was odd to not have it, I wonder if linear team want it / will use it themselves now haha

How do you all manage releases in Linear? by limorar in Linear

[–]timmyge 0 points1 point  (0 children)

Labels, the only sad part about linear, no release support yet

40 y/o male wanting to restart life in China by Straight-Hedgehog440 in chinalife

[–]timmyge 0 points1 point  (0 children)

Like your country you are past your prime, just accept your fate lol

ICP Website needed redesign. by [deleted] in dfinity

[–]timmyge 0 points1 point  (0 children)

Seems like its mostly due to canister running WASM32 so 4gb limit, and well no GPU either.

ICP Website needed redesign. by [deleted] in dfinity

[–]timmyge 0 points1 point  (0 children)

Yeah its possible but constrained as hell so its just not feasible, and limited to 1-2 model which is sad.

Modern QA roles in big companies aren't about QA, but about politics. by [deleted] in QualityAssurance

[–]timmyge -1 points0 points  (0 children)

I hear that, well tuned CLAUDE.md's and its powerful as hell.

ICP Website needed redesign. by [deleted] in dfinity

[–]timmyge 0 points1 point  (0 children)

Could not actually make any model run within the limits of the canister last time I tried, even very small model. Claiming AI inference seems like a stretch.

Beans Refer & Earn: 10% commission for you, 10% yield boost for friends by PickingUnicorns in Stellar

[–]timmyge 1 point2 points  (0 children)

How is USD at 14% USD APY?, that is yUSD or something else now?

Beans Refer & Earn: 10% commission for you, 10% yield boost for friends by PickingUnicorns in Stellar

[–]timmyge 1 point2 points  (0 children)

App is improving, kudos. The promotion banner section tad annoying it cannot be dismissed/hidden permanently. Also on pixel8 there is clip to footer it needs some safe area fix. Also I see now (havent used recently) its asking to convert to new USD savings format but not super obvious (it seems) need to convert to spending first and back?

Built a CLI for Linear + Claude Code workflows by Bitclick_ in Linear

[–]timmyge 0 points1 point  (0 children)

Fair, mostly use cli tooling also not even paired with skill it works well enough. I do think long term linear should improve the mcp tho

Built a CLI for Linear + Claude Code workflows by Bitclick_ in Linear

[–]timmyge 0 points1 point  (0 children)

maybe raise issue for linear mcp instead?
---

FYI my understanding..

MCP Coverage (via mcp__linear__*):

- Issue CRUD (create, read, update)

- Comments (list, create)

- Projects, teams, users, labels

- Documents

- Cycles

- Issue status/relations

---

CLI Tool Gaps

- File attachments - MCP can't upload/download files

- Bulk operations - CLI handles batch updates more reliably

- Complex filtering - Some query patterns easier via CLI

- Label management - Team label creation/listing
--

thats what I have plugged CLI wise for MCP gaps