frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•11mo ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

Spatial Audio Notifications for Multi Window Claude Code –> Claudio

https://github.com/FlorisFok/Claudio
1•FlorisFok•3m ago•1 comments

The Augmentation of Doug Engelbart

https://www.youtube.com/watch?v=_7ZtISeGyCY
1•larve•5m ago•0 comments

The Mind Layer: Minds, Not Brains

https://metaversus.substack.com/p/level-13-the-mind-layer
1•ryanfoo•5m ago•0 comments

Show HN: Timezone App – Visual meeting scheduler for distributed teams

https://timezoneapp.co/
1•choogi•6m ago•0 comments

100% Interception of Multi-Turn Jailbreaks on GPT-4o-Mini and Gemini

https://zenodo.org/records/19314889
1•mthree•10m ago•0 comments

AI software for smart glasses wins £1M prize for helping people with dementia

https://www.theguardian.com/society/2026/mar/18/ai-smart-glasses-1m-prize-technology-dementia
1•ohjeez•11m ago•0 comments

Show HN: TNTStack – Monorepo template for cross-platform apps (Tauri+Next.js)

https://tntstack.odest.dev/en
1•odest•11m ago•1 comments

Stripe withheld $85,000 from our EU platform – no legal basis given

1•MelkerWendelbo•11m ago•0 comments

Show HN: In-Browser Video Calls

https://just-call.app/
1•ddoronin•12m ago•0 comments

Did the obesity epidemic start with sugar? Or start with vitamins?

https://twitter.com/CraigBrockie/status/2038288653781438909
1•bilsbie•15m ago•0 comments

An open-source tool for designing homes using AI

https://github.com/bayllama/homemaker
2•graphllama•24m ago•0 comments

Cc-budget – Know your Claude Code budget before you hit the wall

https://github.com/boyand/cc-budget
1•nathariel_•26m ago•0 comments

C++26 is done ISO C++ standards meeting, Trip Report

https://herbsutter.com/2026/03/29/c26-is-done-trip-report-march-2026-iso-c-standards-meeting-lond...
3•pjmlp•26m ago•0 comments

The Cartel: the talent was always there, the market access wasn't

https://mayankagrawalphd.substack.com/p/the-cartel
1•timshell•29m ago•0 comments

An Introduction to Writing Systems and Unicode

https://r12a.github.io/scripts/tutorial/part2
1•mariuz•29m ago•0 comments

Thermodynamics, Organisations and Governments

https://deadneurons.substack.com/p/thermodynamics-organisations-and
1•nr378•29m ago•0 comments

Towards Scalable Dataframe Systems

https://arxiv.org/abs/2001.00888
2•fanf2•31m ago•1 comments

Stanley Milgram wasn't pessimistic enough about human nature?

https://www.lesswrong.com/posts/ogapPTArhBM6abSJj/stanley-milgram-wasn-t-pessimistic-enough-about...
2•paulpauper•31m ago•0 comments

Apple Preparing 'Most Significant Overhaul in the iPhone's History'

https://www.macrumors.com/2026/03/29/biggest-iphone-overhaul-ever-rumor/
2•prmph•31m ago•1 comments

Miniature Cities Are What Schools Were Always Supposed to Be

https://minicities.org/p/miniature-cities-a-reply-to-deutsch
1•paulpauper•32m ago•0 comments

Pascal's Wager

https://angelarichardson842599.substack.com/p/on-pascals-wager
1•paulpauper•32m ago•0 comments

Neovim 0.12.0

https://github.com/neovim/neovim/releases/tag/v0.12.0
10•pawelgrzybek•33m ago•0 comments

Behind the Curtain: AI's looming cyber nightmare

https://www.axios.com/2026/03/29/claude-mythos-anthropic-cyberattack-ai-agents
1•dkobia•33m ago•0 comments

Windows 95 defenses against installers that overwrite a file with an older one

https://devblogs.microsoft.com/oldnewthing/20260324-00/?p=112159
2•michelangelo•34m ago•0 comments

CoreFlow – Find hidden spend waste in bank CSVs

https://getcoreflow.com
1•maxzomerdyke•35m ago•0 comments

RIP Associate Product Managers

https://github.com/jackreacher80/product-manager-skill
2•neocortex666•37m ago•0 comments

ADL Shut Down Sora

https://twitter.com/ADL/status/2037585125765185572
2•black6•38m ago•1 comments

Netscape News Feed Straight Out of the Late 00s

https://isp.netscape.com/
16•mistyvales•38m ago•5 comments

Claude Code Chronicles

https://darshanmakwana412.github.io/2026/03/claude-code-chronicles/
2•darshanmakwana•40m ago•0 comments

Show HN: I built an 8-axis MTG draft advisor that runs inside ChatGPT

https://savecraft.gg/games/mtga
1•Veraticus•41m ago•1 comments