You have to format/parse function calling yourself right?
PROMPT ENGINEERING
-
OpenAI Tool Calling: Format and Parsing Tutorial Guide
By
–
But it does not support the openai style of tool calling ie you need to format then parse yourself no? Any good tuto on this?
-
Multi-Claude Workflow: Code Writing and Review Process
By
–
7/ The multi-Claude workflow is powerful: one writes code, another follows up behind and reviews. You can also use git worktrees for parallel Claude sessions on different features.
-
Claude Automation: Headless Mode for Code Review and Linting
By
–
6/ For automation, headless mode (claude -p) handles everything from PR labeling to subjective code review beyond what linters catch. Or try the –dangerously-skip-permissions mode. Spin up a container and let Claude loose on something like linting or boilerplate generation
-
ESC Shortcuts: Interrupt and Edit Claude Prompts Efficiently
By
–
4/ A more tactical one, ESC interrupts Claude, double ESC edits previous prompts. These shortcuts save lots of wasted work when you spot Claude heading the wrong direction
-
Test-Driven Development Keeps Claude Focused and On Track
By
–
3/ Test-driven development works very well for keeping Claude focused. Write tests, commit them, let Claude implement until they pass.
-
Explore-Plan-Code Workflow Improves Claude Output Quality
By
–
2/ The explore-plan-code workflow is worth trying. Instead of letting Claude jump straight to coding, have it read files first, make a plan (add "think" for deeper reasoning), then implement. Quality improves dramatically with this approach.
-
Claude MD Files: Hidden Gem for Project Context Management
By
–
1/ CLAUDE md files are the main hidden gem. Simple markdown files that give Claude context about your project – bash commands, code style, testing patterns. Claude loads them automatically and you can add to them with # key
-

Effective patterns for using Claude Code at Anthropic
By
–
We wrote up what we've learned about using Claude Code internally at Anthropic. Here are the most effective patterns we've found (many apply to coding with LLMs generally):
-

Google AI Studio Adds App Rendering Feature
By
–
BREAKING : Google AI Studio will get Apps rendering feature soon. Devs will be able to use Gemini to build apps that use Gemini. Bonus A full system prompt used behind Apps on AI Studio (in the post below)