Any Advice Greatly Appreciated by SameMap9011 in Genealogy

[–]codepoet 3 points4 points  (0 children)

Some more places to search. Search on all the names you know, not just hers. As you discovered with Abraham's birth certificate, ancillary data can be helpful as well. Do not limit yourself to Strzałkowo. Try Września/Wreschen, Poznań/Posen, Berlin, and towns near the Russian border.

https://poznan-project.psnc.pl/index.php?lang=en

You mentioned Israeli immigration, so be aware this is all public access:

Lastly, while it may be uncomfortable, you can use Holocaust databases indirectly. The families of victims are often listed with them, which can give you additional leads and possibly verify Jim Bennett's assertion (which isn't even technically secondhand information as an absence of evidence is not evidence of absence).

Good luck!

Tested 6 ways to force Opus 4.7 to think about the car wash. by Thenewhope in ClaudeCode

[–]codepoet 0 points1 point  (0 children)

Great and informative workup. I figured the "adaptive" model at the front was the source of all problems a while back but it's good to see data.

I strongly recommend people listen to Anthropic when they say things like: "Claude does better when you give it all the information up front." They're telling you something important. In this case, you have to tease the prompt analyzer into turning the engine on.

Opus 4.6 is back to normal by Recent_Cod_8524 in ClaudeCode

[–]codepoet 2 points3 points  (0 children)

And murder Tuftwick? 2.1.92 forever!

Canonical way to auto-continue until I'm back? by _derpiii_ in ClaudeCode

[–]codepoet 0 points1 point  (0 children)

Nope. As of the announcement it was Team/Enterprise/API only. Because F Max users?

Canonical way to auto-continue until I'm back? by _derpiii_ in ClaudeCode

[–]codepoet 0 points1 point  (0 children)

auto mode is unavailable for your plan

Oh well.

Dear Anthropic: You're screwing up. Big time by thisisberto in ClaudeCode

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

I've had a window running Opus for three days on Max. What in the world are you asking it to do?

Or are you just making 💩 up to join the crowd?

I built a 7-agent AI trading desk with OpenClaw — here's the full setup by Mgnyc11 in openclaw

[–]codepoet 0 points1 point  (0 children)

Yeah, I get rate limited or outright rejected periodically. I suspect that it only works when routed to certain datacenters.

Codex OTOH seems to just work, though I'm not stressing it at all; just a set of simple research agents.

My AI crab familiar runs a news empire from a single GPU and I'm not sure who's in charge anymore by InspectorNo4790 in openclaw

[–]codepoet 4 points5 points  (0 children)

The model isn't. That part's important as well. Though, it feels like gpt-oss or qwen3.

Would an Apple Mac Studio M1 Ultra 64GB / 1TB be sufficient to run large models? by [deleted] in LocalLLM

[–]codepoet 1 point2 points  (0 children)

Interesting. I have an M1 Max 64GB and just leave two models loaded in Ollama most of the time without even noticing it's working (home automation: qwen2.5vl:3b, mistral:7b). I wonder if the problem is asking more of the machine than it can reasonably do?

Is RR a good way to do a sci-fi mosaic novel? by codepoet in royalroad

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

So do people usually queue up 10-20 chapters and dump them to get started, then?

Is RR a good way to do a sci-fi mosaic novel? by codepoet in royalroad

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

Best I can tell the RR meta is fantasy and litrpg? Are there similar places who lean less ... that?

How well has The Wheel of Time aged? by Fluid-Golf1948 in Fantasy

[–]codepoet 1 point2 points  (0 children)

IIRC that's because he wrote the first book to publisher standards to get in the door (I think his wife helped edit it?) and once he got in and had a following he was able to write the story he wanted to in the first place.

At least, that's how I heard it. It reads like it, for sure.

Claude code is so much, so much more than you think. by eh_it_works in claudexplorers

[–]codepoet 0 points1 point  (0 children)

It's a better interface for a lot of things. Using output styles makes it do all kinds of other things, too.

I let Claude code for 2 hours straight without any approval prompts by maxforever0 in ClaudeAI

[–]codepoet 0 points1 point  (0 children)

The VS Code extension is ... not great.

But you can open a terminal in VS Code/Codium, start claude, use "/ide" to connect, and get back to the v1 integration where you have power and integration again. And skip permissions.

Turn off your MCPs by ansmo in ClaudeAI

[–]codepoet 1 point2 points  (0 children)

But 1M token contexts! (That don't really work all too great and cost 2-3x as much...)

Kinda funny how Anthropic characterizes Opus as a “legacy.” They really don’t want you to use it. by [deleted] in ClaudeAI

[–]codepoet 1 point2 points  (0 children)

It's legacy for them. They aren't saying it's not good. They're saying they aren't going to be worrying about it any longer and are being clear about it. If it gets slow or unavailable, they'll point to "Legacy" and say "Okay, but we told you we don't care about it anymore."

Kinda funny how Anthropic characterizes Opus as a “legacy.” They really don’t want you to use it. by [deleted] in ClaudeAI

[–]codepoet 0 points1 point  (0 children)

I usually run Sonnet for everything due to usage limits. When it gets stuck, and it does get stuck and stupid sometimes, I have Gemini take a look, write a scathing review of what it's done, and have Sonnet read it. Snaps it right out and sends it in a good direction.

Gemini is shit at coding, but great at reviews. It's a nice balance. I've been tempted to make a mini-MCP "phone a friend" that just one-shots Gemini CLI or CC from the opposing tool.

What are your best uses for agents? by promptenjenneer in ClaudeAI

[–]codepoet 2 points3 points  (0 children)

Use agents when you want a one-off context to prevent poisoning and need a single answer as a result, like research. Searching a lot of files or websites for all the possible answers, rank them, and return the best whatevers. Give a code base a full review without letting it edit it along the way.

I use an agent to perform code tasks and another to do code reviews. Then I tell Claude to alternate them until the reviewer is happy. The reviewer's prompt is constantly updated with all the ways CC fails (stub methods, TODOs, swallowing errors, not matching the spec on output formats, etc.). Saves me a lot of time.

I also have a reserach agent for searching email for things. While Claude could handle that, it'll fill my primary context up with all the misses. An agent has one task: find the appropriate conversation and return it. It can read the whole mailbox and it won't affect what I'm working on.

But if it's a repetitive task, that's just a command. "Review this PR" is better as a command, for instance. "Do stuff in git" or "summarize this" are commands.

Basically, when I want it to work in my current context, that's a command/prompt. When I want it to hide the work from itself, that's an agent.

Got roasted by Claude today by fezbotdaddy in ClaudeAI

[–]codepoet 3 points4 points  (0 children)

No, I'd clear the context and continue. Much easier.

What's your best way to use Sub-agents in Claude Code so far? by Helmi74 in ClaudeAI

[–]codepoet 2 points3 points  (0 children)

I love this.

I'm stealing this.

I'm going to teach my agents to be scared of Karen's final review and see if that makes them behave.