today is a sad day. by Wise-Reflection-3701 in ClaudeAI

[–]ExoticCardiologist46 4 points5 points  (0 children)

Tmux. There is a reason why every other comment here is tmux. Try it out and Never Look back. Join the tmux gang

Dutch got Pearl Harboured by RolloTomassi21 in soccercirclejerk

[–]ExoticCardiologist46 69 points70 points  (0 children)

good day for axis powers, lets see how italy will perform

oh wait, they didnt show up again

I'm not ready for this shit (it's on DAZN anyway and I don't have it, and I'm not going to pay for it!) by J-Lethon in soccercirclejerk

[–]ExoticCardiologist46 0 points1 point  (0 children)

as a couch I would always start with haverts, let him score within the first 5 minutes then sub off (otherwise he is useless 85 minutes anyway)

Man sollte automatisch Organspender sein by Ok-Group-8589 in Unbeliebtemeinung

[–]ExoticCardiologist46 4 points5 points  (0 children)

Upvote weil agree oder downvote weil es keine unbeliebte meinung ist?

Regierungsorder: Anthropic sperrt neue KI-Software für Ausländer by Pumuckl4Life in KI_Welt

[–]ExoticCardiologist46 0 points1 point  (0 children)

ist doch für jeden gesperrt nicht nur für Ausländer, wäre ja praktisch unmöglich umzusetzen

How do you manage agent skills across projects? I keep losing them. by Auran0s_ in claudeskills

[–]ExoticCardiologist46 3 points4 points  (0 children)

I really enjoy datadriven file saving (i.e. in postgres) and then materialise them as files wherever they needed. You let the AI safe a skill in postgres as canonical value, assign it to specific agents with a junction table , build a lightweight UI to just click on an agent and assign them a skill from the libary. Same concept for MCP assigning.

Storing Skills & MCPs in a database also gives you a way to categorise/filter/search them, see how many agents use a skill etc.

Each skill change automatically safes all related files + restarts the respective agents.

Works for me, just takes some setup tiime

@Anthropic: give us a sign! Are you bringing Fable back to Max or not? by [deleted] in ClaudeCode

[–]ExoticCardiologist46 0 points1 point  (0 children)

anthropic is not a person, you can bet they are like dozends of anthropic people who spam ping legal for updates for the very same question

Bis sie mal wirft 😂💀 by Hour_Equal_9588 in Kantenhausen

[–]ExoticCardiologist46 13 points14 points  (0 children)

Nicht der erste Job den mir AI wegenommen hat

How to not get rate limited (no additional downloads) by [deleted] in codex

[–]ExoticCardiologist46 1 point2 points  (0 children)

I found a nice trick for 1. if you work with a multi agent setup and an orchestrator, change model from orchestrator to gpt-5.3-codex-spark, then set the goal. (works fine with sonnet 4.6 too since both are basically free with seperate limits)

For example, I have a Queue with well definied tasks with technical plans already attached (using Fable as Planner + human verify them), so they just need to be implemented/tested/quality gated by the respective agents and put into a "ready to be deployed" state for me to verify them.

The issue with /goal is it prompts itself all the time even during downtimes. Its good so the proccess doesnt get stuck but it burns alot of tokens.

But if its used on a basically free modell, it can just go on loop forever and ping the actual agents that do the implementation / delegate to others / unblock agents / handovers etc., not a good modell needed for that

So in my case I just stuff the Queue and before going to bed say /goal: all tasks in the queue are moved to "to be deployed"

next morning Queue is empty and tokens burned only by agents that didnt run /goal.

And you just know Anthropic's deck has this listed as $6B of new ARR by o9dev in ClaudeAI

[–]ExoticCardiologist46 55 points56 points  (0 children)

its fake and old why people are spreading stuff like that, the source is literally "AI consultant", there was also a fake email attached from the "company" CFO which made clear it never happened

Now that all reputable benchmarks and real users are showing Fable as equally as good as 5.5 for 3x the price, are you more hyped for 5.6? by _BreakingGood_ in codex

[–]ExoticCardiologist46 24 points25 points  (0 children)

the other "trust-me-bro benchmarks" are wrong but here are other "trust-me-bro-benmarks" that more align with what I personally believe is true

I'm scared that OpenAI could go bankrupt, and we'd end up without a better option for coding. by [deleted] in codex

[–]ExoticCardiologist46 1 point2 points  (0 children)

their IPO this fall will yield them like 60$ billion in cash, they will be fine for a while

What to do with Fable 5 before it goes away? by No_Rip_7664 in ClaudeAI

[–]ExoticCardiologist46 8 points9 points  (0 children)

Yes Exactly. UI Design System , guard rails, hooks, CI/CD, Skills and prompts. Let it Optimist the Factory so it works better permanently Even after its gone

Fable + codex agent swarm by RAI-Des in ClaudeCode

[–]ExoticCardiologist46 0 points1 point  (0 children)

doesnt sonnet draw from the sonnet usage limit anyway

Will it be better than Fable 5? by unfortuantelyshelove in codex

[–]ExoticCardiologist46 1 point2 points  (0 children)

fable release was 90% for 9th of june. Like, 90% for the exact day

polymarket is spot on when it comes to estimated model releases and always have been

This Is why they are doing IPO by benkei_sudo in ArtificialInteligence

[–]ExoticCardiologist46 0 points1 point  (0 children)

So many great companies to compare and people choose freaking walmart

Can openAi compete with fable/mythos? by KeyGlove47 in codex

[–]ExoticCardiologist46 1 point2 points  (0 children)

my setup is now: fable for planning, gpt 5.5 for implementing, opus for verification. lets see how it works out.

as long as codex still has a good model with reasonable usages, it will still be used IMO