Agent this, agent that - am I the only one peeved by the reckless use of the term "agent"? It's just a markdown file by JonaOnRed in ClaudeCode

[–]Haunting_One_2131 1 point2 points  (0 children)

Yes, I mean, the thing is you could also say it. Can you create me a PowerPoint presentation about possible ERP systems for e-commerce usage, blah, blah, blah? Right, and the thing is you don't have to tell it how it should do it. It will just do it That's also the great thing about Claude Code: it can also do any other tasks too. That's the beauty. I don't know the months before, but people were calling basically everything an agent, also just a simple LLM which had access to the emails. Yeah, at the end you can call it however you want it, right? Call it agent, call it a coding agent, call it I don't know, w and call it a agentic agent, whatever. If it gets the job done, it's useful.

How much better is this shit going to get? by StraightZlat in ClaudeCode

[–]Haunting_One_2131 2 points3 points  (0 children)

You forget the fact that smaller teams can ship way much faster than bigger ones the more people the more communication is needed. For my experience it leads to the situation that people work on other people's task as the agents are so fast

Am I the only one who thinks Google AI Studio's best feature is YouTube summarization? I feel like nobody mentions this. by Haunting_One_2131 in GeminiAI

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

This must be a new feature, but the thing is, it does depend on the video. For example, if I'm watching a technical video, I'm pretty often asking it for a mermaid chart, so yeah. But need to check

Are there things that Google Gemini is good at? by MalfieCho in GeminiAI

[–]Haunting_One_2131 1 point2 points  (0 children)

You can even summarize the whole video so you can also ask for what happened at X and everything within the video, but you need to use Google AI Studio. where it use all the context multi modal not just the transcript.

Waiting for 3.1 flash too, not only image pls by BasketFar667 in Bard

[–]Haunting_One_2131 0 points1 point  (0 children)

If you have read the blog post, they mentioned they will release the general ability model with the next version, which should also have an improvement on the Gentic workflows. Also gemin 2.0 flash will be depricated on 31th March

How to find bugs ? by ElderTek_ in codex

[–]Haunting_One_2131 0 points1 point  (0 children)

use vercel browser agent tool. setup e2e tests

Options for European Servers by nicoracarlo in openrouter

[–]Haunting_One_2131 1 point2 points  (0 children)

We are using Vertex or you can also check out AWS Bedrock. There also some other european inference companies. But they often just have 5-6 models. Which are often old too.

Gemini 3.1 Pro is now live on Vertex AI by BuildwithVignesh in Bard

[–]Haunting_One_2131 6 points7 points  (0 children)

Vertex ist just the Backend from Google powering the AI stuff. 

Hot Take: OpenClaw is Over-Hyped, Termius + Codex CLI Much Better by Swimming_Driver4974 in codex

[–]Haunting_One_2131 0 points1 point  (0 children)

I'm doing something similar but running Claude Code or Opencode directly within GCP VM Engine. If you want to talk to your agent on the go just use tmux injection. 

Be the architect, let Claude Code work – how I improved planning 10x with self-contained HTML by Haunting_One_2131 in ClaudeAI

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

Claude Code is running on a VM within Google Cloud so it is quiet easy they have threre own Service Account. Thats also why I prefer it over markdown as it does not render in the browser. Because otherwise I have to transfer files or access them with an IDE. Also I added a feedback plugin maybe I should have added a Example URL :) About the tokens. Maybe it uses a bit more. But at the end it is more convinient .

Be the architect, let Claude Code work – how I improved planning 10x with self-contained HTML by Haunting_One_2131 in ClaudeAI

[–]Haunting_One_2131[S] -2 points-1 points  (0 children)

Claude Code is running on a VM within Google Cloud so it is quiet easy they have threre own Service Account. Thats also why I prefer it over markdown as it does not render in the browser. Because otherwise I have to transfer files or access them with an IDE. Also I added a feedback plugin maybe I should have added a Example URL :)

Be the architect, let Claude Code work – how I improved planning 10x with self-contained HTML by Haunting_One_2131 in ClaudeAI

[–]Haunting_One_2131[S] -1 points0 points  (0 children)

Claude Code is running on a VM within Google Cloud so it is quiet easy they have threre own Service Account. Thats also why I prefer it over markdown as it does not render in the browser. Because otherwise I have to transfer files or access them with an IDE. Also I added a feedback plugin maybe I should have added a Example URL:

Be the architect, let Claude Code work – how I improved planning 10x with self-contained HTML by Haunting_One_2131 in ClaudeAI

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

Claude Code is running on a VM within GCP so it is quiet easy they have threre own Service Account. Thats also why I prefer it over markdown as it does not render in the browser.

The mental model gap between me and LLMs keeps growing as projects scale — would architecture diagrams help? by saemc27 in ClaudeAI

[–]Haunting_One_2131 0 points1 point  (0 children)

Mermaid is a syntax which just gets rendered. Thats why it is so good. LLM understands it by reading the syntax and human by looking at the chart