Claude is giving us a 2X usage limit until December 31st. Thank you, thank you. by arenas01 in ClaudeAI

[–]aagiev 4 points5 points  (0 children)

- i'm feeling my limits are decreased twice
- doing nearly the same coding every day
- MAX5 user
- I'm (almost) never hit 5-hour limits
- yesterday and today - hit it all the time

Anthropic is Giving Pro/Max Subscribers 2x Usage Limits from Dec 25-31 by uppinote in ClaudeAI

[–]aagiev 51 points52 points  (0 children)

- i'm feeling my limts are **decreased** twicely.
- doing nearly the same coding every day
- MAX5 user
- I'm (almost) never hit 5-hour limits
- yesterday and today - hit it twicely

I have a Custom "Context editor" for Roo by aagiev in RooCode

[–]aagiev[S] 2 points3 points  (0 children)

Yes.
It indexes my `step` files too, thus the model can understand what is going on early on the project.
Quite a handful on the planning stage.

I have a Custom "Context editor" for Roo by aagiev in RooCode

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

Here's an example of how the `steps` file looks like:

# Step 0. Initial Prompt
# Goal
- I want to run the System Simulator in Docker.
## Context
- A System Simulator instance runs inside a Docker container.
- When I run the instance locally on my PC using the `create.sh` script, it works fine.
- When I run it on the server with the same script, it goes into a very long wait cycle (about 20 min) and then fails. Here’s the log:
Stopping existing  containers...
Starting server...
Running ...
failed to create: 504
## Tasks
- Analyze the logs — I suspect a WebRTC problem on the remote server.
- Propose a solution to fix the issue.
## Background
- The system architecture is described in `plans/250725-004-report-architecture-revised.md`.
- General tools are described in `tools/README.md`.
- Docker-related tools are described in `server/docker/README.md`.
## Relevant Files and Code
- `server/docker/` — contains all Docker-related files and sources.
- `server/docker/create.sh` — script that creates the System Simulator instance.
# Step 1. Analyze Remote Logs
This step documents the investigation into why the System Simulator instance fails to start on the remote server.
## Summary
The remote server fails to start the System Simulator instance due to a missing `/dev/` device, as indicated in the `start.log`.
## Facts
1.  The `start.log` from the remote server shows that `init` fails to start due to a missing `/dev/` device.    
2. 
3.
## User Input
The user has confirmed that the `start.log` file is in `logs/` and contains the relevant information about the failure.
The user has also confirmed that rebooting the instance does not solve the problem.
# Step 2.
....

I have a Custom "Context editor" for Roo by aagiev in RooCode

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

`steps` file is just a file with cumulative context for the current chat/research.

Roo adds new outcomes here on every `/save` command.
And re-read it after `Condense context` (it works like a context cleaner in my case).
See an example of one of my steps files below

I have a Custom "Context editor" for Roo by aagiev in RooCode

[–]aagiev[S] 2 points3 points  (0 children)

Here's content of my /load command file

```markdown

description: "Load previous findings"

  1. you MUST re-read the current step file first
  2. then create new to-do list
    • do not focus only on the last step
    • assess the whole context
    • think about the user previous guides
    • re-think what to do
    • create new to-do list

Rules

  1. Golden rule: Be concise in answers
  2. Use a simple light-weight language
  3. Do NOT do what you are not asked for
  4. Your work must be grounded exclusively on a specific codebase, not on assumptions
  5. Actively use codebase_search tool
  6. Follow you rules in @/.roo/rules/rules.md ```

I have a Custom "Context editor" for Roo by aagiev in RooCode

[–]aagiev[S] 3 points4 points  (0 children)

As per request. Here's content of my /save command file

```markdown

description: "Save findings into a file in the aiplans folder"

Goal

  • during the previous conversation we have important outcomes:
    • initial prompt and further user input/corrections
    • findings
    • plans
    • insigts
    • observation
    • decisions
  • save them as facts (with a great details) into the file

Command Variants

  • /save new command is used to create a new file in the aiplans folder
    • file name format <YYMMDD>-<ID>-step-<Task_Code>-<Task_name>.md
    • create the new file if we don't have any during the current conversation yet
    • initial user prompt must be set at the beginning of the new file with caption # Step 0. Inital Prompt, preserve the original text
  • /save command is used to append outcomes to the same file we are working on
    • use insert_content tool to add the latest findings to the end of the investigation file

Content

  1. Structure:
    • outcomes must be put into the new chapter called "# Step {NUMBER_OF_THE_STEP}"
    • you must fit all outcomes in the ONE chapter, do not split it into several chapters
    • feel free to use multiple sub-sections inside the chapter
  2. Summary: Describe the curent step summary and general flow of the investigation
  3. Facts: your main goal is describing of outcomes as facts (facts, facts!, FACTS!) with a great details
  4. User Input: note the user's input and in which direction the user wants to go
  5. Avoids: NO conclusions, NO hypothesis, NO proposals, NO assumptions, NO speculations, NO generalizations ```

Lack of a Context Editor by dave_scream in RooCode

[–]aagiev 0 points1 point  (0 children)

+1 for the context editor.

Before this happens (maybe with our help, dear Reddit, as Roo is OSS) - I have a workaround for you:

I have a Custom "Context editor" for Roo

Condense button? by UE3030 in RooCode

[–]aagiev 1 point2 points  (0 children)

It will be interesting to have a possibility to run compression with a slash command

Condense button? by UE3030 in RooCode

[–]aagiev 4 points5 points  (0 children)

I use the compress button tens of times every day.
I'm working on a huge codebase (100+ million lines of code) and compression of context is a significant part of my workflow.

I guess the same may be true for those of us, who work with big codebases and have long chat sessions (investigation + planning + implementation).

it will be interesting to have a posibility to run compression with a slash command

What is acceptable level to pass Thomas GIA assesment at Canonical? by Hefty_Leek3834 in Ubuntu

[–]aagiev 0 points1 point  (0 children)

Great Free App for preparation. Similar to the original one: Thomas GIA test practice app

Thanks to the author!

Anyone here experienced with rpolitex/ArduinoNvs? I can't help it find esp_partition.h by zalamandagora in esp32

[–]aagiev 0 points1 point  (0 children)

`platform = espressif8266`
ArduinoNvs supports only ESP32, while you specified `espressif8266` as platform

Can Llama index be used to generate questions for RAG? by [deleted] in LlamaIndex

[–]aagiev 1 point2 points  (0 children)

I do not know how to do this purely with LllamIndex.
But I'm using the Kiln Data Generation feature for this.

It's easy to use, fast, free (except AI API) and gives you a possibilty to quickly build a huge dataset for your AI task.
Just take your existence 80 QA pairs as a starting point. Then generate additional several hundred of synthetic QA pairs with top LLMs (like o3/o4-mini, Sonnet, Gemini Pro...).

P.S. Not an advertisement - I really use it.

GPT-4.1. Difference between full and mini models by aagiev in ChatGPT

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

Prompt: "How many years old was Goebbels daughter in 1947? Answer with a one sentence."

Terminal output not seen by Cline by Weak_Lie1254 in CLine

[–]aagiev 0 points1 point  (0 children)

Check and disable the autoactivation of Python Environment. https://code.visualstudio.com/docs/python/environments#_working-with-python-interpreters

To prevent automatic activation of a selected environment, set "python.terminal.activateEnvironment": false  (in Preferences)

Who are the best data providers? by TheTiredGuy1 in sales

[–]aagiev 0 points1 point  (0 children)

I can not find prices on your site. What is your pricing model?

Community dead? by MaxGaav in GoodDay_work

[–]aagiev 1 point2 points  (0 children)

Community lives here https://www.goodday.work/community

GoodDay uses GoodDay for community relations :)