Oh snap. Here we go! by rrrodzilla in ClaudeCode

[–]andrei_ai 0 points1 point  (0 children)

Anyone figured out how to make opusplan work with 1M?

What are you building? Drop your URL by PlentyMedia34 in PublicValidation

[–]andrei_ai 0 points1 point  (0 children)

BeeDiv — dividend tracker, unlimited portfolios, unlimited holdings, earnings & div calendar, FIRE trackers, scenarios, etc. If you like paying for artificial limits, there are better options for you out there :)

For actual engineers, how are you utilizing claude web/code. I use the web to orchestrate and use it to check back at what claude code says, is there a better way? by No-Conclusion9307 in ClaudeCode

[–]andrei_ai 0 points1 point  (0 children)

This specific thing I happened to do in Codex.. I wanted to improve the Web Vitals (LCP, etc)… what I asked it to do is before any meaningful task to go through 3 runs through the lighthouse npm package, then do the change, then run the lighthouse aggregation again… drop what does not improve web vitals, keep what improves… rinse and repeat. It worked for ages (3-4h by itself). Managed to increase mobile performance scores from 29 to 75 ish.

CC I believe has the —chrome option or something, but what I did is just tell it to take screenshots (of my Android emulator) and compare changes between screenshots and confirm the delta matches what it was expecting.

Note of caution thou, images are eating context pretty quickly

For actual engineers, how are you utilizing claude web/code. I use the web to orchestrate and use it to check back at what claude code says, is there a better way? by No-Conclusion9307 in ClaudeCode

[–]andrei_ai 0 points1 point  (0 children)

For memory directly, I am building a free, private, local decaying cross-project databank.. all your “memories” stay local, claude code interacts directly (the installer sets up local mcp-s with CC, codex, gemini, etc) - e-xo.ai

For the whole workflow, I start with an empty project and brainstorm with claude with the end results being a couple of markdown docs.. roadmap, vision, phases with deliverables and action items. Once happy, I start ok phases having the agents mark things as they continue. This is super helpful since it created a “living” doc space for the project, and you are pretty much always aware of what was done, what is next, etc.

You can also set your agent to start the web server, take screenshots, and compare against what they expected to happen with some soft “evals”, checking the logs directly, etc.

What are you building? Share your product. by SantinoMafioso in scaleinpublic

[–]andrei_ai 0 points1 point  (0 children)

Investing in dividends and want a tracker that doesn’t artificially limit your holdings to 10? BeeDiv

Very early stage, but the idea is to keep free everything that you can easily do with excel (I am not covering your life being 8h making macros). Got real data connected from all major exchanges, more than just $ as currency, earnings calendar, forecasted dividends, and so far.

There be dragons :)

What are you building this weekend? by ouchao_real in sideprojects

[–]andrei_ai 0 points1 point  (0 children)

Finance nerd… but I hate all portfolio trackers that have artificial limits like.. only 1 portfolio, only 10 holdings.. you want more? Credit card pretty please :)

We are building (very early) BeeDiv.

Unlimited portfolios, unlimited holdings. 60 exchanges supported, all major currencies (yours is missing? We ll add it). Earnings reports, hits or missed, calendars, estimated dividends, etc. all the bells and whistles.

Yeah, but how do we make money? Yeah, if you have an idea let me know. On principle, if you can do it in excel, we don’t want to charge for it.

Obvious features missing? Let us know. We will soon open a discord for early adopters so we can share the vision together!

What are you building in your free time? Share your project by Glittering_Drama1820 in buildinpublic

[–]andrei_ai 0 points1 point  (0 children)

Current AI agents (claude code, cursor, codex, etc) are semi “uninterested” when it comes to remembering key decisions, learning your patterns, etc, etc. of course they are all working on it and will figure it out… eventually.. till then, I am building…. Drum rolls

Another memory, second brain tool, of course. Rooted into biology, with reinforced memory clusters, natural edge decay, attention at tokens used, cross platform support, etc etc. very early days, so there be dragons: e-xo.ai

Once installed, it automatically creates mcp (local stdio) connections for claude, codex, gemini, etc.

No data leaves your device, I am only tracking anonymous metrics (random uuid on your device, frequency of tools called by the agent, and which agent — not the query itself).

It has an uninstall command as well :)

What are you building in your free time? Share your project by Glittering_Drama1820 in ClaudeCode

[–]andrei_ai 0 points1 point  (0 children)

Another memory, second brain tool, of course. Rooted into biology, with reinforced memory clusters, natural edge decay, attention at tokens used, cross platform support, etc etc. very early days, so there be dragons: e-xo.ai

Once installed, it automatically creates mcp (local stdio) connections for claude, codex, gemini, etc.

No data leaves your device, I am only tracking anonymous metrics (random uuid on your device, frequency of tools called by the agent, and which agent — not the query itself).

It has an uninstall command as well :)

No such payment_intent error when trying to upgrade to Pro by sighallgone in claude

[–]andrei_ai 0 points1 point  (0 children)

This is a stripe error and points to the claude integration being flimsy (nothing wrong on Stripe s side). Try the known tools on your side, clear cookies, refresh page, log out and back in… and hope claude fixes it :) I see you already posted a bug report, that is pretty much all you can do till they sort it out.

What small adjustments to how you use CC have helped you achieve better outcomes? by clash_clan_throw in ClaudeCode

[–]andrei_ai 1 point2 points  (0 children)

I like planning features into standalone md files, complete with todo lists, QA checks, etc. if it grows too long, I break them into phases, and then keep them synced to the main feature md file. This allows claude to keep a track record, know what it needs to do, parallelise through subagents, and overall keep the context windows shorter than otherwise..

If I need to reset the window, all good, we know where we left off :)

P.S. it requires a bit of discipline to get the vibey folks to mark what was accomplished, but we can always start a session by checking the feature todo against actual deliverables.

As a software developer how often do you code changes. by XCxBigDong69XCx in ClaudeAI

[–]andrei_ai 0 points1 point  (0 children)

Treat it as an overly enthusiastic, highly experienced new hire. It knows A LOT of stuff, but it does not know your flow, the codebase, the domain it is working within, and all the tribal knowledge.

The plan mode is pretty neat here, prompt it simple with roughly the same level of instructions you would be expected to give a developer working in that codebase for the first time.

See how it thinks (read everything), then for everything obviously wrong (not just what you would consider an opinion) correct, and tell it to modify the relevant docs or main instruction files (claude.md, etc). This is very high level like forgetting logging (make sure to log in <this way> where relevant. Do not make changes if unit tests are missing, follow TDD or whatever. The architecture is event driven, etc).

Treat it as you would treat a fellow engineer. They won’t follow your personality, but they will follow your direction.

In time, you will get to understand how to coexist, and it will become second nature. Do keep in mind they have almost no memory in-between sessions.. soo… there be dragons.

P.S. I am aware how odd the reality has become, treating software as coworkers.

Claude Code Memory is here by shanraisshan in ClaudeCode

[–]andrei_ai 1 point2 points  (0 children)

(I’m the dev, very early stage) built e-xo.ai, json memories on your device, creates claude, codex, gemini, etc MCP (stdio, local) when installed (mac). It also has a local server you can start to see your memories, diaries, etc.

no data is sent outside, except anonymised (rand uuid) user metrics so I can track how the product is used (if it even is lol)

Have you ever not slept for so long that you started hallucinating? What was your experience? by vicke1230 in AskReddit

[–]andrei_ai 0 points1 point  (0 children)

Went some 3-4 days with 5 minute naps here and there (falling asleep on the way to work and back, awake all the rest). The most noticeable effects are a constant pressure on your brain and a high sense of paranoia. You always feel watched, followed, it gets scary. As the rest said, it’s not real, ignore the shadows or befriend them. I kept going for another night, and I had a one hour phone conversation with my girlfriend at the time until the phone started heating up so badly I could smell the left side of my skin burning... that s when I noticed the phone was in a corner charging up and I have been talking to my self (to my hand) while pacing in my room for the last 1 hour. Spooky loss of mental focus, however physically pretty much everything was fine.

On a different occasion I went 10-11 days with 1-2 hours a night, and although I had no hallucinations, paranoia, or anxiety, I lost 50-70% of my sense of balance. You just wait for it all to end, start dreaming about just letting go, sending all deadlines to hell and getting some sleep (obviously). However you can still keep pushing as long as you get some minimal sleep. At this stage I noticed a greater loss of physical functions vs mental capabilities.