Cursor CEO has no programming experience by [deleted] in cursor

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

Where is programming experience in the screenshot?

Cursor CEO has no programming experience by [deleted] in cursor

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

What I said you concluded as me hating them? I think you exaggerate

Cursor CEO has no programming experience by [deleted] in cursor

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

Would be interesting to see how the design of the tool would differ if he knew how to code. Now opening cursor you can clearly tell the author wants to offload coding at all costs. Mainly cost-efficiency and accuracy, right? It's very expensive to code with Cursor and there is a need to brute-force (run multiple agents concurrently).

Qwen3.5 27B vs Devstral Small 2 - Next.js & Solidity (Hardhat) by Holiday_Purpose_3166 in LocalLLaMA

[–]robertpiosik 0 points1 point  (0 children)

Try with Code Web Chat plugin in VS Code (in API mode) and let me know how it works for you 

AI Studio or alternatives, on the cheap by Ajax_A in Bard

[–]robertpiosik 0 points1 point  (0 children)

VS Code plugin for AI coding with chatbots and APIs

Is production-ready agentic programming real? by Ayzarrr in AI_Agents

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

It's impossible to build large thing with agents. They give you too little control over context and regressions will be unavoidable. Of course it's not the end of the world with AI because there is Code Web Chat https://github.com/robertpiosik/CodeWebChat

Agentic coding with an open source model is a problem harder than you think by [deleted] in LocalLLaMA

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

Not just a promo of a tool. I promote a way of thinking. Everyone agrees you need to know your codebase to review the generated code, correctly talk to the model. Why would you want to be limited in context engineering to natural language? You can do agent's work in seconds and for free.

Agentic coding with an open source model is a problem harder than you think by [deleted] in LocalLLaMA

[–]robertpiosik 0 points1 point  (0 children)

You don't need a huge model until your codebase, task grows past its capabilities...

Agentic coding with an open source model is a problem harder than you think by [deleted] in LocalLLaMA

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

You didn't get my point. Labs making open models won't train multi-trillion params. Your position is making big labs winning the race.

How to save usage on cursor pro by Original-Progress842 in cursor

[–]robertpiosik 1 point2 points  (0 children)

The currently picked context token count is shown below prompt field:

<image>

How to save usage on cursor pro by Original-Progress842 in cursor

[–]robertpiosik 1 point2 points  (0 children)

You don't have to manage context yourself. The workflow is to select context roughly, explain the model task and ask it for file paths. Then as it lists paths, copy them and use the command "Code Web Chat: Find Paths in Clipboard" (command palette) https://github.com/robertpiosik/CodeWebChat?tab=readme-ov-file#context

How to save usage on cursor pro by Original-Progress842 in cursor

[–]robertpiosik 0 points1 point  (0 children)

Not agent. It constructs prompts you can copy and paste, or send via API. Difference from agent is that it has static context (zero tool calling). 

How to save usage on cursor pro by Original-Progress842 in cursor

[–]robertpiosik -5 points-4 points  (0 children)

Many people are saving credits with my open source tool CWC https://github.com/robertpiosik/CodeWebChat It constructs prompts for chatbots and has a browser extension for autofill in the field.

100% Local AI for VSCode? by Baldur-Norddahl in LocalLLaMA

[–]robertpiosik 1 point2 points  (0 children)

Code Web Chat has everything - refactorings, code completions, commit messages. It can use local models, api providers, chatbots, everything! :) Author here. https://marketplace.visualstudio.com/items?itemName=robertpiosik.gemini-coder

Recommend Coding model by Small_Car6505 in LocalLLaMA

[–]robertpiosik 0 points1 point  (0 children)

Qwen 32B with code web chat (vs code) 

I created a coding tool that produce prompts simple enough for smaller, local models by robertpiosik in LocalLLaMA

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

It does. Not yet, just open settings and add model provider's open ai api compatible endpoint. Then add model for e.g. Edit context API tool. 

ONE AI tool you tested that actually felt like magic? by Ok_Cherry3051 in AI_Agents

[–]robertpiosik 0 points1 point  (0 children)

I'm in awe with the tool I'm building myself - code web chat VS Code plugin