
software by Stafford Williams
blog more
- 2025-03-16 Embrace Vibe Coding, Know Its Limits
- 2025-03-09 You Might Not Need an AI Framework
- 2025-03-03 Understanding AI-assisted Coding Workflows
- 2025-01-29 Running DeepSeek R1 Locally
- 2025-01-12 LLM Agent Assisted Coding
- 2024-10-14 Comparing Netlify and Azure Static Web Apps
- 2024-04-16 Evaluating ngrok
links more
OpenAI to buy Windsurf for $3 billion.
Firefox integrated AI chatbots into a new sidebar within the browser but the integration doesn’t appear to have access to the page the browser is currently on 🤦. It appears to just be an iframe/tab to the provider’s normal web interface.
ComfyUI is integrating external API models and demonstrate gpt-image-1
integrated with a ComfyUI workflow. The catch for now is you can’t supply your own API key/endpoint and rather require a ComfyUI account that you load with credits. Pricing reflects OpenAI list price.
Chain-of-Vibes by Pete Hodgson sums up nicely the approach I take to leverage the power of agentic AI workflows while sidestepping the limitations. Treat the tools “like weirdly knowledgeable, hyper-productive junior engineers”, give enough context but otherwise limit their output. Importantly, review the outcome of each small task and make a decision:
A) Accept and commit
B) Prompt to adjust
C) Manually fix up
D) Revert and re-prompt
The last item is an important one that’s often overlooked - throwing away the result and fixing your prompt is often more time efficient, especially when learning how to prompt.
Prompting has deceptive simplicity. It seems like it should be straight forward but for me it’s required a lot of practice to get better results. Aidan Boyd’s post How I talk to AI has a good summary of how he thinks about prompting before doing so.
Google releases Gemini 2.5 Flash allowing developers to switch between reasoning/non-reasoning at the API level.
$0.15/1mil tokens input
$0.60/1mil tokens output (no reasoning)
$3.50/1mil tokens output (reasoning)
OpenAI has released o3 and o4-mini, their most powerful reasoning models. These models outperform their predecessors while delivering answers in under a minute. OpenAI also launched Codex CLI, an open-source terminal tool, with a $1 million fund to support related projects.
o3 $10/mil tokens input, $40/mil tokens output
o4-mini $1.1/mil tokens input, $4.4/mil tokens output
GPT 4.1 is announced as 3x developer-centric model releases available specifically via API. An internal instruction following eval was used to improve the model’s ability to follow instructions. Context size is 1m tokens. Pricing appears competitive if the new models have similar performance to Gemini/Sonnet:
gpt-4.1 $2/mil tokens input, $8/mil tokens output
gpt-4.1-mini $0.4/mil tokens input, $1.60/mil tokens output
gpt-4.1-nano $0.1/mil tokens input, $0.4/mil tokens output
GPT 4.5 will be deprecated over API in a few months
The mui folks mentioned a year ago they’d focus on extending base-ui and extracting it to it’s own repo. This has now been done and I note the docs have moved to base-ui.com and see an improved emphasis on accessibility.
From the creators of Radix, Material UI, and Floating UI, Base UI is an unstyled React component library for building accessible user interfaces. Our focus is on accessibility, performance, and developer experience. Our goal is to provide a complete set of open-source UI components, with a delightful developer experience, in a sustainable way.
Tailwind integration looks to just work as opposed to the steps needed to enable it in mui.
devlog more
- 2024-05-29 [spacetraders-v2] v2.14 - more data browser
- 2024-05-16 [spacetraders-v2] v2.13 - data browser
- 2024-05-04 [spacetraders-v2] v2.12 - reset 2024-04-09
- 2024-04-21 [spacetraders-v2] v2.11 - monitoring markets
- 2024-04-18 [spacetraders-v2] v2.10 - trading contracts
- 2024-03-31 [spacetraders-v2] v2.9 - improved waypoint monitoring
- 2024-03-28 [spacetraders-v2] v2.8 - over supply
notes more
- 2025-03-29 [ssl] mac keychain
- 2025-03-03 [javascript, timezones, vitest] timezones
- 2025-01-14 [bookmarklet, chrome] add text to clipboard
- 2024-12-11 [javascript, timezones] datetime libraries
- 2024-11-18 [macos] links
- 2024-03-13 [azure-b2c] limits
- 2024-03-11 [azure-b2c] phone mfa - microsoft samples