You can also get LLM to optimize rules for a rules engine iteratively against some dataset. It’s sort of like memoizing or distilling the knowledge. Works really well for certain type of problems.
shortest interview ever.
The font, the colour, and the dot on the tags all scream Claude slop ui.
You can do much more with feature flags like ab testing/experiments, integrations with analytics. There can be whole UIs and tooling and infrastructure to manage around them and that’s what the sass offer
Managing complexity while scaling is a concept just keeps reappearing. Funnily enough it’s extremely relevant to agents/subagents.
Huh this is cool. Was thinking about earlier that it must be a lot easier to make motion capture games now. Are there any new dance style games? As an aside wonder if there is something to adding game/gambling mechanics…
“Extreme defensiveness” is a good characterization. I wonder if it’s an artifact of OpenAI’s values or rl training approach. Also, it prob does make it perform better just not more efficient. Great for the OpenAI…
As a follow up. I feel like codex/sol is better at well scoped hard technical problem. Where it can sort of run this brute force analytical loop. Like doing performance optimization or other search type problems. I…
Agree with most of these. One thing I don’t love about codex/sol is I find it tends to overengineer and be overly cautious. I was using it to do create some scraping + data processing. It went kind of crazy on the…
Hooks is the way. Intermittent nudges
[dead]
¯\_(ツ)_/¯ You can believe whatever you want to believe.
You’ve never ever had to be mindful about isolation of tests? All you gotta do is google “test isolation”. But if you want to pretend it’s not a thing the I have no idea what to tell you?
This
All I mean that there is no way for a framework to prevent or detect that your tests aren’t interfering with each other. It’s the implementation of each test that is responsible for its isolation. It can’t be ignored.
I guess it all depends, isolation isn’t binary. you can share some things and be isolated across other dimensions. You could share a Postgres dB connection but just isolate the data logically. You can isolate or share…
I don’t think that’s right? The isolation comes from the test implementation not the framework. If I use an isolated in mem dB for every test there’s nothing stopping me from running it in parallel?
Is this only for realtime tts use cases? Wondering if you also support some non realtime models.
Curious if you can prompt Claude to sue some scrambling scheme and then unscramble to defeat this. E.g. prompt Claude to write all sentence in reverse, or swap every 2 words etc. Then use a script to put reorder in the…
Jeopardy clustering Pretty cool technique honestly. You could do it the other way as well right? If you had a list of categories you have the model to generate a sample query and then do embedding on that?
Is it possible to have some kind of script to keep your cache warm, or auto compact or something. I sometimes just leave some goals or something running before I go to bed or out and I don’t want to pay the cache text…
but is it even possibly to selectively apply it? I guess some kind of tag or indicator token that its code or not code?
In curious how does this work with tool calls or CLI scripts etc? like if you have a long cli command or something will it still try to watermark it ? Is there some way you can know which tokens are required to be…
I can make a decision to go to gym tomorrow. My process/playbook for determining if I go to the gym is I go if I didn’t go the day before. This is both a premade decision and a process that requires discipline to…
This is a good one. Sometimes it doesn’t even matter if the made decision is suboptimal. It’s better than no decision. Opinionated linters is an example. Sometimes you just gotta turn your brain off and move forward.
You can also get LLM to optimize rules for a rules engine iteratively against some dataset. It’s sort of like memoizing or distilling the knowledge. Works really well for certain type of problems.
shortest interview ever.
The font, the colour, and the dot on the tags all scream Claude slop ui.
You can do much more with feature flags like ab testing/experiments, integrations with analytics. There can be whole UIs and tooling and infrastructure to manage around them and that’s what the sass offer
Managing complexity while scaling is a concept just keeps reappearing. Funnily enough it’s extremely relevant to agents/subagents.
Huh this is cool. Was thinking about earlier that it must be a lot easier to make motion capture games now. Are there any new dance style games? As an aside wonder if there is something to adding game/gambling mechanics…
“Extreme defensiveness” is a good characterization. I wonder if it’s an artifact of OpenAI’s values or rl training approach. Also, it prob does make it perform better just not more efficient. Great for the OpenAI…
As a follow up. I feel like codex/sol is better at well scoped hard technical problem. Where it can sort of run this brute force analytical loop. Like doing performance optimization or other search type problems. I…
Agree with most of these. One thing I don’t love about codex/sol is I find it tends to overengineer and be overly cautious. I was using it to do create some scraping + data processing. It went kind of crazy on the…
Hooks is the way. Intermittent nudges
[dead]
¯\_(ツ)_/¯ You can believe whatever you want to believe.
You’ve never ever had to be mindful about isolation of tests? All you gotta do is google “test isolation”. But if you want to pretend it’s not a thing the I have no idea what to tell you?
This
All I mean that there is no way for a framework to prevent or detect that your tests aren’t interfering with each other. It’s the implementation of each test that is responsible for its isolation. It can’t be ignored.
I guess it all depends, isolation isn’t binary. you can share some things and be isolated across other dimensions. You could share a Postgres dB connection but just isolate the data logically. You can isolate or share…
I don’t think that’s right? The isolation comes from the test implementation not the framework. If I use an isolated in mem dB for every test there’s nothing stopping me from running it in parallel?
Is this only for realtime tts use cases? Wondering if you also support some non realtime models.
Curious if you can prompt Claude to sue some scrambling scheme and then unscramble to defeat this. E.g. prompt Claude to write all sentence in reverse, or swap every 2 words etc. Then use a script to put reorder in the…
Jeopardy clustering Pretty cool technique honestly. You could do it the other way as well right? If you had a list of categories you have the model to generate a sample query and then do embedding on that?
Is it possible to have some kind of script to keep your cache warm, or auto compact or something. I sometimes just leave some goals or something running before I go to bed or out and I don’t want to pay the cache text…
but is it even possibly to selectively apply it? I guess some kind of tag or indicator token that its code or not code?
In curious how does this work with tool calls or CLI scripts etc? like if you have a long cli command or something will it still try to watermark it ? Is there some way you can know which tokens are required to be…
I can make a decision to go to gym tomorrow. My process/playbook for determining if I go to the gym is I go if I didn’t go the day before. This is both a premade decision and a process that requires discipline to…
This is a good one. Sometimes it doesn’t even matter if the made decision is suboptimal. It’s better than no decision. Opinionated linters is an example. Sometimes you just gotta turn your brain off and move forward.