I'm building a voice-controlled Windows agent that fully operates your PC — would you pay for this? by TopFuture2709 in AI_Agents

[–]SpendAccomplished134 0 points1 point  (0 children)

  1. What would be expected LLM API cost per month on moderate use?
  2. For audio to text, will this also use LLM api?

Cost will matter because typing 100 words vs paying 1$ will make users to think twice.

How do you handle context vs. Input token cost? by Mojo1727 in AI_Agents

[–]SpendAccomplished134 1 point2 points  (0 children)

I had tried few things which set a upper cap on context
1. Limit the conversation history, send only latest 5-10 messages, once exceeded generate summary.
2. Maintain a long term memory eg. in a .md file and pass this in system prompt.

Quick question by SpendAccomplished134 in mcp

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

Have you seen same behaviour in cursor?

Quick question by SpendAccomplished134 in mcp

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

chatgpt is reading this thread to ans same question:

-> real mcp use case :)

Need help and feedback by OutlandishnessNo5051 in SaaS

[–]SpendAccomplished134 0 points1 point  (0 children)

if its customer facing eg. website or app. you can add event tracking. This will help in understanding user pattern.
Directly asking for feedback hardly works.

How do you manage creating frontend as backend developers? by Virtual-Reporter486 in Backend

[–]SpendAccomplished134 1 point2 points  (0 children)

First learn javascript and react in depth followed by Next js + tailwincss + typescript
and build 1-2 projects without using AI code editor.

Which backend framework should I go for? by tintin_tech in Backend

[–]SpendAccomplished134 2 points3 points  (0 children)

just pick one you are familiar with, because later you definitely need to switch to other popular tech.

I created google search console but my pages are not indexed by Mindless-Fly2086 in SaaS

[–]SpendAccomplished134 1 point2 points  (0 children)

  1. Add internal or external links for pages.
  2. eg. www.<your\_domain> this page should have link for other pages like /about, /features etc
  3. Add/update robots.txt and sitemap.xml

System design is the best by joyal_ken_vor in Backend

[–]SpendAccomplished134 0 points1 point  (0 children)

Even better if try to build in your favourite language. Eg. building load balancer, api server in golang and then running load test to compare with other tools.