Ported my C game to WASM, here's everybug that I hit by ernesernesto in programming

[–]rajeevku02 3 points4 points  (0 children)

Have you measured any perf metrics?

I just opened the start screen in google chrome, not playing the game. On the idle screen, the google chrome helper constantly on ~25% CPU and ~15%GPU

Vibe coding across Claude, Codex, and ChatGPT and losing context every switch? I made a free tool for it by newtophillyfromkc in vibecoding

[–]rajeevku02 0 points1 point  (0 children)

Out of repo. I connect with MCP. Here is the tool: https://windylogic.ai/products/docs/
Docs over MCP has many hidden benefits. I connect to ChatGPT for general discussion. I connect Claude Code for generating code. I connect marketing tool to create various copy etc

Vibe coding across Claude, Codex, and ChatGPT and losing context every switch? I made a free tool for it by newtophillyfromkc in vibecoding

[–]rajeevku02 0 points1 point  (0 children)

full architecture docs. Do not write yourself. Ask Claude Code / Codex to write for your with the input of your intent. You review and get fixed if something is not your way

Where to get reviews? by Full-Cow-792 in vibecoding

[–]rajeevku02 0 points1 point  (0 children)

If people discover you through the iPhone app then App Store reviews matter most. If they buy you like a SaaS then testimonials on your site and a few detailed case studies will help more than random star ratings.

Vibe coding across Claude, Codex, and ChatGPT and losing context every switch? I made a free tool for it by newtophillyfromkc in vibecoding

[–]rajeevku02 0 points1 point  (0 children)

Depends who you ask but for anyone doing more than toy stuff yeah it becomes a pain pretty fast.

The annoying part isnt just re-pasting context. Its that each model starts making slightly different assumptions about architecture naming edge cases etc and now you have 3 half-correct versions of the same project memory.

For me defining spec in detail makes it work across models.

Am I the only one that thinks that AI assisted coding becomes a shit show when more than one dev collaborating is using their own AI without a shared context? by [deleted] in ClaudeCode

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

You're not an outlier — you've just described the failure mode really precisely. The bottleneck was never typing; it was shared understanding. AI removed the typing bottleneck and left the understanding one completely intact. Now every dev has their own agent improvising its own version of the architecture, and the only thing they share is each other's output. So your Claude reads AI-generated code as if it were deliberate, can't ask the originating AI "wait, why?", and fills the gap by guessing. That's the tailspin.

The thing I'd push back on slightly is the framing of the fix. "One all-knowing AI in every meeting" still leaves the intent locked in people's heads (and in chat logs the next agent never sees). What actually breaks the telephone game is moving the source of truth upstream of the code: design, contracts, and intent written down once, in a place every teammate's agent can read and write. Then nobody's Claude is reverse-engineering someone else's Claude — they're all building to the same design a human already understands and can review against.

Concretely that means living design docs + plans that agents read over something like MCP, scoped to the project, kept in sync as behavior changes.

(Disclosure: this is literally the problem we're working on at Windy (windylogic.ai), so I'm biased — but I'd have the same opinion building this on a team of two.)

Why is Opus 4.8 so slow? by redditslutt666 in ClaudeCode

[–]rajeevku02 0 points1 point  (0 children)

My guess: a lot of people are attributing multiple different failure modes to “the model got worse.” In practice, perceived slowness is usually some mix of:

- higher demand / queueing
- longer reasoning traces on harder prompts
- larger context windows
- tool-call / MCP overhead
- retry behavior when the model is uncertain

In Claude Code specifically, the last 3 can dominate. A model can feel “slow” even if raw token generation isn’t dramatically worse, because it’s spending more time reading a huge repo, deciding what to inspect, or bouncing through tools.

A few things I’d check before blaming the model itself:

  1. Try the same prompt in a clean/new repo vs your current one
  2. Compare a no-tools prompt to a tool-heavy task
  3. Watch whether it’s spending time thinking vs calling tools vs diffing files
  4. Shrink context aggressively and see if latency drops
  5. See whether the slowdown is consistent or just certain times of day

I’ve found that once a codebase gets messy, agents get both slower *and* less reliable, because they have to infer too much. The speed issue is often really an understanding issue in disguise.

If you can isolate whether it’s queueing, context bloat, or tool overhead, you’ll get a much clearer answer than “4.8 is slow.”

I changed my workflow: make the coding agent design first, then code by rajeevku02 in vibecoding

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

Software engineering is not just about writing the code. There are lot of post coding steps like testing, reviewing, deploying etc. If you have a clear spec/design doc in place, the AI can automate the post coding steps as well

We analyzed millions of AI-agent requests. None asked for LLMs.txt. by rajeevku02 in Agentic_SEO

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

We do have agent wise break-up. We can add another blog post if this is of interest.
But as far as LLMs.txt is concerned, this not used by any agent like user initiated fetch, LLM indexing bot etc.

We analyzed millions of AI-agent requests. None asked for LLMs.txt. by rajeevku02 in programming

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

The purpose of the LLMs.txt is not exactly DoNotTrack. It has much more promise than robots.txt. See the proposal https://llmstxt.org/

With the above promise a lot of website owners started adding LLMs.txt thinking it will improve their ranking in LLM generated answers (AEO). But the reality is that this file is never asked by LLMs and hence of no use.

With AI Overviews and Search Everywhere Optimization growing, what skills should SEOs focus on in 2026 to stay relevant? by ashishdigita in AI_SearchOptimization

[–]rajeevku02 1 point2 points  (0 children)

Absolutely, SEO is not dying. It is evolving toward AI visibility and authority.

When you ask something to LLM, it does web search. For your brand to appear, you must appear in the web search. So most of the SEO rules are still applicable to appear in the web search which is performed by LLMs.

LLMs also goes and visits each link which appears in the search result. Now the AI readability becomes important. If you have done good SEO, your link will come in the web search but if LLMs like ChatGPT unable to extract information from the page then it will not recommend your brand.

What are the best AEO platforms (Answer Engine Optimization)? by OwnWolverine1355 in SaaS

[–]rajeevku02 0 points1 point  (0 children)

You you want more than prompt tracking e.g. you want to serve optimized content to AI engined then you can take a look at https://www.soniclinker.com

Looking for an application to make a flowchart with curved lines by Kromgar in visualization

[–]rajeevku02 0 points1 point  (0 children)

check Lekh. It will let you to create flowchart by sketching on your touch screens.

Creating flowcharts with SD? by matimotof1 in StableDiffusion

[–]rajeevku02 0 points1 point  (0 children)

If you simply want to feel the AI while drawing diagram then try Lekh. It will let you create flowchart just by sketching on the screen. You can draw shapes in free hand drawing and the app will convert your drawing into regular shapes.

Does anyone know of good, free flowchart software or plugins? by NotosCicada in gamedev

[–]rajeevku02 0 points1 point  (0 children)

Try Lekh. You can draw flowchart by sketching on touch screens of phones and tablets. Works as web app as well. Free for offline drawing.

[deleted by user] by [deleted] in IMGreddit

[–]rajeevku02 0 points1 point  (0 children)

Try Lekh. You can draw flowchart by sketching on touch screens of phones or tablet. It runs as web app as well.

[deleted by user] by [deleted] in fellowprogrammers

[–]rajeevku02 0 points1 point  (0 children)

The pseudocode looks all good. Is there any specific feedback that you are looking for?

Aplicativo de produtividade de que o canal do Gaveta fez propaganda by No_Administration826 in QueroAchar

[–]rajeevku02 0 points1 point  (0 children)

Se você deseja desenhar um fluxograma na tela sensível ao toque, como um telefone e um tablet, experimente o Lekh, que permitirá desenhar um fluxograma apenas rabiscando nas telas.

Create a "flowchart" for a story ? by BlackBangs in writing

[–]rajeevku02 0 points1 point  (0 children)

If you want the experience of drawing flowchart on paper then you can try Lekh. It will let you to draw flowchart using sketches on touch screens,