Tag: notes

  • Simon Willison’s Weblog: AI-assisted coding for teams that can’t get away with vibes

    Source URL: https://simonwillison.net/2025/Jun/10/ai-assisted-coding/#atom-everything Source: Simon Willison’s Weblog Title: AI-assisted coding for teams that can’t get away with vibes Feedly Summary: AI-assisted coding for teams that can’t get away with vibes This excellent piece by Atharva Raykar offers a bunch of astute observations on AI-assisted development that I haven’t seen written down elsewhere. Building with AI…

  • Simon Willison’s Weblog: o3-pro

    Source URL: https://simonwillison.net/2025/Jun/10/o3-pro/ Source: Simon Willison’s Weblog Title: o3-pro Feedly Summary: o3-pro OpenAI released o3-pro today, which they describe as a “version of o3 with more compute for better responses". It’s only available via the newer Responses API. I’ve added it to my llm-openai-plugin plugin which uses that new API, so you can try it…

  • Slashdot: ‘Welcome to Campus. Here’s Your ChatGPT.’

    Source URL: https://news.slashdot.org/story/25/06/08/0239237/welcome-to-campus-heres-your-chatgpt?utm_source=rss1.0mainlinkanon&utm_medium=feed Source: Slashdot Title: ‘Welcome to Campus. Here’s Your ChatGPT.’ Feedly Summary: AI Summary and Description: Yes Summary: California State University is pioneering the integration of ChatGPT across its campuses in an effort to prepare students for an AI-driven economy, marking a significant step toward what OpenAI calls “A.I.-native universities.” This initiative highlights…

  • Slashdot: ChatGPT Adds Enterprise Cloud Integrations For Dropbox, Box, OneDrive, Google Drive, Meeting Transcription

    Source URL: https://slashdot.org/story/25/06/04/1543234/chatgpt-adds-enterprise-cloud-integrations-for-dropbox-box-onedrive-google-drive-meeting-transcription?utm_source=rss1.0mainlinkanon&utm_medium=feed Source: Slashdot Title: ChatGPT Adds Enterprise Cloud Integrations For Dropbox, Box, OneDrive, Google Drive, Meeting Transcription Feedly Summary: AI Summary and Description: Yes Summary: OpenAI is enhancing ChatGPT’s capabilities for enterprise use by integrating with various cloud services and productivity tools, allowing for advanced document searching and meeting transcription features. This competitive…

  • Slashdot: AI Startups Revolutionize Coding Industry, Leading To Sky-High Valuations

    Source URL: https://developers.slashdot.org/story/25/06/04/0820246/ai-startups-revolutionize-coding-industry-leading-to-sky-high-valuations?utm_source=rss1.0mainlinkanon&utm_medium=feed Source: Slashdot Title: AI Startups Revolutionize Coding Industry, Leading To Sky-High Valuations Feedly Summary: AI Summary and Description: Yes Summary: The text discusses the rapid growth and investment in code generation startups following the launch of ChatGPT, highlighting their innovative approach to software development through natural language. It notes a significant shift…

  • Simon Willison’s Weblog: claude-trace

    Source URL: https://simonwillison.net/2025/Jun/2/claude-trace/ Source: Simon Willison’s Weblog Title: claude-trace Feedly Summary: claude-trace I’ve been thinking for a while it would be interesting to run some kind of HTTP proxy against the Claude Code CLI app and take a peek at how it works. Mario Zechner just published a really nice version of that. It works…